View | Details | Raw Unified | Return to bug 14902
Collapse All | Expand All

(-)converters/aish/Makefile (-11 / +12 lines)
Lines 1-21 Link Here
1
# New ports collection makefile for: aish
1
# New ports collection makefile for:	aish
2
# Version required:	1.12
2
# Version required:	1.13
3
# Date created:		01 Aug 1998
3
# Date created:		01 Aug 1998
4
# Whom:			Masanori Kiriake <seiken@nbs.co.jp>
4
# Whom:			Masanori Kiriake <seiken@nbs.co.jp>
5
#
5
#
6
# $FreeBSD: ports/converters/aish/Makefile,v 1.3 1999/11/10 18:56:51 fenner Exp $
6
# $FreeBSD: ports/converters/aish/Makefile,v 1.3 1999/11/10 18:56:51 fenner Exp $
7
#
7
#
8
8
9
DISTNAME=	aish112
9
DISTNAME=	aish113u
10
PKGNAME=	aish-1.12
10
PKGNAME=	aish-1.13
11
CATEGORIES=	converters
11
CATEGORIES=	converters
12
MASTER_SITES=	ftp://ftp.tohoku.ac.jp/pub/unix/aish/
12
MASTER_SITES=	http://hp.vector.co.jp/authors/VA004474/etc/
13
DISTFILES=	aish112u.tar.gz aish112man.tar.gz
14
13
15
MANLANG=	ja
14
MAINTAINER=	ports@FreeBSD.org
16
MAN1=		aish.1 autodecode.1
15
17
MAKE_ENV=	PATH=/usr/bin:$$PATH
16
post-install:
17
.if !defined(NOPORTDOCS)
18
	@${MKDIR} ${PREFIX}/share/doc/ja/aish
19
	${INSTALL_DATA} ${WRKSRC}/aish.txt ${PREFIX}/share/doc/ja/aish
20
.endif
18
21
19
post-extract:
20
	${MV} ${WRKDIR}/*1 ${WRKSRC}
21
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)converters/aish/files/md5 (-2 / +1 lines)
Lines 1-2 Link Here
1
MD5 (aish112u.tar.gz) = 4dd4d7a7404836858a9df7f97c26d306
1
MD5 (aish113u.tar.gz) = 4aa59c74acc67af013d33089b9811298
2
MD5 (aish112man.tar.gz) = cdf2a2590f87ca1e7680ab3ba2ed4332
(-)converters/aish/patches/patch-aa (-14 / +18 lines)
Lines 1-6 Link Here
1
--- Makefile.orig	Mon Sep 18 01:47:03 1995
1
--- Makefile.orig	Wed Nov 18 20:13:30 1998
2
+++ Makefile	Mon Aug  3 10:42:13 1998
2
+++ Makefile	Fri Nov 12 02:17:34 1999
3
@@ -1,7 +1,7 @@
3
@@ -1,12 +1,12 @@
4
 # aish/koish 1993,94,95 by H.Ogasawara (COR.)
4
 # aish/koish 1993,94,95 by H.Ogasawara (COR.)
5
 
5
 
6
 # install directory
6
 # install directory
Lines 8-27 Link Here
8
+DSTDIR	= ${PREFIX}/bin
8
+DSTDIR	= ${PREFIX}/bin
9
 
9
 
10
 #### *** UNIX
10
 #### *** UNIX
11
 CC	= cc
11
-CC	= gcc
12
@@ -134,10 +134,11 @@
12
+CC	?= gcc
13
 	rm -f *.o $(SYSCHK) $(PROG) $(MPROG) core *~ autodecode
13
 LK	= $(CC)
14
 
14
-CFLAGS	= -O -DUNIX=1 -DUUENCODE=1 -DMIMEDEC=1
15
 install: $(SYSCHK) $(PROG) $(MPROG) autodecode 
15
+CFLAGS	+= -DUNIX=1 -DUUENCODE=1 -DMIMEDEC=1
16
 #CFLAGS	= -O -DUNIX=1 -DUUENCODE=1
17
 SYSOBJ	= ai_unix.o
18
 SYSCHK	= syschk.h
19
@@ -127,9 +127,9 @@
20
 clean:
21
 	rm -f *.o $(SYSCHK) $(PROG) $(MPROG) core *~
22
 install: $(PROG) $(MPROG)
16
-	install -c -s $(PROG) $(DSTDIR)
23
-	install -c -s $(PROG) $(DSTDIR)
17
-	install -c -s $(MPROG) $(DSTDIR)
24
-	install -c -s $(MPROG) $(DSTDIR)
18
-	install -c -m 0755 ishcat $(DSTDIR)
25
-	install -c -m 0755 ishcat $(DSTDIR)
19
-	-install -c -m 0755 autodecode $(DSTDIR)
20
+	${BSD_INSTALL_PROGRAM} $(PROG) $(DSTDIR)
26
+	${BSD_INSTALL_PROGRAM} $(PROG) $(DSTDIR)
21
+	${BSD_INSTALL_PROGRAM} $(MPROG) $(DSTDIR)
27
+	${BSD_INSTALL_PROGRAM} $(MPROG) $(DSTDIR)
22
+	${BSD_INSTALL_SCRIPT} ishcat $(DSTDIR)
28
+	${BSD_INSTALL_SCRIPT} ishcat $(DSTDIR)
23
+	${BSD_INSTALL_SCRIPT} autodecode $(DSTDIR)
29
 oldc:
24
+	${BSD_INSTALL_MAN} aish.1 autodecode.1 ${PREFIX}/man/ja/man1
30
 	sed '/^##--OLDC-b/,/^##--OLDC-e/s/^#//' Makefile | \
25
 
31
 	sed '/^##--NEWC-b/,/^##--NEWC-e/s/.*/#&/' > aisholdc.mk
26
 installc: $(SYSCHK) $(PROG) $(MPROG) autodecode
27
 	cp $(PROG) $(MPROG) ishcat autodecode $(DSTDIR)
(-)converters/aish/pkg/COMMENT (-1 / +1 lines)
Line 1 Link Here
1
Ish/uuencode converter
1
Ish/uuencode/Base64 converter
(-)converters/aish/pkg/DESCR (-1 / +3 lines)
Lines 1-2 Link Here
1
ish/uuencode converter.
1
Ish/uuencode/Base64 text-to-binary file converter.
2
Multi volume ish file supported.
2
Multi volume ish file supported.
3
4
WWW: http://hp.vector.co.jp/authors/VA004474/etc/etc.html
(-)converters/aish/pkg/PLIST (-1 / +2 lines)
Lines 1-4 Link Here
1
bin/aish
1
bin/aish
2
bin/aishmv
2
bin/aishmv
3
bin/ishcat
3
bin/ishcat
4
bin/autodecode
4
share/doc/ja/aish/aish.txt
5
@dirrm share/doc/ja/aish

Return to bug 14902