mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Upgrade to 2.03.
Pointed-out by: "Takayuki Nakao" <t@nakao.org>
This commit is contained in:
parent
b6deb36621
commit
53e0b557a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94858
@ -6,10 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= nkf
|
||||
PORTVERSION= 2.02
|
||||
PORTVERSION= 2.03
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/
|
||||
MASTER_SITES= http://www.ie.u-ryukyu.ac.jp/~kono/nkf/dist/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//:S/./-/}
|
||||
EXTRACT_SUFX= .tar
|
||||
|
||||
MAINTAINER= max@FreeBSD.org
|
||||
COMMENT= Network Kanji code conversion Filter
|
||||
|
@ -1 +1 @@
|
||||
MD5 (nkf202.tar.gz) = 5157b91879471b450997f4eec5af62e6
|
||||
MD5 (nkf203.tar) = b940ea1d67cb506a57fca9dbe83760c3
|
||||
|
@ -14,7 +14,7 @@
|
||||
+PERL?= perl5
|
||||
+RM?= rm -rf
|
||||
+INSTALL?= /usr/bin/install
|
||||
VERSION = 202
|
||||
VERSION = 203
|
||||
|
||||
nkf : nkf.c config.h utf8tbl.o
|
||||
$(CC) $(CFLAGS) -o nkf nkf.c utf8tbl.o
|
||||
@ -31,11 +31,3 @@
|
||||
clean:
|
||||
-$(RM) nkf.o nkf nkf.in nkf.out nkf$(VERSION) *~ *.bad utf8tbl.o
|
||||
cd NKF.mod; make clean
|
||||
@@ -30,6 +38,7 @@
|
||||
-mkdir nkf$(VERSION)/NKF.mod
|
||||
for file in `cat MANIFEST`; \
|
||||
do \
|
||||
+
|
||||
nkf -j -m0 $$file > nkf$(VERSION)/$$file ; \
|
||||
done
|
||||
echo "#!/bin/sh" >nkf$(VERSION).shar
|
||||
|
@ -6,11 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= nkf
|
||||
PORTVERSION= 2.02
|
||||
PORTVERSION= 2.03
|
||||
CATEGORIES= japanese perl5
|
||||
MASTER_SITES= http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/
|
||||
MASTER_SITES= http://www.ie.u-ryukyu.ac.jp/~kono/nkf/dist/
|
||||
PKGNAMEPREFIX= ja-p5-
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//:S/./-/}
|
||||
EXTRACT_SUFX= .tar
|
||||
|
||||
MAINTAINER= max@FreeBSD.org
|
||||
COMMENT= A perl extension module to use NKF
|
||||
|
@ -1 +1 @@
|
||||
MD5 (nkf202.tar.gz) = 5157b91879471b450997f4eec5af62e6
|
||||
MD5 (nkf203.tar) = b940ea1d67cb506a57fca9dbe83760c3
|
||||
|
Loading…
Reference in New Issue
Block a user