aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1998-11-22 11:55:03 +0800
committerkuriyama <kuriyama@FreeBSD.org>1998-11-22 11:55:03 +0800
commitc84446f9a50a832d60abe0019f9f29740b79098f (patch)
tree11df4b97ca51177fdcb54e5a37fa4c155f60c897 /japanese
parent408a4718a309a0dd720f9e70237d8d479dc4d1a6 (diff)
downloadfreebsd-ports-gnome-c84446f9a50a832d60abe0019f9f29740b79098f.tar.gz
freebsd-ports-gnome-c84446f9a50a832d60abe0019f9f29740b79098f.tar.zst
freebsd-ports-gnome-c84446f9a50a832d60abe0019f9f29740b79098f.zip
Japanese Hexdecimal Dump
PR: ports/8036 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Diffstat (limited to 'japanese')
-rw-r--r--japanese/jhd/Makefile30
-rw-r--r--japanese/jhd/distinfo1
-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 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
eader'>* Mark BROKEN: Fails to configureantoine2014-06-201-0/+2 | | | | | | | | | ===> Configuring for p5-bioperl-run-1.6.1_4 Invalid prerequisite condition '0/processing XML data/Bio::Tools::Run::EMBOSSacd' for XML::Twig at /usr/local/lib/perl5/site_perl/5.16/Module/Build/Base.pm line 1702. *** [do-configure] Error code 25 Reported by: pkg-fallout With hat: portmgr * Remove trailing whitespaces from category biologyehaupt2014-02-211-1/+1 | * According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2 | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) * Convert biology to MDOCS and MEXAMPLESadamw2014-01-031-1/+4 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2 | | | | biology) * - convert to the new perl5 frameworkaz2013-09-071-1/+2 | | | | Approved by: portmgr (bapt@, blanket) * - Remove SITE_PERL from *_DEPENDSaz2012-06-301-2/+2 | | | | Approved by: portmgr@ (bapt@) * - update png to 1.5.10dinoex2012-06-011-1/+1 | * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1 | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr * - Get Rid MD5 supportmiwi2011-03-191-1/+0 | * - update to 1.4.1dinoex2010-03-281-1/+1 | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi * - update to jpeg-8dinoex2010-02-051-1/+1 | * - Relax check on bioperl version; people keep forgetting to update this checkpav2009-08-031-1/+1 | | | | | | when updating bioperl port Reported by: pointyhat * - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1 | | | | | | bumped or updated Requested by: edwin * - Update to 1.6.1miwi2009-03-203-683/+216 | | | | | | PR: 132122 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer * - Unbreak after p5-bioperl changed portrevisionpav2009-01-161-1/+1 | * - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-1/+1 | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1 | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+2 | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.