summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-22 09:38:15 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-22 09:38:15 +0000
commitb9e1f56022b4a47bef872b815252ede0beb758fe (patch)
tree7aca1c06c9ee26f3f4aa8ef589ad2944306eb0b1 /devel
parentRemove leaked into patchfile result of USE_LIBTOOL hack. (diff)
Add ruby-lapidary, a(nother) unit testing framework for Ruby based
heavily on Smalltalk unit.
Notes
Notes: svn path=/head/; revision=40200
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ruby-lapidary/Makefile36
-rw-r--r--devel/ruby-lapidary/distinfo1
-rw-r--r--devel/ruby-lapidary/pkg-comment1
-rw-r--r--devel/ruby-lapidary/pkg-descr8
-rw-r--r--devel/ruby-lapidary/pkg-plist33
-rw-r--r--devel/ruby-testunit/Makefile36
-rw-r--r--devel/ruby-testunit/distinfo1
-rw-r--r--devel/ruby-testunit/pkg-comment1
-rw-r--r--devel/ruby-testunit/pkg-descr8
-rw-r--r--devel/ruby-testunit/pkg-plist33
11 files changed, 159 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index dff32dbd031d..46da4a09c923 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -372,6 +372,7 @@
SUBDIR += ruby-filelock
SUBDIR += ruby-gemfinder
SUBDIR += ruby-intl
+ SUBDIR += ruby-lapidary
SUBDIR += ruby-libglade
SUBDIR += ruby-locale
SUBDIR += ruby-metaruby
diff --git a/devel/ruby-lapidary/Makefile b/devel/ruby-lapidary/Makefile
new file mode 100644
index 000000000000..b2c3b5d248bb
--- /dev/null
+++ b/devel/ruby-lapidary/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: Lapidary
+# Date created: 22 March 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= lapidary
+PORTVERSION= 0.2.0
+CATEGORIES= devel ruby
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DIST_SUBDIR= ruby
+
+MAINTAINER= knu@FreeBSD.org
+
+USE_RUBY= yes
+
+WRKSRC= ${WRKDIR}/${MODULE_NAME}
+NO_BUILD= yes
+
+MODULE_NAME= Lapidary
+DOCS_EN= README *.html
+
+do-install:
+ ${MKDIR} ${RUBY_SITELIBDIR}/${MODULE_NAME}
+ ${CP} -R ${WRKSRC}/*.rb ${WRKSRC}/UI ${RUBY_SITELIBDIR}/${MODULE_NAME}/
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+.for f in ${DOCS_EN}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/devel/ruby-lapidary/distinfo b/devel/ruby-lapidary/distinfo
new file mode 100644
index 000000000000..7227f00be60b
--- /dev/null
+++ b/devel/ruby-lapidary/distinfo
@@ -0,0 +1 @@
+MD5 (ruby/lapidary-0.2.0.tar.gz) = b556850ca7af9cac38f33e1a6147c479
diff --git a/devel/ruby-lapidary/pkg-comment b/devel/ruby-lapidary/pkg-comment
new file mode 100644
index 000000000000..9fef40004b07
--- /dev/null
+++ b/devel/ruby-lapidary/pkg-comment
@@ -0,0 +1 @@
+A unit testing framework for Ruby based heavily on Smalltalk unit
diff --git a/devel/ruby-lapidary/pkg-descr b/devel/ruby-lapidary/pkg-descr
new file mode 100644
index 000000000000..c681cb8d215f
--- /dev/null
+++ b/devel/ruby-lapidary/pkg-descr
@@ -0,0 +1,8 @@
+Lapidary is a unit testing framework for Ruby based heavily on
+Smalltalk unit (sunit), as opposed to RUnit which is 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: Nathaniel Talbott <lapidary@talbott.ws>
+WWW: http://lapidary.sourceforge.net/
diff --git a/devel/ruby-lapidary/pkg-plist b/devel/ruby-lapidary/pkg-plist
new file mode 100644
index 000000000000..4ca8d023f623
--- /dev/null
+++ b/devel/ruby-lapidary/pkg-plist
@@ -0,0 +1,33 @@
+%%RUBY_SITELIBDIR%%/Lapidary/Assertions.rb
+%%RUBY_SITELIBDIR%%/Lapidary/Error.rb
+%%RUBY_SITELIBDIR%%/Lapidary/Failure.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TC_Assertions.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TC_TestCase.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TC_TestResult.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TC_TestSuite.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TF_Assertions.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TF_Run.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TF_SetupTearDown.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TF_Suite.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TF_TestCaseAssertionHandling.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TS_Lapidary.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TestCase.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TestResult.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TestSuite.rb
+%%RUBY_SITELIBDIR%%/Lapidary/UI/Console/TestRunner.rb
+%%RUBY_SITELIBDIR%%/Lapidary/UI/GTK/TestRunner.rb
+%%RUBY_SITELIBDIR%%/Lapidary/UI/TestRunnerMediator.rb
+%%RUBY_SITELIBDIR%%/Lapidary/UI/Util/TC_Tuner.rb
+%%RUBY_SITELIBDIR%%/Lapidary/UI/Util/TS_Utilities.rb
+%%RUBY_SITELIBDIR%%/Lapidary/UI/Util/Tuner.rb
+@dirrm %%RUBY_SITELIBDIR%%/Lapidary/UI/Console
+@dirrm %%RUBY_SITELIBDIR%%/Lapidary/UI/GTK
+@dirrm %%RUBY_SITELIBDIR%%/Lapidary/UI/Util
+@dirrm %%RUBY_SITELIBDIR%%/Lapidary/UI
+@dirrm %%RUBY_SITELIBDIR%%/Lapidary
+%%PORTDOCS%%%%RUBY_DOCDIR%%/lapidary/README
+%%PORTDOCS%%%%RUBY_DOCDIR%%/lapidary/design.html
+%%PORTDOCS%%%%RUBY_DOCDIR%%/lapidary/explanation.html
+%%PORTDOCS%%%%RUBY_DOCDIR%%/lapidary/index.html
+%%PORTDOCS%%%%RUBY_DOCDIR%%/lapidary/usage.html
+%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/lapidary
diff --git a/devel/ruby-testunit/Makefile b/devel/ruby-testunit/Makefile
new file mode 100644
index 000000000000..b2c3b5d248bb
--- /dev/null
+++ b/devel/ruby-testunit/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: Lapidary
+# Date created: 22 March 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= lapidary
+PORTVERSION= 0.2.0
+CATEGORIES= devel ruby
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DIST_SUBDIR= ruby
+
+MAINTAINER= knu@FreeBSD.org
+
+USE_RUBY= yes
+
+WRKSRC= ${WRKDIR}/${MODULE_NAME}
+NO_BUILD= yes
+
+MODULE_NAME= Lapidary
+DOCS_EN= README *.html
+
+do-install:
+ ${MKDIR} ${RUBY_SITELIBDIR}/${MODULE_NAME}
+ ${CP} -R ${WRKSRC}/*.rb ${WRKSRC}/UI ${RUBY_SITELIBDIR}/${MODULE_NAME}/
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+.for f in ${DOCS_EN}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/devel/ruby-testunit/distinfo b/devel/ruby-testunit/distinfo
new file mode 100644
index 000000000000..7227f00be60b
--- /dev/null
+++ b/devel/ruby-testunit/distinfo
@@ -0,0 +1 @@
+MD5 (ruby/lapidary-0.2.0.tar.gz) = b556850ca7af9cac38f33e1a6147c479
diff --git a/devel/ruby-testunit/pkg-comment b/devel/ruby-testunit/pkg-comment
new file mode 100644
index 000000000000..9fef40004b07
--- /dev/null
+++ b/devel/ruby-testunit/pkg-comment
@@ -0,0 +1 @@
+A unit testing framework for Ruby based heavily on Smalltalk unit
diff --git a/devel/ruby-testunit/pkg-descr b/devel/ruby-testunit/pkg-descr
new file mode 100644
index 000000000000..c681cb8d215f
--- /dev/null
+++ b/devel/ruby-testunit/pkg-descr
@@ -0,0 +1,8 @@
+Lapidary is a unit testing framework for Ruby based heavily on
+Smalltalk unit (sunit), as opposed to RUnit which is 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: Nathaniel Talbott <lapidary@talbott.ws>
+WWW: http://lapidary.sourceforge.net/
diff --git a/devel/ruby-testunit/pkg-plist b/devel/ruby-testunit/pkg-plist
new file mode 100644
index 000000000000..4ca8d023f623
--- /dev/null
+++ b/devel/ruby-testunit/pkg-plist
@@ -0,0 +1,33 @@
+%%RUBY_SITELIBDIR%%/Lapidary/Assertions.rb
+%%RUBY_SITELIBDIR%%/Lapidary/Error.rb
+%%RUBY_SITELIBDIR%%/Lapidary/Failure.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TC_Assertions.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TC_TestCase.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TC_TestResult.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TC_TestSuite.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TF_Assertions.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TF_Run.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TF_SetupTearDown.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TF_Suite.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TF_TestCaseAssertionHandling.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TS_Lapidary.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TestCase.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TestResult.rb
+%%RUBY_SITELIBDIR%%/Lapidary/TestSuite.rb
+%%RUBY_SITELIBDIR%%/Lapidary/UI/Console/TestRunner.rb
+%%RUBY_SITELIBDIR%%/Lapidary/UI/GTK/TestRunner.rb
+%%RUBY_SITELIBDIR%%/Lapidary/UI/TestRunnerMediator.rb
+%%RUBY_SITELIBDIR%%/Lapidary/UI/Util/TC_Tuner.rb
+%%RUBY_SITELIBDIR%%/Lapidary/UI/Util/TS_Utilities.rb
+%%RUBY_SITELIBDIR%%/Lapidary/UI/Util/Tuner.rb
+@dirrm %%RUBY_SITELIBDIR%%/Lapidary/UI/Console
+@dirrm %%RUBY_SITELIBDIR%%/Lapidary/UI/GTK
+@dirrm %%RUBY_SITELIBDIR%%/Lapidary/UI/Util
+@dirrm %%RUBY_SITELIBDIR%%/Lapidary/UI
+@dirrm %%RUBY_SITELIBDIR%%/Lapidary
+%%PORTDOCS%%%%RUBY_DOCDIR%%/lapidary/README
+%%PORTDOCS%%%%RUBY_DOCDIR%%/lapidary/design.html
+%%PORTDOCS%%%%RUBY_DOCDIR%%/lapidary/explanation.html
+%%PORTDOCS%%%%RUBY_DOCDIR%%/lapidary/index.html
+%%PORTDOCS%%%%RUBY_DOCDIR%%/lapidary/usage.html
+%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/lapidary