Commit graph

23 commits

Author SHA1 Message Date
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
seb
77cb6805cd Update p5-Test-Pod from version 1.42 to version 1.44.
Upstream changes:
1.44 2010-04-26T17:33:02
    * Restored the `Makefile.PL` by using Module::Build::Compat's
      "traditional" configuration.

1.43 2010-04-21T02:33:59
    * Reduced prereq for Test::More to 0.62, prereq for Pod::Simple to 3.05,
      and added File::Spec to the list of prereqs. The prerequisites were
      needlessly high, and by reducing them Test::Pod can rely on the core
      versions of those modules in on Perl 5.8.8. Thanks to Chris Wittmer for
      the patch.
2010-05-24 21:43:26 +00:00
wiz
166a474735 Update to 1.42:
1.42 - 2010-03-10T19:41:20
    * Fixed invalid Pod link. Thanks to Markus Sonderegger.
    * Changed license in the POD to "Same as Perl" to match the license listed in
      `META.yml`.
    * Changed `Build.PL` to require Module::Build 0.30. It already does in
      `configure_requires`, but also doing so on the `use` line helps provide
      a more useful error message in older toolchain tools that don't use
      `configure_requires`.
    * Updated `MANIFEST` so that the `README` is actually included in the
      distribution.
    * Now recognizes `.bat` files as Perl files when they contain
      "--*-Perl-*--" on the first line. Thanks to Olivier 'dolmen' Mengué for
      the patch (RT #46973).
    * `all_pod_files_ok()` now operates on directories as well as files.
      Thanks to Adriano Ferreira for the patch (RT #33025).
    * Files with no POD now have " (no pod)" added to test name. Thanks to
      Adriano Ferreira for the patch (RT #34955).
    * Updated documentation to note that `.PL` files are considered Perl
      files. Thanks to Adriano Ferreira for the spot (RT #34955).
    * `all_pod_files_ok()` now lets `pod_file_ok()` set the default test name,
      rather than doing so itself. Thanks to Adriano Ferreira for the spot (RT
      #34955).
2010-03-15 12:23:56 +00:00
sno
0c79a16f76 Updating devel/p5-Test-Pod from 1.40 to 1.41
pkgsrc changes:
- Adjusting dependencies

Upstream changes:
1.41 - 2010-01-14T20:09:25
    * Maintenance transfered to David Wheeler.
    * Test::Pod no longer complains about the construct L<text|url>, as it is
      no longer illegal (as of Perl 5.11.3).
    * Switched to Module::Build.
2010-01-29 16:20:33 +00:00
sno
bbfdb181ec pkgsrc changes:
- Updating package for p5 module Test::Pod from 1.26nb1 to 1.40
  - Adjusting LICENSE and dependencies

Upstream changes:
1.40 - Sun Jul 12 23:32:11 CDT 2009
    [THINGS THAT MAY BREAK YOUR CODE]
    Test::Pod now requires Perl 5.8.0.

    [ENHANCEMENTS]
    Test::Pod now complains about the illegal construct L<text|url>.
    Thanks to Paul Miller.

    The list of directories to exclude is now much longer, and is
    available in %Test::Pod::ignore_dirs.  This list is right now:

        '.bzr' => 'Bazaar',
        '.git' => 'Git',
        '.hg'  => 'Mercurial',
        '.pc'  => 'quilt',
        '.svn' => 'Subversion',
        CVS    => 'CVS',
        RCS    => 'RCS',
        SCCS   => 'SCCS',
        _darcs => 'darcs',
        _sgbak => 'Vault/Fortress',
2009-07-16 06:13:48 +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
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +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
obache
e7332fd614 Add p5-Test-Simple>=0.62 dependency again, because PERL5_REQD=5.8.7 now,
and perl-5.8.7 includes Test-Simple 0.54.
2006-10-25 09:39:54 +00:00
obache
a4574e89db Update p5-Test-Pad to 1.26.
Based on patch provided by Martin Wilke via PR 34369.
And delete p5-Test-Simple>=0.62 dependency, because perl5 base package
contain Test::Simple version 0.62 now.

hange log for Test::Pod

1.26 - Wed Jul 19 09:54:48 CDT 2006

    No new functionality in this version.

    [FIXES]
    * Fixed a Win32 build bug.
    * Fixed a bug in the SYNOPSIS.

1.24 - Wed Feb  1 15:18:06 PST 2006
    [THINGS THAT MAY BREAK YOUR CODE]
    * The long-deprecated pod_ok() is now gone, along with all its
      constants.

    [ENHANCEMENTS]
    * Now runs properly under VMS.  Thanks to Peter Edwards.
2006-10-21 09:38:29 +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
wiz
d17773b54e The current version Uses Test::Builder, so DEPEND on it.
Bump PKGREVISION.
2006-01-22 20:41:05 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
wiz
7b7d85c261 Update to 1.22:
1.22 - Sun Oct 23 23:45:51 CDT 2005
    [ENHANCEMENTS]
    * Added check for lines with only whitespace before or after a
      directive.  Older POD formatters can get confused by such
      lines since they goof up paragraph mode. (RT #6467)

    [FIXES]
    * Bumped up requirements to Test::Simple 0.62.

1.20 - Wed Jun 23 00:28:35 CDT 2004
    [ENHANCEMENTS]
    * Looks in blib/ if there is one, otherwise looks in lib/
    * Thanks to David Wheeler for nudging.

Package change: depend on p5-Test-Simple for testing instead
of p5-Test-Builder-Tester, the latter is now included in the
former.
2005-11-22 23:12:13 +00:00
tv
d7a4d7acf9 Only include p5-Test-Builder-Tester as a BUILD_DEPENDS if
PKGSRC_RUN_TEST=yes.
2005-11-16 19:37:19 +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
wiz
24e098e11d Add HOMEPAGE. 2005-02-19 12:17:14 +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
seb
f0454764d3 No meed to depend on p5-Pod-Escapes now that p5-Pod-Simple has it
as its own dependency. Hence add dependency on p5-Pod-Simple>=3.02nb1.

Bump PKGREVISION.
2004-10-31 22:39:57 +00:00
seb
719612bf92 Initial import of p5-Test-Pod version 1.20 in the NetBSD Packages
Collection.

The Test::Pod Perl 5 module permits to check the validity of a POD file,
and reports its result in standard Test::Simple fashion.
2004-10-31 14:46:47 +00:00