aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/ruby-tmpl/Makefile35
-rw-r--r--www/ruby-tmpl/distinfo2
-rw-r--r--www/ruby-tmpl/pkg-descr6
4 files changed, 0 insertions, 44 deletions
diff --git a/www/Makefile b/www/Makefile
index f3e879644963..80a452c0a106 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1635,7 +1635,6 @@
SUBDIR += ruby-gtkmozembed
SUBDIR += ruby-http-access
SUBDIR += ruby-nora
- SUBDIR += ruby-tmpl
SUBDIR += ruby-wgettsv
SUBDIR += rubygem-actionpack
SUBDIR += rubygem-activeresource
diff --git a/www/ruby-tmpl/Makefile b/www/ruby-tmpl/Makefile
deleted file mode 100644
index ba078b9f02de..000000000000
--- a/www/ruby-tmpl/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: ruby-tmpl
-# Date created: 2001-08-22
-# Whom: Sean Chittenden <seanc@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tmpl
-PORTVERSION= 0.2.3
-CATEGORIES= www textproc ruby
-MASTER_SITES= SF/ruby-${PORTNAME}/ruby-${PORTNAME}/ruby-${PORTNAME}-${PORTVERSION}
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= An online/offline templating system a la eRuby/ERb
-
-DEPRECATED= Doesn't work with Ruby 1.9
-EXPIRATION_DATE= 2011-08-03
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-PLIST_FILES= %%RUBY_SITELIBDIR%%/ruby-tmpl.rb
-
-do-install:
- cd ${WRKSRC}; ${RUBY} install.rb
-
-.include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 1.9
-BROKEN= does not build with ruby 1.9
-.endif
-.include <bsd.port.post.mk>
diff --git a/www/ruby-tmpl/distinfo b/www/ruby-tmpl/distinfo
deleted file mode 100644
index 40ff9f861299..000000000000
--- a/www/ruby-tmpl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/ruby-tmpl-0.2.3.tar.gz) = e9031ce16690f1061e98d81c9115d1113c6bf2eba2568a7ed76f235153ddc3a7
-SIZE (ruby/ruby-tmpl-0.2.3.tar.gz) = 18536
diff --git a/www/ruby-tmpl/pkg-descr b/www/ruby-tmpl/pkg-descr
deleted file mode 100644
index 62c28f6d685b..000000000000
--- a/www/ruby-tmpl/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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>