Reimport of package jhd from japanese/jhd into misc/jhd.
This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted.
This commit is contained in:
parent
908c702479
commit
c55cbded7e
4 changed files with 33 additions and 0 deletions
6
misc/jhd/DESCR
Normal file
6
misc/jhd/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Jhd is a 'Japanese Hexdecimal Dump' command. This is for EUC KANJI
|
||||
code, as default.
|
||||
|
||||
Example
|
||||
|
||||
% jhd -j EUC_FILE
|
20
misc/jhd/Makefile
Normal file
20
misc/jhd/Makefile
Normal file
|
@ -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"
|
3
misc/jhd/PLIST
Normal file
3
misc/jhd/PLIST
Normal file
|
@ -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
|
4
misc/jhd/distinfo
Normal file
4
misc/jhd/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue