Date: Wed, 2 Sep 1998 04:28:31 -0700 (PDT) From: nobu@psrc.isac.co.jp To: freebsd-gnats-submit@FreeBSD.ORG Subject: ports/7808: update ports/misc/fd for newer version Message-ID: <199809021128.EAA03879@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 7808 >Category: ports >Synopsis: update ports/misc/fd for newer version >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: Wed Sep 2 04:30:01 PDT 1998 >Last-Modified: >Originator: Nobuhiro Yasutomi >Organization: ISAC, Inc. >Release: 2.2.6-RELEASE >Environment: FreeBSD gallup.rd.isac.co.jp 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #0: Mon Jun 15 18:08:16 JST 1998 nobu@gallup.rd.isac.co.jp:/usr/src/sys/compile/GALLUP i386 >Description: There is new distribution source of FDclone. Please update port files. >How-To-Repeat: >Fix: Updates: ports/misc/fd Delete files: files/Guarant patches/patch-ab diff -urN fd.orig/Makefile fd/Makefile --- fd.orig/Makefile Sun Apr 5 19:35:10 1998 +++ fd/Makefile Tue Sep 1 16:28:58 1998 @@ -1,24 +1,35 @@ -# New ports collection makefile for: FD -# Version required: 1.03g +# New ports collection makefile for: FDclone +# Version required: 1.03h # Date created: 20 Feb 1996 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # # $Id: Makefile,v 1.10 1998/04/05 04:46:26 max Exp $ # -DISTNAME= FD-1.03g -PKGNAME= fd-1.03g +DISTNAME= FD-1.03h +PKGNAME= fd-1.03h CATEGORIES= misc MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ -MAINTAINER= nobu@psrc.isac.co.jp +MAINTAINER= Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> MANLANG= ja MAN1= fd.1 MAKE_ENV= LANG=${MANLANG} +DOCS= README FAQ HISTORY ToAdmin + +# require maintainer signature for binary package distributions +post-patch: + @cd ${WRKSRC}; v=version.h; ${MV} $$v $$v.orig; \ + ${SED} 's/\(distributor = \)NULL/\1"${MAINTAINER}"/' $$v.orig > $$v post-install: - ${MKDIR} ${PREFIX}/share/doc/fd - ${INSTALL_DATA} ${FILESDIR}/Guarant ${PREFIX}/share/doc/fd +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/fd + @for i in $(DOCS); do \ + ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/fd; \ + done +.endif + @if [ -f ${PKGDIR}/MESSAGE ] ; then ${CAT} ${PKGDIR}/MESSAGE; fi .include <bsd.port.mk> diff -urN fd.orig/files/md5 fd/files/md5 --- fd.orig/files/md5 Sun Feb 8 08:37:51 1998 +++ fd/files/md5 Tue Sep 1 10:09:04 1998 @@ -1 +1 @@ -MD5 (FD-1.03g.tar.gz) = 40afea33d79e82bf4f71e16d9da81ffc +MD5 (FD-1.03h.tar.gz) = 238b1a5c1ec1a1aeafed6b3f21c2a062 --- fd.orig/pkg/DESCR Thu Jan 9 19:12:36 1997 +++ fd/pkg/DESCR Tue Sep 1 16:25:19 1998 @@ -2,7 +2,7 @@ Browsing file list, viewing, editing, archiving/extracting management with a few touch. -FD for unix by shirai@red.nintendo.co.jp, and it is a clone of +FD for unix by shirai@nintendo.co.jp, and it is a clone of FD for DOS (AT and PC9801) designed by A. Idei (SDI00544@niftyserve.or.jp). Currently, the man page is available only in Japanese, but it's diff -urN fd.orig/pkg/MESSAGE fd/pkg/MESSAGE --- fd.orig/pkg/MESSAGE Thu Jan 1 09:00:00 1970 +++ fd/pkg/MESSAGE Tue Sep 1 16:24:55 1998 @@ -0,0 +1 @@ +see additional documents at /usr/local/share/doc/fd/* on your disk. diff -urN fd.orig/pkg/PLIST fd/pkg/PLIST --- fd.orig/pkg/PLIST Wed Aug 19 07:46:21 1998 +++ fd/pkg/PLIST Tue Sep 1 12:15:33 1998 @@ -1,4 +1,7 @@ bin/fd bin/fd-unicd.tbl -share/doc/fd/Guarant +share/doc/fd/FAQ +share/doc/fd/HISTORY +share/doc/fd/README +share/doc/fd/ToAdmin @dirrm share/doc/fd >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?199809021128.EAA03879>