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
This commit is contained in:
Satoshi Taoka 2000-02-21 16:32:24 +00:00
parent f7cfc373b3
commit e07b1ad170
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26095
3 changed files with 17 additions and 12 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (hex203.tgz) = 84e51578833c3a76a87f23a9e49662e2
MD5 (hex204.tgz) = 70f6e6048b31abb99159745a82b6931e

View File

@ -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