summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-06-09 10:48:00 +0000
committersakamoto <sakamoto>1999-06-09 10:48:00 +0000
commit00723fb6b71987e6353d369fbb1dc3517761ded4 (patch)
tree7319f9cef81b983331cb3cafda568e1d24c8caa5 /japanese
parent26163368b7e240f4595baea8b75a3ce78bc7d127 (diff)
downloadpkgsrc-00723fb6b71987e6353d369fbb1dc3517761ded4.tar.gz
Import FreeBSD's "jhd" port:
Japanese Hexdecimal Dump.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/jhd/Makefile30
-rw-r--r--japanese/jhd/files/md51
-rw-r--r--japanese/jhd/pkg/COMMENT1
-rw-r--r--japanese/jhd/pkg/DESCR6
-rw-r--r--japanese/jhd/pkg/PLIST1
5 files changed, 39 insertions, 0 deletions
diff --git a/japanese/jhd/Makefile b/japanese/jhd/Makefile
new file mode 100644
index 00000000000..252d10af2f1
--- /dev/null
+++ b/japanese/jhd/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: jhd
+# Version required: 2.3
+# Date created: Feb 5, 1998
+# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
+#
+# $Id: Makefile,v 1.1.1.1 1999/06/09 10:48:00 sakamoto Exp $
+#
+
+DISTNAME= jhd-2.3
+PKGNAME= ja-jhd-2.3
+CATEGORIES= japanese
+MASTER_SITES= ftp://ftp.iamas.ac.jp/pub1/UNIX/File/
+
+MAINTAINER= taoka@FreeBSD.org
+
+BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
+
+MANLANG= ja
+MAN1= jhd.1
+
+post-build:
+ cd ${WRKSRC}; \
+ ${MV} jhd.1 jhd.1.org; \
+ nkf -e jhd.1.org > jhd.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/jhd ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/jhd.1 ${PREFIX}/man/ja/man1
+
+.include <bsd.port.mk>
diff --git a/japanese/jhd/files/md5 b/japanese/jhd/files/md5
new file mode 100644
index 00000000000..3c2866fcff2
--- /dev/null
+++ b/japanese/jhd/files/md5
@@ -0,0 +1 @@
+MD5 (jhd-2.3.tar.gz) = 75537a0771369f968ca714b524e6ce93
diff --git a/japanese/jhd/pkg/COMMENT b/japanese/jhd/pkg/COMMENT
new file mode 100644
index 00000000000..dbc38ca6939
--- /dev/null
+++ b/japanese/jhd/pkg/COMMENT
@@ -0,0 +1 @@
+Japanese Hexdecimal Dump
diff --git a/japanese/jhd/pkg/DESCR b/japanese/jhd/pkg/DESCR
new file mode 100644
index 00000000000..71bf03db56e
--- /dev/null
+++ b/japanese/jhd/pkg/DESCR
@@ -0,0 +1,6 @@
+Jhd is a 'Japanese Hexdecimal Dump' command. This is for EUC KANJI
+code, as default.
+
+Example
+
+ % jhd -j EUC_FILE
diff --git a/japanese/jhd/pkg/PLIST b/japanese/jhd/pkg/PLIST
new file mode 100644
index 00000000000..12485d707ef
--- /dev/null
+++ b/japanese/jhd/pkg/PLIST
@@ -0,0 +1 @@
+bin/jhd