Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 1999 10:12:59 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/14902: Update port: converters/aish to 1.13
Message-ID:  <19991115181259.DF49D14A05@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         14902
>Category:       ports
>Synopsis:       Update port: converters/aish to 1.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 15 10:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.3-RELEASE i386
>Organization:
>Environment:
>Description:
* Updated version 1.12 to 1.13
* Fixed MASTER_SITES
* Added WWW: line into pkg/DESCR

>How-To-Repeat:

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


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991115181259.DF49D14A05>