diff options
author | seb <seb@pkgsrc.org> | 2009-03-15 08:54:43 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-03-15 08:54:43 +0000 |
commit | 18f64e08e253e31fb977ee7baeae06a19422e435 (patch) | |
tree | 5b0206e5ffaba42e20760236dda049ac222e5b81 /textproc | |
parent | 64cc8f00972cea9d185664920b4dd8f9abed86b8 (diff) | |
download | pkgsrc-18f64e08e253e31fb977ee7baeae06a19422e435.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-POM/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Pod-POM/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/p5-Pod-POM/Makefile b/textproc/p5-Pod-POM/Makefile index a228eca045d..7dab049a63c 100644 --- a/textproc/p5-Pod-POM/Makefile +++ b/textproc/p5-Pod-POM/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.18 2008/10/19 19:18:55 he Exp $ +# $NetBSD: Makefile,v 1.19 2009/03/15 08:54:43 seb Exp $ # -DISTNAME= Pod-POM-0.17 +DISTNAME= Pod-POM-0.18 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5pod # PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.kfs.org/~abw/ +HOMEPAGE= http://search.cpan.org/dist/Pod-POM/ COMMENT= P5 module to format POD into an object format, hence POM PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Pod/POM/.packlist diff --git a/textproc/p5-Pod-POM/distinfo b/textproc/p5-Pod-POM/distinfo index 3964b5cabef..066c0f3c883 100644 --- a/textproc/p5-Pod-POM/distinfo +++ b/textproc/p5-Pod-POM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/12/04 12:25:49 mjl Exp $ +$NetBSD: distinfo,v 1.6 2009/03/15 08:54:43 seb Exp $ -SHA1 (Pod-POM-0.17.tar.gz) = df475b57ab597a62d1fd1caa5f055d1e6013b7a1 -RMD160 (Pod-POM-0.17.tar.gz) = afde0a1d61101fba046ad66dbe74678492881585 -Size (Pod-POM-0.17.tar.gz) = 35023 bytes +SHA1 (Pod-POM-0.18.tar.gz) = 0cf8b60c1d895eb18c6e2c87086369bcc197419f +RMD160 (Pod-POM-0.18.tar.gz) = 137d9930b1e496205ae5db7c34acaab4a528de24 +Size (Pod-POM-0.18.tar.gz) = 37055 bytes |