summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-11-18 05:27:32 +0000
committermax <max@FreeBSD.org>1996-11-18 05:27:32 +0000
commit312237dfe42e47b2d2f79e02471aac1124956f2f (patch)
tree120c08fbb5d4ce1087dc0c5d6e4b594975528a21 /japanese
parent2cc99fd1bfa0cc88fa67a7f887fd82120beadffb (diff)
downloadFreeBSD-ports-312237dfe42e47b2d2f79e02471aac1124956f2f.zip
FreeBSD-ports-312237dfe42e47b2d2f79e02471aac1124956f2f.tar.gz
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>
Diffstat (limited to 'japanese')
-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 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 <bsd.port.mk>
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
OpenPOWER on IntegriCloud