summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjl <mjl>2001-03-25 06:07:50 +0000
committermjl <mjl>2001-03-25 06:07:50 +0000
commit6d859ba98e021fdd74134b277a3d2cabc175bd5c (patch)
tree80d59e183385ef4f5695393de5da9f7d6ac194a8
parent399ef65eabe981aab380d41d89ca2cb335dfad64 (diff)
downloadpkgsrc-6d859ba98e021fdd74134b277a3d2cabc175bd5c.tar.gz
Initial import of p5-Text-Wrapper, a perl5 module that provides simple
word wrapping.
-rw-r--r--textproc/p5-Text-Wrapper/Makefile19
-rw-r--r--textproc/p5-Text-Wrapper/files/md53
-rw-r--r--textproc/p5-Text-Wrapper/pkg/DESCR7
-rw-r--r--textproc/p5-Text-Wrapper/pkg/PLIST1
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-Text-Wrapper/Makefile b/textproc/p5-Text-Wrapper/Makefile
new file mode 100644
index 00000000000..6874fa1f27d
--- /dev/null
+++ b/textproc/p5-Text-Wrapper/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/25 06:07:50 mjl Exp $
+#
+
+DISTNAME= Text-Wrapper-1.000
+PKGNAME= p5-Text-Wrapper-1.0
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 module that provides simple word wrapping
+
+USE_PERL5= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Wrapper/.packlist
+
+do-configure:
+ @cd ${WRKSRC} && ${ECHO} >.test && \
+ ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Text-Wrapper/files/md5 b/textproc/p5-Text-Wrapper/files/md5
new file mode 100644
index 00000000000..38020dfe703
--- /dev/null
+++ b/textproc/p5-Text-Wrapper/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/25 06:07:50 mjl Exp $
+
+SHA1 (Text-Wrapper-1.000.tar.gz) = 573bc7c1b90dbddfdbe2f273548abbf57847842b
diff --git a/textproc/p5-Text-Wrapper/pkg/DESCR b/textproc/p5-Text-Wrapper/pkg/DESCR
new file mode 100644
index 00000000000..fe4f61754cf
--- /dev/null
+++ b/textproc/p5-Text-Wrapper/pkg/DESCR
@@ -0,0 +1,7 @@
+ This module provides simple word wrapping. It breaks long lines,
+ but does not alter spacing or remove existing line breaks. If
+ you're looking for more sophisticated text formatting, try the
+ Text::Format module.
+
+ In short, Text::Wrapper is the object-oriented equivalent of
+ Text::Wrap, but with fewer bugs (I hope).
diff --git a/textproc/p5-Text-Wrapper/pkg/PLIST b/textproc/p5-Text-Wrapper/pkg/PLIST
new file mode 100644
index 00000000000..144b0d23526
--- /dev/null
+++ b/textproc/p5-Text-Wrapper/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/25 06:07:50 mjl Exp $