summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-01-18Enable p5-Attribute-Handlersmjl1-1/+2
2002-01-18Initial import of p5-Attribute-Handlers 0.76.mjl4-0/+32
2002-01-16Update gal to 0.19. Features several new widgets, API enhancements, somerh5-26/+14
more localisations, and bugfixes.
2002-01-16Add patch missing in previous commitrh1-0/+13
2002-01-16Update bonobo-conf to 0.14 and while at it, buildlinkify. Changes arerh4-11/+73
mainly bugfixes as well as some API enhancements.
2002-01-16Track changed include file locationrh1-3/+3
2002-01-16Update bonobo to 1.0.18. Changes are tons of bugfixes and speedups,rh3-9/+13
including + intelligent GdkPixbuf rendering + sensible pixbuf filtering + cache GdkPixbufs + cache X resources + UI handler algorithmic tweaks
2002-01-15Update GConf to 1.0.7. Changes are mainly bugfixes. In addition, thisrh8-129/+38
now makes use of the real "popt" instead of the skeletion in libgnomesupport.
2002-01-15Update oaf to 0.6.7rh4-12/+16
New in this release: * Fix major race condition which could lead to multiple oafd's * Miscellaneous bug fixes * FreeBSD fixes * Build fixes * Merge lots of bug fixes from former 2.0 branch * spec file updates
2002-01-14Add some man pages (I wonder how those got overlooked...).wiz1-1/+9
2002-01-14Comment out some unneeded code that produced errors, in contrast towiz4-1/+37
what the comment above it claims. Should fix bulk build failure.
2002-01-13patthern -> patternwiz3-6/+6
2002-01-12update to Event-0.83explorer2-5/+5
2002-01-11Remove build dependency on autoconf... the patch distfile already includedskrll2-10/+6
a patch for configure so it wasn't really needed anyway. An autoreconf run here noted a small difference in configure patch so I've created a new patch distfiles with the new configure patch included.
2002-01-10Never try to remove directories in "share/locale" because they are usedtron1-3/+1
by several packages.
2002-01-10Actually add the patch that fixes lisp_LISP handling. This went unnoticedskrll3-3/+17
for 4 months! While I'm here change the maintainer to packages@netbsd.org
2002-01-10Remove obsolete patch.wiz1-13/+0
2002-01-10Remove non-existing patch-aa from distinfo.wiz1-2/+1
2002-01-10Remove non-existing patch-ac from distinfo.wiz1-2/+1
2002-01-10Note addition of php3-pcre.jlam1-1/+2
2002-01-10Move to devel/php3-pcre from the www category to match similarjlam3-0/+33
relocations of the PHP4 module packages.
2002-01-10Updated popt to 1.6.3. List of changes is unknown.martti4-51/+18
2002-01-08* Patches for two header files to adjust path fragments in #includemrauch2-2/+6
statements for NetBSD * __unix is not any longer defined in new-toolchain gcc's so add __NetBSD__ to make it compile again Bumped version number as a package without the first fix may break other ones.
2002-01-08* Patches for two header files to adjust path fragments in #includemrauch3-0/+39
statements for NetBSD * __unix is not any longer defined in new-toolchain gcc's so add __NetBSD__ to make it compile again Bumped version number as a package without the first fix may break other ones.
2002-01-08Patch from Chuck Cranor to fix his own PR 15022.agc2-5/+14
Don't pass a GNU-specific m4 argument down to NetBSD's m4.
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.