2019-08-11 15:17:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2019/08/11 13:19:43 wiz Exp $
|
2011-05-17 12:48:54 +02:00
|
|
|
#
|
|
|
|
|
Update 0.21 to 0.27
-------------------
0.27 Dec 15 2014
- Fix RT#94231 (previous - fuzzy - msgid, #|). Thanks to Raphael Hertzog
for reporting it. Added a test case now, but previous messages are
treated like fuzzy messages, so use fuzzy_msgid().
0.26 Dec 14 2014
- Fix RT#42811 (don't add a flag twice). Thanks to Jason Sill for his
bug report from 2009 (!). Jason, sorry and better late than never.
0.25 Dec 14 2014
- This release now should work reliably on Linux, MSWin32, msys and
I believe also MacOS, also when writing PO files from one platform
and reading them back on another. Hopefully :-)
- Fix RT#99069 (\ not being escaped). Thanks to Jeff Fearn.
- Fix RT#87374 (mixed \r\n handling problems). Thanks to Jason
Fesler for the bug report.
0.24 May 29 2014
- Fix inline "\n" not being escaped properly. RT #96016
Thanks to Jeff Fearn for bug report and patch.
0.23 Feb 06 2013
- Bugs RT#76366 and RT#54064 - Added encoding option. Now we can load & save
PO files in any encoding, For example in 'utf8'. Added test about this.
(patch by Perlover, based on patch from Zach)
- Some code indenting inside.
0.22 Sep 03 2012
- New maintainer: Cosimo Streppone (COSIMO)
- Bug RT#40009 Incorrect handling of multi-line obsolete entries
(patch by Joshua Miller, test case by Cosimo Streppone)
- Bug RT#66264 Added support for fuzzy string prefix "#|" and "#~|".
(patch by Joshua Miller)
2015-02-09 16:14:52 +01:00
|
|
|
DISTNAME= Locale-PO-0.27
|
2011-05-17 12:48:54 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2019-08-11 15:17:48 +02:00
|
|
|
PKGREVISION= 5
|
2011-05-17 12:48:54 +02:00
|
|
|
CATEGORIES= devel perl5
|
2011-05-19 07:24:17 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
2011-05-17 12:48:54 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/Locale-PO
|
2011-05-17 12:48:54 +02:00
|
|
|
COMMENT= Perl 5 module for manipulating .po entries from GNU gettext
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Locale/PO/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|