pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Template-Plugin-Autoformat Importing new p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4621728c3c48
branches:  trunk
changeset: 397691:4621728c3c48
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Aug 17 19:28:10 2009 +0000

description:
Importing new package for p5 module Template::Plugin::Autoformat version
2.71. This module was included in Template::Toolkit until 2.21 - since
2.22 it's distributed separately.

This Template Toolkit plugin module is an interface to Damian Conway's
Text::Autoformat Perl module which provides advanced text wrapping and
formatting.

diffstat:

 textproc/p5-Template-Plugin-Autoformat/DESCR            |   3 ++
 textproc/p5-Template-Plugin-Autoformat/Makefile         |  24 +++++++++++++++++
 textproc/p5-Template-Plugin-Autoformat/distinfo         |   6 ++++
 textproc/p5-Template-Plugin-Autoformat/patches/patch-aa |  11 +++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 32a7b76fb6d5 -r 4621728c3c48 textproc/p5-Template-Plugin-Autoformat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Template-Plugin-Autoformat/DESCR      Mon Aug 17 19:28:10 2009 +0000
@@ -0,0 +1,3 @@
+This Template Toolkit plugin module is an interface to Damian Conway's
+Text::Autoformat Perl module which provides advanced text wrapping and
+formatting.
diff -r 32a7b76fb6d5 -r 4621728c3c48 textproc/p5-Template-Plugin-Autoformat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Template-Plugin-Autoformat/Makefile   Mon Aug 17 19:28:10 2009 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 19:28:10 sno Exp $
+
+DISTNAME=      Template-Plugin-Autoformat-2.71
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Template/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Template-Plugin-Autoformat/
+COMMENT=       Interface to Text::Autoformat module for TT2
+LICENSE=       ${PERL5_LICENSE}
+
+CONFLICTS+=    p5-Template-Toolkit<=2.21
+
+DEPENDS+=      p5-Template-Toolkit>=2.02:../../www/p5-Template-Toolkit
+DEPENDS+=      p5-Text-Autoformat>=1.013:../../textproc/p5-Text-Autoformat
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Template/Plugin/Autoformat/.packlist
+
+PKG_DESTDIR_SUPPORT=    user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 32a7b76fb6d5 -r 4621728c3c48 textproc/p5-Template-Plugin-Autoformat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Template-Plugin-Autoformat/distinfo   Mon Aug 17 19:28:10 2009 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/17 19:28:10 sno Exp $
+
+SHA1 (Template-Plugin-Autoformat-2.71.tar.gz) = 4a1cb350b0690ce21c1b793867bbfa7fc4f7bfe0
+RMD160 (Template-Plugin-Autoformat-2.71.tar.gz) = d7fb9b2d482738001d4e60fd858f68b14fb79949
+Size (Template-Plugin-Autoformat-2.71.tar.gz) = 4736 bytes
+SHA1 (patch-aa) = 2c3f0426830d13f577853ada658e472fbb6063ac
diff -r 32a7b76fb6d5 -r 4621728c3c48 textproc/p5-Template-Plugin-Autoformat/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Template-Plugin-Autoformat/patches/patch-aa   Mon Aug 17 19:28:10 2009 +0000
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig   2009-08-17 19:13:38.000000000 +0000
++++ Makefile.PL        2009-08-17 19:13:56.000000000 +0000
+@@ -5,7 +5,7 @@
+ use ExtUtils::MakeMaker;
+ 
+ my %opts = (
+-    'NAME'         => 'Template-Plugin-Autoformat',
++    'NAME'         => 'Template::Plugin::Autoformat',
+     'VERSION_FROM' => 'lib/Template/Plugin/Autoformat.pm',
+     'PMLIBDIRS'    => [ 'lib' ], 
+     'PREREQ_PM'    => { 



Home | Main Index | Thread Index | Old Index