aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-02-08 09:35:40 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-02-08 09:35:40 +0000
commit216ce6086e4570c1183eec2aa7c6984277268668 (patch)
treef5c073e6564191fff734a5e4eaad6f42c6bb5058 /devel
parent6fd266d4aa8992709ba0fce5ac0895ea77381b73 (diff)
downloadports-216ce6086e4570c1183eec2aa7c6984277268668.tar.gz
ports-216ce6086e4570c1183eec2aa7c6984277268668.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-runit/Makefile52
-rw-r--r--devel/ruby-runit/distinfo1
-rw-r--r--devel/ruby-runit/pkg-comment1
-rw-r--r--devel/ruby-runit/pkg-descr8
-rw-r--r--devel/ruby-runit/pkg-plist78
-rw-r--r--devel/ruby-unit/Makefile4
6 files changed, 2 insertions, 142 deletions
diff --git a/devel/ruby-runit/Makefile b/devel/ruby-runit/Makefile
deleted file mode 100644
index 25610b0e528a..000000000000
--- a/devel/ruby-runit/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: RubyUnit
-# Date created: 22 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= runit
-PORTVERSION= 0.3.3a
-CATEGORIES= devel ruby
-MASTER_SITES= http://homepage1.nifty.com/markey/ruby/rubyunit/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME:S/^r/ruby/}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-USE_RUBY= yes
-.if !defined(NOPORTDOCS)
-USE_RUBY_RD= yes
-.endif
-
-RUBY_SHEBANG_FILES= ${WRKSRC}/bin/c2t.rb \
- ${WRKSRC}/bin/runtest.rb
-
-BINS= c2t runtest
-DOCS= ChangeLog README ToDo
-
-do-build:
-.if !defined(NOPORTDOCS)
- @cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${RUBY} makehtml.rb
-.endif
-
-do-install:
- @cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${RUBY} install.rb
-.for f in ${BINS}
- ${LN} -sf ${f}.rb ${PREFIX}/bin/${f}
-.endfor
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/runit
- ${CP} -R ${WRKSRC}/sample/ ${RUBY_EXAMPLESDIR}/runit/
- ${MKDIR} ${RUBY_DOCDIR}/runit/ja
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/runit/
-.endfor
- ${CP} -R ${WRKSRC}/doc_en/ ${RUBY_DOCDIR}/runit/
- ${CP} -R ${WRKSRC}/doc_ja/ ${RUBY_DOCDIR}/runit/ja/
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/ruby-runit/distinfo b/devel/ruby-runit/distinfo
deleted file mode 100644
index 83428260cee4..000000000000
--- a/devel/ruby-runit/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/rubyunit-0.3.3a.tar.gz) = 8a279284200000ae7de0c24340902fe8
diff --git a/devel/ruby-runit/pkg-comment b/devel/ruby-runit/pkg-comment
deleted file mode 100644
index c921566e369f..000000000000
--- a/devel/ruby-runit/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby implementation of Kent Beck's Testing Framework (cf. eXtreme Programming)
diff --git a/devel/ruby-runit/pkg-descr b/devel/ruby-runit/pkg-descr
deleted file mode 100644
index d2a00d7d095b..000000000000
--- a/devel/ruby-runit/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-RubyUnit is Ruby implementation of Kent Beck's Testing Framework,
-which is known as the part of "eXtreme Programming" (XP).
-
-For details of XP, see http://www.xprogramming.com/.
-
-
-Author: Masaki Suketa <CQN02273@nifty.ne.jp>
-WWW: http://homepage1.nifty.com/markey/ruby/rubyunit/rubyunit_e.html
diff --git a/devel/ruby-runit/pkg-plist b/devel/ruby-runit/pkg-plist
deleted file mode 100644
index 048bda8359ff..000000000000
--- a/devel/ruby-runit/pkg-plist
+++ /dev/null
@@ -1,78 +0,0 @@
-bin/c2t
-bin/c2t.rb
-bin/runtest
-bin/runtest.rb
-%%RUBY_SITELIBDIR%%/runit/assert.rb
-%%RUBY_SITELIBDIR%%/runit/error.rb
-%%RUBY_SITELIBDIR%%/runit/cui/testrunner.rb
-%%RUBY_SITELIBDIR%%/runit/ext/repeatedtest.rb
-%%RUBY_SITELIBDIR%%/runit/ext/testdecorator.rb
-%%RUBY_SITELIBDIR%%/runit/ext/testsetup.rb
-%%RUBY_SITELIBDIR%%/runit/robserver.rb
-%%RUBY_SITELIBDIR%%/runit/testfailure.rb
-%%RUBY_SITELIBDIR%%/runit/testcase.rb
-%%RUBY_SITELIBDIR%%/runit/testresult.rb
-%%RUBY_SITELIBDIR%%/runit/testsuite.rb
-%%RUBY_SITELIBDIR%%/runit/topublic.rb
-%%RUBY_SITELIBDIR%%/runit/version.rb
-@dirrm %%RUBY_SITELIBDIR%%/runit/cui
-@dirrm %%RUBY_SITELIBDIR%%/runit/ext
-@dirrm %%RUBY_SITELIBDIR%%/runit
-%%RUBY_EXAMPLESDIR%%/runit/simpletest.rb
-%%RUBY_EXAMPLESDIR%%/runit/testall.rb
-%%RUBY_EXAMPLESDIR%%/runit/testarray.rb
-%%RUBY_EXAMPLESDIR%%/runit/testrepeatedtest.rb
-%%RUBY_EXAMPLESDIR%%/runit/testtestsetup.rb
-@dirrm %%RUBY_EXAMPLESDIR%%/runit
-%%RUBY_DOCDIR%%/runit/ChangeLog
-%%RUBY_DOCDIR%%/runit/README
-%%RUBY_DOCDIR%%/runit/ToDo
-%%RUBY_DOCDIR%%/runit/assert.html
-%%RUBY_DOCDIR%%/runit/assert.rd
-%%RUBY_DOCDIR%%/runit/cui/testrunner.html
-%%RUBY_DOCDIR%%/runit/cui/testrunner.rd
-%%RUBY_DOCDIR%%/runit/error.html
-%%RUBY_DOCDIR%%/runit/error.rd
-%%RUBY_DOCDIR%%/runit/ext/repeatedtest.html
-%%RUBY_DOCDIR%%/runit/ext/repeatedtest.rd
-%%RUBY_DOCDIR%%/runit/ext/testdecorator.html
-%%RUBY_DOCDIR%%/runit/ext/testdecorator.rd
-%%RUBY_DOCDIR%%/runit/ext/testsetup.html
-%%RUBY_DOCDIR%%/runit/ext/testsetup.rd
-%%RUBY_DOCDIR%%/runit/index.html
-%%RUBY_DOCDIR%%/runit/ja/assert.html
-%%RUBY_DOCDIR%%/runit/ja/assert.rd
-%%RUBY_DOCDIR%%/runit/ja/cui/testrunner.html
-%%RUBY_DOCDIR%%/runit/ja/cui/testrunner.rd
-%%RUBY_DOCDIR%%/runit/ja/error.html
-%%RUBY_DOCDIR%%/runit/ja/error.rd
-%%RUBY_DOCDIR%%/runit/ja/index.html
-%%RUBY_DOCDIR%%/runit/ja/robserver.html
-%%RUBY_DOCDIR%%/runit/ja/robserver.rd
-%%RUBY_DOCDIR%%/runit/ja/testcase.html
-%%RUBY_DOCDIR%%/runit/ja/testcase.rd
-%%RUBY_DOCDIR%%/runit/ja/testfailure.html
-%%RUBY_DOCDIR%%/runit/ja/testfailure.rd
-%%RUBY_DOCDIR%%/runit/ja/testresult.html
-%%RUBY_DOCDIR%%/runit/ja/testresult.rd
-%%RUBY_DOCDIR%%/runit/ja/testsuite.html
-%%RUBY_DOCDIR%%/runit/ja/testsuite.rd
-%%RUBY_DOCDIR%%/runit/ja/version.html
-%%RUBY_DOCDIR%%/runit/ja/version.rd
-%%RUBY_DOCDIR%%/runit/robserver.html
-%%RUBY_DOCDIR%%/runit/robserver.rd
-%%RUBY_DOCDIR%%/runit/testcase.html
-%%RUBY_DOCDIR%%/runit/testcase.rd
-%%RUBY_DOCDIR%%/runit/testfailure.html
-%%RUBY_DOCDIR%%/runit/testfailure.rd
-%%RUBY_DOCDIR%%/runit/testresult.html
-%%RUBY_DOCDIR%%/runit/testresult.rd
-%%RUBY_DOCDIR%%/runit/testsuite.html
-%%RUBY_DOCDIR%%/runit/testsuite.rd
-%%RUBY_DOCDIR%%/runit/version.html
-%%RUBY_DOCDIR%%/runit/version.rd
-@dirrm %%RUBY_DOCDIR%%/runit/cui
-@dirrm %%RUBY_DOCDIR%%/runit/ext
-@dirrm %%RUBY_DOCDIR%%/runit/ja/cui
-@dirrm %%RUBY_DOCDIR%%/runit/ja
-@dirrm %%RUBY_DOCDIR%%/runit
diff --git a/devel/ruby-unit/Makefile b/devel/ruby-unit/Makefile
index 25610b0e528a..1d7d83c6b77e 100644
--- a/devel/ruby-unit/Makefile
+++ b/devel/ruby-unit/Makefile
@@ -5,12 +5,12 @@
# $FreeBSD$
#
-PORTNAME= runit
+PORTNAME= unit
PORTVERSION= 0.3.3a
CATEGORIES= devel ruby
MASTER_SITES= http://homepage1.nifty.com/markey/ruby/rubyunit/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME:S/^r/ruby/}-${PORTVERSION}
+DISTNAME= ruby${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org