aboutsummaryrefslogtreecommitdiff
path: root/japanese/nkf
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2000-02-23 05:05:51 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2000-02-23 05:05:51 +0000
commit939e68bd30ef2371f27418ccee9d23642170c1c6 (patch)
treecabe2a8656c616cbdddd29e45ae3c85d831adbd4 /japanese/nkf
parent209ef88804e210fdbd1d5c1cc9dac31dbbae8315 (diff)
downloadports-939e68bd30ef2371f27418ccee9d23642170c1c6.tar.gz
ports-939e68bd30ef2371f27418ccee9d23642170c1c6.zip
Upgrade to 1.72.
Reminded by: KATO Tsuguru <tkato@prontomail.ne.jp> in PR: 16110
Notes
Notes: svn path=/head/; revision=26195
Diffstat (limited to 'japanese/nkf')
-rw-r--r--japanese/nkf/Makefile21
-rw-r--r--japanese/nkf/distinfo2
-rw-r--r--japanese/nkf/files/patch-aa21
3 files changed, 35 insertions, 9 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile
index 431e88e6498c..272c7ccdfcac 100644
--- a/japanese/nkf/Makefile
+++ b/japanese/nkf/Makefile
@@ -1,22 +1,27 @@
# New ports collection makefile for: nkf
-# Version required: 1.6
+# Version required: 1.71
# Date created: 5 February 1995
# Whom: asami
#
# $FreeBSD$
#
-DISTNAME= nkf-1.62
-PKGNAME= ja-nkf-1.62
+DISTNAME= nkf171
+PKGNAME= ja-nkf-1.71
CATEGORIES= japanese
-MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/
+MASTER_SITES= ftp://ftp.ie.u-ryukyu.ac.jp/pub/software/kono/ \
+ ftp://ftp.win.ne.jp/pub/misc/ \
+ ftp://ftp.eos.hokudai.ac.jp/pub/tools/code-conv/nkf/
+EXTRACT_SUFX= .shar
MAINTAINER= max@FreeBSD.org
-MAN1= nkf.1
+EXTRACT_CMD= ${SH}
+EXTRACT_BEFORE_ARGS= # Empty
+EXTRACT_AFTER_ARGS= > /dev/null
-post-extract:
- @${ECHO} "===> Installing custom Makefile for ${DISTNAME}"
- @(${CP} ${FILESDIR}/Makefile ${WRKSRC})
+NO_WRKSUBDIR= yes
+MAN1= nkf.1 ../ja/man1/nkf.1
+ALL_TARGET= nkf
.include <bsd.port.mk>
diff --git a/japanese/nkf/distinfo b/japanese/nkf/distinfo
index c9c1efa7bbaa..54fcc6d2d45e 100644
--- a/japanese/nkf/distinfo
+++ b/japanese/nkf/distinfo
@@ -1 +1 @@
-MD5 (nkf-1.62.tar.gz) = dc718ce2be8da8f592b68fc024ab3ec1
+MD5 (nkf171.shar) = 15c8a80760f5da0416c89cce1690c870
diff --git a/japanese/nkf/files/patch-aa b/japanese/nkf/files/patch-aa
new file mode 100644
index 000000000000..26bf13548aee
--- /dev/null
+++ b/japanese/nkf/files/patch-aa
@@ -0,0 +1,21 @@
+--- Makefile.orig Mon Nov 16 19:21:40 1998
++++ Makefile Wed Feb 23 13:37:09 2000
+@@ -1,11 +1,17 @@
++PREFIX?= /usr/local
+ CC = cc
+-CFLAGS = -O
++CFLAGS?= -O
+ SHAR = shar -T
+ # SHAR = shar
+ PERL = perl5
+
+ nkf : nkf.c
+ $(CC) $(CFLAGS) -o nkf nkf.c
++
++install:
++ /usr/bin/install -o root -g wheel -m 755 -c -s nkf ${PREFIX}/bin
++ /usr/bin/install -o root -g wheel -m 644 -c nkf.1 ${PREFIX}/man/man1/nkf.1
++ /usr/bin/install -o root -g wheel -m 644 -c nkf.1j ${PREFIX}/man/ja/man1/nkf.1
+
+ clean:
+ rm -fr nkf.o nkf nkf.in nkf.out nkf17 *~