diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-04 21:59:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-04 21:59:59 +0800 |
commit | 21eac2c97f21d7ee19eae0acbbf1bf635fb737a4 (patch) | |
tree | c729de1db6b1de8e840b7ea8bdfd6ddf18e4e945 /textproc | |
parent | 1d371d227c66c6556028cdadc5a0697807566c49 (diff) | |
download | freebsd-ports-gnome-21eac2c97f21d7ee19eae0acbbf1bf635fb737a4.tar.gz freebsd-ports-gnome-21eac2c97f21d7ee19eae0acbbf1bf635fb737a4.tar.zst freebsd-ports-gnome-21eac2c97f21d7ee19eae0acbbf1bf635fb737a4.zip |
Unicode-LineBreak package.
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
WWW: http://search.cpan.org/dist/Unicode-LineBreak/
PR: ports/154845
Submitted by: Olivier Girard <Olivier.Girard at univ-angers.fr>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Unicode-LineBreak/Makefile | 31 | ||||
-rw-r--r-- | textproc/p5-Unicode-LineBreak/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Unicode-LineBreak/pkg-descr | 10 | ||||
-rw-r--r-- | textproc/p5-Unicode-LineBreak/pkg-plist | 19 |
5 files changed, 63 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8db6c83db5d7..dfecd592baef 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -781,6 +781,7 @@ SUBDIR += p5-Unicode-CheckUTF8 SUBDIR += p5-Unicode-EastAsianWidth SUBDIR += p5-Unicode-Escape + SUBDIR += p5-Unicode-LineBreak SUBDIR += p5-Unicode-Normalize SUBDIR += p5-Unicode-Unihan SUBDIR += p5-Validator-Custom diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile new file mode 100644 index 000000000000..74f2e5644176 --- /dev/null +++ b/textproc/p5-Unicode-LineBreak/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: textproc/p5-Unicode-LineBreak +# Date created: 05 February 2011 +# Whom: Olivier Girard <Olivier.Girard@univ-angers.fr> +# +# $FreeBSD$ +# + +PORTNAME= Unicode-LineBreak +PORTVERSION= 1.008.2 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +# blanket update approval granted. +MAINTAINER= Olivier.Girard@univ-angers.fr +COMMENT= Unicode-LineBreak package + +PERL_CONFIGURE= yes +USE_PERL5= 5.8.0+ + +CONFIGURE_ARGS+= --with-bundled-sombok \ + --disable-libthai + +MAN3= Unicode::LineBreak.3 \ + Unicode::GCString::JA_JP.3 \ + Text::LineFold.3 \ + Unicode::LineBreak::JA_JP.3 \ + Unicode::GCString.3 \ + Text::LineFold::JA_JP.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Unicode-LineBreak/distinfo b/textproc/p5-Unicode-LineBreak/distinfo new file mode 100644 index 000000000000..fb2053e0d363 --- /dev/null +++ b/textproc/p5-Unicode-LineBreak/distinfo @@ -0,0 +1,2 @@ +SHA256 (Unicode-LineBreak-1.008.2.tar.gz) = a9731f68fa13b53eea74ab7a20b6d1fa81be30feaa6ed1354039e770110a3a0f +SIZE (Unicode-LineBreak-1.008.2.tar.gz) = 498664 diff --git a/textproc/p5-Unicode-LineBreak/pkg-descr b/textproc/p5-Unicode-LineBreak/pkg-descr new file mode 100644 index 000000000000..7efb28f14d88 --- /dev/null +++ b/textproc/p5-Unicode-LineBreak/pkg-descr @@ -0,0 +1,10 @@ +Unicode-LineBreak package. + +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 + +WWW: http://search.cpan.org/dist/Unicode-LineBreak/ diff --git a/textproc/p5-Unicode-LineBreak/pkg-plist b/textproc/p5-Unicode-LineBreak/pkg-plist new file mode 100644 index 000000000000..f53172c7ef1c --- /dev/null +++ b/textproc/p5-Unicode-LineBreak/pkg-plist @@ -0,0 +1,19 @@ +%%SITE_PERL%%/mach/Text/LineFold.pm +%%SITE_PERL%%/mach/Text/LineFold/JA_JP.pod +%%SITE_PERL%%/mach/Unicode/GCString.pm +%%SITE_PERL%%/mach/Unicode/GCString/JA_JP.pod +%%SITE_PERL%%/mach/Unicode/LineBreak.pod +%%SITE_PERL%%/mach/Unicode/LineBreak.pm +%%SITE_PERL%%/mach/Unicode/LineBreak/Defaults.pm.sample +%%SITE_PERL%%/mach/Unicode/LineBreak/Constants.pm +%%SITE_PERL%%/mach/Unicode/LineBreak/JA_JP.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/LineBreak.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/LineBreak.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode +@dirrmtry %%SITE_PERL%%/mach/Unicode/LineBreak +@dirrmtry %%SITE_PERL%%/mach/Unicode/GCString +@dirrmtry %%SITE_PERL%%/mach/Unicode +@dirrmtry %%SITE_PERL%%/mach/Text/LineFold +@dirrmtry %%SITE_PERL%%/mach/Text |