pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Weaver Adding new package for Perl5 mo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/101c6168edc2
branches:  trunk
changeset: 607309:101c6168edc2
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Aug 08 11:45:04 2012 +0000

description:
Adding new package for Perl5 module Pod::Weaver version 3.101638 from
CPAN into textproc/p5-Pod-Weaver.

Pod::Weaver is a system for building Pod documents from templates.
It doesn't perform simple text substitution, but instead builds a
Pod::Elemental::Document. Its plugins sketch out a series of sections
that will be produced based on an existing Pod document or other
provided information.

diffstat:

 textproc/p5-Pod-Weaver/DESCR    |   5 +++++
 textproc/p5-Pod-Weaver/Makefile |  40 ++++++++++++++++++++++++++++++++++++++++
 textproc/p5-Pod-Weaver/distinfo |   5 +++++
 3 files changed, 50 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r f47be1033835 -r 101c6168edc2 textproc/p5-Pod-Weaver/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Weaver/DESCR      Wed Aug 08 11:45:04 2012 +0000
@@ -0,0 +1,5 @@
+Pod::Weaver is a system for building Pod documents from templates.
+It doesn't perform simple text substitution, but instead builds a
+Pod::Elemental::Document. Its plugins sketch out a series of sections
+that will be produced based on an existing Pod document or other
+provided information.
diff -r f47be1033835 -r 101c6168edc2 textproc/p5-Pod-Weaver/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Weaver/Makefile   Wed Aug 08 11:45:04 2012 +0000
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1 2012/08/08 11:45:04 sno Exp $
+
+DISTNAME=      Pod-Weaver-3.101638
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Pod/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Pod-Weaver/
+COMMENT=       Weave together a Pod document from an outline
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Config-MVP>=2.0:../../devel/p5-Config-MVP
+DEPENDS+=      p5-Config-MVP-Reader-INI-[0-9]*:../../devel/p5-Config-MVP-Reader-INI
+DEPENDS+=      p5-DateTime-[0-9]*:../../time/p5-DateTime
+DEPENDS+=      p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+DEPENDS+=      p5-Log-Dispatchouli>=1.100.710:../../devel/p5-Log-Dispatchouli
+DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+=      p5-Moose-Autobox>=0.10:../../devel/p5-Moose-Autobox
+DEPENDS+=      p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
+DEPENDS+=      p5-Pod-Elemental>=0.100220:../../textproc/p5-Pod-Elemental
+DEPENDS+=      p5-String-Flogger>=1.0:../../textproc/p5-String-Flogger
+DEPENDS+=      p5-String-Formatter>=0.100680:../../textproc/p5-String-Formatter
+DEPENDS+=      p5-String-RewritePrefix-[0-9]*:../../textproc/p5-String-RewritePrefix
+DEPENDS+=      {perl>=5.10.1,p5-Text-Tabs+Wrap-[0-9]*}:../../textproc/p5-Text-Tabs+Wrap
+DEPENDS+=      p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
+
+BUILD_DEPENDS+=        {perl>=5.10.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
+BUILD_DEPENDS+=        p5-PPI-[0-9]*:../../devel/p5-PPI
+BUILD_DEPENDS+=        p5-Software-License-[0-9]*:../../devel/p5-Software-License
+BUILD_DEPENDS+=        p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
+BUILD_DEPENDS+=        {perl>=5.10.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Pod/Weaver/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f47be1033835 -r 101c6168edc2 textproc/p5-Pod-Weaver/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Weaver/distinfo   Wed Aug 08 11:45:04 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/08/08 11:45:04 sno Exp $
+
+SHA1 (Pod-Weaver-3.101638.tar.gz) = 25574907afb9c29550c68299531754fbaf6ae118
+RMD160 (Pod-Weaver-3.101638.tar.gz) = 1916bcc2cde8bc0c7b3a5a4717bb48106a1123d7
+Size (Pod-Weaver-3.101638.tar.gz) = 29638 bytes



Home | Main Index | Thread Index | Old Index