NetBSD

CVS log for pkgsrc/textproc/p5-Pod-POM/Makefile

[BACK] Up to [NetBSD] / pkgsrc / textproc / p5-Pod-POM

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Aug 14 17:14:07 2011 (5 months, 3 weeks ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, HEAD
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Revision bump after updating perl5 to 5.14.1.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Aug 21 18:35:56 2010 (17 months, 2 weeks ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
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!

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jul 31 15:53:58 2010 (18 months, 1 week ago) by sno
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +4 -2 lines
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)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Apr 24 09:06:05 2009 (2 years, 9 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +4 -3 lines
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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 15 09:54:43 2009 CET (2 years, 10 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4 lines
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.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Oct 19 21:18:55 2008 (3 years, 3 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
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=...").

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jun 12 04:14:48 2008 (3 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1 lines
Add DESTDIR support.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 22 20:27:15 2007 CET (4 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Mar 4 22:30:48 2006 CET (5 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
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.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Dec 4 13:25:49 2005 CET (6 years, 2 months ago) by mjl
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Update to 0.17 as the old version is no longer available.

Changes are minor bug fixes and improvements only.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Aug 6 08:19:32 2005 (6 years, 6 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
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.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jul 13 20:01:41 2005 (6 years, 6 months ago) by jlam
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
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.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Apr 11 23:47:37 2005 (6 years, 10 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 20 12:31:09 2004 CET (7 years, 1 month ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
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.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed May 5 01:46:36 2004 (7 years, 9 months ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Convert to buildlink3.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 21 19:27:39 2003 (8 years, 6 months ago) by martti
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
COMMENT should start with a capital letter.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jul 18 00:54:34 2003 (8 years, 6 months ago) by grant
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 2 03:16:34 2003 (8 years, 8 months ago) by jschauma
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
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.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Oct 2 17:39:11 2002 (9 years, 4 months ago) by seb
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +3 -6 lines
buildlink1 -> buildlink2
Use perl5/module.mk

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Mar 4 01:22:20 2002 CET (9 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
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.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 26 07:50:22 2001 CET (10 years, 2 months ago) by jlam
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3 lines
Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 18 17:20:42 2001 (10 years, 3 months ago) by veego
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
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.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Apr 16 19:40:41 2001 (10 years, 9 months ago) by jtb
Branches: TNF
CVS tags: pkgsrc-base, netbsd-1-5-PATCH001
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
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.


Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 16 19:40:41 2001 (10 years, 9 months ago) by jtb
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

cvsweb.de.netbsd.org <zafer@aydogan.de>