1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Add p5-Locale-Maketext version 0.17.

Locale::Maketext is a base class providing a framework for software
localization and inheritance-based lexicons, as described in "The
Perl Journal" issue #13.

PR:		17382
Submitted by:	Frank Mayhar <frank@exit.com>
This commit is contained in:
Steve Price 2000-05-01 02:48:57 +00:00
parent 01de4f1c56
commit 393b73368a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28202
6 changed files with 40 additions and 0 deletions

View File

@ -151,6 +151,7 @@
SUBDIR += p5-IO-stringy
SUBDIR += p5-Include
SUBDIR += p5-IniConf
SUBDIR += p5-Locale-Maketext
SUBDIR += p5-Locale-PGetText
SUBDIR += p5-Locale-gettext
SUBDIR += p5-PV

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Locale-Maketext
# Date created: March 13, 2000
# Whom: Frank Mayhar <frank@exit.com>
#
# $FreeBSD$
#
PORTNAME= Locale-Maketext
PORTVERSION= 0.17
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
PKGNAMEPREFIX= p5-
MAINTAINER= frank@exit.com
USE_PERL5= YES
MAN3= Locale::Maketext.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Locale-Maketext-0.17.tar.gz) = 86532a99efdfe963d08ee98d554fa9bd

View File

@ -0,0 +1 @@
A framework for software localization and inheritance-based lexicons

View File

@ -0,0 +1,8 @@
Locale::Maketext is a base class providing a framework for software
localization and inheritance-based lexicons, as described in my
article in The Perl Journal #13 (which is on the way to your mailbox
and/or newsstand).
Copyright 1999, Sean M. Burke <sburke@netadventure.net>, all rights
reserved. This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.

View File

@ -0,0 +1,4 @@
lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale-Maketext/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale-Maketext
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Locale