Add p5-Locale-Maketext-Gettext 1.07,
joins gettext and Maketext frameworks. PR: 51467 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
4be1016388
commit
02d9e6ded3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82761
5 changed files with 48 additions and 0 deletions
|
@ -603,6 +603,7 @@
|
|||
SUBDIR += p5-Ioctl
|
||||
SUBDIR += p5-Locale-Maketext
|
||||
SUBDIR += p5-Locale-Maketext-Fuzzy
|
||||
SUBDIR += p5-Locale-Maketext-Gettext
|
||||
SUBDIR += p5-Locale-Maketext-Lexicon
|
||||
SUBDIR += p5-Locale-PGetText
|
||||
SUBDIR += p5-Locale-gettext
|
||||
|
|
33
devel/p5-Locale-Maketext-Gettext/Makefile
Normal file
33
devel/p5-Locale-Maketext-Gettext/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: p5-Locale-Maketext-Gettext
|
||||
# Date created: April 26 2003
|
||||
# Whom: Mathieu Arnold <m@absolight.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Locale-Maketext-Gettext
|
||||
PORTVERSION= 1.07
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Locale
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= m@absolight.net
|
||||
COMMENT= Joins gettext and Maketext frameworks
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN1= maketext.1
|
||||
MAN3= Locale::Maketext::Gettext.3 \
|
||||
Locale::Maketext::Gettext::Functions.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE="Need at least perl 5.8 to build"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
devel/p5-Locale-Maketext-Gettext/distinfo
Normal file
1
devel/p5-Locale-Maketext-Gettext/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Locale-Maketext-Gettext-1.07.tar.gz) = 3348310bb56c2e55bb5a6a1f55df3bb7
|
5
devel/p5-Locale-Maketext-Gettext/pkg-descr
Normal file
5
devel/p5-Locale-Maketext-Gettext/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Locale::Maketext::Gettext brings GNU gettext and Maketext together. It is a
|
||||
subclass of Locale::Maketext(3) that follows the way GNU gettext works. It
|
||||
works seamlessly, both in the sense of GNU gettext and Maketext.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Locale-Maketext-Gettext/
|
8
devel/p5-Locale-Maketext-Gettext/pkg-plist
Normal file
8
devel/p5-Locale-Maketext-Gettext/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
bin/maketext
|
||||
%%SITE_PERL%%/Locale/Maketext/Gettext.pm
|
||||
%%SITE_PERL%%/Locale/Maketext/Gettext/Functions.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale-Maketext-Gettext/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale-Maketext-Gettext
|
||||
@dirrm %%SITE_PERL%%/Locale/Maketext/Gettext
|
||||
@unexec rmdir %%SITE_PERL%%/Locale/Maketext 2>/dev/null || true
|
||||
@unexec rmdir %%SITE_PERL%%/Locale 2>/dev/null || true
|
Loading…
Reference in a new issue