pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2012Q1]: pkgsrc/textproc Pullup ticket #3794 - requested by bo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0be349651666
branches: pkgsrc-2012Q1
changeset: 602116:0be349651666
user: tron <tron%pkgsrc.org@localhost>
date: Mon May 21 15:02:38 2012 +0000
description:
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
diffstat:
textproc/Makefile | 3 ++-
textproc/p5-Unicode-LineBreak/DESCR | 6 ++++++
textproc/p5-Unicode-LineBreak/Makefile | 27 +++++++++++++++++++++++++++
textproc/p5-Unicode-LineBreak/distinfo | 5 +++++
4 files changed, 40 insertions(+), 1 deletions(-)
diffs (67 lines):
diff -r 0e8d46ff498a -r 0be349651666 textproc/Makefile
--- a/textproc/Makefile Mon May 21 13:51:34 2012 +0000
+++ b/textproc/Makefile Mon May 21 15:02:38 2012 +0000
@@ -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-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 -r 0e8d46ff498a -r 0be349651666 textproc/p5-Unicode-LineBreak/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Unicode-LineBreak/DESCR Mon May 21 15:02:38 2012 +0000
@@ -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 -r 0e8d46ff498a -r 0be349651666 textproc/p5-Unicode-LineBreak/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Unicode-LineBreak/Makefile Mon May 21 15:02:38 2012 +0000
@@ -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@localhost
+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 -r 0e8d46ff498a -r 0be349651666 textproc/p5-Unicode-LineBreak/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Unicode-LineBreak/distinfo Mon May 21 15:02:38 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index