aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED3
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ruby-unit/Makefile58
-rw-r--r--devel/ruby-unit/distinfo1
-rw-r--r--devel/ruby-unit/pkg-comment1
-rw-r--r--devel/ruby-unit/pkg-descr7
-rw-r--r--devel/ruby-unit/pkg-plist98
7 files changed, 2 insertions, 167 deletions
diff --git a/MOVED b/MOVED
index 185a130344a5..8505bbde628d 100644
--- a/MOVED
+++ b/MOVED
@@ -149,4 +149,5 @@ mail/xfaces||2003-01-19|removed, obsoleted, functionality taken over by faces
devel/gnustep-devel|devel/gnustep|2003-01-20|merged
devel/gnustep-devel|devel/gnustep|2003-01-20|merged
x11-toolkits/gnustep-gui-devel|x11-toolkits/gnustep-gui|2003-01-20|merged
-x11-toolkits/gnustep-xgps|x11-toolkits/gnustep-back|full substitute
+x11-toolkits/gnustep-xgps|x11-toolkits/gnustep-back|2003-01-20|full substitute
+devel/ruby-unit|devel/ruby-testunit|2003-01-23|succeeded
diff --git a/devel/Makefile b/devel/Makefile
index d4c34bc68dd4..73a5fa5901d3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -772,7 +772,6 @@
SUBDIR += ruby-testunit
SUBDIR += ruby-textbuf
SUBDIR += ruby-tzfile
- SUBDIR += ruby-unit
SUBDIR += ruby-yaml
SUBDIR += rudiments
SUBDIR += rvi
diff --git a/devel/ruby-unit/Makefile b/devel/ruby-unit/Makefile
deleted file mode 100644
index 423afe2fc04e..000000000000
--- a/devel/ruby-unit/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# New ports collection makefile for: RubyUnit
-# Date created: 22 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= unit
-PORTVERSION= 0.5.5
-CATEGORIES= devel ruby
-MASTER_SITES= http://homepage1.nifty.com/markey/ruby/rubyunit/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-RUBY_MODNAME= runit
-
-RUBY_RD_FILES= # defined
-RUBY_SHEBANG_FILES= ${WRKSRC}/bin/c2t.rb \
- ${WRKSRC}/bin/runtest.rb
-
-BINS= c2t runtest
-DOCS= ChangeLog README ToDo
-DOCS_JA= README.ja
-
-do-install:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${RUBY} install.rb
-.for f in ${BINS}
- ${LN} -sf ${f}.rb ${PREFIX}/bin/${f}
-.endfor
-
-post-install: doc-install
-
-.include <bsd.port.mk>
-
-doc-install:
-.if !defined(NOPORTDOCS)
-.if !defined(RUBY_NO_RD_HTML)
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${RUBY} makehtml.rb
-.endif
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${CP} -R ${WRKSRC}/sample/ ${RUBY_MODEXAMPLESDIR}/
- ${MKDIR} ${RUBY_MODDOCDIR}/ja
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
-.endfor
- ${CP} -R ${WRKSRC}/doc_en/ ${RUBY_MODDOCDIR}/
- ${CP} -R ${WRKSRC}/doc_ja/ ${RUBY_MODDOCDIR}/ja/
-.endif
diff --git a/devel/ruby-unit/distinfo b/devel/ruby-unit/distinfo
deleted file mode 100644
index 65d916f0122d..000000000000
--- a/devel/ruby-unit/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/rubyunit-0.5.5.tar.gz) = 7ccfd63d58ad0a3325b41c3b4a76d5f7
diff --git a/devel/ruby-unit/pkg-comment b/devel/ruby-unit/pkg-comment
deleted file mode 100644
index 4d78817b1d01..000000000000
--- a/devel/ruby-unit/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A unit testing framework for Ruby based on JUnit
diff --git a/devel/ruby-unit/pkg-descr b/devel/ruby-unit/pkg-descr
deleted file mode 100644
index 331e8f9b596d..000000000000
--- a/devel/ruby-unit/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-RubyUnit (RUnit) is a unit testing framework for Ruby based on JUnit.
-
-The unit testing framework is known as part of Kent Beck's "eXtreme
-Programming" (XP). For details, 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-unit/pkg-plist b/devel/ruby-unit/pkg-plist
deleted file mode 100644
index 05e59411044a..000000000000
--- a/devel/ruby-unit/pkg-plist
+++ /dev/null
@@ -1,98 +0,0 @@
-bin/c2t
-bin/c2t.rb
-bin/runtest
-bin/runtest.rb
-%%RUBY_SITELIBDIR%%/rubyunit.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/method_mappable.rb
-%%RUBY_SITELIBDIR%%/runit/robserver.rb
-%%RUBY_SITELIBDIR%%/runit/setuppable.rb
-%%RUBY_SITELIBDIR%%/runit/teardownable.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
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample01.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sampletestsetup.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/simpletest.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/testall.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/testarray.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/testrepeatedtest.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/testtestsetup.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ToDo
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/assert.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/assert.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/error.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/error.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/assert.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/assert.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/error.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/error.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/index.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/repeatedtest.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/repeatedtest.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/robserver.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/robserver.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/setuppable.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/setuppable.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/teardownable.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/teardownable.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/testcase.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/testcase.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/testdecorator.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/testdecorator.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/testfailure.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/testfailure.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/testresult.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/testresult.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/testrunner.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/testrunner.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/testsetup.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/testsetup.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/testsuite.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/testsuite.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/version.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/version.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/repeatedtest.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/repeatedtest.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/robserver.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/robserver.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/setuppable.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/setuppable.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/teardownable.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/teardownable.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/testcase.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/testcase.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/testdecorator.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/testdecorator.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/testfailure.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/testfailure.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/testresult.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/testresult.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/testrunner.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/testrunner.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/testsetup.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/testsetup.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/testsuite.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/testsuite.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/version.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/version.rd
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%