diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-haml-coderay/Makefile | 19 | ||||
-rw-r--r-- | www/rubygem-haml-coderay/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-haml-coderay/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index af46c42f5a3b..644f1f91de96 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1750,6 +1750,7 @@ SUBDIR += rubygem-feed-normalizer SUBDIR += rubygem-feedzirra SUBDIR += rubygem-haml + SUBDIR += rubygem-haml-coderay SUBDIR += rubygem-hpricot SUBDIR += rubygem-http-cookie SUBDIR += rubygem-httparty diff --git a/www/rubygem-haml-coderay/Makefile b/www/rubygem-haml-coderay/Makefile new file mode 100644 index 000000000000..324c6034502c --- /dev/null +++ b/www/rubygem-haml-coderay/Makefile @@ -0,0 +1,19 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= haml-coderay +PORTVERSION= 0.2.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Adds a CodeRay syntax highlighting filter to Haml + +RUN_DEPENDS= rubygem-coderay>=0:${PORTSDIR}/textproc/rubygem-coderay \ + rubygem-haml>=0:${PORTSDIR}/www/rubygem-haml + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/www/rubygem-haml-coderay/distinfo b/www/rubygem-haml-coderay/distinfo new file mode 100644 index 000000000000..f05dc69c12b8 --- /dev/null +++ b/www/rubygem-haml-coderay/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/haml-coderay-0.2.0.gem) = 6288199fe3ee7913aea00b63377d9ceae44b9964153ae418c2057c5ee4cde2c6 +SIZE (rubygem/haml-coderay-0.2.0.gem) = 5120 diff --git a/www/rubygem-haml-coderay/pkg-descr b/www/rubygem-haml-coderay/pkg-descr new file mode 100644 index 000000000000..84c09829c137 --- /dev/null +++ b/www/rubygem-haml-coderay/pkg-descr @@ -0,0 +1,3 @@ +Adds a CodeRay syntax highlighting filter to Haml + +WWW: https://github.com/blom/haml-coderay |