diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-12-23 04:19:05 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-12-23 04:19:05 +0800 |
commit | 96362eec66fa55d7cd3e4407954604ecb5cd77e0 (patch) | |
tree | 35f231e64dded1b62a9b46b784659b6c2175001c /devel | |
parent | c9c89ea268464f878fcad2fe83b0edccf1dec0a9 (diff) | |
download | freebsd-ports-gnome-96362eec66fa55d7cd3e4407954604ecb5cd77e0.tar.gz freebsd-ports-gnome-96362eec66fa55d7cd3e4407954604ecb5cd77e0.tar.zst freebsd-ports-gnome-96362eec66fa55d7cd3e4407954604ecb5cd77e0.zip |
This module simplifies management of GNU gettext .po files and is
an alternative to using emacs po-mode. It provides an object-oriented
interface in which each entry in a .po file is a Locale::PO object.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Locale-PO/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Locale-PO/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Locale-PO/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Locale-PO/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index db86510b2ef5..69f0123ab2ec 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1467,6 +1467,7 @@ SUBDIR += p5-Locale-Maketext-Lexicon SUBDIR += p5-Locale-Maketext-Simple SUBDIR += p5-Locale-PGetText + SUBDIR += p5-Locale-PO SUBDIR += p5-Locale-gettext SUBDIR += p5-Locale-libintl SUBDIR += p5-LockFile-Simple diff --git a/devel/p5-Locale-PO/Makefile b/devel/p5-Locale-PO/Makefile new file mode 100644 index 000000000000..3c8a95bfeb1e --- /dev/null +++ b/devel/p5-Locale-PO/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Locale-PO +# Date created: 2008-12-22 +# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Locale-PO +PORTVERSION= 0.21 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tabthorpe@FreeBSD.org +COMMENT= Perl module for manipulating .po entries from GNU gettext + +PERL_CONFIGURE= yes +CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} + +MAN3= Locale::PO.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Locale-PO/distinfo b/devel/p5-Locale-PO/distinfo new file mode 100644 index 000000000000..f79ae7f555ae --- /dev/null +++ b/devel/p5-Locale-PO/distinfo @@ -0,0 +1,3 @@ +MD5 (Locale-PO-0.21.tar.gz) = aa43c3a20e9bbaa09ce5f1863394f09b +SHA256 (Locale-PO-0.21.tar.gz) = 9c6b135979e0a95b5342f40016dcbe1281dbf320177431457285c8b5ebb00200 +SIZE (Locale-PO-0.21.tar.gz) = 16990 diff --git a/devel/p5-Locale-PO/pkg-descr b/devel/p5-Locale-PO/pkg-descr new file mode 100644 index 000000000000..9035399546e2 --- /dev/null +++ b/devel/p5-Locale-PO/pkg-descr @@ -0,0 +1,3 @@ +This module simplifies management of GNU gettext .po files and is +an alternative to using emacs po-mode. It provides an object-oriented +interface in which each entry in a .po file is a Locale::PO object. diff --git a/devel/p5-Locale-PO/pkg-plist b/devel/p5-Locale-PO/pkg-plist new file mode 100644 index 000000000000..8650c0ea6247 --- /dev/null +++ b/devel/p5-Locale-PO/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Locale/PO.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/PO/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/PO +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale +@dirrmtry %%SITE_PERL%%/Locale |