summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-01-06Update devel/php4-sysvshm to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06Update devel/php4-sysvsem to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06Update devel/php4-session to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06Update devel/php4-posix to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06Update devel/php4-pcre to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06Update devel/php4-gmp to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06Update devel/php4-gettext to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-05Make sure that locale files are installed into the correct directorytron3-2/+19
under Solaris.
2002-01-05Simplify document location.taca2-8/+6
2002-01-04Make sure full ${SCRIPTS_ENV} is available to build script.jwise1-2/+2
Fixes problems when neither PKG_JVM nor JAVA_HOME is set in environment (which should be perfectly acceptable -- pkgsrc defaults reasonably, but the ant pkg was not picking up the defaults).
2002-01-04Allow objects of the form libfoo_pic.a to be linked into shared objects asskrll3-3/+20
well as the normal shared objects. This means that the new toolchain, that links in libgcc_pic.a, will build proper shared objects again. Bump to nb5 and make this the required version. Fixes pkg/15120 from Matthias Scheler <tron@colwyn.zhadum.de>
2002-01-04Add missing installed file; ${RUBY_SITELIBDIR}/racc/rubyloader.rb.taca1-1/+2
2002-01-04Oops. Fix include path in Makefile, which was for debugging.taca1-3/+2
2002-01-04Update ruby-unit package to 0.5.2. Changes are below.taca3-31/+41
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-03Include buildlink glue code for "aalib" package. This fixes build problemstron1-1/+2
in e.g. the "avifile-devel" package.
2002-01-03Update ruby-bsearch package to 1.4 and fix some build problem.taca3-8/+28
Changes from 1.1 are bellow. 2001-10-19 Satoru Takabayashi <satoru@namazu.org> * Ruby/Bsearch: Version 1.4 released. * tests/test.rb (lookup): Add assertions. * bsearch.rb (Array::bsearch_lower_boundary): Use .to_i for working with mathn.rb (Rational). Thanks to Nenad Ocelic <nocelic@medri.hr> for reporting it. (Array::bsearch_upper_boundary): Likewise. 2001-09-12 Satoru Takabayashi <satoru@namazu.org> * Ruby/Bsearch: Version 1.3 released. * bsearch.en.rd: Update documentation . * bsearch.ja.rd: Likewise. 2001-08-16 Satoru Takabayashi <satoru@namazu.org> * bsearch.rb (bsearch_lower_bound): New method. * bsearch.rb (bsearch_upper_bound): New method. * bsearch.rb (bsearch_range): Return the range consisting of bsearch_lower_bound and bsearch_upper_bound. 2001-07-03 Satoru Takabayashi <satoru@namazu.org> * Ruby/Bsearch: Version 1.2 released. * Rewrite documents with rdtools.
2002-01-03Add and enable autoconf-develagc1-1/+2
2002-01-03Initial import of autoconf-2.52 (as autoconf-devel) into the Packagesagc5-0/+85
Collection. Autoconf is an extensible package of m4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of m4 macro calls. Version 2.52 of autoconf is not entirely backwards compatible with earlier versions, but is still needed to build some of the newer packages. Import this package for just now as autoconf-devel.
2002-01-03Updated cpuflags to 0.17abs3-10/+15
Update MAKE_FLAGS so we can affect imake using packages
2002-01-03Updated to 0.1.4. List of changes is unknown (ChangeLog was not updated).martti6-95/+10
2002-01-031.2.2nb1 for AAlib supporthubertf1-2/+2
2002-01-03add support for graphics/aalibhubertf1-1/+3
Contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15115
2002-01-01Updated cpuflags to 0.16abs2-3/+4
-mcpu=cypress for my little ELC
2002-01-01Allow this pkg to build on sparc64 too.martin1-2/+2
Closes PR pkg/15104 by Lloyd Parkes.
2001-12-31Update devel/php4-sysvshm to 4.1.0. No list of changes from version 4.0.6;jlam2-17/+3
simply update to version from php-4.1.0 distribution.
2001-12-31Update devel/php4-sysvmem to 4.1.0. No list of changes from version 4.0.6;jlam1-3/+3
simply update to version from php-4.1.0 distribution.
2001-12-31Update devel/php4-session to 4.1.0. Changes from version 4.0.6 include:jlam1-3/+3
- Fixed and improved shared-memory session storage module (Sascha) - Fixed references in sessions. This doesn't work when using the WDDX session-serializer. Also improved speed of sessions. (Thies)
2001-12-31Update devel/php4-posix to 4.1.0. No list of changes from version 4.0.6;jlam1-3/+3
simply update to version from php-4.1.0 distribution.
2001-12-31Update devel/php4-pcre to 4.1.0. Changes from version 4.0.6 include:jlam1-3/+3
- Fixed a bug in preg_match_all() that would return results under improper indices in certain cases. (Andrei)
2001-12-31Update devel/php4-gmp to 4.1.0. Changes from version 4.0.6 include:jlam1-3/+3
- Added optional extra argument to gmp_init(). The extra argument indicates which number base gmp should use when converting a string to the gmp-number. (Troels)
2001-12-31Update math/php4-gettext to 4.1.0. No list of changes from version 4.0.6;jlam1-3/+3
simply update to version from php-4.1.0 distribution.
2001-12-31Use pthread.buildlink.mk instead of pth/buildlink.mk.jlam1-4/+4
2001-12-30update ruby-racc-racc pakage to 1.4.1.taca2-7/+17
Instead of including ruby-racc's Makefile, newer common definition from ruby-racc's Makefile.common. It seems that official changes aren't available.
2001-12-30update ruby-racc pakage to 1.4.1.taca4-60/+55
Move common definition to Makefile.common and include it. It seems that official changes aren't available.
2001-12-30Update ruby-optparse package to 0.8.6. Changes from 0.8.3 are below.taca3-25/+21
Wed Dec 12 00:14:12 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * optparse.rb (OptionParser::switch): fix for String#select. Thu Aug 23 20:11:52 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * optparse.rb (Revision): changed versioning method. Thu Aug 23 19:46:27 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * optparse.rb (OptionParser::Switch::summarize): returns self. * optparse.rb (OptionParser::order): now (({while})) returns value.
2001-12-30- Update HOMEPAGE and MASTER_SITES.taca2-15/+9
- Simpler document file arrange. - Required ruby is 1.6 and later.
2001-12-30Update ruby-strscan package to 0.6.5.taca2-7/+8
It seems that official changes aren't available.
2001-12-30Update ruby-amstd package to 1.10.0.taca4-30/+27
It seems that official changes aren't available.
2001-12-30Update ruby-mode to 1.6.6. This is another part of ruby 1.6.6 distribution.taca3-25/+4
Changes are some bug fix and previous patch was incorporated.
2001-12-30update ruby-readline package to 1.6.6. (This is really part of rubytaca3-10/+12
distribution.)
2001-12-30Make lclint compile again. Patches from Hiramatsu Yoshifumi via pkg/15092.wiz4-10/+40
2001-12-29Move the ncurses-curses-h target out of the NEED_NCURSES == NO sectionjlam1-3/+3
since it needs to be there all of the time.
2001-12-28Link curses.h to ncurses.h in the buildlink directory in thejlam1-1/+9
USE_BUILDLINK_ONLY case. A "standard" ncurses distribution has this file.
2001-12-27Be a bit more generic about the location of ${LOCALBASE} - pointed outagc2-4/+4
by Thomas Klausner, fixes a problem introduced by me when removing the scripts directories.
2001-12-27DEPEND on only libtool-base if we need libltdl.so. Pulling in all of thejlam1-2/+2
documentation files is unnecessary.
2001-12-26Don't bother with mv/sed/rm as sed/mv is good enough. Also a few cosmeticjlam1-11/+11
changes.
2001-12-25Only one patch per file, and only patch each file by one patch.wiz6-194/+171
2001-12-25.Bd needs an argument.wiz1-2/+2
2001-12-25Fix a typo. [This one's for you, pooka.]wiz1-2/+2
2001-12-25Allow adding wildcards to _INCOMPAT_CURSES to specify additional NetBSDwiz1-3/+5
versions that were missing some specific curses functions, like INCOMPAT_CURSES= 1.5 1.5.* 1.5[A-U] for wgetnstr.