pkgsrc/devel
taca 34d3786380 Update ruby-unit package to 0.5.2. Changes are below.
Sun Dec 23 12:05:26 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testsuite.rb: add extend_test instead of decorate_test_element.

	* runit/testcase.rb: ditto.

	* runit/ext/testdecorator.rb ditto.

Sat Dec 22 15:16:23 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/assert.rb(assert_exception): handles any kinds of
	  exceptions.

	* tests/testassert.rb: ditto.

	* runit/testcase.rb: add TestCase#count_test_cases.

	* runit/testsuite.rb(Testsuite#add): accepts any kinds of argument.

	* tests/testtestsuite.rb: ditto.

	* runit/testsuite.rb: moved definition of decorated to
	  runit/ext/testdecorator.rb.

	* runit/testcase.rb: ditto.

	* runit/ext/testdecorator.rb: ditto.

Mon Dec 17 09:59:58 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testfailure.rb: remove stacktrace at rubyunit.rb.

	* doc_en/testcase.rd: update document matching the latest version.

	* doc_en/testsuite.rd: ditto.

	* doc_ja/testcase.rd: ditto.

	* doc_ja/testsuite.rd: ditto.

	* rubyunit.rb: TestSuite is subclass of Array.

	* runit/testcase.rb: ditto.

	* runit/testsuite.rb: ditto.

	* tests/test_all_suite.rb: ditto.

	* tests/testtestsuite.rb: ditto.

	* runit/testfailure.rb: remove stacktrace at rubyunit.rb.

	* sample/simpletest.rb: using rubyunit.rb.

	* runit/version.rb: version 0.5.0.

Sun Dec 16 16:54:49 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* bin/c2t.rb: using rubyunit.rb.

	* sample/sample01.rb: ditto.

	* testrd2html.rb: ditto.

	* tests/test_all_suite.rb: ditto.

	* tests/testc2t.rb: ditto.

	* tests/testassert.rb: add test of assert_exception

	* doc_en/testcase.rd: add TestCase.test_cases TestCase.test_classes.

	* doc_ja/testcase.rd: ditto.

	* runit/testcase.rb: ditto.

	* runit/testsuite.rb: refactoring

	* install.rb: add rubyunit.rb

	* add rubyunit.rb (Thanks to Dave Thomas)

Thu Nov 29 21:02:37 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/assert.rb: to_str => to_string

	* test.rb unshift () => unshift()

	* version 0.4.8

Sat Nov 24 19:39:45 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testresult.rb(TestResult#start_test): correct the condition
	  when initializing @test_start_time.

	* version 0.4.7

Fri Nov 23 14:47:49 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* doc_en: remove method index files.

	* doc_ja: ditto.

	* makehtml.rb: ditto.

	* testrd2html.rb: ditto.

Sun Nov 18 17:59:22 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testfailure.rb(TestFailure): add TestClass name in stack trace.
	* runit/testresult.rb(TestResult): ditto.
	* runit/assert.rb(Assert) : delegate TestFailure removing
	  runit/*.rb from stack trace.

Sat Nov 17 10:49:31 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/assert.rb (Assert#assert_match): return Regexp.last_match
	  if assert_match succeeded.

	* runit/assert.rb (Assert#assert_not_match): The error message
	  specifies matching string when assert_not_match failed

	* runit/version.rb 0.4.6

Sun Nov 11 14:51:50 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/assert.rb (Assert): refactoring
	* runit/assert.rb (Assert#assert): 1st argument type should be TrueClass or FalseClass.
	* runit/version.rb: 0.4.5

Sat Nov  3 20:32:26 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/assert.rb (Assert): refactoring
	* runit/version.rb: 0.4.4

Sat Oct 27 16:11:29 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testresult.rb (TestResult): remove TestResult#run
	* runit/testcase.rb (TestCase#run): not call TestResult#run
	* runit/error.rb: stop to define ScriptError
	* runit/version.rb: 0.4.3

Sat Oct 27 15:43:13 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* sample/sample01.rb: TestSuite#add instead of TestSuite#add_test.
	* sample/testall.rb: ditto.
	* tests/testtestsuite.rb: ditto.
	* tests/testtestresultitem.rb: ditto.
	* tests/testtestresult.rb: ditto.
	* tests/testtestdecorator.rb: ditto.
	* tests/testtest_runnable.rb: ditto.
	* tests/testteardownable.rb: ditto.
	* tests/testskipassert.rb: ditto.
	* tests/testsetuppable.rb: ditto.
	* tests/testc2t.rb: ditto.
	* tests/testall.rb: ditto.
	* tests/test_all_suite.rb: ditto.

Wed Oct 24 23:11:41 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testsuite.rb (TestSuite): @test_s --> @tests
	* tests/testtestsuite.rb (TestSuite): ditto.
	* runit/testsuite.rb (TestSuite#add): added. add_test is alias of add.
	* runit/testcase.rb (TestCase.all_suite): use TestSuite#add instead of TestSuite#add_test.
	* bin/c2t.rb (TestFrame#testrunner): ditto.
	* runit/cui/testrunner.rb (TestRunner): remove create_result.
	* runit/cui/testrunner.rb (TestRunner): QUIET_MODE[0] --> @@quiet_mode.
	* runit/assert.rb (Assert): FAILURE_SKIP[0] --> @@skip_failure.

Sun Oct 21 16:12:25 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testresult.rb: refactoring
	* test.rb: run test_all_suite.rb using installed ruby

Fri Oct 10 21:04:34 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* doc_en/assert.rd: assert_match, 1st argument and 2nd argument are opposition.
	* doc_en/assert.rd: assert_not_match, ditto.
	* doc_en/assert.rd: assert_match, ditto.
	* doc_ja/assert.rd: assert_not_match, ditto.

Sun Oct  7 15:09:28 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* re-formatting ChangeLog file. :-)

version 0.4.2

	* assert.rb: deal with warning with msg.concat
	* assert.rb: Should be AssertionFailedError when Assert.skip_failure is true.

version 0.4.1

	* attach_setup, attach_teardown should be private method.

version 0.4.0

	* RUNIT::TestCase.all_suite
	* setupable --> setuppable, mapable --> mappable
2002-01-04 00:36:54 +00:00
..
acme s/root/${ROOT_USER}/g, now that the definition appears in the 2001-12-05 15:00:44 +00:00
apel Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
argtable Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
as31 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
astyle Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
autoconf If this is going to be buildlinkified it needs the perl buildlink included. 2001-11-30 21:22:25 +00:00
autoconf-devel Initial import of autoconf-2.52 (as autoconf-devel) into the Packages 2002-01-03 14:02:27 +00:00
automake Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
avltree Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
bcc Be a bit more generic about the location of ${LOCALBASE} - pointed out 2001-12-27 12:53:54 +00:00
bison Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
bmake Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
boehm-gc Trivially mark as USE_BUILDLINK_ONLY. 2001-11-19 20:11:00 +00:00
bonobo fixed typo (a =' should be +=') and added missing libbonobox.* in 2001-12-07 14:32:32 +00:00
bonobo-conf Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
boost Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
c-cpp-reference Update of c-cpp-reference to 2.0.1. No idea what the changes are as there 2001-12-17 08:26:43 +00:00
cbrowser Initial import of cbrowser-0.6 into the NetBSD Packages Collection. 2001-11-14 11:27:03 +00:00
cdecl Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
cdk Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
cervisia Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
cervisia2 * Strongly buildlinkify. 2001-11-13 21:14:12 +00:00
cfitsio Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
chkpt Fix compilation (problem noted in recent bulk build). 2001-12-19 19:45:06 +00:00
cmdline Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
cook Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
cpuflags Updated cpuflags to 0.17 2002-01-03 11:54:47 +00:00
cscope By default, prevent invocation of GNU "auto*" driven by the generated 2001-12-04 06:14:57 +00:00
cvs Run autoreconf at pre-configure time so that "make patch" will leave just 2001-12-09 20:10:16 +00:00
cvs2cl Buildlinkify. 2001-11-28 05:20:38 +00:00
cvs2html Buildlink'ify. 2001-11-30 17:30:12 +00:00
cvsgraph Add cvsgraph 1.1.3 2001-12-09 14:25:00 +00:00
cvslock Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
cvsps Added cvsps-1.3 (provided by Amitai Schlair in pkg/14878) 2001-12-10 18:24:10 +00:00
cvsup Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
cvsup-gui Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
cweb Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
cxref Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ddd Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
dejagnu Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
diffutils Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
dmake Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
dmalloc Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
doc++ Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
doxygen Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
eel Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
electricfence Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
elib Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
emacs-ilisp Add emacs-ilisp-5.11: 2001-11-15 20:33:04 +00:00
exctags Upgrade to version 5.1. 2001-11-13 15:23:23 +00:00
eXdbm Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ffcall Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
flex Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
flim Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
fortran-utils Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ftnchek Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
g-wrap Fix typo 2001-12-19 10:00:25 +00:00
gal Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
GConf Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
gcvs Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
gdb Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
gettext Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
gettext-lib Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
gettext-m4 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
gindent Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
glade Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
glib Use pthread.buildlink.mk instead of pth/buildlink.mk. 2001-12-31 22:25:19 +00:00
global Buildlinkify. 2001-11-28 05:20:38 +00:00
gmake Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
gmp Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
gnome-objc Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
gobo-eiffel Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
gpasm Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
gperf Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
gtexinfo Update to 4.0. Excerpt of changes since 3.12: 2001-12-25 14:48:34 +00:00
gtkdiff Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
gtl Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
guile-gtk Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
guile-oops Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
guile-slib Be more lintpkgsrc-friendly in dependency line. 2001-12-20 03:40:30 +00:00
haskell-mode Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
hdf Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
hdf5 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
id-utils By default, prevent invocation of GNU "auto*" driven by the generated 2001-12-04 06:14:57 +00:00
idiff Adjust format a bit: 2001-11-11 06:17:26 +00:00
ipv6socket_scrub Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
isect Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
its4 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jakarta-ant Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
javadeps Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlib Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
kdbg Update kdevelop to 2.0.2 (part of KDE 2.2.2) and kdbg 1.2.2. 2001-12-04 20:45:30 +00:00
kdebindings2 * Strongly buildlinkify. 2001-11-13 21:15:31 +00:00
kdesdk2 Update to 2.2.2 missed in yesterday's commit. 2001-12-04 16:14:17 +00:00
kdevelop Wildcard c-cpp-reference dependency. 2001-12-24 14:42:24 +00:00
kdevelop-base hmm, having a bad cvs day. 2001-12-04 20:50:22 +00:00
lcc Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
lclint Make lclint compile again. Patches from Hiramatsu Yoshifumi via pkg/15092. 2001-12-30 13:38:06 +00:00
ldapsdk Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libavl Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libctl Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libdockapp Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libetm Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libg++ Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libgetopt Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libglade Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libgtop Allow this pkg to build on sparc64 too. 2002-01-01 09:57:03 +00:00
libhfs Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libmemmgr Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libmm Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libmpeg3 Make it compile on non-i386 archs. 2001-11-17 06:28:20 +00:00
libnet Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libole2 Update to version 0.2.4 (Required for Gnumeric 0.75) 2001-11-11 20:00:13 +00:00
libportlib Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libproplist Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libscsi Fix build problem under NetBSD-current. 2001-12-20 11:24:07 +00:00
libsigc++ Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libslang Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libsmi Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libstash Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libstroke Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
libtool DEPEND on only libtool-base if we need libltdl.so. Pulling in all of the 2001-12-27 00:22:43 +00:00
libtool-base Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libtool-info Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libts Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libusb Updated to 0.1.4. List of changes is unknown (ChangeLog was not updated). 2002-01-03 10:42:49 +00:00
lwp Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
m4 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
maketool Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
mit-pthreads Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
mk-files Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
nana Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
nasm Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
nasm-devel Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ncurses Move the ncurses-curses-h target out of the NEED_NCURSES == NO section 2001-12-29 17:16:54 +00:00
netcdf Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
newmkdep Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
noweb Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
nqc Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
oaf Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
p5-AppConfig Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-AtExit Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Bit-Vector Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-BSD-Resource Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Class-Loader Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Compress-Zlib Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Config-IniFiles Update to 2.23 2001-12-19 10:43:20 +00:00
p5-Curses Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Data-Buffer Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Data-ShowTable Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Date-Calc Update to 5.0, provided by Shell Hung in pkg/14694. 2001-11-26 17:38:11 +00:00
p5-Date-Manip Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Devel-SmallProf Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Devel-Symdump Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Event Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Expect Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-ExtUtils-F77 Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-File-FlockDir Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-File-PathConvert Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-File-Temp Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-FileKGlob Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-FreezeThaw Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-IO-stringy Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-IO-Stty Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-IO-Tty Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-IPC-ShareLite Buildlinkify. 2001-11-28 05:20:38 +00:00
p5-LDAP Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
p5-Log-Dispatch Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Make Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Memoize Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Params-Validate Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Parse-Yapp Updated to 1.05 (PR#14749) 2001-11-28 11:25:26 +00:00
p5-perl-headers Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-PV Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
p5-Safe-Hole Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-SortVersions Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Storable Update to 1.0.14 2001-12-04 01:30:59 +00:00
p5-Term-ReadKey Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Test-Cmd Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Test-Harness Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Test-Simple Updated to 0.40 (provided by Shell Hung in pkg/14991) 2001-12-19 06:49:34 +00:00
p5-Tie-IxHash Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Time-HiRes Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-TimeDate Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-WeakRef Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
palmos-includes Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
pardiff Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
patch Allow this package to be compiled and installed on any platform: 2001-12-04 09:14:41 +00:00
pccts Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
pcre Updated to version 3.7. Changes since 3.4: 2001-11-30 10:20:01 +00:00
pedisassem Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
php4-gettext Update math/php4-gettext to 4.1.0. No list of changes from version 4.0.6; 2001-12-31 23:56:32 +00:00
php4-gmp Update devel/php4-gmp to 4.1.0. Changes from version 4.0.6 include: 2001-12-31 23:56:41 +00:00
php4-pcre Update devel/php4-pcre to 4.1.0. Changes from version 4.0.6 include: 2001-12-31 23:56:51 +00:00
php4-posix Update devel/php4-posix to 4.1.0. No list of changes from version 4.0.6; 2001-12-31 23:56:56 +00:00
php4-session Update devel/php4-session to 4.1.0. Changes from version 4.0.6 include: 2001-12-31 23:57:02 +00:00
php4-sysvsem Update devel/php4-sysvmem to 4.1.0. No list of changes from version 4.0.6; 2001-12-31 23:57:16 +00:00
php4-sysvshm Update devel/php4-sysvshm to 4.1.0. No list of changes from version 4.0.6; 2001-12-31 23:57:26 +00:00
pilrc Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
pkgconfig Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
popt Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
prc-tools Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
prc-tools-base Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
prc-tools-binutils Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
prc-tools-gcc Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
prc-tools-gdb Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
prcs Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
pth Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ptl2 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
pwlib Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
py-curses Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
py-expect Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
py-idle Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ratfor Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
rcs Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
rdp Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
readline Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
rpc2 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ruby-amstd Update ruby-amstd package to 1.10.0. 2001-12-30 17:01:49 +00:00
ruby-bsearch Update ruby-bsearch package to 1.4 and fix some build problem. 2002-01-03 15:50:00 +00:00
ruby-byaccr Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ruby-filelock Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ruby-mode Update ruby-mode to 1.6.6. This is another part of ruby 1.6.6 distribution. 2001-12-30 16:46:04 +00:00
ruby-mutexm Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ruby-optparse Update ruby-optparse package to 0.8.6. Changes from 0.8.3 are below. 2001-12-30 17:09:14 +00:00
ruby-racc update ruby-racc pakage to 1.4.1. 2001-12-30 17:13:47 +00:00
ruby-racc-runtime update ruby-racc-racc pakage to 1.4.1. 2001-12-30 17:15:33 +00:00
ruby-rd-mode Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ruby-readline update ruby-readline package to 1.6.6. (This is really part of ruby 2001-12-30 16:23:59 +00:00
ruby-ri Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ruby-strscan Update ruby-strscan package to 0.6.5. 2001-12-30 17:03:35 +00:00
ruby-textbuf - Update HOMEPAGE and MASTER_SITES. 2001-12-30 17:06:29 +00:00
ruby-unit Update ruby-unit package to 0.5.2. Changes are below. 2002-01-04 00:36:54 +00:00
ruby14-readline Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
rvm Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
rx Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
sdcc Buildlinkify. 2001-11-28 04:49:01 +00:00
SDL Include buildlink glue code for "aalib" package. This fixes build problems 2002-01-03 19:11:40 +00:00
SDL_ttf Include x11.buildlink.mk 2001-12-07 21:25:28 +00:00
semantic Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
semi Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
sfio Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
sgi-stl Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
sgi-stl-docs Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
slib Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
sml-mode Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
smpeg Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
spiff Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
stlport Libraries are found as lib/libstlport* (not lib/stlport*) 2001-12-15 11:51:01 +00:00
stooop Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
swig Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
tavrasm Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
tkcvs Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
tkdiff Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
tmake Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
tpasm Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
trio Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
tvision Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
uml Added uml-1.0.3: A UML Modelling tool 2001-12-04 10:01:44 +00:00
unidiff Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
unproven-pthreads Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
w32api Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
xdelta Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
xxgdb Use tcgetattr(3) and tcsetattr(3) instead of old BSD 4.3 I/O controls to 2001-11-22 14:37:27 +00:00
zlib Change ONLY_FOR_PLATFORM...SunOS to NOT_FOR_PLATFORM...NetBSD 2001-11-29 16:44:15 +00:00
Makefile Add and enable autoconf-devel 2002-01-03 14:14:46 +00:00