From c55cbded7e4e7294d5ba1ed184792134f171612b Mon Sep 17 00:00:00 2001 From: seb Date: Fri, 31 May 2002 13:00:37 +0000 Subject: Reimport of package jhd from japanese/jhd into misc/jhd. This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted. --- misc/jhd/DESCR | 6 ++++++ misc/jhd/Makefile | 20 ++++++++++++++++++++ misc/jhd/PLIST | 3 +++ misc/jhd/distinfo | 4 ++++ 4 files changed, 33 insertions(+) create mode 100644 misc/jhd/DESCR create mode 100644 misc/jhd/Makefile create mode 100644 misc/jhd/PLIST create mode 100644 misc/jhd/distinfo (limited to 'misc/jhd') diff --git a/misc/jhd/DESCR b/misc/jhd/DESCR new file mode 100644 index 00000000000..71bf03db56e --- /dev/null +++ b/misc/jhd/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/misc/jhd/Makefile b/misc/jhd/Makefile new file mode 100644 index 00000000000..ea0cf6b2646 --- /dev/null +++ b/misc/jhd/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:37 seb Exp $ +# FreeBSD Id: Makefile,v 1.2 1999/05/01 04:00:25 taoka Exp $ + +DISTNAME= jhd-2.3 +CATEGORIES= japanese misc +MASTER_SITES= ftp://ftp.iamas.ac.jp/pub1/UNIX/File/ + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +COMMENT= Japanese Hexdecimal Dump + +BUILD_DEPENDS= nkf-1.7:../../converters/nkf + +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_JP.EUC/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/jhd/PLIST b/misc/jhd/PLIST new file mode 100644 index 00000000000..49f8c152a29 --- /dev/null +++ b/misc/jhd/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/31 13:00:37 seb Exp $ +bin/jhd +man/ja_JP.EUC/man1/jhd.1 diff --git a/misc/jhd/distinfo b/misc/jhd/distinfo new file mode 100644 index 00000000000..358cfe2c1c9 --- /dev/null +++ b/misc/jhd/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/05/31 13:00:37 seb Exp $ + +SHA1 (jhd-2.3.tar.gz) = 6df8f56185b5a079eb624cc6e16eabc767e94d47 +Size (jhd-2.3.tar.gz) = 7310 bytes -- cgit v1.2.3