pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-String-Truncate Adding new package for Per...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/977ec6543428
branches:  trunk
changeset: 607304:977ec6543428
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Aug 08 10:24:13 2012 +0000

description:
Adding new package for Perl5 module String::Truncate version 1.100600
from CPAN into textproc/p5-String-Truncate.

String::Truncate handles the simple but common problem of long strings and
finite terminal width by eliding or truncating parts of the string from the
left, right, middle or both ends, respectively.

diffstat:

 textproc/p5-String-Truncate/DESCR    |   3 +++
 textproc/p5-String-Truncate/Makefile |  23 +++++++++++++++++++++++
 textproc/p5-String-Truncate/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 42c449967c56 -r 977ec6543428 textproc/p5-String-Truncate/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-Truncate/DESCR Wed Aug 08 10:24:13 2012 +0000
@@ -0,0 +1,3 @@
+String::Truncate handles the simple but common problem of long strings and
+finite terminal width by eliding or truncating parts of the string from the
+left, right, middle or both ends, respectively.
diff -r 42c449967c56 -r 977ec6543428 textproc/p5-String-Truncate/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-Truncate/Makefile      Wed Aug 08 10:24:13 2012 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2012/08/08 10:24:13 sno Exp $
+
+DISTNAME=      String-Truncate-1.100600
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=String/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/String-Truncate/
+COMMENT=       Perl5 module for when strings are too long to be displayed in...
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Sub-Exporter>=0.953:../../devel/p5-Sub-Exporter
+DEPENDS+=      p5-Sub-Install>=0.030:../../devel/p5-Sub-Exporter
+
+# EU::MM 6.31 is in core as well as Test::More 0.96 (we have 0.98)
+
+PERL5_PACKLIST=                auto/String/Truncate/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 42c449967c56 -r 977ec6543428 textproc/p5-String-Truncate/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-Truncate/distinfo      Wed Aug 08 10:24:13 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/08/08 10:24:13 sno Exp $
+
+SHA1 (String-Truncate-1.100600.tar.gz) = 454576c4a2ecbe0e39477c1b3f322737fe8f325b
+RMD160 (String-Truncate-1.100600.tar.gz) = 4dc434c587a15dffd75f62e0c791d8045d2c5bc3
+Size (String-Truncate-1.100600.tar.gz) = 14489 bytes



Home | Main Index | Thread Index | Old Index