diff options
author | obache <obache@pkgsrc.org> | 2006-11-04 11:54:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-04 11:54:39 +0000 |
commit | 98d877feb215465e1dbeba61e4b24461f2553bcd (patch) | |
tree | 9c57858eb3b26d65c36478bdf5e1215db4e83ff7 /misc/p5-Locale-Maketext-Simple | |
parent | 75bcef4fb5c2e8162c6860c73e080825fe092324 (diff) | |
download | pkgsrc-98d877feb215465e1dbeba61e4b24461f2553bcd.tar.gz |
Update p5-Locale-Maketext-Simple to 0.18 and add HOMEPAGE.
Changes:
[Changes for 0.18 - 2006-09-08]
* At the request of Steve Hay, this module is now available under the
Perl license when distributed as part of Perl 5.
[Changes for 0.17 - 2006-08-13]
* Sebastien Aperghis-Tramoni noticed that the MIT license text was
mis-hyphenated, and the waranty clauses mentions "X Consortium"
where it should say "authors or copyright holders".
[Changes for 0.16 - 2006-05-03]
* Oops, the gettext_to_maketext function was missing an escape
sequence, rendering message strings with [ ~ ] characters invalid.
Reported By: Rong-En Fan
[Changes for 0.15 - 2006-05-02]
* LICENSING CHANGE: This compilation and all individual files in it
are now under the permissive "MIT" license. See the COPYRIGHT
section in README for the new terms.
[Changes for 0.14 - 2006-04-27]
* Repair Perl 5.005 compatibility in the build system.
Reported By: Rong-En Fan
[Changes for 0.13 - 2006-04-11]
* The "_style => 'gettext'" option was broken for adjacent variables
such as "%1%2%3".
* Also removed the sole occurrence of of $&.
Diffstat (limited to 'misc/p5-Locale-Maketext-Simple')
-rw-r--r-- | misc/p5-Locale-Maketext-Simple/Makefile | 6 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext-Simple/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/p5-Locale-Maketext-Simple/Makefile b/misc/p5-Locale-Maketext-Simple/Makefile index 9524ac81a46..0afd7029cdb 100644 --- a/misc/p5-Locale-Maketext-Simple/Makefile +++ b/misc/p5-Locale-Maketext-Simple/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:12 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/11/04 11:54:39 obache Exp $ -DISTNAME= Locale-Maketext-Simple-0.12 +DISTNAME= Locale-Maketext-Simple-0.18 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~audreyt/Locale-Maketext-Simple/ COMMENT= Simple interface to Locale::Maketext::Lexicon PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/misc/p5-Locale-Maketext-Simple/distinfo b/misc/p5-Locale-Maketext-Simple/distinfo index fe5a5eaa88e..7197aedec59 100644 --- a/misc/p5-Locale-Maketext-Simple/distinfo +++ b/misc/p5-Locale-Maketext-Simple/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 11:02:57 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/11/04 11:54:39 obache Exp $ -SHA1 (Locale-Maketext-Simple-0.12.tar.gz) = eb7ba1a44a124df3ce84138078ecb9993f7a113b -RMD160 (Locale-Maketext-Simple-0.12.tar.gz) = d5719bfd7d812a971c4a08f8399f885646a0dad8 -Size (Locale-Maketext-Simple-0.12.tar.gz) = 13215 bytes +SHA1 (Locale-Maketext-Simple-0.18.tar.gz) = 30584035d66d6041b2187278ef9ebaa3707158a7 +RMD160 (Locale-Maketext-Simple-0.18.tar.gz) = b21761497edd27b453a348c6225b57a9728a3f44 +Size (Locale-Maketext-Simple-0.18.tar.gz) = 16865 bytes |