From fe5b7da7740ec43483458ef42c6e8f3b53c4902d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 17 Nov 1996 03:01:21 +0000 Subject: CAT_E_GORIES+= -> CAT_E_GORIES= Added MAINTAINER's to some, switched to new MAN[1-8] --- comms/bpl+/Makefile | 4 ++-- comms/ecu/Makefile | 4 ++-- comms/hylafax/Makefile | 51 +++++++++++++++++-------------------------- comms/kermit/Makefile | 10 ++++++--- comms/lrzsz/Makefile | 10 +++------ comms/mgetty+sendfax/Makefile | 7 +++--- comms/minicom/Makefile | 4 ++-- comms/seyon/Makefile | 6 ++--- comms/xcept/Makefile | 4 ++-- 9 files changed, 44 insertions(+), 56 deletions(-) diff --git a/comms/bpl+/Makefile b/comms/bpl+/Makefile index e3ad79eb6b1b..a313784e93ee 100644 --- a/comms/bpl+/Makefile +++ b/comms/bpl+/Makefile @@ -3,12 +3,12 @@ # Date created: 22 Sep 1996 # Whom: Masafumi NAKANE # -# $Id: Makefile,v 1.1.1.1 1996/09/25 20:28:43 max Exp $ +# $Id: Makefile,v 1.2 1996/09/26 07:46:43 max Exp $ # DISTNAME= bpl+ PKGNAME= bpl+-1.0 -CATEGORIES+= comms +CATEGORIES= comms MASTER_SITES= ftp://ftp.tohoku.ac.jp/pub/net/telnet/telnetx/ MAINTAINER= max@FreeBSD.ORG diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile index 0b409ab6dce3..be85e704aca8 100644 --- a/comms/ecu/Makefile +++ b/comms/ecu/Makefile @@ -3,11 +3,11 @@ # Date created: Feb 18, 1995 # Whom: ache # -# $Id: Makefile,v 1.10 1996/08/17 18:34:35 ache Exp $ +# $Id: Makefile,v 1.11 1996/11/12 00:42:37 ache Exp $ # DISTNAME= ecu-3.55 -CATEGORIES+= comms +CATEGORIES= comms MASTER_SITES= ftp://ftp.relcom.ru/unix/comm/ #MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/ diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index e9bafcb67a2b..e1d78b2bc514 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -5,27 +5,19 @@ # To Replace: flexfax v2.3beta038special # Name changed from flexfax to hylafax by author of both: Sam Leffler. # -# $Id: Makefile,v 1.6 1995/10/27 22:05:03 pst Exp $ +# $Id: Makefile,v 1.7 1996/03/06 08:19:56 asami Exp $ DISTNAME= hylafax-v3.0pl0 PKGNAME= hylafax-3.0.1 -CATEGORIES+= comms +CATEGORIES= comms MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ EXTRACT_SUFX= -tar.gz -HAS_CONFIGURE= yes PATCH_SITES= ftp://ftp.sgi.com/sgi/fax/source/ PATCHFILES= hylafax-v3.0pl0-patch01.gz -PATCH_DIST_STRIP=-p1 MAINTAINER= jhs@FreeBSD.org -.if !exists(patches/patch-ab) -IS_INTERACTIVE= yes -# patches/patch-ab makes this BATCH compilable, -# ( If you need interactive config, rm patch-ab ) -.endif - RUN_DEPENDS= bash:${PORTSDIR}/shells/bash gs:${PORTSDIR}/print/ghostscript BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash @@ -35,6 +27,24 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash # LIB_DEPENDS= something:${PORTSDIR}/print/afm # ./afm/ has 536K of fonts, that perhaps could be merged. +.if !exists(patches/patch-ab) +IS_INTERACTIVE= yes +# patches/patch-ab makes this BATCH compilable, +# ( If you need interactive config, rm patch-ab ) +.endif +PATCH_DIST_STRIP=-p1 +HAS_CONFIGURE= yes +MAN1= fax2ps.1 faxalter.1 faxcover.1 faxmail.1 faxrm.1 faxstat.1 \ + hylafax.1 sendfax.1 sendpage.1 sgi2fax.1 textfmt.1 +MAN5= pagesizes.5f typerules.5f cid.5f config.5f destctrls.5f \ + dialrules.5f hosts.5f hylafax.5f info.5f log.5f recvq.5f \ + sendq.5f status.5f tsi.5f xferlog.5f +MAN8= dialtest.8c faxabort.8c faxaddmodem.8c faxanswer.8c \ + faxcron.8c faxd.recv.8c faxgetty.8c faxq.8c faxquit.8c \ + faxrcvd.8c faxsend.8c mkcover.8c notify.8c pagesend.8c \ + pollrcvd.8c ps2fax.8c recvstats.8c tagtest.8c transcript.8c \ + tsitest.8c xferstats.8c + FAXCOVER?= /etc/faxcover.ps # Default location to check for an optional over-riding host specific # customised faxcover that will be installed in these sources, @@ -74,27 +84,6 @@ post-install: cd ${PREFIX}/bin ; strip \ fax2ps faxalter faxcover faxmail faxrm faxstat sendfax sendpage cd ${PREFIX}/sbin ; strip faxd.recv faxgetty faxq - cd ${PREFIX}/man/man1; \ - for man in fax2ps.1 faxalter.1 faxcover.1 faxmail.1 \ - faxrm.1 faxstat.1 hylafax.1 sendfax.1 sendpage.1 \ - sgi2fax.1 textfmt.1; do \ - gzip -9nf $$man; \ - done - cd ${PREFIX}/man/man5; \ - for man in pagesizes.5f typerules.5f cid.5f config.5f \ - destctrls.5f dialrules.5f hosts.5f hylafax.5f info.5f \ - log.5f recvq.5f sendq.5f status.5f tsi.5f xferlog.5f; do \ - gzip -9nf $$man; \ - done - cd ${PREFIX}/man/man8; \ - for man in dialtest.8c faxabort.8c faxaddmodem.8c \ - faxanswer.8c faxcron.8c faxd.recv.8c faxgetty.8c \ - faxq.8c faxquit.8c faxrcvd.8c faxsend.8c mkcover.8c \ - notify.8c pagesend.8c pollrcvd.8c ps2fax.8c \ - recvstats.8c tagtest.8c transcript.8c tsitest.8c \ - xferstats.8c; do \ - gzip -9nf $$man; \ - done @echo "Hylafax by default only does this sete[gu]id 0 stuff:" @echo " -u uucp -m 4755 faxq faxgetty" @echo "If you, like I, think it needs more, run 'make suid'" diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 325a97f66ed0..f015a8a47ab6 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -4,18 +4,22 @@ # Whom: pst # Changed: ats, Nov 16, 1994 # +# $Id$ +# DISTNAME= cku190 PKGNAME= kermit-5a.190 -CATEGORIES+= comms +CATEGORIES= comms MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \ ftp://ftp.th-darmstadt.de/pub/networking/kermit/ \ ftp://ftp.std.com/customers2/src/telcom/ -NO_WRKSUBDIR= yes +MAINTAINER= pst@FreeBSD.org + RESTRICTED= "'No redistibution' copyright." +NO_WRKSUBDIR= yes post-install: - @cat ${PKGDIR}/DESCR + @${CAT} ${PKGDIR}/DESCR .include diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 8b2af1e2ecf9..a872ba3ddf3b 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -4,20 +4,16 @@ # Date created: 29 Sept 1996 # Whom: David O'Brien # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/03 03:20:23 obrien Exp $ DISTNAME= lrzsz-0.12.11 -CATEGORIES+= comms +CATEGORIES= comms MASTER_SITES= ftp://ftp.ihg.uni-duisburg.de/uwe/ MAINTAINER= obrien@cs.ucdavis.edu GNU_CONFIGURE= yes USE_GMAKE= yes - -post-install: - ${COMPRESS_MAN} \ - ${PREFIX}/man/man1/lrz.1 \ - ${PREFIX}/man/man1/lsz.1 +MAN1= lrz.1 lsz.1 .include diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 76ff40f6eb9b..0adf3c53154b 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -3,19 +3,18 @@ # Date created: 21 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.10 1996/09/13 23:51:51 jmz Exp $ +# $Id: Makefile,v 1.11 1996/09/14 01:59:33 asami Exp $ # DISTNAME= mgetty-0.99 -CATEGORIES+= comms +CATEGORIES= comms MASTER_SITES= ftp://ftp.leo.org/pub/comp/networking/communication/modem/mgetty/ DISTFILES= mgetty099-Aug07.tar.gz MAINTAINER= jmz@FreeBSD.org -MAKE_FLAGS= prefix=${PREFIX} -f - IS_INTERACTIVE= yes +MAKE_FLAGS= prefix=${PREFIX} -f pre-install: @(cd ${WRKSRC}/doc; ${GMAKE} manpages) diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 15a76a5f15f4..d24eb5e88629 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -3,11 +3,11 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.3 1996/11/03 06:54:45 obrien Exp $ +# $Id: Makefile,v 1.4 1996/11/13 12:40:52 asami Exp $ # DISTNAME= minicom-1.75 -CATEGORIES+= comms +CATEGORIES= comms MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/comm/ \ ftp://ftp.yggdrasil.com/mirrors/sunsite/apps/comm/ diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index b9ff5f020d62..d0a2ff90f4fc 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -3,18 +3,18 @@ # Date created: 3 October 1994 # Whom: Michael Elbel (me) # -# $Id$ +# $Id: Makefile,v 1.5 1995/04/11 02:32:01 asami Exp $ # DISTNAME= Seyon-2.14b PKGNAME= seyon-2.14b -CATEGORIES+= comms x11 +CATEGORIES= comms x11 MASTER_SITES= ftp://sipb.mit.edu/pub/seyon/ DISTFILES= Seyon-2.14b-tar.Z MAINTAINER= me@FreeBSD.org -USE_IMAKE= yes WRKSRC= ${WRKDIR}/seyon +USE_IMAKE= yes .include diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile index 32eabe3e4c37..fb9d7286bc43 100644 --- a/comms/xcept/Makefile +++ b/comms/xcept/Makefile @@ -3,11 +3,11 @@ # Date created: Sep 1, 1996 # Whom: joerg # -# $Id: Makefile,v 1.2 1996/11/06 13:07:35 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/06 13:34:05 asami Exp $ # DISTNAME= xcept-2.1.2 -CATEGORIES+= comms +CATEGORIES= comms MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= joerg@FreeBSD.ORG -- cgit v1.2.3