summaryrefslogtreecommitdiff
path: root/japanese/hex
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-11-18 05:27:32 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-11-18 05:27:32 +0000
commit34ed9c8f1868beb368d25a1669b3c02aa756dc75 (patch)
tree0f49182b9a7e9e6a8d50b8f814f9f27eb17c606d /japanese/hex
parentStandardize. (diff)
New port, hexadecimal dump tool with support for Japanese character sets.
Reviewed by: max Submitted by: IMAMURA Tomoaki <tomoak-i@is.aist-nara.ac.jp>
Notes
Notes: svn path=/head/; revision=4562
Diffstat (limited to 'japanese/hex')
-rw-r--r--japanese/hex/Makefile28
-rw-r--r--japanese/hex/distinfo1
-rw-r--r--japanese/hex/pkg-comment1
-rw-r--r--japanese/hex/pkg-descr1
-rw-r--r--japanese/hex/pkg-plist2
5 files changed, 33 insertions, 0 deletions
diff --git a/japanese/hex/Makefile b/japanese/hex/Makefile
new file mode 100644
index 000000000000..3321ba0ebe89
--- /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 <bsd.port.mk>
diff --git a/japanese/hex/distinfo b/japanese/hex/distinfo
new file mode 100644
index 000000000000..c3802c53b908
--- /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 000000000000..380f1692016c
--- /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 000000000000..8bc35f2ddb9e
--- /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 000000000000..fce386f753ca
--- /dev/null
+++ b/japanese/hex/pkg-plist
@@ -0,0 +1,2 @@
+bin/hex
+share/doc/jp-hex/README