diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-04 20:45:51 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-04 20:45:51 +0800 |
commit | a028ea36554e28e601f0d075230d27ec02e2c101 (patch) | |
tree | 8e65a01695695b789ba08116fc54f269edafe177 /misc/p5-Locale-Msgcat | |
parent | e617678fcf00fab418c28adab80f0d4d8e8e55da (diff) | |
download | freebsd-ports-gnome-a028ea36554e28e601f0d075230d27ec02e2c101.tar.gz freebsd-ports-gnome-a028ea36554e28e601f0d075230d27ec02e2c101.tar.zst freebsd-ports-gnome-a028ea36554e28e601f0d075230d27ec02e2c101.zip |
new-port: misc/p5-Locale-Msgcat
This is Msgcat, a small Perl modules for systems which
support the XPG4 message catalog functions : catopen(3),
catgets(3) and catclose(4).
PR: ports/46604
Submitted by: Sebastien Gioria <gioria@FreeBSD.ORG>
Diffstat (limited to 'misc/p5-Locale-Msgcat')
-rw-r--r-- | misc/p5-Locale-Msgcat/Makefile | 21 | ||||
-rw-r--r-- | misc/p5-Locale-Msgcat/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Locale-Msgcat/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-Locale-Msgcat/pkg-descr | 19 | ||||
-rw-r--r-- | misc/p5-Locale-Msgcat/pkg-plist | 8 |
5 files changed, 50 insertions, 0 deletions
diff --git a/misc/p5-Locale-Msgcat/Makefile b/misc/p5-Locale-Msgcat/Makefile new file mode 100644 index 000000000000..899c4e9793ed --- /dev/null +++ b/misc/p5-Locale-Msgcat/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Locale-Codes +# Date created: 28 December 2002 +# Whom: Sebastien gioria <gioria@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Msgcat +PORTVERSION= 1.03 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Locale +PKGNAMEPREFIX= p5- + +MAINTAINER= gioria@FreeBSD.org + +PERL_CONFIGURE= YES + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/misc/p5-Locale-Msgcat/distinfo b/misc/p5-Locale-Msgcat/distinfo new file mode 100644 index 000000000000..28070516d8c8 --- /dev/null +++ b/misc/p5-Locale-Msgcat/distinfo @@ -0,0 +1 @@ +MD5 (Msgcat-1.03.tar.gz) = 8dbfee7b81e94cf946c9f28ab0bc5291 diff --git a/misc/p5-Locale-Msgcat/pkg-comment b/misc/p5-Locale-Msgcat/pkg-comment new file mode 100644 index 000000000000..ce9246db8b5e --- /dev/null +++ b/misc/p5-Locale-Msgcat/pkg-comment @@ -0,0 +1 @@ +Msgcat, a small Perl module for systems to support the XPG4 message catalog functions diff --git a/misc/p5-Locale-Msgcat/pkg-descr b/misc/p5-Locale-Msgcat/pkg-descr new file mode 100644 index 000000000000..c732ee345af8 --- /dev/null +++ b/misc/p5-Locale-Msgcat/pkg-descr @@ -0,0 +1,19 @@ +This is Msgcat, a small Perl modules for systems which support the XPG4 +message catalog functions : catopen(3), catgets(3) and catclose(4). + +You need perl 5.004 or later to use this library. + +You install the library by running these commands: + + perl Makefile.PL + make + make test + make install + +Please report any bugs/suggestions to Christophe Wolfhugel <wolf@pasteur.fr>. + +All files contained in this installation are Copyright (C) 1997 C. Wolfhugel +unless otherwise specified. All rights reserved. + +This library is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. diff --git a/misc/p5-Locale-Msgcat/pkg-plist b/misc/p5-Locale-Msgcat/pkg-plist new file mode 100644 index 000000000000..aa2d54d2d6ff --- /dev/null +++ b/misc/p5-Locale-Msgcat/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat/Msgcat.so +lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat/Msgcat.bs +lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat/.packlist +lib/perl5/site_perl/%%PERL_VERSION%%/mach/Locale/Msgcat.pm +lib/perl5/%%PERL_VERSION%%/man/man3/Locale::Msgcat.3 +@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat +@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale +@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/Locale |