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
This commit is contained in:
parent
d792695085
commit
15fcf55914
3 changed files with 34 additions and 0 deletions
6
textproc/p5-Unicode-LineBreak/DESCR
Normal file
6
textproc/p5-Unicode-LineBreak/DESCR
Normal file
|
@ -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
|
23
textproc/p5-Unicode-LineBreak/Makefile
Normal file
23
textproc/p5-Unicode-LineBreak/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/05/16 15:58:12 bouyer Exp $
|
||||
|
||||
DISTNAME= Unicode-LineBreak-2012.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= perl5 textproc
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NE/NEZUMI/}
|
||||
|
||||
MAINTAINER= bouyer@NetBSD.org
|
||||
COMMENT= Text::LineFold, Unicode::GCString and Unicode::LineBreak
|
||||
HOMEPAGE= http://search.cpan.org/~nezumi/Unicode-LineBreak-2012.02/
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
MAKE_PARAMS+= --with-bundled-sombok
|
||||
MAKE_PARAMS+= --disable-libthai
|
||||
|
||||
USE_LANGUAGES= c
|
||||
|
||||
PERL5_PACKLIST= auto/Unicode/LineBreak/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
textproc/p5-Unicode-LineBreak/distinfo
Normal file
5
textproc/p5-Unicode-LineBreak/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/05/16 15:58:12 bouyer 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
|
Loading…
Reference in a new issue