diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-haml-contrib/Makefile | 20 | ||||
-rw-r--r-- | www/rubygem-haml-contrib/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-haml-contrib/pkg-descr | 9 |
4 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 42fd59aab204..f5df4fbd843f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1787,6 +1787,7 @@ SUBDIR += rubygem-gon SUBDIR += rubygem-haml SUBDIR += rubygem-haml-coderay + SUBDIR += rubygem-haml-contrib SUBDIR += rubygem-haml-rails SUBDIR += rubygem-hpricot SUBDIR += rubygem-http-cookie diff --git a/www/rubygem-haml-contrib/Makefile b/www/rubygem-haml-contrib/Makefile new file mode 100644 index 000000000000..915c2e6e7696 --- /dev/null +++ b/www/rubygem-haml-contrib/Makefile @@ -0,0 +1,20 @@ +# Created by: Horia Racoviceanu <horia@racoviceanu.com> +# $FreeBSD$ + +PORTNAME= haml-contrib +PORTVERSION= 1.0.0.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= horia@racoviceanu.com +COMMENT= Addons for the Ruby implementation of the Haml template language + +LICENSE= MIT + +RUN_DEPENDS= rubygem-haml>=4.0.0:${PORTSDIR}/www/rubygem-haml + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/www/rubygem-haml-contrib/distinfo b/www/rubygem-haml-contrib/distinfo new file mode 100644 index 000000000000..0e00d971df32 --- /dev/null +++ b/www/rubygem-haml-contrib/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/haml-contrib-1.0.0.1.gem) = bd4d8196bd19de13ec92580f03354c976eec05de759c688fbe4abe5207f35b7d +SIZE (rubygem/haml-contrib-1.0.0.1.gem) = 6656 diff --git a/www/rubygem-haml-contrib/pkg-descr b/www/rubygem-haml-contrib/pkg-descr new file mode 100644 index 000000000000..60831bc88d4f --- /dev/null +++ b/www/rubygem-haml-contrib/pkg-descr @@ -0,0 +1,9 @@ +This project contains various useful extensions to the Haml template language's +Ruby implementation. Such extensions are useful enough to be distributed, but +not widely used or on-topic enough to belong in Haml proper. + +This gives the Haml project a reasonable way to both demote current +functionality, such as the Textile and Maruku filters, and add new experimental +functionality that may later be added to the core. + +WWW: http://haml.info/ |