diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2001-11-14 01:58:05 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2001-11-14 01:58:05 +0000 |
commit | 323c0cf990009837135acc3aa46e238ab18b1136 (patch) | |
tree | 43e122b209c9131a0eb98b90f830dfc02002548e /japanese | |
parent | c20792651287362e39af2f9e6cdbd26f847a8585 (diff) | |
download | ports-323c0cf990009837135acc3aa46e238ab18b1136.tar.gz ports-323c0cf990009837135acc3aa46e238ab18b1136.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/nkf/Makefile | 3 | ||||
-rw-r--r-- | japanese/nkf/files/patch-ab | 10 | ||||
-rw-r--r-- | japanese/p5-nkf/Makefile | 1 | ||||
-rw-r--r-- | japanese/p5-nkf/files/patch-ab | 10 |
4 files changed, 23 insertions, 1 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile index f5a95e3bfa3b..d779d127f243 100644 --- a/japanese/nkf/Makefile +++ b/japanese/nkf/Makefile @@ -7,10 +7,11 @@ PORTNAME= nkf PORTVERSION= 1.92 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ftp://ftp.ie.u-ryukyu.ac.jp/pub/software/kono/ -EXTRACT_SUFX= .shar DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} +EXTRACT_SUFX= .shar MAINTAINER= max@FreeBSD.org diff --git a/japanese/nkf/files/patch-ab b/japanese/nkf/files/patch-ab new file mode 100644 index 000000000000..a20fa199fe2b --- /dev/null +++ b/japanese/nkf/files/patch-ab @@ -0,0 +1,10 @@ +--- nkf.c.orig Tue Nov 13 19:31:36 2001 ++++ nkf.c Tue Nov 13 19:34:02 2001 +@@ -1670,6 +1670,7 @@ + if (0x21==c1) { + if (alpha_f&0x2) { + c1 = ' '; ++ c2 = 0; + } else if (alpha_f&0x4) { + (*o_zconv)(0,' '); + (*o_zconv)(0,' '); diff --git a/japanese/p5-nkf/Makefile b/japanese/p5-nkf/Makefile index 8583330efcff..022c075e8cf1 100644 --- a/japanese/p5-nkf/Makefile +++ b/japanese/p5-nkf/Makefile @@ -7,6 +7,7 @@ PORTNAME= nkf PORTVERSION= 1.92 +PORTREVISION= 1 CATEGORIES= japanese perl5 MASTER_SITES= ftp://ftp.ie.u-ryukyu.ac.jp/pub/software/kono/ PKGNAMEPREFIX= ja-p5- diff --git a/japanese/p5-nkf/files/patch-ab b/japanese/p5-nkf/files/patch-ab new file mode 100644 index 000000000000..a20fa199fe2b --- /dev/null +++ b/japanese/p5-nkf/files/patch-ab @@ -0,0 +1,10 @@ +--- nkf.c.orig Tue Nov 13 19:31:36 2001 ++++ nkf.c Tue Nov 13 19:34:02 2001 +@@ -1670,6 +1670,7 @@ + if (0x21==c1) { + if (alpha_f&0x2) { + c1 = ' '; ++ c2 = 0; + } else if (alpha_f&0x4) { + (*o_zconv)(0,' '); + (*o_zconv)(0,' '); |