aboutsummaryrefslogtreecommitdiff
path: root/converters/aish
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-10-03 06:00:00 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-10-03 06:00:00 +0000
commit2eadcb19746912999ce1e7b7e9f290a9cafeb905 (patch)
tree9278c50158dbf4b3f2d16d2c9e8b5c3802356897 /converters/aish
parentb33eb62b34ad7d526ac16448196350b85a7540fc (diff)
downloadports-2eadcb19746912999ce1e7b7e9f290a9cafeb905.tar.gz
ports-2eadcb19746912999ce1e7b7e9f290a9cafeb905.zip
ish/uuencode converter
PR: ports/7639 Submitted by: Masanori Kiriake <seiken@nbs.co.jp>
Notes
Notes: svn path=/head/; revision=13605
Diffstat (limited to 'converters/aish')
-rw-r--r--converters/aish/Makefile23
-rw-r--r--converters/aish/distinfo2
-rw-r--r--converters/aish/files/patch-aa27
-rw-r--r--converters/aish/pkg-comment1
-rw-r--r--converters/aish/pkg-descr2
-rw-r--r--converters/aish/pkg-plist4
6 files changed, 59 insertions, 0 deletions
diff --git a/converters/aish/Makefile b/converters/aish/Makefile
new file mode 100644
index 000000000000..1a1818c15f5c
--- /dev/null
+++ b/converters/aish/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: aish
+# Version required: 1.12
+# Date created: 01 Aug 1998
+# Whom: Masanori Kiriake <seiken@nbs.co.jp>
+#
+# $Id$
+#
+
+DISTNAME= aish112
+PKGNAME= aish-1.12
+CATEGORIES= converters
+MASTER_SITES= ftp://ftp.tohoku.ac.jp/pub/unix/aish/
+DISTFILES= aish112u.tar.gz aish112man.tar.gz
+
+MAINTAINER= seiken@nbs.co.jp
+
+MANLANG= ja
+MAN1= aish.1 autodecode.1
+MAKE_ENV= PATH=/usr/bin:$$PATH
+
+post-extract:
+ ${MV} ${WRKDIR}/*1 ${WRKSRC}
+.include <bsd.port.mk>
diff --git a/converters/aish/distinfo b/converters/aish/distinfo
new file mode 100644
index 000000000000..ae366b5e51f8
--- /dev/null
+++ b/converters/aish/distinfo
@@ -0,0 +1,2 @@
+MD5 (aish112u.tar.gz) = 4dd4d7a7404836858a9df7f97c26d306
+MD5 (aish112man.tar.gz) = cdf2a2590f87ca1e7680ab3ba2ed4332
diff --git a/converters/aish/files/patch-aa b/converters/aish/files/patch-aa
new file mode 100644
index 000000000000..77696a6436a3
--- /dev/null
+++ b/converters/aish/files/patch-aa
@@ -0,0 +1,27 @@
+--- Makefile.orig Mon Sep 18 01:47:03 1995
++++ Makefile Mon Aug 3 10:42:13 1998
+@@ -1,7 +1,7 @@
+ # aish/koish 1993,94,95 by H.Ogasawara (COR.)
+
+ # install directory
+-DSTDIR = /usr/local/bin
++DSTDIR = ${PREFIX}/bin
+
+ #### *** UNIX
+ CC = cc
+@@ -134,10 +134,11 @@
+ rm -f *.o $(SYSCHK) $(PROG) $(MPROG) core *~ autodecode
+
+ install: $(SYSCHK) $(PROG) $(MPROG) autodecode
+- install -c -s $(PROG) $(DSTDIR)
+- install -c -s $(MPROG) $(DSTDIR)
+- install -c -m 0755 ishcat $(DSTDIR)
+- -install -c -m 0755 autodecode $(DSTDIR)
++ ${BSD_INSTALL_PROGRAM} $(PROG) $(DSTDIR)
++ ${BSD_INSTALL_PROGRAM} $(MPROG) $(DSTDIR)
++ ${BSD_INSTALL_SCRIPT} ishcat $(DSTDIR)
++ ${BSD_INSTALL_SCRIPT} autodecode $(DSTDIR)
++ ${BSD_INSTALL_MAN} aish.1 autodecode.1 ${PREFIX}/man/ja/man1
+
+ installc: $(SYSCHK) $(PROG) $(MPROG) autodecode
+ cp $(PROG) $(MPROG) ishcat autodecode $(DSTDIR)
diff --git a/converters/aish/pkg-comment b/converters/aish/pkg-comment
new file mode 100644
index 000000000000..f72a612661cd
--- /dev/null
+++ b/converters/aish/pkg-comment
@@ -0,0 +1 @@
+ish/uuencode converter
diff --git a/converters/aish/pkg-descr b/converters/aish/pkg-descr
new file mode 100644
index 000000000000..b47dc702594b
--- /dev/null
+++ b/converters/aish/pkg-descr
@@ -0,0 +1,2 @@
+ish/uuencode converter.
+Multi volume ish file supported.
diff --git a/converters/aish/pkg-plist b/converters/aish/pkg-plist
new file mode 100644
index 000000000000..8f25f74f1a53
--- /dev/null
+++ b/converters/aish/pkg-plist
@@ -0,0 +1,4 @@
+bin/aish
+bin/aishmv
+bin/ishcat
+bin/autodecode