Commit graph

19 commits

Author SHA1 Message Date
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
d090952500 Update from version 0.24 to 0.25. Changes:
2005-10-15 Matthew Astley <mca1001@users.sourceforge.net>

    * doc/release-checklist, doc/TODO, ChangeLog: updates for release
    * lib/Test/Unit.pm: version 0.25
    * MANIFEST: add licence and class-diagram files, remove old exmample;
      keep in "make manifest" generated order
    * t/tlib/AssertTest.pm (test_fail_assert_not_null): extra check, for
      SF bug #610499
    * lib/Test/Unit/Assert.pm (assert_deep_equals): fix comparisons of cyclic
      structures (thanks flacoste, SF patch #678422), comparisons of undefs
      (thanks flacoste, Debian BTS #249678), comparison of SCALAR refs
    * t/tlib/AssertTest.pm (test_assert_deep_equals): add modified test from
      SF bug #1012115; modified test from flacoste's SF patch #678422; more
      tests on SCALAR refs, and improve the regexp

2005-08-19 Matthew Astley <mca1001@users.sourceforge.net>

    * doc/TODO: notes on HarnessUnit, UnitHarness; more on stuff I'd like
      to do later
    * examples/README: minor update

2005-08-03 Matthew Astley <mca1001@users.sourceforge.net>

    * doc/class-diagram.{dia,txt,png}: first stab at a UML class diagram,
      see how it goes

2005-08-01 Matthew Astley <mca1001@users.sourceforge.net>

    * lib/Test/Unit.pm, lib/Test/Unit/TkTestRunner.pm,
      lib/Test/Unit/TestRunner.pm: put links to COPYING.* in Test::Unit;
      move copyright notices from testrunner modules to Test::Unit
    * lib/Test/Unit/<many>, t/tlib/AllTests.pm: set AUTHOR POD sections to
      the same boilerplate, in files that don't appear to be single-author
      -- as described in the top level AUTHORS file
    * AUTHORS: update authors list with SF ids and what I found while
      boilerplating the PODs; add explicit copy of the Perl licence, taken
      from Debian perl-base package v5.8.4-2
    * COPYING.Artistic, COPYING.GPL-2: licences copied from Debian
      base-files package v3.0.12

2005-07-31 Matthew Astley <mca1001@users.sourceforge.net>

    * lib/Test/Unit/Assert.pm (is_numeric): change the test to match only
      lone numbers. fix SF bug#1014540

        *** NB. this causes assert_equals to switch from assert_num_equals
        to assert_str_equals in some cases

        * t/tlib/AssertTest.pm (test_numericness, test_assert_equals):
        tests for new is_numeric

        * lib/Test/Unit/TkTestRunner.pm: make "Show..." dialog text expand
        with window and include annotations.  fixes SF bug#1018619

        * t/try_examples.t: clear out useless 'use lib's; remove dup $^O
        check; fix RT bug#3963 (thanks ILYAM); improve skipping of
        untested items

        * examples/tester.png: update screenshot of Tk test runner; mark
        as binary

        * examples/tester.pl: remove old Tk code - Test::SuiteWrapper went
        away 2000-02-21

2005-07-30 Matthew Astley <mca1001@users.sourceforge.net>

    * t/try_examples.t: Fix SF bug#908422 (track changing testing output
      format); Thanks: dholland, eksiegerman [aka. SF bug#1245490, RT bug#2244]
    * .cvsignore: ignore build stuff

        -- other changes Adam made since REL_0_24, but aren't mentioned
        already.  I list them partly so I know where my towel is:

        * AUTHORS: Adam became maintainer

        * doc/TODO: updated

        * lib/Test/Unit/Decorator.pm: some minor change I've not investigated

        * lib/Test/Unit/Procedural.pm:
        fix bug spotted by Matthias Ferber (and Ken) in run() (which is
        usually overridden) [SF bug#760491, RT bug#3058]

        * lib/Test/Unit/Runner.pm: improve filtering, POD

        * lib/Test/Unit/TestCase.pm: POD for filtering

        * t/tlib/RunnerTest.pm: new test for T:U:TestRunner, just tests
        filtering; uses the new t/tlib/FilteredSuite.pm

2002-06-20 Adam Spiers <perlunit@adamspiers.org>

    * lib/Test/Unit/TestCase.pm: document new filtering via coderefs
    * MANIFEST, lib/Test/Unit/Test.pm, lib/Test/Unit/TestSuite.pm,
      t/tlib/AllTests.pm, t/tlib/FilteredSuite.pm:
          o remove ALL filtering hack, and instead allow filtering via coderefs:

            sub filter {{
              foo_tests  => sub {
                my $method = shift;
                return $method =~ /foo/;
              },
              everything => sub { 1 },

              # method lists still work
              another_token => [ qw/test_method1 test_method2/ ],
            }}

        - add tests for filtering mechanism
2008-07-27 17:05:08 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
rillig
b2862e3d13 Fixed paths to the Perl interpreter. Bumped PKGREVISION. 2006-06-18 12:15:48 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
wiz
4b461dc188 Update to 0.24:
Lots of bugfixes.
2004-11-30 12:08:52 +00:00
cjs
93c7d5c464 Change maintainer back to tech-pkg@NetBSD.org, as I no longer use this. 2004-11-30 10:50:14 +00:00
minskim
3a573f960a Bl3ify and enable pkgviews installation. 2004-04-25 03:12:57 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
seb
7cccf7280b Use buildlink2. Use perl5/module.mk. Fix COMMENT. 2002-10-13 22:00:30 +00:00
cjs
47bf7e2db0 Add p5-Test-Unit, unit tests for perl. 2002-03-07 12:10:29 +00:00