diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-03-24 14:35:08 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-03-24 14:35:08 +0000 |
commit | 252a2428d5090bbfbde98eabd5c948b7dae2958c (patch) | |
tree | 57754382625a7873a38fcb35eee07c8344c5ead3 | |
parent | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG (diff) |
Add p5-Text-Bidi
Perl interface to the libfribidi library that implements the Unicode bidi
algorithm. The bidi algorithm is a specification for displaying text that
consists of both left-to-right and right-to-left written languages.
WWW: http://search.cpan.org/~kamensky/Text-Bidi/
Notes
Notes:
svn path=/head/; revision=209684
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-Text-Bidi/Makefile | 23 | ||||
-rw-r--r-- | converters/p5-Text-Bidi/distinfo | 3 | ||||
-rw-r--r-- | converters/p5-Text-Bidi/pkg-descr | 5 | ||||
-rw-r--r-- | converters/p5-Text-Bidi/pkg-plist | 12 |
5 files changed, 44 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 9ca36fff6302..98dc58193784 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -66,6 +66,7 @@ SUBDIR += p5-Number-Nary SUBDIR += p5-Number-RecordLocator SUBDIR += p5-String-Multibyte + SUBDIR += p5-Text-Bidi SUBDIR += p5-Text-Iconv SUBDIR += p5-Text-Unidecode SUBDIR += p5-Unicode-IMAPUtf7 diff --git a/converters/p5-Text-Bidi/Makefile b/converters/p5-Text-Bidi/Makefile new file mode 100644 index 000000000000..7a4eb578470a --- /dev/null +++ b/converters/p5-Text-Bidi/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Text-Bidi +# Date created: 2008-03-24 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-Bidi +PORTVERSION= 0.03 +CATEGORIES= converters perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Perl interface to the libfribidi + +LIB_DEPENDS= fribidi.0:${PORTSDIR}/converters/fribidi + +PERL_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include +MAN3= Text::Bidi.3 Text::Bidi::CapRTL.3 + +.include <bsd.port.mk> diff --git a/converters/p5-Text-Bidi/distinfo b/converters/p5-Text-Bidi/distinfo new file mode 100644 index 000000000000..d6d74c39f312 --- /dev/null +++ b/converters/p5-Text-Bidi/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-Bidi-0.03.tar.gz) = 93e124628ff2983e32ac478f25f8d627 +SHA256 (Text-Bidi-0.03.tar.gz) = 764bb67ee49882aae7e889d1a8ce9b0bc67d50eee6589b72a5e180b42d6364f9 +SIZE (Text-Bidi-0.03.tar.gz) = 35321 diff --git a/converters/p5-Text-Bidi/pkg-descr b/converters/p5-Text-Bidi/pkg-descr new file mode 100644 index 000000000000..ffd31e42578b --- /dev/null +++ b/converters/p5-Text-Bidi/pkg-descr @@ -0,0 +1,5 @@ +Perl interface to the libfribidi library that implements the Unicode bidi +algorithm. The bidi algorithm is a specification for displaying text that +consists of both left-to-right and right-to-left written languages. + +WWW: http://search.cpan.org/~kamensky/Text-Bidi/ diff --git a/converters/p5-Text-Bidi/pkg-plist b/converters/p5-Text-Bidi/pkg-plist new file mode 100644 index 000000000000..15a6a5549f1f --- /dev/null +++ b/converters/p5-Text-Bidi/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Bidi.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Bidi/CapRTL.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Bidi/mirrored.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Bidi/private.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bidi/private/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bidi/private/private.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bidi/private/private.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bidi/private +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bidi +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Bidi +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text |