diff options
author | taoka <taoka@FreeBSD.org> | 2000-02-21 16:32:24 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-02-21 16:32:24 +0000 |
commit | 437ac537308ae81969286b22650dc04f9598fa75 (patch) | |
tree | f93bc5166657addfedf04482dd2ae2216bd8cb91 | |
parent | f777c97dbf15370064bb699efff9ba00506c4f86 (diff) | |
download | FreeBSD-ports-437ac537308ae81969286b22650dc04f9598fa75.zip FreeBSD-ports-437ac537308ae81969286b22650dc04f9598fa75.tar.gz |
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
-rw-r--r-- | japanese/hex/Makefile | 25 | ||||
-rw-r--r-- | japanese/hex/distinfo | 2 | ||||
-rw-r--r-- | japanese/hex/pkg-descr | 2 |
3 files changed, 17 insertions, 12 deletions
diff --git a/japanese/hex/Makefile b/japanese/hex/Makefile index c150f38..b11ac16 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 fb85e42..3186523 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 880fcaa..23c2248 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 |