Commit graph

17 commits

Author SHA1 Message Date
sno
c640faedd9 PkgSrc changes:
- Updating package for p5 module Module::Dependency from 1.8 to 1.86
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Upstream changes:
* Changes in Module::Dependency 1.86 (svn rev 6643),  12th July 2006

    No longer use umask(0) before creating dir for data file.
    Move db file store function from Indexer.pm to Info.pm
    Use $ENV{PERL_PMD_DB} to override location of data file.

* Changes in Module::Dependency 1.85 (svn rev 6642),  12th July 2006

    Fixed blank lines in output.
    Fixed parent to mean what item depends_on
        and child to mean what item is depended_on_by
    Added sorting of final top-level output order with -sort
    Added -Unique option (global version of -unique)
    Added -All option to dump everything using Data::Dumper
    Added != and !~ support to object selector patterns
    Non-scripts always have a / in the key and filename
        (./ is prepended if there's no / already)
    Improved duplicate file/package warning.
    The -h option doesn't remove indent, use -i='' for that.

* Changes in Module::Dependency 1.84 (svn rev 6633),  11th July 2006

    Replaced pmd_dumper.plx with much more flexible pmd_dump.pl
    Unresolved dependencies now get entries in allobjects,
        with their reverse dependencies listed so they can be queried.
    Because of that the grapher html output changed but the tests
        haven't yet been updated so they're skipped.
    All entries have a 'key' field matching the key of the allobjects hash.

* Changes in Module::Dependency 1.83 (svn rev 6569),  27th June 2006

    Fixed VERSION numbers.
    Simplified README docs, INSTALL and added my name to LICENCE.

* Changes in Module::Dependency 1.82 (svn rev 6568),  27th June 2006

    Stored data changes:
    - 'filename' is now a relative file path, not absolute.
    - the "key" name for scripts is now the relative file path not basename.
    - new 'filerootdir' holds absolute prefix of filename.
    - 'scripts' now holds relative file paths

    Ignore ~ and .bak files.
    Don't decend into ignored directories (.svn, .cpan etc)
    Attempt to recognise .t test files.
    Improve robustness of parsing.
    Give more, and more useful, warning messages.
    More compact output for pmd_dumper -a

* Changes in Module::Dependency 1.81,  30th May 2006

First release under new maintainer Tim Bunce.

    Fixed parsing of multi-line use statements.
    Fixed parsing of unusual =cut statements.
    Fixed tests to not depend on hash order.

    Renamed scripts to have a pmd_ prefix.
    Moved examples into new examples/ subdirectory.
    Moced pmd_cgidepend.plx and pmd_cgiform.html into examples.
    Unified script and module parsing code.

* Changes prior to version 1.81

Date: 2002/09/25 23:09:31

Fixed minor typoes and niggling things that should have been corrected
in the distribution - thanks to Mike Castle & Ron Savage

Indexer.pm converts paths to absolute paths before running File::Find,
giving the correct, expected, behaviour when you try to index relative
folders

Added support for the 'base' pragma.

Added the 'relationship' method (and hence the -r option to dumper.plx)
which tells you how two items are related.

Improved POD-skipping algorithm - i.e. it now has one.

There should be no platform-specific code left, and in theory this will
run on any OS.

Added a little POD-only module called Module::Dependency.

We 'use' as little as possible and 'require' the rest.

The indexer can optionally (and does, by default) look at a file's #! line
to see if it's a perl program. .pl, .plx and .pm files are always indexed.

Added accessor routine for the 'check_shebang' switch.

cgidepend.plx, the CGI program, slightly tweaked to be even more
mod_perl friendly.

Some code and ideas kindly contributed by S Rezic, S Heffner and C Sampson,
among others.
2009-05-01 22:22:56 +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
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
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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
snj
67721bd22d Convert to buildlink3. 2004-04-27 04:59:42 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
26eaee1117 Better bump PKGREVISION after added dependency on graphics/p5-GD. 2002-10-20 23:23:21 +00:00
seb
45510a2167 Use buildlink2. Use perl5/module.mk.
Add dependency on graphics/p5-GD.
2002-10-20 23:20:21 +00:00
cjs
b21c71917d Build and use index of perl module dependencies. 2002-03-25 05:55:52 +00:00