diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-17 10:48:54 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-17 10:48:54 +0000 |
commit | 9a99e09ed1b3f800d15efd7d83f2938ecd2d75cb (patch) | |
tree | ba08416f5bdd203e9415db7b044228cc2e0299ed /devel | |
parent | 3417fe281859496f216253569826ae77d74ba357 (diff) | |
download | pkgsrc-9a99e09ed1b3f800d15efd7d83f2938ecd2d75cb.tar.gz |
Initial import of devel/p5-Locale-PO version 0.21
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß
-------------------------------------
The Perl 5 module Locale::PO provides methods for manipulating objects that represent
entries in a gettext po-file (untranslated and translated strings, with associated
comments). It can load and save complete po-files.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Locale-PO/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Locale-PO/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Locale-PO/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Locale-PO/DESCR b/devel/p5-Locale-PO/DESCR new file mode 100644 index 00000000000..cb26e1f3448 --- /dev/null +++ b/devel/p5-Locale-PO/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module Locale::PO provides methods for manipulating objects that +represent entries in a gettext po-file (untranslated and translated strings, +with associated comments). It can load and save complete po-files. diff --git a/devel/p5-Locale-PO/Makefile b/devel/p5-Locale-PO/Makefile new file mode 100644 index 00000000000..9ffa58b624e --- /dev/null +++ b/devel/p5-Locale-PO/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 10:48:54 dmcmahill Exp $ +# + +DISTNAME= Locale-PO-0.21 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Locale-PO/ +COMMENT= Perl 5 module for manipulating .po entries from GNU gettext +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Locale/PO/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Locale-PO/distinfo b/devel/p5-Locale-PO/distinfo new file mode 100644 index 00000000000..1009d049a0e --- /dev/null +++ b/devel/p5-Locale-PO/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/17 10:48:54 dmcmahill Exp $ + +SHA1 (Locale-PO-0.21.tar.gz) = 2cb9a5f472e944685c43588e18f24fcb6101de47 +RMD160 (Locale-PO-0.21.tar.gz) = 17947a6754e1e83f55b00f113e488e66f4456a06 +Size (Locale-PO-0.21.tar.gz) = 16990 bytes |