Commit graph

55 commits

Author SHA1 Message Date
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ryoon
b9d9d2fc30 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wen
a1ae0b4655 Update to 2.44
Upstream changes:
2.44 2015-01-12 (by Todd Rinaldo)
    - RT 99098 - Revert "Add more useful error message on parse to Expat". It breaks
      XML::Twig. Calling code will need to do this if it's needed.
    - RT 100959 - Add use FileHandle to t/astress.t - Make perl 5.10.0 happy.
2015-01-12 12:50:15 +00:00
wiz
f885495eda Update to 2.43:
2.43 2014-12-11 (by Todd Rinaldo)
    - POD patch to man from Debian via Nicholas Bamber
    - POD patch from Debian via gregor herrmann.
    - Add more useful error message on parse to Expat
    - Fix LWP dependency to be LWP::Useragent
    - Bump to 2.43 for overdue release to CPAN.

2.42_01 2013-07-12 (by Todd Rinaldo)
    - Added instructions to README for OSX
    - XS changes: stop using SvPV(string, PL_na)
    - Fix documentation typos
2014-12-14 15:34:21 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
c0d74b1db4 Revision history for Perl extension XML::Parser.
2.41 2011-06-01 (by Todd Rinaldo
    - Tests are cleaned. promoting to stable. No changes since 2.40_02

2.40_02 2011-05-31 (by Todd Rinaldo)
    - TODO some tests which fail in Free BSD due to improper expat CVE patch
      http://www.freebsd.org/cgi/query-pr.cgi?pr=157469

2.40_01 2011-05-24 (by Todd Rinaldo)
    - better installation instructions
    - Small spelling patches from Debian package - Thanks Nicholas Bamber
    - RT 68399 - Upgrade Devel::CheckLib to 0.93 to make it
      perl 5.14 compliant - qw()
    - RT 67207 - Stop doing tied on globs - Thanks sprout
    - RT 31319 - Fix doc links in POD for XML/Parser.pm
2011-08-21 11:03:07 +00:00
obache
a7a8ace5fe Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
wiz
145e87fb36 Update to 2.40:
2.40  2010-09-16 (by Alexandr Ciornii)
    - Add windows-1251.enc, ibm866.enc, koi8-r.enc (Russian)
    - Add windows-1255.enc (Hebrew)
    - Update iso-8859-7.enc (RT#40712)
    - Use Devel::CheckLib
    - Better description of expat packages
    - Better Perl style in both code and docs
2010-09-19 11:07:11 +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
heinz
2ed94cb8b5 Added LICENSE. 2010-01-16 23:37: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
wiz
c268231448 Update to 2.36:
2.36
    - Fix for Carp::Heavy bugs

2.35
    - Works in 5.10 (Andreas J. Koenig)
    - Added license in Makefile.PL (Alexandr Ciornii)
    - Makefile.PL also searches for expat in C:/lib/Expat-2.0.0 (Alexandr Ciornii)
    - No longer uses variable named 'namespace' in Expat.xs (Jeff Hunter)
2007-11-29 14:25:46 +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
joerg
5dfaaf310b DESTDIR support. 2006-11-05 17:06:43 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
wiz
a2112d8f8e Add HOMEPAGE. 2005-11-23 21:58:17 +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
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +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
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
recht
bd76b41c95 update to XML-Parser 2.34
ok'd by bad@

changes:
(none given for 2.34..)

2.33
    - Fixed Tree style (grantm)
    - Fixed some non-utf8 stuff in DTDs (patch in XML::DOM tarball)

2.32
    - Memory leak fix (Juerd Waalboer).
    - Added windows-1252 encoding
    - Styles moved to separate .pm files to make loading faster and
      ease maintainence
    - Don't load IO::Handle unless we really need to
2004-07-20 21:32:01 +00:00
jlam
646616eff0 Find the expat libraries and headers if they come from /usr/X11R6. 2004-03-31 07:54:50 +00:00
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +00:00
grant
68fd50e391 bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS. 2003-10-11 13:40:19 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
c466e2b557 buildlink1 -> buildlink2. 2002-10-09 19:08:58 +00:00
wiz
963ca16a09 Update to 2.31:
- Ilya Zakharevich <ilya@math.ohio-state.edu> and
  Dave Mitchell <davem@fdgroup.com> both provided patches to
  fix problems module had with 5.8.0
- Dave Mitchell also made some UTF-8 related fixes to the test suite.
2002-08-20 14:57:45 +00:00
wiz
9b5f7ba700 Comment out HOMEPAGE, since it disappeared. 2002-08-20 14:53:38 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
hubertf
b4404f763a Fix previous problem (libexpat looked for in libpth dir, and of course
not found if pth is not installed) differently: look in $Config{prefix}/lib
first.

Patch mailed to the perl folks (perl-xml@lyris.activestate.com)
2001-10-16 00:22:04 +00:00
hubertf
4b971524f9 Makefile.PL looks for libpth when it really wants to look for libexpat.
Seems that's not set in %Config either, though (esp. when you don't
have pth installed 8-).

Fix path to expat by passing EXPATLIBPATH and EXPATINCPATH to the
Makefile.PL.
2001-10-16 00:03:50 +00:00
jlam
89d64d306e Use expat/buildlink.mk and remove some unnecessary variable settings. 2001-10-03 10:02:52 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
wiz
5bc92ff813 Add EXPATLIBPATH=${LOCALBASE}/lib to find expat on a.out (don't know why
it's needed, but it seems to help, and doesn't hurt).
pkg/12947 by John Klos
2001-06-10 17:17:44 +00:00
wiz
3e3f919615 Update to 2.30, supplied by Nathan Ahlstrom in pkg/12629.
Changes:
- Get rid of ContentStash global. Not that big a deal looking it up
  everytime and gets rid of a potential threading problem.
- Switch to shareable library version of expat from sourceforge
  (i.e. no longer include expat source and require that libexpat
  be installed)
- Bob Tribit <btribit@traffic.com> demonstrated a fix for problems
  in compiling under perl 5.6.0 with 5.005 threading.
- Matt Sergeant <matt@sergeant.org> discovered a typo ('IO::Handler'
  instead of 'IO::Handle') in Expat.pm that caused IO::Handle objects
  to be treated as strings instead of handles.
- Matt Sergeant also provided a patch to allow tied handles to work
  properly in calls to parse.
- Eric Bohlman <ebohlman@netcom.com> reported a failure when
  incremental parsing and external parsing were used together.
  Need to give explicit package when calling Do_External_Parse
  from externalEntityRef  otherwise fails when called through ExpatNB.
2001-04-27 17:49:43 +00:00
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00