Commit graph

19 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
sno
36409d9254 pkgsrc changes:
- Updating package for p5 module ExtUtils::Depends from 0.301 to 0.302
  - Setting license to ${PERL5_LICENSE} according to META.yml
  - Using CPAN as MASTER_SITE

Upstream changes:
0.302 Sat Jul  4 15:28:35 CEST 2009
	- Create import libraries if necessary to fix linking when gcc is used
	  on MSWin32 (Strawberry Perl, for example).
2009-07-07 22:21:16 +00:00
he
2ca06fb60f Update from version 0.300nb1 to 0.301.
Pkgsrc changes:
 o Added commented-out HOMEPAGE using search.cpan.org

Upstream changes:

0.301 Sat Sep  6 20:11:01 CEST 2008
	- On Cygwin, link directly against the DLLs of dependencies.  Patch by
          Yaakov.
	- Require perl 5.6.0.
2008-11-05 23:45:09 +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
xtraeme
e2933032ba Update to 0.300:
- On MSWin32 and cygwin, find the link libraries of dependencies and
  put them into LIBS.
- Add tests.
- Correct typos in the documentation.
- In get_makefile_vars, comment out the code that put the installed
  libraries into @OBJECT, which caused them to get deleted on
  realclean.
- In Makefile.PL, don't use the bogus package "MAIN".
- Remove debug spew.
2008-04-21 14:38:09 +00:00
heinz
b1482ba494 The package supports installation to DESTDIR. It does not need a
compiler.
2008-03-17 22:13:35 +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
wiz
cb3e7ccb1a Update to 0.205:
0.205 Sun Jan 23 13:20:14 EST 2005
	- Disable the RPM-related postamble on Win32.  The 'date' command
	  on windows is interactive, and caused Makefile.PL to hang.
2007-02-27 09:09:37 +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
xtraeme
fe3c307686 Update to 0.204.
Changes:

0.204 Sun Sep 19 23:26:23 CEST 2004
        - Use capitals at the start of everything that is printed out, to unify
          Makefile.PL output.

0.203 Fri Mar 12 16:09:35 EST 2004
        - don't output a PM pair from get_makefile_vars unless we actually
          have data in the pm key.
2004-12-27 21:58:55 +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
31e158e054 Add 'perl5' to CATEGORIES. 2004-11-12 00:24:14 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
minskim
f4a32e7218 Enable pkgviews installation. 2004-04-19 17:41:51 +00:00
xtraeme
f2ab2c476a Initial import of p5-ExtUtils-Depends-0.202, from pkgsrc-wip.
This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means
that a perl extension is treated like a shared library that provides
also a C and an XS interface besides the perl one.
2004-04-19 17:24:14 +00:00