diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-01-24 19:42:34 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-01-24 19:42:34 +0000 |
commit | 239bbd61726357e4970ffdfd65b2e6a76e3b35d6 (patch) | |
tree | 43e4848886116c0d4800f55ab904458266f50cb7 | |
parent | This is a part of fakeroot project. (diff) |
This module is a substitution for Text::Wrap, supporting
multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth
characters such as east Asian characters, combining characters
such as diacritical marks and Thai, and languages which don't
use whitespaces between words such as Chinese and Japanese.
WWW: http://packages.debian.org/unstable/perl/libtext-wrapi18n-perl
PR: ports/91532
Submitted by: Meno Abels <meno.abels@adviser.com>
Notes
Notes:
svn path=/head/; revision=154375
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/libtext-wrapi18n-perl/Makefile | 30 | ||||
-rw-r--r-- | textproc/libtext-wrapi18n-perl/distinfo | 3 | ||||
-rw-r--r-- | textproc/libtext-wrapi18n-perl/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/libtext-wrapi18n-perl/pkg-plist | 5 |
5 files changed, 46 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8bfa8af6df9a..88fc74625e21 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -223,6 +223,7 @@ SUBDIR += libparsifal SUBDIR += libpathan SUBDIR += libtext-charwidth-perl + SUBDIR += libtext-wrapi18n-perl SUBDIR += libtranslate SUBDIR += libtre SUBDIR += libuninameslist diff --git a/textproc/libtext-wrapi18n-perl/Makefile b/textproc/libtext-wrapi18n-perl/Makefile new file mode 100644 index 000000000000..e69f55221c82 --- /dev/null +++ b/textproc/libtext-wrapi18n-perl/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: libtext-wrapi18n-perl +# Date created: 08 Januar 2006 +# Whom: Meno Abels <meno.abels@adviser.com> +# +# $FreeBSD$ +# + +PORTNAME= libtext-wrapi18n-perl +PORTVERSION= 0.06 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/libt/libtext-wrapi18n-perl +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig + +MAINTAINER= Meno.Abels@Adviser.com +COMMENT= Documentation gettext tools + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/CharWidth.pm:${PORTSDIR}/textproc/libtext-charwidth-perl + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +PERL_CONFIGURE= yes + +MAN3= Text::WrapI18N.3 + +post-extract: + @${MV} ${WRKSRC}.orig ${WRKSRC} + +.include <bsd.port.mk> diff --git a/textproc/libtext-wrapi18n-perl/distinfo b/textproc/libtext-wrapi18n-perl/distinfo new file mode 100644 index 000000000000..7c1e73304ad3 --- /dev/null +++ b/textproc/libtext-wrapi18n-perl/distinfo @@ -0,0 +1,3 @@ +MD5 (libtext-wrapi18n-perl_0.06.orig.tar.gz) = 8f1a45d3adf86703e68fdb01523a2a9c +SHA256 (libtext-wrapi18n-perl_0.06.orig.tar.gz) = 432c2a801efe9f12d631124c1163439eac4c99449ba13d80133c45ecacc627f5 +SIZE (libtext-wrapi18n-perl_0.06.orig.tar.gz) = 3797 diff --git a/textproc/libtext-wrapi18n-perl/pkg-descr b/textproc/libtext-wrapi18n-perl/pkg-descr new file mode 100644 index 000000000000..e11b751b081d --- /dev/null +++ b/textproc/libtext-wrapi18n-perl/pkg-descr @@ -0,0 +1,7 @@ +This module is a substitution for Text::Wrap, supporting +multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth +characters such as east Asian characters, combining characters +such as diacritical marks and Thai, and languages which don't +use whitespaces between words such as Chinese and Japanese. + +WWW: http://packages.debian.org/unstable/perl/libtext-wrapi18n-perl diff --git a/textproc/libtext-wrapi18n-perl/pkg-plist b/textproc/libtext-wrapi18n-perl/pkg-plist new file mode 100644 index 000000000000..0ee3b65444c2 --- /dev/null +++ b/textproc/libtext-wrapi18n-perl/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/WrapI18N/.packlist +%%SITE_PERL%%/Text/WrapI18N.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/WrapI18N +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text |