diff options
Diffstat (limited to 'japanese/jhd')
-rw-r--r-- | japanese/jhd/Makefile | 30 | ||||
-rw-r--r-- | japanese/jhd/distinfo | 1 | ||||
-rw-r--r-- | japanese/jhd/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/jhd/pkg-descr | 6 | ||||
-rw-r--r-- | japanese/jhd/pkg-plist | 1 |
5 files changed, 39 insertions, 0 deletions
diff --git a/japanese/jhd/Makefile b/japanese/jhd/Makefile new file mode 100644 index 000000000000..64b292e8c5db --- /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@infonets.hiroshima-u.ac.jp> +# +# $Id$ +# + +DISTNAME= jhd-2.3 +PKGNAME= ja-jhd-2.3 +CATEGORIES= japanese +MASTER_SITES= ftp://ftp.iamas.ac.jp/pub1/UNIX/File/ + +MAINTAINER= taoka@infonets.hiroshima-u.ac.jp + +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/distinfo b/japanese/jhd/distinfo new file mode 100644 index 000000000000..3c2866fcff2d --- /dev/null +++ b/japanese/jhd/distinfo @@ -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 000000000000..dbc38ca6939c --- /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 000000000000..71bf03db56ec --- /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 000000000000..12485d707ef2 --- /dev/null +++ b/japanese/jhd/pkg-plist @@ -0,0 +1 @@ +bin/jhd |