From 312237dfe42e47b2d2f79e02471aac1124956f2f Mon Sep 17 00:00:00 2001 From: max Date: Mon, 18 Nov 1996 05:27:32 +0000 Subject: New port, hexadecimal dump tool with support for Japanese character sets. Reviewed by: max Submitted by: IMAMURA Tomoaki --- japanese/hex/Makefile | 28 ++++++++++++++++++++++++++++ japanese/hex/distinfo | 1 + japanese/hex/pkg-comment | 1 + japanese/hex/pkg-descr | 1 + japanese/hex/pkg-plist | 2 ++ 5 files changed, 33 insertions(+) create mode 100644 japanese/hex/Makefile create mode 100644 japanese/hex/distinfo create mode 100644 japanese/hex/pkg-comment create mode 100644 japanese/hex/pkg-descr create mode 100644 japanese/hex/pkg-plist (limited to 'japanese') diff --git a/japanese/hex/Makefile b/japanese/hex/Makefile new file mode 100644 index 0000000..3321ba0 --- /dev/null +++ b/japanese/hex/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: hex103 +# Version required: 1.03 +# Date created: Nov 5, 1996 +# Whom: IMAMURA Tomoaki (tomoak-i@is.aist-nara.ac.jp) +# +# $Id$ +# + +DISTNAME= hex103 +PKGNAME= jp-hex-1.03 +CATEGORIES= japanese +MASTER_SITES= http://www.is.s.u-tokyo.ac.jp/~nayuta/pub/ +EXTRACT_SUFX= .tgz + +MAINTAINER= tomoak-i@is.aist-nara.ac.jp + +NO_INSTALL_MANPAGES= yes +USE_IMAKE= yes + +PREFIX?= ${LOCALBASE} + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${PREFIX}/share/doc/jp-hex + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jp-hex +.endif + +.include diff --git a/japanese/hex/distinfo b/japanese/hex/distinfo new file mode 100644 index 0000000..c3802c5 --- /dev/null +++ b/japanese/hex/distinfo @@ -0,0 +1 @@ +MD5 (hex103.tgz) = 85a60502f77516aa41c347b7a21885c7 diff --git a/japanese/hex/pkg-comment b/japanese/hex/pkg-comment new file mode 100644 index 0000000..380f169 --- /dev/null +++ b/japanese/hex/pkg-comment @@ -0,0 +1 @@ +A hexadecimal dump tool which handles Japanese. diff --git a/japanese/hex/pkg-descr b/japanese/hex/pkg-descr new file mode 100644 index 0000000..8bc35f2 --- /dev/null +++ b/japanese/hex/pkg-descr @@ -0,0 +1 @@ +Hex is a hexadecimal dump tool which handles Japanese Kanji code (euc, jis). diff --git a/japanese/hex/pkg-plist b/japanese/hex/pkg-plist new file mode 100644 index 0000000..fce386f --- /dev/null +++ b/japanese/hex/pkg-plist @@ -0,0 +1,2 @@ +bin/hex +share/doc/jp-hex/README -- cgit v1.1