diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-04 12:53:58 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-04 12:53:58 +0800 |
commit | fc3277d197b7b3d61e86dc80fc80d91f9e8a7a19 (patch) | |
tree | 66622c359ca578be87079bd0abffd1022e5376ff /textproc | |
parent | 0c64b9c04ed93cfd7623f8492aafaec5e223ae87 (diff) | |
download | freebsd-ports-gnome-fc3277d197b7b3d61e86dc80fc80d91f9e8a7a19.tar.gz freebsd-ports-gnome-fc3277d197b7b3d61e86dc80fc80d91f9e8a7a19.tar.zst freebsd-ports-gnome-fc3277d197b7b3d61e86dc80fc80d91f9e8a7a19.zip |
A light-weight and simple templating engine for Ruby.
WWW: http://github.com/manveru/ezamar
PR: ports/143512
Submitted by: Jyun-Yan You <jyyou at cs.nctu.edu.tw>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-ezamar/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-ezamar/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-ezamar/pkg-descr | 3 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 670fa78efd58..094d589ba02e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1057,6 +1057,7 @@ SUBDIR += ruby-xslt SUBDIR += ruby-xtemplate SUBDIR += rubygem-diff-lcs + SUBDIR += rubygem-ezamar SUBDIR += rubygem-ferret SUBDIR += rubygem-formosa SUBDIR += rubygem-htmlentities diff --git a/textproc/rubygem-ezamar/Makefile b/textproc/rubygem-ezamar/Makefile new file mode 100644 index 000000000000..336bb78572df --- /dev/null +++ b/textproc/rubygem-ezamar/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: rubygem-ezamar +# Date created: 2010-01-20 +# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= ezamar +PORTVERSION= 2009.06 +CATEGORIES= textproc rubygems +MASTER_SITES= http://s3.amazonaws.com/gemcutter_production/gems/ + +MAINTAINER= jyyou@cs.nctu.edu.tw +COMMENT= A light-weight and simple templating engine for Ruby + +USE_RUBY= yes + +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-ezamar/distinfo b/textproc/rubygem-ezamar/distinfo new file mode 100644 index 000000000000..c8a30a6518a3 --- /dev/null +++ b/textproc/rubygem-ezamar/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/ezamar-2009.06.gem) = edfb78c6467ecf0e059aa9116364bd48 +SHA256 (rubygem/ezamar-2009.06.gem) = d7f9fa57e85997bad97851e0dfea26ad05e998d90314c59788776146df1d0497 +SIZE (rubygem/ezamar-2009.06.gem) = 15360 diff --git a/textproc/rubygem-ezamar/pkg-descr b/textproc/rubygem-ezamar/pkg-descr new file mode 100644 index 000000000000..1bf9e1d4db4c --- /dev/null +++ b/textproc/rubygem-ezamar/pkg-descr @@ -0,0 +1,3 @@ +A light-weight and simple templating engine for Ruby. + +WWW: http://github.com/manveru/ezamar |