Commit graph

35 commits

Author SHA1 Message Date
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
wen
cea76a0bdd Update to 0.29
Upstream changes:
Version 0.29  2013-12-31
* fixed bug 87124 (upgrade Module::Install)
* fixed bug 90010 (typos)
2014-01-12 11:40:57 +00:00
wiz
f76fea6169 Update to 0.28:
#------------------------------------------------------------------------
# Version 0.28  2013-05-30
#------------------------------------------------------------------------

* fixed bug 81707 (test failures due to hash randomisation in perl 5.17.6)

* change 'use vars' to 'our' declarations
2013-09-05 19:49:39 +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
a7a8ace5fe Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +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
sno
57b408472f Updating textproc/p5-Pod-POM from 0.25 to 0.27
pkgsrc changes:
- adding license definition

Upstream changes:
#------------------------------------------------------------------------
# Version 0.27  2010-04-02
#------------------------------------------------------------------------
* changed 'unless (defined (%{"$class\::ACCEPT"}))' to just
  'unless (%{"$class\::ACCEPT"})' in Pod::POM::Node to fix defect #56205
  (use of the now deprecated "defined(%hash)" construct)

#------------------------------------------------------------------------
# Version 0.26  2009-08-20
#------------------------------------------------------------------------
* updated Makefile.PL to require at least 2001.0929 of Text::Wrap, as
  versions prior to this always unexpand tabs.
* applied Andreas Koenig's encoding patch
* changed 'use base' to 'use parent'
* split Pod::POM::Nodes into separate modules, retaining the original file
  to just use all the individual node modules.
* added AF to author and copyright info for modules (in addition to ABW)
2010-07-31 13:53:58 +00:00
sno
43aa87f796 PkgSrc changes:
- Updating package for p5 module Pod::POM to 0.25 from 0.18

Upstream changes:
Version 0.25  2009-03-27
  * updated Makefile.PL to use Module::Include properly - i.e. flag modules
    as test_requires as appropriate
  * output test failure reason with diag()
  * added t/YAML/Tiny.pm (self-contained YAML library) to remove test-only
    module dependency
  * test library uses Test::Differences if available but package does not
    list it as a dependency

Version 0.24  2009-03-21
  * fixed broken YAML files in testcases that were causing tests to fail on
    some platforms
  * added text and HTML verbatim paragraph view tests
  * fixed typo in synopsis in Pod::POM

Version 0.23  2009-03-20
  * Applied JJ's patch for coalescing verbatim paragraphs separated by blank lines
    and refined verbatim paragraph test cases and expected output
  * Tweaked pom dump format to quote individual text lines
  * Tweaked PodPOMTestLib to remove dependency on Class::Accessor
  * Added test cases for =headN hierarchy and =begin blocks
  * Added format name to =end in Pod::POM::View::Pod
  * Switch Makefile.PL to Module::Include

Version 0.22  2009-03-19
  * Added missing dependencies to Makefile.PL
  * Added pomdump program to list of executables

Version 0.21  2009-03-18
  * Added missing dependencies to Makefile.PL

Version 0.20  2009-03-17
  * Added basic pod documentation to the view modules
  * expanded the test cases (especially expanded sequences and blockquote
    paragraphs)
  * add support for blockquote paragraphs to Text and HTML views

Version 0.19  2009-03-17
  * Added dump method to Pod::POM::Node
  * Reorganized tests with new testcases directory
2009-04-24 07:06:05 +00:00
seb
18f64e08e2 Update from version 0.17nb1 to version 0.18.
Pkgsrc changes:
- Fix HOMEPAGE
- Add empty USE_LANGUAGES as no compiler is needed to build this package

Upstream changes:
#------------------------------------------------------------------------
# Version 0.18  2009-03-11
#------------------------------------------------------------------------

* Add patches from RT

  * BOOK's ticket #24266: Proposed correction for bugs #1949 and #5759
    (As described in tickets #1949 and #5759, the content =begin/=end blocks
     should be treated as data text (no sequence parsing, etc).)

  * JJ's ticket #16764: Problem handling paragraph separators - incompatibility with perlpodspec
    (Pod::POM 0.17 does not accept blank lines containing whitespace as
    paragraph separators, it only accepts blank lines containing no
    characters at all. According to perlpodspec, blank lines containing
    whitespace should be taken as paragraph separators.

* Modified pom2 to search for viewer modules other than Pod, Text and
  HTML in @INC, and to pass any options to the constructor method.
2009-03-15 08:54:43 +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
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +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
mjl
73c6132cb4 Update to 0.17 as the old version is no longer available.
Changes are minor bug fixes and improvements only.
2005-12-04 12:25:49 +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
snj
65a932dba9 Convert to buildlink3. 2004-05-04 23:46:36 +00:00
martti
a6f1375adb COMMENT should start with a capital letter. 2003-07-21 17:27:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +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
799f9b9e43 buildlink1 -> buildlink2
Use perl5/module.mk
2002-10-02 15:39:11 +00:00
wiz
39eb449a70 Update to 0.14, per pkg/15789 by Hiramatsu Yoshifumi.
Changes since 0.02:
* Added the visit(), leave() and visiting() methods to Pod::POM::View
  to allow visitors to track elements of the path that they've taken.
  This allows one method to know if it has been called within the context
  of another.
* Applied a patch from Leon Brocard to change 'length' to 'defined' to
  make Pod::POM work OK with bleadperl.
* Changed Pod::POM::View::HTML view_seq_text() method to automatically
  escape < > and &.  Thanks to lazy POD author Mark Fowler for raising
  the issue. :-)
* Applied a patch from Stas Bekman which:
  - fixes the over/item functionality (quite a few very missing), see
    the tests
  - fixes a bug revealed with "" overload
  - changes HTML version to be <code>foo</code>, not '<code>foo</code>'
  - adds the URL hyperlinking code, borrowed from bleadperl's Pod::Html.
* Fixed a typo in the SYNOPSIS and removed some dead spaces.  Thanks to
  Ron Savage for reporting the problems.
* Added Ron's fancy-pom2.pl script as bin/custom-pom2
* Renamed pomcheck to podlint because it is a much catchier name :-)
* Added some docs to bin/pom2 and bin/podlint
* Several other minor documentation fixes and improvements.
* Fixed HTML view_verbatim() to escape < > and & to HTML entities.
* Bumped version number up to 0.11 to ensure it supercedes the ill fated
  0.1 release which has been confusing CPAN ever since (0.1 < 0.03)
* Fixed HTML view_head1() to remove illegal <ul> ... </ul> tags.  Also
  modified view_over() to detect the type of the first item
  (e.g. '=item *', '=item 1.' or '=item foo') and adjust accordingly to
  create a '<ul>...</ul>' or '<ol>...</ol>' list.  Item titles of the
  form '*' or '1.' then get stripped off as appropiate.   Thanks to
  Stas Bekman for raising these issues.
* Added support for new =head3 and =head4 POD tags, also due to prodding
  from Stas.  :-)
* Added support for experimental 'meta' tag.  Disabled by default.
2002-03-04 00:22:20 +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
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
jtb
cb4502a584 Initial import of p5-Pod-POM.
This module converts POD documents into an object model format, known as
Pod Object Model (POM).  It builds a hierarchy of nodes, which represent
elements within each of the documents.

Submitted by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12640.
2001-04-16 17:40:41 +00:00