summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-24 06:28:09 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-24 06:28:09 +0000
commit13273b7d099f7ef24c92350355484378773cd019 (patch)
tree5fb65b41f214da5b6cbabccc617cc9d1e98728dc /www
parentUpdate to 0.9.3. (diff)
Add ruby-tmpl, an online/offline templating system a la eRuby/ERb.
PR: ports/29975 Submitted by: Sean Chittenden <sean@chittenden.org>
Notes
Notes: svn path=/head/; revision=46767
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/ruby-tmpl/Makefile26
-rw-r--r--www/ruby-tmpl/distinfo1
-rw-r--r--www/ruby-tmpl/pkg-comment1
-rw-r--r--www/ruby-tmpl/pkg-descr6
-rw-r--r--www/ruby-tmpl/pkg-plist1
6 files changed, 36 insertions, 0 deletions
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 <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 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 <sean@chittenden.org>
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