From e07b1ad170a85563f04d5a700e247fd5928fb096 Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Mon, 21 Feb 2000 16:32:24 +0000 Subject: [PATCH] Update to version 2.04 Add WWW: line into pkg/DESCR PR: 16871 Submitted by: KATO Tsuguru No response from: maintainer --- japanese/hex/Makefile | 25 ++++++++++++++----------- japanese/hex/distinfo | 2 +- japanese/hex/pkg-descr | 2 ++ 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 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