aboutsummaryrefslogtreecommitdiff
path: root/japanese/hex
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-02-21 16:32:24 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-02-21 16:32:24 +0000
commite07b1ad170a85563f04d5a700e247fd5928fb096 (patch)
tree3f4246e5d2ab5d562aa37c8a27136105eff60378 /japanese/hex
parentf7cfc373b3157431fdf7812341ad1ee837c1e26e (diff)
downloadports-e07b1ad170a85563f04d5a700e247fd5928fb096.tar.gz
ports-e07b1ad170a85563f04d5a700e247fd5928fb096.zip
Update to version 2.04
Add WWW: line into pkg/DESCR PR: 16871 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> No response from: maintainer
Notes
Notes: svn path=/head/; revision=26095
Diffstat (limited to 'japanese/hex')
-rw-r--r--japanese/hex/Makefile25
-rw-r--r--japanese/hex/distinfo2
-rw-r--r--japanese/hex/pkg-descr2
3 files changed, 17 insertions, 12 deletions
diff --git a/japanese/hex/Makefile b/japanese/hex/Makefile
index c150f383cf2a..b11ac1689769 100644
--- a/japanese/hex/Makefile
+++ b/japanese/hex/Makefile
@@ -1,24 +1,27 @@
-# New ports collection makefile for: hex
-# Version required: 2.03
-# Date created: Nov 5, 1996
-# Whom: IMAMURA Tomoaki (yu@pastel.club.or.jp)
+# New ports collection makefile for: hex
+# Version required: 2.04
+# Date created: Nov 5, 1996
+# Whom: IMAMURA Tomoaki (yu@pastel.club.or.jp)
#
# $FreeBSD$
#
-DISTNAME= hex203
-PKGNAME= ja-hex-2.03
+DISTNAME= hex204
+PKGNAME= ja-hex-2.04
CATEGORIES= japanese
-MASTER_SITES= http://www.is.s.u-tokyo.ac.jp/~nayuta/pub/
+MASTER_SITES= http://www.yl.is.s.u-tokyo.ac.jp/~nayuta/S/hex/
EXTRACT_SUFX= .tgz
MAINTAINER= yu@pastel.club.or.jp
-USE_IMAKE= yes
-PREFIX?= ${LOCALBASE}
-MTREE_FILE?= /etc/mtree/BSD.local.dist
-ALL_TARGET= hex
MANLANG= ja
MAN1= hex.1
+do-build:
+ cd ${WRKSRC}; ${CC} ${CFLAGS} hex.cc -o hex
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/hex ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/hex.man ${PREFIX}/man/ja/man1/hex.1
+
.include <bsd.port.mk>
diff --git a/japanese/hex/distinfo b/japanese/hex/distinfo
index fb85e4299de0..3186523bbb28 100644
--- a/japanese/hex/distinfo
+++ b/japanese/hex/distinfo
@@ -1 +1 @@
-MD5 (hex203.tgz) = 84e51578833c3a76a87f23a9e49662e2
+MD5 (hex204.tgz) = 70f6e6048b31abb99159745a82b6931e
diff --git a/japanese/hex/pkg-descr b/japanese/hex/pkg-descr
index 880fcaacd90f..23c2248952c3 100644
--- a/japanese/hex/pkg-descr
+++ b/japanese/hex/pkg-descr
@@ -1,2 +1,4 @@
Hex is a hexadecimal dump tool which handles
Japanese Kanji code (euc, sjis, jis).
+
+WWW: http://www.yl.is.s.u-tokyo.ac.jp/~nayuta/S/hex/index-ja.html