diff options
author | obache <obache> | 2009-11-19 05:42:02 +0000 |
---|---|---|
committer | obache <obache> | 2009-11-19 05:42:02 +0000 |
commit | 776ab233c35d49af9b968e2cf25740e48aa14f7b (patch) | |
tree | a9f4bfc68f60918e4f76ce6289dd8a902fff68ca /converters/p5-nkf/Makefile | |
parent | 9eefb56ba045bf23f0e29d25030d67240d76d672 (diff) | |
download | pkgsrc-776ab233c35d49af9b968e2cf25740e48aa14f7b.tar.gz |
Update nkf (and p5-nkf) to 2.10.
(while here, added commented out LICENSE=zlib-liccense)
This release is maintainance release, mainly for bug fixes.
* Add install target to Makefile
* Let to recognize hankaku-kana in 8bit JIS
* Fixes perl module build
* Fixes no effect of -Z1, -Z2 and -Z0 option
* Fixes input specification for UTF-16 and UTF-32
* Fixes missing BOM output for UTF-32.
* Fixes miss guesses and output for 4bytes UTF-8
Diffstat (limited to 'converters/p5-nkf/Makefile')
-rw-r--r-- | converters/p5-nkf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/p5-nkf/Makefile b/converters/p5-nkf/Makefile index ef75af9f98a..c6656b800de 100644 --- a/converters/p5-nkf/Makefile +++ b/converters/p5-nkf/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.17 2009/01/22 08:50:12 obache Exp $ +# $NetBSD: Makefile,v 1.18 2009/11/19 05:42:02 obache Exp $ # .include "../../converters/nkf/Makefile.common" -PKGNAME= p5-nkf-2.09 +PKGNAME= p5-nkf-2.10 SVR4_PKGNAME= p5nkf CATEGORIES= japanese converters perl5 MAINTAINER= tech-pkg-ja@jp.NetBSD.org COMMENT= Perl library for Network Kanji code conversion Filter +#LICENSE= zlib-license PKG_DESTDIR_SUPPORT= user-destdir |