summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2012-05-21 15:02:38 +0000
committertron <tron@pkgsrc.org>2012-05-21 15:02:38 +0000
commit2dbf215ff17ebec401763f9160923b6b5d67a9d5 (patch)
tree607d24cfcf332ed98639742dbf832d1ce10c5e21
parent8d83123807fd7a3b4a66f5023d97fee8b9c49c07 (diff)
downloadpkgsrc-2dbf215ff17ebec401763f9160923b6b5d67a9d5.tar.gz
Pullup ticket #3794 - requested by bouyer
textproc/p5-Unicode-LineBreak: new package required for security update Revisions pulled up: - textproc/Makefile 1.622 - textproc/p5-Unicode-LineBreak/DESCR new file - textproc/p5-Unicode-LineBreak/Makefile 1.2-1.3 - textproc/p5-Unicode-LineBreak/distinfo new file --- Module Name: pkgsrc Committed By: bouyer Date: Wed May 16 15:58:12 UTC 2012 Log Message: Initial import of textproc/p5-Unicode-LineBreak 2012.02 Three main modules and some supporting program files are contained. For more details read following POD documentations: Text::LineFold - Line Folding for Plain Text Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm --- Module Name: pkgsrc Committed By: wiz Date: Thu May 17 10:32:20 UTC 2012 Modified Files: pkgsrc/textproc/p5-Unicode-LineBreak: Makefile Log Message: Add missing dependency. Not make-jobs safe. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: obache Date: Thu May 17 10:37:43 UTC 2012 Modified Files: pkgsrc/textproc/p5-Unicode-LineBreak: Makefile Log Message: canonicalize MASTER_SITES and HOMEPAGE url. --- Module Name: pkgsrc Committed By: jnemeth Date: Thu May 17 05:11:39 UTC 2012 Modified Files: pkgsrc/textproc: Makefile Log Message: add and enable p5-Unicode-LineBreak
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/p5-Unicode-LineBreak/DESCR6
-rw-r--r--textproc/p5-Unicode-LineBreak/Makefile27
-rw-r--r--textproc/p5-Unicode-LineBreak/distinfo5
4 files changed, 40 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 74d5d6bb76a..e78f8be6751 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.618 2012/03/19 10:15:56 markd Exp $
+# $NetBSD: Makefile,v 1.618.2.1 2012/05/21 15:02:38 tron Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -397,6 +397,7 @@ SUBDIR+= p5-Text-Wrapper
SUBDIR+= p5-Text-Xslate
SUBDIR+= p5-Text-vCard
SUBDIR+= p5-Text-vFile-asData
+SUBDIR+= p5-Unicode-LineBreak
SUBDIR+= p5-XML-Atom
SUBDIR+= p5-XML-Atom-SimpleFeed
SUBDIR+= p5-XML-Atom-Stream
diff --git a/textproc/p5-Unicode-LineBreak/DESCR b/textproc/p5-Unicode-LineBreak/DESCR
new file mode 100644
index 00000000000..c0945f08277
--- /dev/null
+++ b/textproc/p5-Unicode-LineBreak/DESCR
@@ -0,0 +1,6 @@
+Three main modules and some supporting program files are contained. For
+more details read following POD documentations:
+
+ Text::LineFold - Line Folding for Plain Text
+ Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters
+ Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm
diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile
new file mode 100644
index 00000000000..0f198876201
--- /dev/null
+++ b/textproc/p5-Unicode-LineBreak/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.3.2.2 2012/05/21 15:02:38 tron Exp $
+
+DISTNAME= Unicode-LineBreak-2012.02
+PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
+CATEGORIES= perl5 textproc
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
+
+MAINTAINER= bouyer@NetBSD.org
+COMMENT= Text::LineFold, Unicode::GCString and Unicode::LineBreak
+HOMEPAGE= http://search.cpan.org/dist/Unicode-LineBreak/
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-MIME-Charset>=1.006.2:../../mail/p5-MIME-Charset
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+MAKE_PARAMS+= --with-bundled-sombok
+MAKE_PARAMS+= --disable-libthai
+MAKE_JOBS_SAFE= no
+
+USE_LANGUAGES= c
+
+PERL5_PACKLIST= auto/Unicode/LineBreak/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Unicode-LineBreak/distinfo b/textproc/p5-Unicode-LineBreak/distinfo
new file mode 100644
index 00000000000..68112d0df48
--- /dev/null
+++ b/textproc/p5-Unicode-LineBreak/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1.2.2 2012/05/21 15:02:38 tron Exp $
+
+SHA1 (Unicode-LineBreak-2012.02.tar.gz) = 00ae57df5b11884ff765fda98124d2133d279fb6
+RMD160 (Unicode-LineBreak-2012.02.tar.gz) = a59cb16b95154c1297ef1e16d1dbbfcb884c4e8a
+Size (Unicode-LineBreak-2012.02.tar.gz) = 642249 bytes