pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Quoted Import p5-Text-Quoted from pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7a19090c9e6
branches:  trunk
changeset: 474460:a7a19090c9e6
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Apr 29 23:57:28 2004 +0000

description:
Import p5-Text-Quoted from pkgsrc-wip.  Packaged by dieter Roelants.

"Text::Quoted" examines the structure of some text which may contain
multiple different levels of quoting, and turns the text into a nested
data structure.

The structure is an array reference containing hash references for
each paragraph belonging to the same author.  Each level of quoting
recursively adds another list reference.

diffstat:

 textproc/p5-Text-Quoted/DESCR    |   7 +++++++
 textproc/p5-Text-Quoted/Makefile |  22 ++++++++++++++++++++++
 textproc/p5-Text-Quoted/PLIST    |   1 +
 textproc/p5-Text-Quoted/distinfo |   4 ++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r c4d553ff3eb4 -r a7a19090c9e6 textproc/p5-Text-Quoted/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Quoted/DESCR     Thu Apr 29 23:57:28 2004 +0000
@@ -0,0 +1,7 @@
+"Text::Quoted" examines the structure of some text which may contain
+multiple different levels of quoting, and turns the text into a nested
+data structure.
+
+The structure is an array reference containing hash references for
+each paragraph belonging to the same author.  Each level of quoting
+recursively adds another list reference.
diff -r c4d553ff3eb4 -r a7a19090c9e6 textproc/p5-Text-Quoted/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Quoted/Makefile  Thu Apr 29 23:57:28 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/29 23:57:28 minskim Exp $
+#
+
+DISTNAME=      Text-Quoted-1.5
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER=    dieter.NetBSD%pandora.be@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Text-Quoted/
+COMMENT=       Extract the structure of a quoted mail message
+
+DEPENDS+=      p5-Text-Autoformat>=1.04:../../textproc/p5-Text-Autoformat
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=        yes
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Text/Quoted/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c4d553ff3eb4 -r a7a19090c9e6 textproc/p5-Text-Quoted/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Quoted/PLIST     Thu Apr 29 23:57:28 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/29 23:57:28 minskim Exp $
diff -r c4d553ff3eb4 -r a7a19090c9e6 textproc/p5-Text-Quoted/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Quoted/distinfo  Thu Apr 29 23:57:28 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/29 23:57:28 minskim Exp $
+
+SHA1 (Text-Quoted-1.5.tar.gz) = a7bd13813bb580c084faca8425edd599f2d5a36b
+Size (Text-Quoted-1.5.tar.gz) = 6100 bytes



Home | Main Index | Thread Index | Old Index