From 8419c1ad549770d06c8fff79c4c12373c5fb7f47 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 17 Nov 1996 07:58:10 +0000 Subject: CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-)) Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable --- security/donkey/Makefile | 4 ++-- security/libident/Makefile | 6 ++---- security/openssl-beta/Makefile | 7 +++---- security/openssl/Makefile | 7 +++---- security/p5-Crypt-DES/Makefile | 21 ++++++--------------- security/p5-Crypt-IDEA/Makefile | 22 ++++++---------------- security/p5-MD5/Makefile | 19 ++++++------------- security/p5-PGP/Makefile | 20 +++++--------------- security/pgp/Makefile | 4 ++-- security/pgp5/Makefile | 4 ++-- security/pgp6/Makefile | 4 ++-- security/pidentd/Makefile | 11 +++-------- security/tcp_wrapper/Makefile | 13 +++++-------- security/vscan/Makefile | 10 +++------- security/xinetd/Makefile | 8 ++++---- 15 files changed, 54 insertions(+), 106 deletions(-) (limited to 'security') diff --git a/security/donkey/Makefile b/security/donkey/Makefile index 92d748d0c62f..8bb9497092a8 100644 --- a/security/donkey/Makefile +++ b/security/donkey/Makefile @@ -3,11 +3,11 @@ # Date created: 17 Sep 1996 # Whom: Masafumi NAKANE # -# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/09/19 11:33:48 max Exp $ # DISTNAME= donkey-0.5 -CATEGORIES+= security +CATEGORIES= security MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/Security/tool/donkey/ MAINTAINER= max@FreeBSD.ORG diff --git a/security/libident/Makefile b/security/libident/Makefile index 6747a95d6683..abc79f7b4ce4 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -3,7 +3,7 @@ # Date created: 9 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.2 1995/11/22 13:20:03 asami Exp $ +# $Id: Makefile,v 1.3 1996/09/14 23:15:20 torstenb Exp $ # DISTNAME= libident-0.19 @@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ MAINTAINER= torstenb@FreeBSD.ORG ALL_TARGET= freebsd - -post-install: - gzip -9nf ${PREFIX}/man/man3/ident.3 +MAN3= ident.3 .include diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 6b1261b11cd7..f73396395a8a 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -3,19 +3,18 @@ # Date created: 1 July 1996 # Whom: markm # -# $Id: Makefile,v 1.5 1996/08/10 18:10:55 markm Exp $ +# $Id: Makefile,v 1.6 1996/09/24 18:02:01 markm Exp $ # DISTNAME= SSLeay-0.6.4 -CATEGORIES+= devel security +CATEGORIES= devel security MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ MAINTAINER= markm@FreeBSD.ORG +RESTRICTED= "Cryptography" HAS_CONFIGURE= yes CONFIGURE_SCRIPT= util/FreeBSD.sh MAKEFILE= Makefile.FreeBSD -RESTRICTED= "Cryptography" - .include diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 6b1261b11cd7..f73396395a8a 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -3,19 +3,18 @@ # Date created: 1 July 1996 # Whom: markm # -# $Id: Makefile,v 1.5 1996/08/10 18:10:55 markm Exp $ +# $Id: Makefile,v 1.6 1996/09/24 18:02:01 markm Exp $ # DISTNAME= SSLeay-0.6.4 -CATEGORIES+= devel security +CATEGORIES= devel security MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ MAINTAINER= markm@FreeBSD.ORG +RESTRICTED= "Cryptography" HAS_CONFIGURE= yes CONFIGURE_SCRIPT= util/FreeBSD.sh MAKEFILE= Makefile.FreeBSD -RESTRICTED= "Cryptography" - .include diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 87e6f5df1108..26b0bcb1985c 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -3,32 +3,23 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.1.1.1 1996/10/24 08:33:53 jfitz Exp $ +# $Id: Makefile,v 1.2 1996/10/24 09:58:11 jfitz Exp $ # DISTNAME= Crypt-DES-1.0 PKGNAME= p5-Crypt-DES-1.0 -CATEGORIES+= security -MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Crypt/ \ - ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Crypt/ \ - ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Crypt/ \ - ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Crypt/ \ - ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Crypt/ \ - ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Crypt/ +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +MAN3= Crypt::DES.3 + do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL -post-install: -.if !defined(NOMANCOMPRESS) - @ for file in Crypt::DES; do \ - gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ - done -.endif - .include diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index f15ee5209f89..7f76a0cb1549 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -3,32 +3,22 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.1.1.1 1996/10/24 08:35:46 jfitz Exp $ +# $Id: Makefile,v 1.2 1996/10/24 09:58:14 jfitz Exp $ # DISTNAME= Crypt-IDEA-1.0 PKGNAME= p5-Crypt-IDEA-1.0 -CATEGORIES+= security -MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Crypt/ \ - ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Crypt/ \ - ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Crypt/ \ - ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Crypt/ \ - ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Crypt/ \ - ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Crypt/ - +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +MAN3= Crypt::IDEA.3 + do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL -post-install: -.if !defined(NOMANCOMPRESS) - @ for file in Crypt::IDEA; do \ - gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ - done -.endif - .include diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 968706737e2f..36b71afe0954 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -3,30 +3,23 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.1.1.1 1996/10/24 08:37:21 jfitz Exp $ +# $Id: Makefile,v 1.2 1996/10/24 09:59:18 jfitz Exp $ # DISTNAME= MD5-1.7 PKGNAME= p5-MD5-1.7 -CATEGORIES+= security -MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/MD5/ \ - ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/MD5/ \ - ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/MD5/ \ - ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/MD5/ \ - ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/MD5/ \ - ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/MD5/ +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= MD5 MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +MAN3= MD5.3 + do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL -post-install: -.if !defined(NOMANCOMPRESS) - @ gzip -9nf ${PREFIX}/lib/perl5/man/man3/MD5.3 -.endif - .include diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index 5da070d99691..2fae681aad86 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -3,18 +3,14 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.1.1.1 1996/10/24 08:38:35 jfitz Exp $ +# $Id: Makefile,v 1.2 1996/10/24 09:59:26 jfitz Exp $ # DISTNAME= PGP-0.2alpha PKGNAME= p5-PGP-0.2a -CATEGORIES+= security -MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/PGP/ \ - ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/PGP/ \ - ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/PGP/ \ - ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/PGP/ \ - ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/PGP/ \ - ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/PGP/ +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= PGP MAINTAINER= jfitz@FreeBSD.ORG @@ -23,15 +19,9 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 NO_WRKSUBDIR= YES +MAN3= PGP.3 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL -post-install: -.if !defined(NOMANCOMPRESS) - @ for file in PGP; do \ - gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ - done -.endif - .include diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 6a1c8ad422fc..d48ecaaf745b 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -5,12 +5,12 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.15 1996/05/27 00:53:55 ache Exp $ +# $Id: Makefile,v 1.16 1996/10/16 08:13:48 asami Exp $ # # Pick an initial default, else it doesn't get set in the INDEX. DISTNAME= pgp262s -CATEGORIES+= security +CATEGORIES= security MAINTAINER= ache@FreeBSD.ORG diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 6a1c8ad422fc..d48ecaaf745b 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -5,12 +5,12 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.15 1996/05/27 00:53:55 ache Exp $ +# $Id: Makefile,v 1.16 1996/10/16 08:13:48 asami Exp $ # # Pick an initial default, else it doesn't get set in the INDEX. DISTNAME= pgp262s -CATEGORIES+= security +CATEGORIES= security MAINTAINER= ache@FreeBSD.ORG diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 6a1c8ad422fc..d48ecaaf745b 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -5,12 +5,12 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.15 1996/05/27 00:53:55 ache Exp $ +# $Id: Makefile,v 1.16 1996/10/16 08:13:48 asami Exp $ # # Pick an initial default, else it doesn't get set in the INDEX. DISTNAME= pgp262s -CATEGORIES+= security +CATEGORIES= security MAINTAINER= ache@FreeBSD.ORG diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 7029ff97e826..75d2cb675c7f 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -3,11 +3,11 @@ # Date created: 19 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.17 1996/11/05 18:23:42 peter Exp $ +# $Id: Makefile,v 1.18 1996/11/15 12:53:24 peter Exp $ # DISTNAME= pidentd-2.7.2 -CATEGORIES+= security net +CATEGORIES= security net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ @@ -15,6 +15,7 @@ MAINTAINER= torstenb@FreeBSD.ORG ALL_TARGET= freebsd MAKE_ENV= REALPREFIX=${PREFIX} +MAN8= identd.8 idecrypt.8 # Uncomment to activate the use of verifiable "cookies". The idea is to be # able to detect fake "logs" intended to get your innocent users in trouble. @@ -27,10 +28,4 @@ ADD_GLIBS= -ldes MAKE_ENV+= ADD_GDEFS="${ADD_GDEFS}" ADD_GLIBS="${ADD_GLIBS}" .endif -.if !defined(NOMANCOMPRESS) -post-install: - gzip -9nf ${PREFIX}/man/man8/identd.8 - gzip -9nf ${PREFIX}/man/man8/idecrypt.8 -.endif - .include diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index 4a47952589e7..f8d5f6809565 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,25 +3,22 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.12 1996/01/25 05:54:17 ache Exp $ +# $Id: Makefile,v 1.13 1996/04/09 05:07:28 peter Exp $ # DISTNAME= tcp_wrappers_7.4 PKGNAME= tcp_wrappers-7.4 -CATEGORIES+= security net +CATEGORIES= security net MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ MAINTAINER= torstenb@FreeBSD.ORG ALL_TARGET= freebsd +MAN3= hosts_access.3 +MAN5= hosts_access.5 hosts_options.5 +MAN8= tcpd.8 tcpdchk.8 tcpdmatch.8 post-install: /sbin/ldconfig -m ${PREFIX}/lib -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man3/hosts_access.3 \ - ${PREFIX}/man/man5/hosts_access.5 ${PREFIX}/man/man5/hosts_options.5 \ - ${PREFIX}/man/man8/tcpd.8 ${PREFIX}/man/man8/tcpdchk.8 \ - ${PREFIX}/man/man8/tcpdmatch.8 -.endif .include diff --git a/security/vscan/Makefile b/security/vscan/Makefile index 9495ff097143..2926b616d99e 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -3,12 +3,12 @@ # Date created: Thur Sept 25, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.1.1.1 1996/10/27 10:08:45 max Exp $ +# $Id: Makefile,v 1.2 1996/11/14 01:13:57 ache Exp $ # DISTNAME= vfrb101e PKGNAME= vscan-1.0.2 -CATEGORIES+= security +CATEGORIES= security MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/english/unix/freebsd/ EXTRACT_SUFX= .taz @@ -18,6 +18,7 @@ NO_WRKSUBDIR= yes RESTRICTED= "Commercial software." LIBDIR= ${PREFIX}/lib/mcafee +MAN1= uvscan.1 pre-fetch: .if defined(PREFIX) && ${PREFIX} != "/usr/local" @@ -39,11 +40,6 @@ post-install: @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/uvscan @/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${LIBDIR} @/usr/sbin/chown ${MANOWN}.${MANGRP} ${PREFIX}/man/man1/uvscan.1 -.if !defined(NOMANCOMPRESS) -.for mp in uvscan - gzip -9nf ${PREFIX}/man/man1/${mp}.1 -.endfor -.endif .if !defined(NOPORTDOCS) ${MKDIR} -p ${PREFIX}/share/doc/vscan ${INSTALL_DATA} ${WRKSRC}/Whatsnew.txt ${PREFIX}/share/doc/vscan diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index 4264c51e11a4..69f88b493ff5 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -3,18 +3,18 @@ # Date created: 28 June 1996 # Whom: markm # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/07/10 22:18:38 asami Exp $ # DISTNAME= xinetd.2.1.7.4 -CATEGORIES+= security +CATEGORIES= security MASTER_SITES= ftp://ftp.telebase.com/pub/security/ DISTFILES= xinetd.2.1.7-freebsd.4.tar.gz -WRKSRC= ${WRKDIR}/xinetd.2.1.7-freebsd.4 - MAINTAINER= markm@FreeBSD.ORG +WRKSRC= ${WRKDIR}/xinetd.2.1.7-freebsd.4 + do-build: cd ${WRKSRC} ; ./compile-src -os freebsd2 -sf has_SB -- cgit v1.2.3