diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-10-03 06:00:00 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-10-03 06:00:00 +0000 |
commit | 6dfba394e3aed94de314dc8140a22a040436a171 (patch) | |
tree | 8e826cb5fec1b008959d68b10481380bf1b9204a | |
parent | 31600783133b3a30e6ea6286b034c691d16995b7 (diff) | |
download | FreeBSD-ports-6dfba394e3aed94de314dc8140a22a040436a171.zip FreeBSD-ports-6dfba394e3aed94de314dc8140a22a040436a171.tar.gz |
ish/uuencode converter
PR: ports/7639
Submitted by: Masanori Kiriake <seiken@nbs.co.jp>
-rw-r--r-- | converters/aish/Makefile | 23 | ||||
-rw-r--r-- | converters/aish/distinfo | 2 | ||||
-rw-r--r-- | converters/aish/files/patch-aa | 27 | ||||
-rw-r--r-- | converters/aish/pkg-comment | 1 | ||||
-rw-r--r-- | converters/aish/pkg-descr | 2 | ||||
-rw-r--r-- | converters/aish/pkg-plist | 4 |
6 files changed, 59 insertions, 0 deletions
diff --git a/converters/aish/Makefile b/converters/aish/Makefile new file mode 100644 index 0000000..1a1818c --- /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 0000000..ae366b5 --- /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 0000000..77696a6 --- /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 0000000..f72a6126 --- /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 0000000..b47dc70 --- /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 0000000..8f25f74 --- /dev/null +++ b/converters/aish/pkg-plist @@ -0,0 +1,4 @@ +bin/aish +bin/aishmv +bin/ishcat +bin/autodecode |