Add ruby-tmpl, an online/offline templating system a la eRuby/ERb.
PR: ports/29975 Submitted by: Sean Chittenden <sean@chittenden.org>
This commit is contained in:
parent
1dc01902be
commit
13273b7d09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46767
@ -261,6 +261,7 @@
|
||||
SUBDIR += roxen
|
||||
SUBDIR += ruboard
|
||||
SUBDIR += ruby-http-access
|
||||
SUBDIR += ruby-tmpl
|
||||
SUBDIR += screem
|
||||
SUBDIR += sitecopy
|
||||
SUBDIR += skipstone
|
||||
|
26
www/ruby-tmpl/Makefile
Normal file
26
www/ruby-tmpl/Makefile
Normal file
@ -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>
|
1
www/ruby-tmpl/distinfo
Normal file
1
www/ruby-tmpl/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/ruby-tmpl-0.2.2.tar.gz) = 1a9c0be59118d6390dc7af3185cd5d8e
|
1
www/ruby-tmpl/pkg-comment
Normal file
1
www/ruby-tmpl/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An online/offline templating system a la eRuby/ERb
|
6
www/ruby-tmpl/pkg-descr
Normal file
6
www/ruby-tmpl/pkg-descr
Normal file
@ -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>
|
1
www/ruby-tmpl/pkg-plist
Normal file
1
www/ruby-tmpl/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%RUBY_SITELIBDIR%%/ruby-tmpl.rb
|
Loading…
Reference in New Issue
Block a user