diff options
author | knu <knu@FreeBSD.org> | 2001-08-24 06:28:09 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-24 06:28:09 +0000 |
commit | 0f3c53a4b88d7f544aca248d131103218ad2cf71 (patch) | |
tree | 4a4d8875d53a5a39d5efccf194c7b4987db54b30 /www | |
parent | 4a390b540af2dfc79be45d5ae0a75a1c92916374 (diff) | |
download | FreeBSD-ports-0f3c53a4b88d7f544aca248d131103218ad2cf71.zip FreeBSD-ports-0f3c53a4b88d7f544aca248d131103218ad2cf71.tar.gz |
Add ruby-tmpl, an online/offline templating system a la eRuby/ERb.
PR: ports/29975
Submitted by: Sean Chittenden <sean@chittenden.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/ruby-tmpl/Makefile | 26 | ||||
-rw-r--r-- | www/ruby-tmpl/distinfo | 1 | ||||
-rw-r--r-- | www/ruby-tmpl/pkg-comment | 1 | ||||
-rw-r--r-- | www/ruby-tmpl/pkg-descr | 6 | ||||
-rw-r--r-- | www/ruby-tmpl/pkg-plist | 1 |
6 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9f2358e..96799ab 100644 --- a/www/Makefile +++ b/www/Makefile @@ -261,6 +261,7 @@ SUBDIR += roxen SUBDIR += ruboard SUBDIR += ruby-http-access + SUBDIR += ruby-tmpl SUBDIR += screem SUBDIR += sitecopy SUBDIR += skipstone diff --git a/www/ruby-tmpl/Makefile b/www/ruby-tmpl/Makefile new file mode 100644 index 0000000..de3aede --- /dev/null +++ b/www/ruby-tmpl/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: ruby-tmpl +# Date created: 2001-08-22 +# Whom: Sean Chittenden <sean@chittenden.org> +# +# $FreeBSD$ +# + +PORTNAME= tmpl +PORTVERSION= 0.2.2 +CATEGORIES= www textproc ruby +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ruby-${PORTNAME} +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ruby-${PORTNAME}-${PORTVERSION} +DIST_SUBDIR= ruby + +MAINTAINER= sean@chittenden.org + +USE_RUBY= yes + +NO_BUILD= yes + +do-install: + cd ${WRKSRC} && ${RUBY} install.rb + +.include <bsd.port.mk> diff --git a/www/ruby-tmpl/distinfo b/www/ruby-tmpl/distinfo new file mode 100644 index 0000000..53ce046 --- /dev/null +++ b/www/ruby-tmpl/distinfo @@ -0,0 +1 @@ +MD5 (ruby/ruby-tmpl-0.2.2.tar.gz) = 1a9c0be59118d6390dc7af3185cd5d8e diff --git a/www/ruby-tmpl/pkg-comment b/www/ruby-tmpl/pkg-comment new file mode 100644 index 0000000..999ad9b --- /dev/null +++ b/www/ruby-tmpl/pkg-comment @@ -0,0 +1 @@ +An online/offline templating system a la eRuby/ERb diff --git a/www/ruby-tmpl/pkg-descr b/www/ruby-tmpl/pkg-descr new file mode 100644 index 0000000..62c28f6 --- /dev/null +++ b/www/ruby-tmpl/pkg-descr @@ -0,0 +1,6 @@ +This is a port of ruby-tmpl, an online and offline templating system written +for ruby. See the URL below for more details and features. + +WWW: http://ruby-tmpl.sourceforge.net/ + +- Sean Chittenden <sean@chittenden.org> diff --git a/www/ruby-tmpl/pkg-plist b/www/ruby-tmpl/pkg-plist new file mode 100644 index 0000000..4d6fca1 --- /dev/null +++ b/www/ruby-tmpl/pkg-plist @@ -0,0 +1 @@ +%%RUBY_SITELIBDIR%%/ruby-tmpl.rb |