From 13273b7d099f7ef24c92350355484378773cd019 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 24 Aug 2001 06:28:09 +0000 Subject: Add ruby-tmpl, an online/offline templating system a la eRuby/ERb. PR: ports/29975 Submitted by: Sean Chittenden --- www/Makefile | 1 + www/ruby-tmpl/Makefile | 26 ++++++++++++++++++++++++++ www/ruby-tmpl/distinfo | 1 + www/ruby-tmpl/pkg-comment | 1 + www/ruby-tmpl/pkg-descr | 6 ++++++ www/ruby-tmpl/pkg-plist | 1 + 6 files changed, 36 insertions(+) create mode 100644 www/ruby-tmpl/Makefile create mode 100644 www/ruby-tmpl/distinfo create mode 100644 www/ruby-tmpl/pkg-comment create mode 100644 www/ruby-tmpl/pkg-descr create mode 100644 www/ruby-tmpl/pkg-plist (limited to 'www') diff --git a/www/Makefile b/www/Makefile index 9f2358ee9067..96799ab9c493 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 000000000000..de3aede50485 --- /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 +# +# $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 diff --git a/www/ruby-tmpl/distinfo b/www/ruby-tmpl/distinfo new file mode 100644 index 000000000000..53ce046a095d --- /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 000000000000..999ad9b9e6b4 --- /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 000000000000..62c28f6d685b --- /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 diff --git a/www/ruby-tmpl/pkg-plist b/www/ruby-tmpl/pkg-plist new file mode 100644 index 000000000000..4d6fca1165dc --- /dev/null +++ b/www/ruby-tmpl/pkg-plist @@ -0,0 +1 @@ +%%RUBY_SITELIBDIR%%/ruby-tmpl.rb -- cgit v1.2.3