Index: head/benchmarks/nttcp/Makefile =================================================================== --- head/benchmarks/nttcp/Makefile (revision 27422) +++ head/benchmarks/nttcp/Makefile (revision 27423) @@ -1,26 +1,26 @@ # New ports collection makefile for: nttcp -# Version required: 1.45 # Date created: 11 Nov 1998 # Whom: Bill Fumerola # # $FreeBSD$ # -DISTNAME= nttcp-1.45 +PORTNAME= nttcp +PORTVERSION= 1.45 CATEGORIES= net benchmarks MASTER_SITES= http://users.leo.org/~bartel/nttcp/ \ http://people.FreeBSD.org/~billf/ MAINTAINER= billf@FreeBSD.org ALL_TARGET= nttcp MAN1= nttcp.1 USE_GMAKE= yes MAKE_ENV+= OPT="${CFLAGS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/ .include Property changes on: head/benchmarks/nttcp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/benchmarks/ttcp/Makefile =================================================================== --- head/benchmarks/ttcp/Makefile (revision 27422) +++ head/benchmarks/ttcp/Makefile (revision 27423) @@ -1,34 +1,34 @@ # New ports collection makefile for: ttcp -# Version required: 1.12 # Date created: Tue Jun 1 22:58:13 PDT 1999 # Whom: mharo@FreeBSD.org # # $FreeBSD$ # -DISTNAME= ttcp-1.12 +PORTNAME= ttcp +PORTVERSION= 1.12 CATEGORIES= net MASTER_SITES= ftp://ftp.sgi.com/sgi/src/ttcp/ DISTFILES= ttcp.c ttcp.1 README MAINTAINER= mharo@FreeBSD.org EXTRACT_ONLY= #none NO_WRKSUBDIR= yes MAN1= ttcp.1 post-extract: ${CP} ${DISTDIR}/ttcp.c ${WRKSRC}/ ${CP} ${DISTDIR}/ttcp.1 ${WRKSRC}/ ${CP} ${DISTDIR}/README ${WRKSRC}/ do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/ttcp ${WRKSRC}/ttcp.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ttcp ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ttcp.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/doc/ttcp ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ttcp/ .include Property changes on: head/benchmarks/ttcp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/databases/rrdtool/Makefile =================================================================== --- head/databases/rrdtool/Makefile (revision 27422) +++ head/databases/rrdtool/Makefile (revision 27423) @@ -1,37 +1,37 @@ # New ports collection makefile for: rrdtool -# Version required: 1.0.13 # Date created: 20 July 1999 # Whom: Dmitry Sivachenko # # $FreeBSD$ # -DISTNAME= rrdtool-1.0.13 +PORTNAME= rrdtool +PORTVERSION= 1.0.13 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ MAINTAINER= dima@Chg.RU USE_PERL5= yes MAKE_ENV+= PERL=${PERL} USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ENV= PERL=${PERL} MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 cdeftutorial.1 \ rpntutorial.1 MAN3= RRDp.3 RRDs.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-install: .if !defined(BATCH) @${ECHO} "" @${ECHO} "############################################################################" @${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO} "############################################################################" .endif .include Property changes on: head/databases/rrdtool/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/databases/rrdtool10/Makefile =================================================================== --- head/databases/rrdtool10/Makefile (revision 27422) +++ head/databases/rrdtool10/Makefile (revision 27423) @@ -1,37 +1,37 @@ # New ports collection makefile for: rrdtool -# Version required: 1.0.13 # Date created: 20 July 1999 # Whom: Dmitry Sivachenko # # $FreeBSD$ # -DISTNAME= rrdtool-1.0.13 +PORTNAME= rrdtool +PORTVERSION= 1.0.13 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ MAINTAINER= dima@Chg.RU USE_PERL5= yes MAKE_ENV+= PERL=${PERL} USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ENV= PERL=${PERL} MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 cdeftutorial.1 \ rpntutorial.1 MAN3= RRDp.3 RRDs.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-install: .if !defined(BATCH) @${ECHO} "" @${ECHO} "############################################################################" @${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO} "############################################################################" .endif .include Property changes on: head/databases/rrdtool10/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/dns/adns/Makefile =================================================================== --- head/dns/adns/Makefile (revision 27422) +++ head/dns/adns/Makefile (revision 27423) @@ -1,23 +1,23 @@ # New ports collection makefile for: adns -# Version required: 0.7 # Date created: Mon Mar 3, 2000 # Whom: Kostya Lukin # # $FreeBSD$ # -DISTNAME= adns-0.7 +PORTNAME= adns +PORTVERSION= 0.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ MASTER_SITE_SUBDIR= adns MAINTAINER= lukin@okbmei.msk.su GNU_CONFIGURE= yes USE_GMAKE= yes post-install: strip ${PREFIX}/bin/adnstest ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost .include Property changes on: head/dns/adns/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/dns/bind8/Makefile =================================================================== --- head/dns/bind8/Makefile (revision 27422) +++ head/dns/bind8/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: bind -# Version required: 8.2.2-P5 # Date created: 18 July 1997 # Whom: jseger@scds.com # # $FreeBSD$ # -DISTNAME= bind-8.2.2.p5 +PORTNAME= bind +PORTVERSION= 8.2.2.p5 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html WRKSRC= ${WRKDIR}/src MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ inet_cidr.3 hesiod.3 resolver.3 tsig.3 MAN5= irs.conf.5 named.conf.5 resolver.5 MAN7= hostname.7 mailaddr.7 MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ nsupdate.8 PATCH_ARGS= -d ${WRKDIR} PATCH_DIST_ARGS= -d ${WRKDIR} post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 .include Property changes on: head/dns/bind8/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/dns/bind9/Makefile =================================================================== --- head/dns/bind9/Makefile (revision 27422) +++ head/dns/bind9/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: bind -# Version required: 8.2.2-P5 # Date created: 18 July 1997 # Whom: jseger@scds.com # # $FreeBSD$ # -DISTNAME= bind-8.2.2.p5 +PORTNAME= bind +PORTVERSION= 8.2.2.p5 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html WRKSRC= ${WRKDIR}/src MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ inet_cidr.3 hesiod.3 resolver.3 tsig.3 MAN5= irs.conf.5 named.conf.5 resolver.5 MAN7= hostname.7 mailaddr.7 MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ nsupdate.8 PATCH_ARGS= -d ${WRKDIR} PATCH_DIST_ARGS= -d ${WRKDIR} post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 .include Property changes on: head/dns/bind9/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/dns/bind94/Makefile =================================================================== --- head/dns/bind94/Makefile (revision 27422) +++ head/dns/bind94/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: bind -# Version required: 8.2.2-P5 # Date created: 18 July 1997 # Whom: jseger@scds.com # # $FreeBSD$ # -DISTNAME= bind-8.2.2.p5 +PORTNAME= bind +PORTVERSION= 8.2.2.p5 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html WRKSRC= ${WRKDIR}/src MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ inet_cidr.3 hesiod.3 resolver.3 tsig.3 MAN5= irs.conf.5 named.conf.5 resolver.5 MAN7= hostname.7 mailaddr.7 MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ nsupdate.8 PATCH_ARGS= -d ${WRKDIR} PATCH_DIST_ARGS= -d ${WRKDIR} post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 .include Property changes on: head/dns/bind94/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/dns/bind95/Makefile =================================================================== --- head/dns/bind95/Makefile (revision 27422) +++ head/dns/bind95/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: bind -# Version required: 8.2.2-P5 # Date created: 18 July 1997 # Whom: jseger@scds.com # # $FreeBSD$ # -DISTNAME= bind-8.2.2.p5 +PORTNAME= bind +PORTVERSION= 8.2.2.p5 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html WRKSRC= ${WRKDIR}/src MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ inet_cidr.3 hesiod.3 resolver.3 tsig.3 MAN5= irs.conf.5 named.conf.5 resolver.5 MAN7= hostname.7 mailaddr.7 MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ nsupdate.8 PATCH_ARGS= -d ${WRKDIR} PATCH_DIST_ARGS= -d ${WRKDIR} post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 .include Property changes on: head/dns/bind95/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/dns/bind96/Makefile =================================================================== --- head/dns/bind96/Makefile (revision 27422) +++ head/dns/bind96/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: bind -# Version required: 8.2.2-P5 # Date created: 18 July 1997 # Whom: jseger@scds.com # # $FreeBSD$ # -DISTNAME= bind-8.2.2.p5 +PORTNAME= bind +PORTVERSION= 8.2.2.p5 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html WRKSRC= ${WRKDIR}/src MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ inet_cidr.3 hesiod.3 resolver.3 tsig.3 MAN5= irs.conf.5 named.conf.5 resolver.5 MAN7= hostname.7 mailaddr.7 MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ nsupdate.8 PATCH_ARGS= -d ${WRKDIR} PATCH_DIST_ARGS= -d ${WRKDIR} post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 .include Property changes on: head/dns/bind96/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/dns/ddup/Makefile =================================================================== --- head/dns/ddup/Makefile (revision 27422) +++ head/dns/ddup/Makefile (revision 27423) @@ -1,50 +1,50 @@ # New ports collection makefile for: ddup -# Version required: 2.0.4 # Date created: 30 September 1999 # Whom: cjm2 # # $FreeBSD$ # -DISTNAME= ddup-2.2Dm -PKGNAME= ddup-2.2 +PORTNAME= ddup +PORTVERSION= 2.2 CATEGORIES= net MASTER_SITES= ftp://ddup.sourceforge.net/pub/ddup/ +DISTNAME= ddup-2.2Dm MAINTAINER= cjm2@altavista.net MAN1= ddup.1 MANCOMPRESSED= yes WRKSRC= ${WRKDIR}/ddup-2.2Dm # Uncomment this if you want to enable debugging. #DEBUG= -g pre-build: ${ECHO} "char *file_name = \"${PREFIX}/etc/ddup.conf\";" > ${WRKSRC}/options.h do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c ddup.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c ddup_functions.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c getopt.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c getopt1.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c parse_config.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c parse_option.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c update.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -o ddup ddup.o ddup_functions.o getopt.o getopt1.o parse_config.o parse_option.o update.o ${LIBS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ddup ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/testip ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/ddup.1.gz ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/doc/ddup ${INSTALL_MAN} ${WRKSRC}/INSTALL-C ${PREFIX}/share/doc/ddup ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ddup ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/ddup post-install: strip ${PREFIX}/sbin/ddup ${CAT} ${PKGDIR}/MESSAGE .include Property changes on: head/dns/ddup/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/dns/dhid/Makefile =================================================================== --- head/dns/dhid/Makefile (revision 27422) +++ head/dns/dhid/Makefile (revision 27423) @@ -1,39 +1,39 @@ # New ports collection makefile for: dhid -# Version required: 3.1 # Date created: Sat Aug 21 06:13:59 EDT 1999 # Whom: Oryx Gazella # # $FreeBSD$ # -DISTNAME= dhid-3.1 +PORTNAME= dhid +PORTVERSION= 3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ MAINTAINER= oryx@ungulate.net MAN8= dhid.8 post-patch: @${ECHO} "===> Patching dhid.h" ${PERL} -i -p -e "s^__PREFIX__^${PREFIX}^g" ${WRKSRC}/dhid.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/dhid.8 ${PREFIX}/man/man8 ${INSTALL} ${COPY} -o root -g wheel -m 600 ${WRKSRC}/dhid.conf ${PREFIX}/etc/dhid.conf.sample post-install: @if [ ! -f ${PREFIX}/etc/rc.d/dhid.sh ]; then \ ${ECHO} "===> Installing ${PREFIX}/etc/rc.d/dhid.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/dhid.sh; \ ${ECHO} "[ -x \"${PREFIX}/sbin/dhid\" -a -f \"${PREFIX}/etc/dhid.conf\" ] && ${PREFIX}/sbin/dhid > /dev/null && echo -n ' dhid'" >> ${PREFIX}/etc/rc.d/dhid.sh; \ chmod 751 ${PREFIX}/etc/rc.d/dhid.sh; \ fi; @${ECHO} "--------------------------------------------------------------------------" @${ECHO} "Before dhid can run, you will need to register with a DHIS provider." @${ECHO} "See http://www.dhis.org/dhis/services/ for a list of providers." @${ECHO} "Enter the DHIS account information into the ${PREFIX}/etc/dhid.conf file." @${ECHO} "--------------------------------------------------------------------------" .include Property changes on: head/dns/dhid/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/dns/dlint/Makefile =================================================================== --- head/dns/dlint/Makefile (revision 27422) +++ head/dns/dlint/Makefile (revision 27423) @@ -1,32 +1,32 @@ # ex:ts=8 # Ports collection makefile for: dlint -# Version required: 0.0 # Date created: Wed Dec 23, 1998 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= dlint1.3.3 -PKGNAME= dlint-1.3.3 +PORTNAME= dlint +PORTVERSION= 1.3.3 CATEGORIES= net MASTER_SITES= http://www.domtools.com/pub/ +DISTFILES= dlint-${PORTVERSION} MAINTAINER= obrien@FreeBSD.org NO_BUILD= yes MAN8= dlint.8 do-configure: @${PERL} -pi.orig -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint @${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8 do-install: cd ${WRKSRC} ; ${INSTALL_SCRIPT} dlint digparse ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/dlint.8 ${PREFIX}/man/man8 .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/dlint ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dlint .endif .include Property changes on: head/dns/dlint/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/dns/dnsutl/Makefile =================================================================== --- head/dns/dnsutl/Makefile (revision 27422) +++ head/dns/dnsutl/Makefile (revision 27423) @@ -1,25 +1,25 @@ # Ports collection makefile for: dnsutl -# Version required: 1.5 # Date created: Nov 05, 1998 # Whom: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de) # # $FreeBSD$ # -DISTNAME= dnsutl-1.5 +PORTNAME= dnsutl +PORTVERSION= 1.5 CATEGORIES= net MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \ http://www.tip.net.au/~millerp/dnsutl/ \ http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/ \ ftp://ftp.agso.gov.au/pub/Aegis/dnsutl/ MAINTAINER= Karl.Dietz@frankfurt.netsurf.de GNU_CONFIGURE= yes ALL_TARGET= all sure MAN1= dns-bootp.1 dns-bootparams.1 dns-ethers-import.1 \ dns-ethers.1 dns-filter.1 dns-hosts-import.1 \ dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1 .include Property changes on: head/dns/dnsutl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/dns/dnswalk/Makefile =================================================================== --- head/dns/dnswalk/Makefile (revision 27422) +++ head/dns/dnswalk/Makefile (revision 27423) @@ -1,43 +1,44 @@ # New ports collection makefile for: dnswalk -# Version required: 2.0.2 # Date created: 17 January 1998 # Whom: Matthew Hunt # # $FreeBSD$ +# -DISTNAME= dnswalk-2.0.2 +PORTNAME= dnswalk +PORTVERSION= 2.0.2 CATEGORIES= net MASTER_SITES= http://www.visi.com/~barr/dnswalk/ MAINTAINER= mph@freebsd.org RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS NO_WRKSUBDIR= YES NO_BUILD= YES USE_PERL5= YES MAN1= dnswalk.1 EX_DIR= ${PREFIX}/share/examples/dnswalk DOC_DIR= ${PREFIX}/share/doc/dnswalk pre-configure: ${MV} -f ${WRKDIR}/dnswalk ${WRKDIR}/dnswalk.orig ${SED} -e "s#/usr/contrib/bin/perl#${PERL5}#"\ < ${WRKDIR}/dnswalk.orig > ${WRKDIR}/dnswalk do-install: ${MKDIR} ${EX_DIR} ${INSTALL_SCRIPT} ${WRKDIR}/do-dnswalk ${EX_DIR} ${INSTALL_SCRIPT} ${WRKDIR}/makereports ${EX_DIR} ${INSTALL_SCRIPT} ${WRKDIR}/sendreports ${EX_DIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOC_DIR} ${INSTALL_DATA} ${WRKDIR}/README ${DOC_DIR} ${INSTALL_DATA} ${WRKDIR}/dnswalk.errors ${DOC_DIR} .endif ${INSTALL_MAN} ${WRKDIR}/dnswalk.1 ${PREFIX}/man/man1 ${INSTALL_SCRIPT} ${WRKDIR}/dnswalk ${PREFIX}/bin .include Property changes on: head/dns/dnswalk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/dns/doc/Makefile =================================================================== --- head/dns/doc/Makefile (revision 27422) +++ head/dns/doc/Makefile (revision 27423) @@ -1,35 +1,35 @@ # New ports collection makefile for: doc -# Version required: 2.1.4 # Date created: 28 November 1999 # Whom: MIHIRA Yoshiro # # $FreeBSD$ # -DISTNAME= doc-2.1.4 +PORTNAME= doc +PORTVERSION= 2.1.4 CATEGORIES= net MASTER_SITES= ftp://ftp.his.com/pub/brad/dns/ MAINTAINER= sanpei@jp.FreeBSD.org AUX_DIR= lib/doc AUX_FILES= doc1.awk doc3.awk doc4.awk INFO RFC.XXXX MAN8= doc.8 do-build: @${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \ > ${WRKSRC}/doc do-install: @${MKDIR} ${PREFIX}/${AUX_DIR} @${INSTALL_SCRIPT} ${WRKSRC}/doc ${PREFIX}/bin/doc @for file in ${AUX_FILES}; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/${AUX_DIR}/ ; \ done .if !defined(NOPORTDOCS) @${INSTALL_DATA} ${WRKSRC}/doc.8 ${PREFIX}/man/man8/doc.8 .endif .include Property changes on: head/dns/doc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/dns/domtools/Makefile =================================================================== --- head/dns/domtools/Makefile (revision 27422) +++ head/dns/domtools/Makefile (revision 27423) @@ -1,35 +1,34 @@ # New ports collection makefile for: domtools -# Version required: 1.4.0 # Date created: 12 Jun 1999 # Whom: alexp # # $FreeBSD$ # -DISTNAME= domtools${VERSION} -PKGNAME= domtools-${VERSION} +PORTNAME= domtools +PORTVERSION= 1.4.0 CATEGORIES= net MASTER_SITES= http://www.domtools.com/pub/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= veers@disturbed.net USE_PERL5= YES NO_BUILD= YES -WRKSRC= ${WRKDIR}/domtools${VERSION}/ -VERSION= 1.4.0 +WRKSRC= ${WRKDIR}/domtools${PORTVERSION}/ # XXX - patches/patch-aa modifies Makefile # and so does the post-patch target post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ < ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile post-install: ${MKDIR} ${PREFIX}/domtools/lib/zonecache .include Property changes on: head/dns/domtools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/dns/h2n/Makefile =================================================================== --- head/dns/h2n/Makefile (revision 27422) +++ head/dns/h2n/Makefile (revision 27423) @@ -1,26 +1,26 @@ # New ports collection makefile for: h2n -# Version required: 1.29 # Date created: 27 Nov 1997 # Whom: SADA Kenji # # $FreeBSD$ # -DISTNAME= dns -PKGNAME= h2n-1.29 +PORTNAME= h2n +PORTVERSION= 1.29 CATEGORIES= net MASTER_SITES= ftp://ftp.iij.ad.jp/pub/published/oreilly/nutshell/dnsbind/ \ ftp://ftp.uu.net/published/oreilly/nutshell/dnsbind/ +DISTNAME= dns EXTRACT_SUFX= .tar.Z MAINTAINER= sada@FreeBSD.org NO_BUILD= YES NO_WRKSUBDIR= YES RESTRICTED= "Never get an approval yet." do-install: @${INSTALL_SCRIPT} ${WRKSRC}/h2n ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/h2n.man ${PREFIX}/man/cat8/h2n.8 .include Property changes on: head/dns/h2n/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/dns/hesiod/Makefile =================================================================== --- head/dns/hesiod/Makefile (revision 27422) +++ head/dns/hesiod/Makefile (revision 27423) @@ -1,41 +1,41 @@ # Ports collection Makefile for: Hesiod -# Version required: 3.0.2 # Date created: 6/11/1998 # Whom: n@nectar.com # # $FreeBSD$ # -DISTNAME= hesiod-3.0.2 +PORTNAME= hesiod +PORTVERSION= 3.0.2 CATEGORIES= net MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ \ http://www.nectar.cc/distfiles/ MAINTAINER= nectar@FreeBSD.org MAN1= hesinfo.1 MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ hesiod_free_passwd.3 hesiod_free_postoffice.3 \ hesiod_free_servent.3 hesiod_getmailhost.3 \ hesiod_getpwnam.3 hesiod_getpwuid.3 \ hesiod_getservbyname.3 hesiod_init.3 \ hesiod_resolve.3 hesiod_to_bind.3 MAN5= hesiod.conf.5 GNU_CONFIGURE= YES .include .if ${PORTOBJFORMAT} == elf VERSION=3 SONAME="-Wl,-soname,libhesiod.so.${VERSION}" .else VERSION=3.0 .endif MAKE_ENV+= VERSION="${VERSION}" SONAME="${SONAME}" post-install: ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/dns/hesiod/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/dns/nslint/Makefile =================================================================== --- head/dns/nslint/Makefile (revision 27422) +++ head/dns/nslint/Makefile (revision 27423) @@ -1,21 +1,21 @@ # New ports collection makefile for: nslint -# Version required: 2.0.1 # Date created: 27 October 1997 # Whom: dglo@ssec.wisc.edu # # $FreeBSD$ # -DISTNAME= nslint-2.0.1 +PORTNAME= nslint +PORTVERSION= 2.0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/ EXTRACT_SUFX= .tar.Z MAINTAINER= dglo@SSEC.WISC.EDU HAS_CONFIGURE= yes CONFIGURE_ARGS= --quiet INSTALL_TARGET= install install-man MAN8= nslint.8 .include Property changes on: head/dns/nslint/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/dns/nsping/Makefile =================================================================== --- head/dns/nsping/Makefile (revision 27422) +++ head/dns/nsping/Makefile (revision 27423) @@ -1,23 +1,24 @@ # New ports collection makefile for: nsping -# Version required: 0.8 # Date created: 04 March 2000 # Whom: Kris Kennaway # # $FreeBSD$ +# -DISTNAME= nsping -PKGNAME= nsping-0.8 +PORTNAME= nsping +PORTVERSION= 0.8 CATEGORIES= net MASTER_SITES= http://www.enteract.com/~tqbf/ +DISTNAME= nsping MAINTAINER= kris@FreeBSD.org WRKSRC= ${WRKDIR}/${PKGNAME} MAN8= nsping.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8 .include Property changes on: head/dns/nsping/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/dns/p5-Net-DNS/Makefile =================================================================== --- head/dns/p5-Net-DNS/Makefile (revision 27422) +++ head/dns/p5-Net-DNS/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: p5-Net-DNS -# Version required: 0.12 # Date created: April 5th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= Net-DNS-0.12 -PKGNAME= p5-Net-DNS-0.12 +PORTNAME= p5-Net-DNS +PORTVERSION= 0.12 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net +DISTNAME= Net-DNS-0.12 MAINTAINER= jfitz@FreeBSD.org USE_PERL5= YES MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \ Net::DNS::RR::AFSDB.3 Net::DNS::RR::CNAME.3 Net::DNS::RR::HINFO.3 \ Net::DNS::RR::ISDN.3 Net::DNS::RR::MG.3 Net::DNS::RR::MINFO.3 \ Net::DNS::RR::MR.3 Net::DNS::RR::MX.3 Net::DNS::RR::NS.3 Net::DNS::RR::PTR.3 \ Net::DNS::RR::RP.3 Net::DNS::RR::RT.3 Net::DNS::RR::SOA.3 Net::DNS::RR::SRV.3 \ Net::DNS::RR::TXT.3 Net::DNS::RR::X25.3 Net::DNS::Resolver.3 \ Net::DNS::RR::AAAA.3 Net::DNS::RR::EID.3 Net::DNS::RR::LOC.3 \ Net::DNS::RR::MB.3 Net::DNS::RR::NAPTR.3 Net::DNS::RR::NIMLOC.3 \ Net::DNS::RR::NSAP.3 Net::DNS::RR::NULL.3 Net::DNS::RR::PX.3 \ Net::DNS::Update.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/dns/p5-Net-DNS/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/SSLtelnet/Makefile =================================================================== --- head/net/SSLtelnet/Makefile (revision 27422) +++ head/net/SSLtelnet/Makefile (revision 27423) @@ -1,24 +1,24 @@ # New ports collection makefile for: SSLtelnet -# Version required: 0.13 # Date created: Mar 29, 1998 # Whom: issei@jp.FreeBSD.org # # $FreeBSD$ -DISTNAME= SSLtelnet-0.13 +PORTNAME= SSLtelnet +PORTVERSION= 0.13 CATEGORIES= net security MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/ MAINTAINER= issei@jp.FreeBSD.org USE_OPENSSL= RSA .if !defined(BATCH) INSTALL_TARGET= install certificate .endif post-install: strip $(PREFIX)/bin/telnet strip $(PREFIX)/libexec/telnetd .include Property changes on: head/net/SSLtelnet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/adns/Makefile =================================================================== --- head/net/adns/Makefile (revision 27422) +++ head/net/adns/Makefile (revision 27423) @@ -1,23 +1,23 @@ # New ports collection makefile for: adns -# Version required: 0.7 # Date created: Mon Mar 3, 2000 # Whom: Kostya Lukin # # $FreeBSD$ # -DISTNAME= adns-0.7 +PORTNAME= adns +PORTVERSION= 0.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ MASTER_SITE_SUBDIR= adns MAINTAINER= lukin@okbmei.msk.su GNU_CONFIGURE= yes USE_GMAKE= yes post-install: strip ${PREFIX}/bin/adnstest ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost .include Property changes on: head/net/adns/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/archie/Makefile =================================================================== --- head/net/archie/Makefile (revision 27422) +++ head/net/archie/Makefile (revision 27423) @@ -1,20 +1,20 @@ # New ports collection makefile for: archie -# Version required: 1.4.1 # Date created: 20 Oct 1994 # Whom: torstenb # # $FreeBSD$ # -DISTNAME= c-archie-1.4.1-FIXED -PKGNAME= archie-1.4.1 +PORTNAME= archie +PORTVERSION= 1.4.1 CATEGORIES= net MASTER_SITES= ftp://ftp.uu.net/networking/info-service/archie/clients/ +DISTNAME= c-archie-1.4.1-FIXED EXTRACT_SUFX= .tar.Z MAINTAINER= torstenb@FreeBSD.org WRKSRC= ${WRKDIR}/archie-1.4.1-FIX MAN1= archie.1 .include Property changes on: head/net/archie/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/archie.el/Makefile =================================================================== --- head/net/archie.el/Makefile (revision 27422) +++ head/net/archie.el/Makefile (revision 27423) @@ -1,41 +1,41 @@ # New ports collection makefile for: archie.el -# Version required: 3.0.2 # Date created: 99/10/6 # Whom: Satoshi Taoka # # $FreeBSD$ # -DISTNAME= archie.el -PKGNAME= archie.el-3.0.2 +PORTNAME= archie.el +PORTVERSION= 3.0.2 CATEGORIES= net elisp # I don't know the master site MASTER_SITES= ftp://ftp.cis.ohio-state.edu/pub/elisp-lisp/interfaces/ \ ftp://ftp.kddlabs.co.jp/.2/gnu-attic/ohio-elisp/interfaces/ +DISTNAME= archie.el EXTRACT_SUFX= .Z MAINTAINER= taoka@FreeBSD.org RUN_DEPENDS= archie:${PORTSDIR}/net/archie NO_WRKSUBDIR= yes NO_BUILD= yes WRKSRC= ${WRKDIR} ELISPDIR= ${PREFIX}/share/emacs/site-lisp XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-extract: ${RM} -rf ${WRKDIR} ${MKDIR} ${WRKDIR} ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTFILES} \ > ${WRKDIR}/${PKGNAME} do-install: ${MKDIR} ${ELISPDIR} ${INSTALL_DATA} ${WRKDIR}/${PKGNAME} ${ELISPDIR}/archie.el # For XEmacs ${MKDIR} ${XELISPDIR} ${LN} -sf ${ELISPDIR}/archie.el ${XELISPDIR} .include Property changes on: head/net/archie.el/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/argus/Makefile =================================================================== --- head/net/argus/Makefile (revision 27422) +++ head/net/argus/Makefile (revision 27423) @@ -1,46 +1,46 @@ # New ports collection makefile for: argus -# Version required: 1.7.beta.1e # Date created: 26 November 1998 # Whom: Jonathan Hanna # # $FreeBSD$ # -DISTNAME= argus-1.7.beta.1e -PKGNAME= argus-1.7.b.1e +PORTNAME= argus +PORTVERSION= 1.7.b1e CATEGORIES= net security MASTER_SITES= ftp://ftp.sei.cmu.edu/pub/argus/argus-1.7/ +DISTNAME= argus-1.7.beta.1e MAINTAINER= jhanna@home.com .if !exists(/usr/include/tcpd.h) LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif GNU_CONFIGURE= true CONFIGURE_ARGS= --with-pcap=bpf MAN1= connections.1 ra.1 rasort.1 services.1 MAN5= argus.5 MAN8= argus.8 do-install: .for i in adjacency argus_bpf connections dnstats ra raservices rasort ${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin .endfor ${MV} ${PREFIX}/bin/argus_bpf ${PREFIX}/bin/argus .for i in connections.1 ra.1 rasort.1 services.1 ${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${PREFIX}/man/man1 .endfor ${INSTALL_MAN} ${WRKSRC}/man/man5/argus.5 ${PREFIX}/man/man5/argus.5 ${INSTALL_MAN} ${WRKSRC}/man/man8/argus.8 ${PREFIX}/man/man8/argus.8 ${INSTALL_DATA} ${WRKSRC}/include/cons_def.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/include/cons_out.h ${PREFIX}/include .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/argus .for i in CA-95.01 CA-95.01.scan.sh README configs dailyscan.sh policy.conf policy.test ra.conf services ${INSTALL_DATA} ${WRKSRC}/examples/$i ${PREFIX}/share/doc/argus .endfor .endif .include Property changes on: head/net/argus/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/arla/Makefile =================================================================== --- head/net/arla/Makefile (revision 27422) +++ head/net/arla/Makefile (revision 27423) @@ -1,25 +1,25 @@ # New ports collection makefile for: arla -# Version required: 0.31 # Date created: 09 Sep 1998 # Whom: Peter Hawkins # # $FreeBSD$ # -DISTNAME= arla-0.31 +PORTNAME= arla +PORTVERSION= 0.31 CATEGORIES= net MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ MAINTAINER= thepish@freebsd.org .if !exists(/usr/lib/libkafs.a) BROKEN= requires kerberos .endif .if !exists(/usr/src/sys/kern/vnode_if.src) BROKEN= requires kernel source .endif GNU_CONFIGURE= yes .include Property changes on: head/net/arla/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/arpwatch/Makefile =================================================================== --- head/net/arpwatch/Makefile (revision 27422) +++ head/net/arpwatch/Makefile (revision 27423) @@ -1,37 +1,37 @@ # New ports collection makefile for: arpwatch -# Version required: 2.0.2a1 # Date created: March 24 1997 # Whom: Brian Somers # # $FreeBSD$ # -DISTNAME= arpwatch-2.1a4 +PORTNAME= arpwatch +PORTVERSION= 2.1.a4 CATEGORIES= net MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \ ftp://ftp.ee.lbl.gov/ \ ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/ EXTRACT_SUFX= .tar.Z MAINTAINER= brian@Awfulhak.org HAS_CONFIGURE= yes CONFIGURE_ARGS= --quiet INSTALL_TARGET= install install-man MAN8= arpwatch.8 arpsnmp.8 post-install: if [ ! -d ${PREFIX}/arpwatch ]; then \ ${MKDIR} ${PREFIX}/arpwatch; \ ${CHMOD} 775 ${PREFIX}/arpwatch; \ ${CHOWN} root.operator ${PREFIX}/arpwatch; \ fi ${TOUCH} ${PREFIX}/arpwatch/arp.dat ${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat for file in ethercodes.dat d.awk e.awk p.awk; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch/.; \ done ${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch/. ${INSTALL_SCRIPT} ${FILESDIR}/arpwatch.sh ${PREFIX}/etc/rc.d/. .include Property changes on: head/net/arpwatch/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/arpwatch-devel/Makefile =================================================================== --- head/net/arpwatch-devel/Makefile (revision 27422) +++ head/net/arpwatch-devel/Makefile (revision 27423) @@ -1,37 +1,37 @@ # New ports collection makefile for: arpwatch -# Version required: 2.0.2a1 # Date created: March 24 1997 # Whom: Brian Somers # # $FreeBSD$ # -DISTNAME= arpwatch-2.1a4 +PORTNAME= arpwatch +PORTVERSION= 2.1.a4 CATEGORIES= net MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \ ftp://ftp.ee.lbl.gov/ \ ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/ EXTRACT_SUFX= .tar.Z MAINTAINER= brian@Awfulhak.org HAS_CONFIGURE= yes CONFIGURE_ARGS= --quiet INSTALL_TARGET= install install-man MAN8= arpwatch.8 arpsnmp.8 post-install: if [ ! -d ${PREFIX}/arpwatch ]; then \ ${MKDIR} ${PREFIX}/arpwatch; \ ${CHMOD} 775 ${PREFIX}/arpwatch; \ ${CHOWN} root.operator ${PREFIX}/arpwatch; \ fi ${TOUCH} ${PREFIX}/arpwatch/arp.dat ${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat for file in ethercodes.dat d.awk e.awk p.awk; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch/.; \ done ${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch/. ${INSTALL_SCRIPT} ${FILESDIR}/arpwatch.sh ${PREFIX}/etc/rc.d/. .include Property changes on: head/net/arpwatch-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/ascend-radius/Makefile =================================================================== --- head/net/ascend-radius/Makefile (revision 27422) +++ head/net/ascend-radius/Makefile (revision 27423) @@ -1,60 +1,59 @@ # New ports collection makefile for: ascend-radius -# Version required: 980618 (v1.16) # Date created: August 28th 96 # Whom: James FitzGibbon # # $FreeBSD$ # -#DISTNAME= radius-980618 -PKGNAME= ascend-radius-980618 +PORTNAME= ascend-radius +PORTVERSION= 980618 CATEGORIES= net MASTER_SITES= ftp://ftp.ascend.com/pub/Software-Releases/Radius/Current/ \ ftp://ftp.ascend.com/pub/Software-Releases/Radius/Current/doc/ \ ftp://ftp.ascend.com/pub/Software-Releases/Radius/Archive/ \ ftp://ftp.ascend.com/pub/Software-Releases/Radius/Archive/doc/ DISTFILES= radius-980618.tar.gz \ radius.ps \ radius.pdf \ 980618.ps \ 980618.pdf EXTRACT_ONLY= radius-980618.tar.gz MAINTAINER= jfitz@FreeBSD.org WRKPREFIX= radius-980618/radius-1.16-ascend WRKSRC= ${WRKDIR}/${WRKPREFIX}/ascendd ALL_TARGET= all dbm MAN1= builddbm.1 users-file-syntax.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/radiusd ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/radiusd.dbm ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/builddbm ${PREFIX}/sbin ${INSTALL_MAN} ${WRKDIR}/${WRKPREFIX}/man1/users-file-syntax.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKDIR}/${WRKPREFIX}/man1/builddbm.1 ${PREFIX}/man/man1 .ifndef NOPORTDOCS @ ${MKDIR} ${PREFIX}/share/doc/ascend-radius for file in ascend.doc draft-ietf-radius-accounting-01.txt draft-ietf-radius-radius-03.txt draft-ietf-radius-radius-04.txt; do \ ${INSTALL_DATA} ${WRKDIR}/${WRKPREFIX}/doc/$$file ${PREFIX}/share/doc/ascend-radius; \ done for file in ChangeLog README README.cexample README.dict; do \ ${INSTALL_DATA} ${WRKDIR}/${WRKPREFIX}/$$file ${PREFIX}/share/doc/ascend-radius; \ done ${INSTALL_DATA} ${DISTDIR}/radius.ps ${PREFIX}/share/doc/ascend-radius ${INSTALL_DATA} ${DISTDIR}/radius.pdf ${PREFIX}/share/doc/ascend-radius ${INSTALL_DATA} ${DISTDIR}/980618.ps ${PREFIX}/share/doc/ascend-radius ${INSTALL_DATA} ${DISTDIR}/980618.pdf ${PREFIX}/share/doc/ascend-radius .endif @ ${MKDIR} ${PREFIX}/etc/raddb @ ${CHOWN} root.wheel ${PREFIX}/etc/raddb @ ${CHMOD} 700 ${PREFIX}/etc/raddb for file in clients.example dictionary users.example; do \ ${INSTALL} -c -o root -g wheel -m 0400 ${WRKDIR}/${WRKPREFIX}/raddb/$$file ${PREFIX}/etc/raddb; \ done @ ${MKDIR} /var/log/radacct @ ${CHOWN} root.wheel /var/log/radacct @ ${CHMOD} 700 /var/log/radacct .include Property changes on: head/net/ascend-radius/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/ayttm/Makefile =================================================================== --- head/net/ayttm/Makefile (revision 27422) +++ head/net/ayttm/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: everybuddy -# Version required: 0.1.1 # Date created: 1 Mar 2000 # Whom: Jim Mock # # $FreeBSD$ # -DISTNAME= everybuddy-0.1.1 +PORTNAME= everybuddy +PORTVERSION= 0.1.1 CATEGORIES= net MASTER_SITES= http://www.everybuddy.com/files/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ esd.2:${PORTSDIR}/audio/esound GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" MAN1= everybuddy.1 .include Property changes on: head/net/ayttm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/bb/Makefile =================================================================== --- head/net/bb/Makefile (revision 27422) +++ head/net/bb/Makefile (revision 27423) @@ -1,55 +1,55 @@ # New ports collection makefile for: bb -# Version required: 1.04H # Date created: So 17 Nov 1996 16:59:23 MET # Whom: Andreas Klemm # # $FreeBSD$ # -DISTNAME= bb-1.2a +PORTNAME= bb +PORTVERSION= 1.2a CATEGORIES= net MASTER_SITES= http://maclawran.ca/~sean/bb-dnld/ \ http://freefall.freebsd.org/~andreas/download/ MAINTAINER= billf@FreeBSD.org # The FreeBSD Ports Team has permission to include this in our CDROM # from the author, but others who wish to do likewise will have to # contact Sean MacGuire . WRKSRC= ${WRKDIR}/bb pre-configure: @${ECHO_MSG} "===================================================" @${ECHO_MSG} "You need to install a WWW Server to use this port" @${ECHO_MSG} "For example: - apache13 or " @${ECHO_MSG} " - apache13-modssl @${ECHO_MSG} "port." @${ECHO_MSG} "===================================================" post-configure: ( cd ${WRKSRC}/doc; ${SH} bbconfig freebsd ) @${CP} ${FILESDIR}/Makefile ${WRKSRC} do-install: @cd ${WRKDIR} && find . -name "*.orig" | xargs ${RM} @cd ${WRKDIR}; tar --exclude 'src' -c -f - bb \ | ( cd ${PREFIX}; tar xpf - ) @${RM} -f ${PREFIX}/share/doc/apache/manual/bb @${MKDIR} ${PREFIX}/share/doc/apache/manual @${LN} -fs ${PREFIX}/bb/www ${PREFIX}/share/doc/apache/manual/bb @${LN} -fs bb.html ${PREFIX}/bb/www/index.html @${MKDIR} ${PREFIX}/share/apache/cgi-bin @${LN} -fs ${PREFIX}/bb/web/bb-ack.sh ${PREFIX}/share/apache/cgi-bin @${MV} -f ${PREFIX}/bb/doc/bbclient ${PREFIX}/bb/bin @${MV} -f ${PREFIX}/bb/doc/bbconfig ${PREFIX}/bb/bin @${MV} -f ${PREFIX}/bb/doc ${PREFIX}/share/doc/bb @${MKDIR} ${PREFIX}/share/bb/bbclients @${TOUCH} ${PREFIX}/share/bb/bbclients/.keep_me @${RM} ${PREFIX}/bb/KNOWN.BUGS @${RM} ${PREFIX}/bb/README @${RM} ${PREFIX}/bb/README.CHANGES @${RM} ${PREFIX}/bb/README.INSTALL @${CAT} ${PKGMESSAGE} .include Property changes on: head/net/bb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/net/bind8/Makefile =================================================================== --- head/net/bind8/Makefile (revision 27422) +++ head/net/bind8/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: bind -# Version required: 8.2.2-P5 # Date created: 18 July 1997 # Whom: jseger@scds.com # # $FreeBSD$ # -DISTNAME= bind-8.2.2.p5 +PORTNAME= bind +PORTVERSION= 8.2.2.p5 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html WRKSRC= ${WRKDIR}/src MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ inet_cidr.3 hesiod.3 resolver.3 tsig.3 MAN5= irs.conf.5 named.conf.5 resolver.5 MAN7= hostname.7 mailaddr.7 MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ nsupdate.8 PATCH_ARGS= -d ${WRKDIR} PATCH_DIST_ARGS= -d ${WRKDIR} post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 .include Property changes on: head/net/bind8/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/net/bind9/Makefile =================================================================== --- head/net/bind9/Makefile (revision 27422) +++ head/net/bind9/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: bind -# Version required: 8.2.2-P5 # Date created: 18 July 1997 # Whom: jseger@scds.com # # $FreeBSD$ # -DISTNAME= bind-8.2.2.p5 +PORTNAME= bind +PORTVERSION= 8.2.2.p5 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html WRKSRC= ${WRKDIR}/src MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ inet_cidr.3 hesiod.3 resolver.3 tsig.3 MAN5= irs.conf.5 named.conf.5 resolver.5 MAN7= hostname.7 mailaddr.7 MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ nsupdate.8 PATCH_ARGS= -d ${WRKDIR} PATCH_DIST_ARGS= -d ${WRKDIR} post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 .include Property changes on: head/net/bind9/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/net/bing/Makefile =================================================================== --- head/net/bing/Makefile (revision 27422) +++ head/net/bing/Makefile (revision 27423) @@ -1,23 +1,23 @@ # New ports collection makefile for: bing -# Version required: 1.0.4 # Date created: 28 December 1996 # Whom: jseger@scds.com # # $FreeBSD$ # -DISTNAME= bing-1.0.4 +PORTNAME= bing +PORTVERSION= 1.0.4 CATEGORIES= net MASTER_SITES= ftp://ftp.lip6.fr/pub/networking/ MAINTAINER= jseger@freebsd.org MAN8= bing.8 post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/bing ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bing .endif .include Property changes on: head/net/bing/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/binkd/Makefile =================================================================== --- head/net/binkd/Makefile (revision 27422) +++ head/net/binkd/Makefile (revision 27423) @@ -1,46 +1,46 @@ # New ports collection makefile for: binkd -# Version required: 0.9.3 # Date created: 19 August 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= binkd093 -PKGNAME= binkd-0.9.3 +PORTNAME= binkd +PORTVERSION= 0.9.3 CATEGORIES= net MASTER_SITES= ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/ +DISTNAME= binkd093 MAINTAINER= dsh@vlink.ru WRKSRC= ${WRKDIR}/${PKGNAME} USE_ZIP= yes GNU_CONFIGURE= yes MAN8= binkd.8 .if defined(WITH_AMIGA4D) EXTRA_PATCHES+= ${FILESDIR}/patch-amiga4d DEFINES+= -DAMIGADOS_4D_OUTBOUND MAKE_ENV+= DEFINES="${DEFINES}" .endif pre-configure: @ ${CP} ${WRKSRC}/mkfls/unix/* ${WRKSRC} @ ${CHMOD} a+x ${WRKSRC}/configure do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/binkd ${PREFIX}/sbin @ ${INSTALL_MAN} ${WRKSRC}/binkd.8 ${PREFIX}/man/man8 @ ${INSTALL_DATA} ${WRKSRC}/binkd.cfg ${PREFIX}/etc/binkd.cfg.sample post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/binkd @ ${INSTALL_DATA} ${WRKSRC}/!README ${PREFIX}/share/doc/binkd/README @ ${INSTALL_DATA} ${WRKSRC}/!README.FIX ${PREFIX}/share/doc/binkd/README.FIX @ ${INSTALL_DATA} ${WRKSRC}/!SRIF.TXT ${PREFIX}/share/doc/binkd/SRIF.TXT @ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/binkd .endif .include Property changes on: head/net/binkd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/boclient/Makefile =================================================================== --- head/net/boclient/Makefile (revision 27422) +++ head/net/boclient/Makefile (revision 27423) @@ -1,24 +1,24 @@ # New ports collection makefile for: boclient -# Version required: 1.21 # Date created: 12 August 1998 # Whom: darius@dons.net.au # # $FreeBSD$ # -DISTNAME= bo121unix -PKGNAME= boclient-1.21 +PORTNAME= boclient +PORTVERSION= 1.2.1 CATEGORIES= net security MASTER_SITES= http://www.ennui.net/~crioux/ \ http://orifice.rotten.com/cDc/ \ http://www.cultdeadcow.com/tools/ +DISTNAME= bo121unix MAINTAINER= darius@dons.net.au WRKSRC= ${WRKDIR}/bo GNU_CONFIGURE= yes post-install: strip ${PREFIX}/bin/bounix .include Property changes on: head/net/boclient/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/bounce/Makefile =================================================================== --- head/net/bounce/Makefile (revision 27422) +++ head/net/bounce/Makefile (revision 27423) @@ -1,31 +1,31 @@ # ex:ts=8 # Ports collection makefile for: bounce -# Version required: 0.0 # Date created: Mon Dec 23, 1998 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= bounce -PKGNAME= bounce-1.0 +PORTNAME= bounce +PORTVERSION= 1.0 CATEGORIES= net security MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \ http://people.FreeBSD.org/~obrien/Distfiles/ +DISTNAME= bounce EXTRACT_SUFX= .c MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/libexec .include Property changes on: head/net/bounce/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/bpft/Makefile =================================================================== --- head/net/bpft/Makefile (revision 27422) +++ head/net/bpft/Makefile (revision 27423) @@ -1,24 +1,24 @@ # New ports collection makefile for: bpft -# Version required: 2.0 # Date created: 17 March 1999 # Whom: oddbjorn@tricknology.org # # $FreeBSD$ # -DISTNAME= bpft-2.0 +PORTNAME= bpft +PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.nsk.su/pub/unix/ EXTRACT_SUFX= .tgz MAINTAINER= oddbjorn@tricknology.org MAN1= trafshow2.1 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/bpft ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bpft/README .endif .include Property changes on: head/net/bpft/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/brouted/Makefile =================================================================== --- head/net/brouted/Makefile (revision 27422) +++ head/net/brouted/Makefile (revision 27423) @@ -1,18 +1,18 @@ # New ports collection makefile for: brouted -# Version required: 1.2b # Date created: 5 May 1999 # Whom: swjeong # # $FreeBSD$ # -DISTNAME= brouted-1.2b +PORTNAME= brouted +PORTVERSION= 1.2b CATEGORIES= net MASTER_SITES= ftp://www.kitel.co.kr/pub/ MAINTAINER= swjeong@kitel.co.kr MAN8= brouted.8 MANCOMPRESSED= yes .include Property changes on: head/net/brouted/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/cap/Makefile =================================================================== --- head/net/cap/Makefile (revision 27422) +++ head/net/cap/Makefile (revision 27423) @@ -1,106 +1,105 @@ # New ports collection makefile for: cap -# Version required: 6.0PL198 # Date created: 09 Nov 1996 # Whom: Masafumi NAKANE # # $FreeBSD$ # -DISTNAME= cap60.pl100 -PKGNAME= cap-6.0.198 +PORTNAME= cap +PORTVERSION= 6.0.198 CATEGORIES= net MASTER_SITES= ftp://ftp-ns.rutgers.edu/pub/cap/ \ ftp://ftp-ns.rutgers.edu/pub/cap/cap.patches/ \ ftp://munnari.OZ.AU/mac/ \ ftp://munnari.OZ.AU/mac/cap.patches/ \ ftp://ftp.kuis.kyoto-u.ac.jp/net/cap/ \ ftp://ftp.kuis.kyoto-u.ac.jp/net/cap/cap60.patches/ -DISTFILES= ${DISTNAME}.tar.Z patches.101-126.tar.Z patches.127-143.tar.Z \ +DISTFILES= cap60.pl100.tar.Z patches.101-126.tar.Z patches.127-143.tar.Z \ patches.144-154.tar.Z patches.155-162.tar.Z \ patches.163-182.tar.Z patches.183-192.tar.Z PATCH_SITES= ftp://ftp-ns.rutgers.edu/pub/cap/cap.patches/ \ ftp://munnari.OZ.AU/mac/cap.patches/ PATCHFILES= cap60.patch193 cap60.patch194 cap60.patch195 cap60.patch196 \ cap60.patch197 cap60.patch198 MAINTAINER= ports@FreeBSD.org NO_CDROM= "Don't sell for profit" WRKSRC= ${WRKDIR}/cap60 DIST_SUBDIR= cap60 ALL_TARGET= libsmade dummy-libinstall programs INSTALL_TARGET= include libinstall install MAN1= AUFS.1 ash.1 atlook.1 atprint.1 cvt2apple.1 getzones.1 \ instappl.1 snitch.1 MAN3= CAP.3 MAN5= atalk.local.5 etalk.local.5 MAN8= AUFS.8 CAP.8 UAB.8 aarpd.8 atis.8 lwsrv.8 papif.8 .if !defined(NOMANCOMPRESS) GZ= .gz .endif ETC_SAMPLES= etc/start-cap-servers extras/lib.cap.macusers \ etc/list-cap-servers etc/kill-cap-servers \ applications/papif/cap.printers LIB_SAMPLES= extras/afpfile applications/lwsrv/DBfile \ applications/lwsrv/LWFonts applications/lwsrv/LWIIfgFonts \ applications/lwsrv/LWPlusFonts applications/lwsrv/query.ps \ applications/aufs/afpvols DOCDIR= ${PREFIX}/share/doc/cap DOCS1= abmisc.doc asp.notes atp.notes cap.auth.doc cap.notes \ glossary install.ms iptalk.cookbook nbp.ext pap.notes \ print.cookbook sched.notes uab.desc.ms uar.cookbook DOCS2= CAP.faq CAP60.README NOTICE README READMES= applications/papif applications/lwsrv applications/aufs \ doc applications support/uab support/ethertalk pre-patch: @(cd ${WRKSRC}; \ for f in ../cap60.patch* ; do ${PATCH} -s -p < $$f ; done) pre-install: @${RM} -f ${WRKSRC}/libinstall post-install: @${MKDIR} ${PREFIX}/etc/cap .for f in ${ETC_SAMPLES} @${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/etc/cap/`${BASENAME} $f`.sample .endfor @${MKDIR} ${PREFIX}/lib/cap .for f in ${LIB_SAMPLES} @${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/lib/cap/`${BASENAME} $f`.sample .endfor .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing relevant documentation into ${DOCDIR}." @${MKDIR} ${DOCDIR} .for f in ${DOCS1} @${INSTALL_DATA} ${WRKSRC}/doc/$f ${DOCDIR} .endfor .for f in ${DOCS2} @${INSTALL_DATA} ${WRKSRC}/$f ${DOCDIR} .endfor .for f in ${READMES} @${INSTALL_DATA} ${WRKSRC}/$f/README ${DOCDIR}/`${BASENAME} $f`.README .endfor .endif @${ECHO_MSG} "===> Installing manual pages." .for sect in 1 3 5 8 .for man in ${MAN${sect}} @${INSTALL_MAN} ${WRKSRC}/man/${man} ${PREFIX}/man/man${sect} .endfor .endfor @${LN} -fs ${PREFIX}/man/man1/cvt2apple.1${GZ} ${PREFIX}/man/man1/cvt2cap.1${GZ} .for f in atpinger atlooklws @${LN} -fs ${PREFIX}/man/man1/atlook.1${GZ} ${PREFIX}/man/man1/${f}.1${GZ} .endfor .for f in tlw lwpr isrv iwpr @${LN} -fs ${PREFIX}/man/man1/atprint.1${GZ} ${PREFIX}/man/man1/${f}.1${GZ} .endfor .for f in libcap libafpc libafp @${LN} -fs ${PREFIX}/man/man3/CAP.3${GZ} ${PREFIX}/man/man3/${f}.3${GZ} .endfor @${LN} -fs ${PREFIX}/man/man8/papif.8${GZ} ${PREFIX}/man/man8/papof.8${GZ} @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include "bsd.port.mk" Property changes on: head/net/cap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/centericq/Makefile =================================================================== --- head/net/centericq/Makefile (revision 27422) +++ head/net/centericq/Makefile (revision 27423) @@ -1,36 +1,37 @@ # New ports collection makefile for: centericq -# Version required: 2.0.0 # Date created: 25 December 1999 # Whom: Chris Piazza # # $FreeBSD$ # -DISTNAME= center-2.0.0 +PORTNAME= centericq +PORTVERSION= 2.0.0 CATEGORIES= net MASTER_SITES= http://konst.org.ua/download/ +DISTNAME= center-${PORTVERSION} MAINTAINER= cpiazza@FreeBSD.org .include .if ${OSVERSION} < 400010 LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include\ -I/usr/include .endif WRKSRC= ${WRKDIR}/center USE_GMAKE= yes post-patch: @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:' ${WRKSRC}/centerICQ.cc pre-build: @(cd ${WRKDIR}/ktools/src; ${SETENV} CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" ${GMAKE} ${MAKE_ARGS} ) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/center ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/center ${INSTALL_DATA} ${WRKSRC}/sound/* ${PREFIX}/share/center .include Property changes on: head/net/centericq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/choparp/Makefile =================================================================== --- head/net/choparp/Makefile (revision 27422) +++ head/net/choparp/Makefile (revision 27423) @@ -1,20 +1,20 @@ # New ports collection makefile for: choparp -# Version required: 971007 # Date created: 7 October 1997 # Whom: itojun@itojun.org # # $FreeBSD$ # -DISTNAME= choparp-971007 +PORTNAME= choparp +PORTVERSION= 971007 CATEGORIES= net MASTER_SITES= http://delegate.uec.ac.jp:8081/club/mma/~tree/soft/choparp/ MAINTAINER= itojun@itojun.org MAN8= choparp.8 MANCOMPRESSED= maybe WRKSRC= ${WRKDIR}/choparp .include Property changes on: head/net/choparp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/ciscoconf/Makefile =================================================================== --- head/net/ciscoconf/Makefile (revision 27422) +++ head/net/ciscoconf/Makefile (revision 27423) @@ -1,38 +1,38 @@ # New ports collection makefile for: ciscoconf -# Version required: 1.0beta1 # Date created: 11 September 1998 # Whom: jabley@clear.co.nz # # $FreeBSD$ # -DISTNAME= ciscoconf-1.0beta1 -PKGNAME= ciscoconf-1.0 +PORTNAME= ciscoconf +PORTVERSION= 1.0.b1 CATEGORIES= net MASTER_SITES= ftp://ftp.patho.gen.nz/pub/users/jabley/ \ http://people.FreeBSD.org/~billf/ +DISTNAME= ciscoconf-1.0beta1 MAINTAINER= jabley@clear.co.nz BUILD_DEPENDS= makedepend:${PORTSDIR}/x11/XFree86 ALL_TARGET= depend all MAN8= ciscoconfd.8 ciscoconfr.8 post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old ${CAT} ${WRKSRC}/Makefile.old | \ ${SED} -e 's#/usr/local#${PREFIX}#g' | \ ${SED} -e 's#lib/cisco#share/cisco#' \ >> ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man ${PREFIX}/man/man8/ciscoconfd.8 ${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man ${PREFIX}/man/man8/ciscoconfr.8 post-install: ${MKDIR} ${PREFIX}/share/cisco/RCS .include Property changes on: head/net/ciscoconf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/citrix_ica/Makefile =================================================================== --- head/net/citrix_ica/Makefile (revision 27422) +++ head/net/citrix_ica/Makefile (revision 27423) @@ -1,47 +1,47 @@ # New ports collection makefile for: Citrix(R) ICA(R) Client -# Version required: 3.0.15 # Date created: 20 Sep 1998 # Whom: msmith # # $FreeBSD$ # -DISTNAME= linux -PKGNAME= citrix_ica-3.0.15 +PORTNAME= citrix_ica +PORTVERSION= 3.0.15 CATEGORIES= comms linux -MASTER_SITES= +MASTER_SITES= +DISTNAME= linux EXTRACT_SUFX= .tar.Z MAINTAINER= msmith@FreeBSD.org RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 RESTRICTED= "License prohibits redistribution" IS_INTERACTIVE= "Noisy license agreement ignores stdin" DIST_SUBDIR= citrix_ica NO_WRKSUBDIR= Yes NO_BUILD= Yes CDIR= ${PREFIX}/lib/ICAClient BINDIR= ${PREFIX}/bin .include .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions. You MUST fetch the file manually after reading and agreeing to the license at: http://download.citrix.com/download.asp?client=LINUX Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}/${DIST_SUBDIR} and then restart this build.' .endif do-install: ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/response \ > ${WRKSRC}/response ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfcmgr \ > ${WRKSRC}/wfcmgr.x ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfica \ > ${WRKSRC}/wfica.x cd ${WRKSRC} && ./setupwfc < response ${INSTALL_SCRIPT} ${WRKSRC}/wfcmgr.x ${PREFIX}/bin/wfcmgr ${INSTALL_SCRIPT} ${WRKSRC}/wfica.x ${PREFIX}/bin/wfica .include Property changes on: head/net/citrix_ica/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net/citrix_xenapp/Makefile =================================================================== --- head/net/citrix_xenapp/Makefile (revision 27422) +++ head/net/citrix_xenapp/Makefile (revision 27423) @@ -1,47 +1,47 @@ # New ports collection makefile for: Citrix(R) ICA(R) Client -# Version required: 3.0.15 # Date created: 20 Sep 1998 # Whom: msmith # # $FreeBSD$ # -DISTNAME= linux -PKGNAME= citrix_ica-3.0.15 +PORTNAME= citrix_ica +PORTVERSION= 3.0.15 CATEGORIES= comms linux -MASTER_SITES= +MASTER_SITES= +DISTNAME= linux EXTRACT_SUFX= .tar.Z MAINTAINER= msmith@FreeBSD.org RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 RESTRICTED= "License prohibits redistribution" IS_INTERACTIVE= "Noisy license agreement ignores stdin" DIST_SUBDIR= citrix_ica NO_WRKSUBDIR= Yes NO_BUILD= Yes CDIR= ${PREFIX}/lib/ICAClient BINDIR= ${PREFIX}/bin .include .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions. You MUST fetch the file manually after reading and agreeing to the license at: http://download.citrix.com/download.asp?client=LINUX Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}/${DIST_SUBDIR} and then restart this build.' .endif do-install: ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/response \ > ${WRKSRC}/response ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfcmgr \ > ${WRKSRC}/wfcmgr.x ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfica \ > ${WRKSRC}/wfica.x cd ${WRKSRC} && ./setupwfc < response ${INSTALL_SCRIPT} ${WRKSRC}/wfcmgr.x ${PREFIX}/bin/wfcmgr ${INSTALL_SCRIPT} ${WRKSRC}/wfica.x ${PREFIX}/bin/wfica .include Property changes on: head/net/citrix_xenapp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net/clog/Makefile =================================================================== --- head/net/clog/Makefile (revision 27422) +++ head/net/clog/Makefile (revision 27423) @@ -1,28 +1,28 @@ # ex:ts=8 # Ports collection makefile for: clog -# Version required: 0.0 # Date created: Tue Nov 04, 1997 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= clog-1.6 +PORTNAME= clog +PORTVERSION= 1.6 CATEGORIES= net security MASTER_SITES= ftp://ftp.saturn.net/pub/users/brian/clog/ \ ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/clog/ \ ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.saturn.net/clog/ \ ftp://ftp.ox.ac.uk/pub/comp/security/COAST/mirrors/ftp.saturn.net/clog/ \ ftp://ftp.rediris.es/mirror/coast/tools/unix/clog/ MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/clog ALL_TARGET= freebsd MAN8= clog.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/clog ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/clog.8 ${PREFIX}/man/man8 .include Property changes on: head/net/clog/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/clusterit/Makefile =================================================================== --- head/net/clusterit/Makefile (revision 27422) +++ head/net/clusterit/Makefile (revision 27423) @@ -1,19 +1,19 @@ # New ports collection makefile for: clusterit -# Version required: 1.3 # Date created: 4 February 1999 # Whom: Dima Sivachenko # # $FreeBSD$ # -DISTNAME= clusterit-1.3 +PORTNAME= clusterit +PORTVERSION= 1.3 CATEGORIES= net devel MASTER_SITES= http://www.inficad.com/~garbled/ \ ftp://ftp.chg.ru/pub/prog/parallel/tools/clusterit/ MAINTAINER= dima@chg.ru MAN1= barrier.1 barrierd.1 dsh.1 run.1 seq.1 dshbak.1 pcp.1 pdf.1\ prm.1 .include Property changes on: head/net/clusterit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/cnet/Makefile =================================================================== --- head/net/cnet/Makefile (revision 27422) +++ head/net/cnet/Makefile (revision 27423) @@ -1,45 +1,45 @@ # New ports collection makefile for: cnet -# Version required: 1.5p2 # Date created: Feb 8th, 1988 # Whom: jkh # # $FreeBSD$ # -DISTNAME= cnet-1.5-2 -PKGNAME= cnet-1.5p2 +PORTNAME= cnet +PORTVERSION= 1.5.p2 CATEGORIES= net tk82 MASTER_SITES= http://www.cs.uwa.edu.au/cnet/ +DISTNAME= cnet-1.5-2 MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ Xpm.4:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes USE_GMAKE= yes ALL_TARGET= # empty MAN1= cnet.1 post-extract: ${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/src @${MKDIR} ${WRKSRC}/src/freebsd ${CP} ${FILESDIR}/compile.c ${WRKSRC}/src/freebsd post-patch: @${PERL} -pi.in \ -e "s|%%CC%%|${CC}|g;" \ -e "s|%%PREFIX%%|${PREFIX}|g;" \ ${WRKSRC}/src/config.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/cnet ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/src/cnet.h ${PREFIX}/include ${INSTALL_MAN} ${WRKSRC}/DOC/cnet.man ${PREFIX}/man/man1/cnet.1 @${MKDIR} ${PREFIX}/libdata/cnet ${INSTALL_DATA} ${WRKSRC}/src/tcltk/cnet.tcl ${PREFIX}/libdata/cnet ${INSTALL_DATA} ${WRKSRC}/src/tcltk/cnet_icon.bmp ${PREFIX}/libdata/cnet @${MKDIR} ${PREFIX}/share/examples/cnet ${INSTALL_DATA} ${WRKSRC}/EXAMPLES/* ${PREFIX}/share/examples/cnet .include Property changes on: head/net/cnet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/coda5_client/Makefile =================================================================== --- head/net/coda5_client/Makefile (revision 27422) +++ head/net/coda5_client/Makefile (revision 27423) @@ -1,24 +1,24 @@ # New ports collection makefile for: coda-client -# Version required: 5.3.2 # Date created: Mon Oct 18 12:01:27 EDT 1999 # Whom: ??? # $FreeBSD$ # -DISTNAME= coda-5.3.2 -PKGNAME= coda-client-5.3.2 +PORTNAME= coda-client +PORTVERSION= 5.3.2 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ +DISTNAME= coda-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm ALL_TARGET= coda INSTALL_TARGET= client-install GNU_CONFIGURE= yes USE_GMAKE= yes .include Property changes on: head/net/coda5_client/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/coda5_doc/Makefile =================================================================== --- head/net/coda5_doc/Makefile (revision 27422) +++ head/net/coda5_doc/Makefile (revision 27423) @@ -1,107 +1,107 @@ # New ports collection makefile for: coda -# Version required: 5.2.0 # Date created: 11 May 1999 # Whom: Ying-Chieh Liao # # $FreeBSD$ # -DISTNAME= coda-doc-5.2.0-1 -PKGNAME= coda-doc-5.2.0.1 +PORTNAME= coda-doc +PORTVERSION= 5.2.0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/ +DISTNAME= coda-doc-5.2.0-1 EXTRACT_SUFX= .tgz MAINTAINER= ijliao@csie.nctu.edu.tw WRKSRC= ${WRKDIR}/usr MAN1= cfs.1 \ clog.1 \ cmon.1 \ cpasswd.1 \ ctokens.1 \ cunlog.1 \ filcon.1 \ hoard.1 \ mvdb.1 \ rdsinit.1 \ repair.1 \ rvmutl.1 \ spy.1 MAN3= histo.3 \ rds_fake_free.3 \ rds_free.3 \ rds_init_heap.3 \ rds_load_heap.3 \ rds_malloc.3 \ rds_prealloc.3 \ rds_statistics.3 \ rds_zap_heap.3 \ rvm_abort_transaction.3 \ rvm_begin_transaction.3 \ rvm_create_log.3 \ rvm_create_segment.3 \ rvm_end_transaction.3 \ rvm_flush.3 \ rvm_initialize.3 \ rvm_load_segment.3 \ rvm_map.3 \ rvm_modify_bytes.3 \ rvm_print_statistics.3 \ rvm_query.3 \ rvm_set_options.3 \ rvm_set_range.3 \ rvm_statistics.3 \ rvm_terminate.3 \ rvm_truncate.3 \ rvm_unmap.3 \ timing.3 MAN5= backuplogs.5 \ dumpfile.5 \ dumplist.5 \ maxgroupid.5 \ multicastagents.5 \ multicastgroups.5 \ passwd.coda.5 \ servers.5 \ vicetab.5 \ volumelist.5 \ vrdb.5 \ vrlist.5 \ vsgdb.5 \ vstab.5 MAN8= au.8 \ auth2.8 \ backup.8 \ bldvldb.8 \ codasrv.8 \ createvol.8 \ createvol_rep.8 \ initpw.8 \ merge.8 \ norton.8 \ pdbtool.8 \ purgevol.8 \ purgevol_rep.8 \ readdump.8 \ replay.8 \ startserver.8 \ updateclnt.8 \ updatesrv.8 \ venus.8 \ volutil.8 \ vutil.8 do-build: @${ECHO} "At present, Coda documentation is distributed in html, man, ps, and ppt forms" @${ECHO} "but documentation source is not available. It should appear in a release" @${ECHO} "or two." do-install: cd ${WRKSRC}; tar cf - man | (cd ${PREFIX}; tar xvf -) .if !defined(NOPORTDOCS) cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -) .endif .include Property changes on: head/net/coda5_doc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/coda5_server/Makefile =================================================================== --- head/net/coda5_server/Makefile (revision 27422) +++ head/net/coda5_server/Makefile (revision 27423) @@ -1,24 +1,24 @@ # New ports collection makefile for: coda-server -# Version required: 5.3.2 # Date created: Mon Oct 18 12:01:28 EDT 1999 # Whom: ???# # $FreeBSD$ # -DISTNAME= coda-5.3.2 -PKGNAME= coda-server-5.3.2 +PORTNAME= coda-server +PORTVERSION= 5.3.2 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ +DISTNAME= coda-5.3.2 EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm ALL_TARGET= coda INSTALL_TARGET= server-install GNU_CONFIGURE= yes USE_GMAKE= yes .include Property changes on: head/net/coda5_server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/coda_client/Makefile =================================================================== --- head/net/coda_client/Makefile (revision 27422) +++ head/net/coda_client/Makefile (revision 27423) @@ -1,26 +1,26 @@ # New ports collection makefile for: coda -# Version required: 4.6.5 # Date created: 19 June 1998 # Whom: hmpierce # # $FreeBSD$ # -DISTNAME= coda-4.6.6 -PKGNAME= coda-client-4.6.6.1 +PORTNAME= coda-client +PORTVERSION= 4.6.6.1 CATEGORIES= net #MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ MASTER_SITES= ${MASTER_SITE_LOCAL} +DISTNAME= coda-4.6.6 EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm ALL_TARGET= coda INSTALL_TARGET= client-install GNU_CONFIGURE= yes USE_GMAKE= yes .include Property changes on: head/net/coda_client/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/coda_doc/Makefile =================================================================== --- head/net/coda_doc/Makefile (revision 27422) +++ head/net/coda_doc/Makefile (revision 27423) @@ -1,110 +1,110 @@ # New ports collection makefile for: coda -# Version required: 4.6.5 # Date created: 19 June 1998 # Whom: Robert V. Baron # # $FreeBSD$ # -DISTNAME= coda-doc-4.6.5-3 -PKGNAME= coda-doc-4.6.5.3 +PORTNAME=u coda-doc +PORTVERSION= 4.6.5.3 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/ +DISTNAME= coda-doc-4.6.5-3 EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu MAN1= cfs.1 \ clog.1 \ cmon.1 \ cpasswd.1 \ ctokens.1 \ cunlog.1 \ filcon.1 \ hoard.1 \ mvdb.1 \ rdsinit.1 \ repair.1 \ rvmutl.1 \ spy.1 MAN3= histo.3 \ rds_fake_free.3 \ rds_free.3 \ rds_init_heap.3 \ rds_load_heap.3 \ rds_malloc.3 \ rds_prealloc.3 \ rds_statistics.3 \ rds_zap_heap.3 \ rvm_abort_transaction.3 \ rvm_begin_transaction.3 \ rvm_create_log.3 \ rvm_create_segment.3 \ rvm_end_transaction.3 \ rvm_flush.3 \ rvm_initialize.3 \ rvm_load_segment.3 \ rvm_map.3 \ rvm_modify_bytes.3 \ rvm_print_statistics.3 \ rvm_query.3 \ rvm_set_options.3 \ rvm_set_range.3 \ rvm_statistics.3 \ rvm_terminate.3 \ rvm_truncate.3 \ rvm_unmap.3 \ timing.3 MAN5= backuplogs.5 \ dumpfile.5 \ dumplist.5 \ groups_coda.5 \ maxgroupid.5 \ multicastagents.5 \ multicastgroups.5 \ passwd_coda.5 \ servers.5 \ user_coda.5 \ vicetab.5 \ volumelist.5 \ vrdb.5 \ vrlist.5 \ vsgdb.5 \ vstab.5 MAN8= au.8 \ auth2.8 \ authmon.8 \ backup.8 \ bldvldb.8 \ createvol.8 \ createvol_rep.8 \ initpw.8 \ merge.8 \ norton.8 \ pcfgen.8 \ purgevol.8 \ purgevol_rep.8 \ pwd2pdb.8 \ readdump.8 \ replay.8 \ srv.8 \ startserver.8 \ updateclnt.8 \ updatemon.8 \ updatesrv.8 \ venus.8 \ volutil.8 \ vutil.8 do-build: @${ECHO} "At present, Coda documentation is distributed in html, man, ps, and ppt forms" @${ECHO} "but documentation source is not available. It should appear in a release" @${ECHO} "or two." do-install: cd ${WRKSRC}; tar cf - man | (cd ${PREFIX}; tar xvf -) .if !defined(NOPORTDOCS) cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -) .endif .include Property changes on: head/net/coda_doc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/coda_intro/Makefile =================================================================== --- head/net/coda_intro/Makefile (revision 27422) +++ head/net/coda_intro/Makefile (revision 27423) @@ -1,24 +1,24 @@ # New ports collection makefile for: coda -# Version required: 4.6.5 # Date created: 19 June 1998 # Whom: Robert V. Baron # # $FreeBSD$ # -DISTNAME= coda-intro-4.6.6 -PKGNAME= coda-intro-4.6.6.1 +PORTNAME= coda-intro +PORTVERSION= 4.6.6.1 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/ +DISTNAME= coda-intro-4.6.6 EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu do-build: @${ECHO} "These are simple text files. do-install: @${ECHO} "We will copy the files to ${PREFIX}/share/doc/coda-intro" cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -) .include Property changes on: head/net/coda_intro/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/coda_server/Makefile =================================================================== --- head/net/coda_server/Makefile (revision 27422) +++ head/net/coda_server/Makefile (revision 27423) @@ -1,26 +1,26 @@ # New ports collection makefile for: coda -# Version required: 4.6.5 # Date created: 19 June 1998 # Whom: hmpierce # # $FreeBSD$ # -DISTNAME= coda-4.6.6 -PKGNAME= coda-server-4.6.6.1 +PORTNAME= coda-server +PORTVERSION= 4.6.6.1 CATEGORIES= net #MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ MASTER_SITES= ${MASTER_SITE_LOCAL} +DISTNAME= coda-4.6.6 EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm ALL_TARGET= coda INSTALL_TARGET= server-install GNU_CONFIGURE= yes USE_GMAKE= yes .include Property changes on: head/net/coda_server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/cricket/Makefile =================================================================== --- head/net/cricket/Makefile (revision 27422) +++ head/net/cricket/Makefile (revision 27423) @@ -1,43 +1,43 @@ # New ports collection makefile for: Cricket -# Version required: 0.72 # Date created: 20 November 1999 # Whom: torstenb # # $FreeBSD$ # -DISTNAME= cricket-0.72 +PORTNAME= cricket +PORTVERSION= 0.72 CATEGORIES= net MASTER_SITES= http://www.munitions.com/~jra/cricket/dists/ MAINTAINER= torstenb@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/net/rrdtool RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes NO_PACKAGE= "needs customization" USE_PERL5= yes FETCH_BEFORE_ARGS= -b SCRIPTS_ENV+= PERL5=${PERL5} do-build: do-install: @${MKDIR} -m 755 ${PREFIX}/cricket @${CP} -R ${WRKSRC}/* ${PREFIX}/cricket @find ${PREFIX}/cricket -name \*.orig -or -name \*.bak | xargs ${RM} -f post-install: @${ECHO} "" @${ECHO} "Cricket has been installed in ${PREFIX}/cricket. You'll find" @${ECHO} "executables and configfiles there. Please take a look at" @${ECHO} "http://www.munitions.com/~jra/cricket/. The documentation can" @${ECHO} "be found in ${PREFIX}/cricket/doc/ too." .include Property changes on: head/net/cricket/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/cvsup/Makefile =================================================================== --- head/net/cvsup/Makefile (revision 27422) +++ head/net/cvsup/Makefile (revision 27423) @@ -1,74 +1,74 @@ # New ports collection makefile for: cvsup -# Version required: 16.1 # Date created: 7 August 1996 # Whom: asami # # $FreeBSD$ # -DISTNAME= cvsup-16.1 +PORTNAME= cvsup +PORTVERSION= 16.1 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/sources/ MAINTAINER= jdp@FreeBSD.org .ifdef NO_X11 M3FLAGS+= -DNOGUI BUILD_DEPENDS= ${L1}libm3tcp${L2}:${PORTSDIR}/lang/pm3-net RUN_DEPENDS= ${L1}libm3tcp${L2}:${PORTSDIR}/lang/pm3-net .else BUILD_DEPENDS= ${L1}libm3formsvbt${L2}:${PORTSDIR}/lang/pm3-forms RUN_DEPENDS= ${L1}libm3formsvbt${L2}:${PORTSDIR}/lang/pm3-forms .endif MAKE_ARGS+= PREFIX=${PREFIX} M3FLAGS="${M3FLAGS}" MAN1= cvpasswd.1 cvsup.1 MAN8= cvsupd.8 L1= ${PREFIX}/lib/m3/${TARGET}/ SOVERSION= 7 # To link the programs statically: #M3FLAGS+= -DSTATIC .include .if ${PORTOBJFORMAT} == "aout" L2= .so.${SOVERSION}.0 TARGET= FreeBSD2 TARGETDIR= freebsd-2 WORDSIZE= 32 .elif ${ARCH} == "i386" L2= .so.${SOVERSION} .if ${OSVERSION} < 400011 TARGET= FreeBSD3 TARGETDIR= freebsd-3 .else TARGET= FreeBSD4 TARGETDIR= freebsd-4 .endif WORDSIZE= 32 .elif ${ARCH} == "alpha" .if ${OSVERSION} < 400011 BROKEN= Not supported on older versions of FreeBSD/Alpha .endif CFLAGS+= -mieee L2= .so.${SOVERSION} TARGET= FBSD_ALPHA TARGETDIR= fbsd-alpha WORDSIZE= 64 .endif pre-fetch: .if empty(TARGET) @${ECHO_MSG} "Cannot determine M3 target for this architecture" @${FALSE} .endif .ifndef NO_X11 @${ECHO_MSG} -n "To build this port without X11 (and without the GUI)," @${ECHO_MSG} " define \"NO_X11\"." .endif @${TRUE} .include Property changes on: head/net/cvsup/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/net/cvsup-bin/Makefile =================================================================== --- head/net/cvsup-bin/Makefile (revision 27422) +++ head/net/cvsup-bin/Makefile (revision 27423) @@ -1,40 +1,40 @@ # New ports collection makefile for: cvsup-bin -# Version required: 16.1 # Date created: 12 November 1997 # Whom: Sheldon Hearn # # $FreeBSD$ # -DISTNAME= cvsup-bin-16.1 +PORTNAME= cvsup-bin +PORTVERSION= 16.1 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/ MAINTAINER= jdp@freebsd.org .include .if ${MACHINE_ARCH} == "i386" DISTFILES= cvsup-freebsd-ix86-${PORTOBJFORMAT}-16.1${EXTRACT_SUFX} .else .if ${OSVERSION} >= 400011 DISTFILES= cvsup-freebsd4-${MACHINE_ARCH}-16.1${EXTRACT_SUFX} .else BROKEN= Not supported for pre-4.0 FreeBSD/Alpha versions .endif .endif NO_BUILD= yes MAN1= cvpasswd.1 cvsup.1 MANCOMPRESSED= yes STRIP= do-install: cd ${WRKSRC}; \ ${INSTALL_PROGRAM} cvpasswd cvsup ${PREFIX}/bin .for file in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/${file}.gz ${PREFIX}/man/man1 .endfor .include Property changes on: head/net/cvsup-bin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/net/cvsup-mirror/Makefile =================================================================== --- head/net/cvsup-mirror/Makefile (revision 27422) +++ head/net/cvsup-mirror/Makefile (revision 27423) @@ -1,49 +1,49 @@ # New ports collection makefile for: cvsup-mirror -# Version required: none # Date created: 01 February 1997 # Whom: jdp # # $FreeBSD$ # -DISTNAME= cvsup-mirror-1.1 +PORTNAME= cvsup-mirror +PORTVERSION= 1.1 CATEGORIES= net DISTFILES= MAINTAINER= jdp@FreeBSD.org RUN_DEPENDS= ${PREFIX}/bin/cvsup:${PORTSDIR}/net/cvsup-bin \ ${PREFIX}/sbin/cvsupd:${PORTSDIR}/net/cvsupd-bin NO_WRKSUBDIR= true NO_CHECKSUM= true NO_BUILD= true IS_INTERACTIVE= true NO_PACKAGE= too interactive SCRIPTS_ENV= USA_RESIDENT=${USA_RESIDENT} base=${PREFIX}/etc/cvsup distrib=${base}/sup.client/distrib rc=${PREFIX}/etc/rc.d do-extract: @test -d ${WRKSRC} || ${MKDIR} ${WRKSRC} do-install: @${ECHO_MSG} "Installing files" @test -d ${distrib} || ${MKDIR} ${distrib} @test -d ${rc} || ${MKDIR} ${rc} @${INSTALL_DATA} ${WRKSRC}/config.sh ${base} @${INSTALL_DATA} ${WRKSRC}/cvsupd.access ${base} @${INSTALL_SCRIPT} ${FILESDIR}/update.sh ${base} @${INSTALL_DATA} ${FILESDIR}/supfile ${base} @${INSTALL_DATA} ${FILESDIR}/supfile.crypto ${base} @${INSTALL_DATA} ${FILESDIR}/supfile.non-crypto ${base} @${INSTALL_DATA} ${FILESDIR}/refuse.self ${distrib} @${INSTALL_SCRIPT} ${FILESDIR}/cvsupd.sh ${rc} @${CP} /dev/null ${base}/.start_server post-install: @PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include Property changes on: head/net/cvsup-mirror/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/cvsupd-bin/Makefile =================================================================== --- head/net/cvsupd-bin/Makefile (revision 27422) +++ head/net/cvsupd-bin/Makefile (revision 27423) @@ -1,38 +1,38 @@ # New ports collection makefile for: cvsupd-bin -# Version required: 16.1 # Date created: 17 August 1998 # Whom: Sheldon Hearn # # $FreeBSD$ # -DISTNAME= cvsupd-bin-16.1 +PORTNAME= cvsupd-bin +PORTVERSION= 16.1 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/ MAINTAINER= jdp@freebsd.org .include .if ${MACHINE_ARCH} == "i386" DISTFILES= cvsupd-freebsd-ix86-${PORTOBJFORMAT}-16.1${EXTRACT_SUFX} .else .if ${OSVERSION} >= 400011 DISTFILES= cvsupd-freebsd4-${MACHINE_ARCH}-16.1${EXTRACT_SUFX} .else BROKEN= Not supported for pre-4.0 FreeBSD/Alpha versions .endif .endif NO_BUILD= yes MAN8= cvsupd.8 MANCOMPRESSED= yes STRIP= do-install: cd ${WRKSRC}; \ ${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \ ${INSTALL_MAN} ${MAN8}.gz ${PREFIX}/man/man8 .include Property changes on: head/net/cvsupd-bin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/dante/Makefile =================================================================== --- head/net/dante/Makefile (revision 27422) +++ head/net/dante/Makefile (revision 27423) @@ -1,33 +1,33 @@ # Ports collection makefile for: Dante -# Version required: 1.1.1 # Date created: 20 October 1999 # Whom: Anders Nordby # # $FreeBSD$ # -DISTNAME= dante-1.1.1 +PORTNAME= dante +PORTVERSION= 1.1.1 CATEGORIES= security net MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ http://www.freenix.no/~anders/ \ ftp://totem.fix.no/pub/mirrors/misc/ MAINTAINER= anders@fix.no USE_LIBTOOL= yes CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ --with-sockd-conf=${PREFIX}/etc/sockd.conf MAN5= sockd.conf.5 socks.conf.5 MAN8= sockd.8 post-install: @${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${PREFIX}/etc/socks.conf.example @${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${PREFIX}/etc/sockd.conf.example ${INSTALL} -d -m 555 ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/README* ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4.protocol ${PREFIX}/share/doc/dante .include Property changes on: head/net/dante/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/datapipe/Makefile =================================================================== --- head/net/datapipe/Makefile (revision 27422) +++ head/net/datapipe/Makefile (revision 27423) @@ -1,24 +1,22 @@ # New ports collection makefile for: datapipe -# Version required: 1.0 # Date created: 04 January 2000 # Whom: Daniel Baker # # $FreeBSD$ # -DISTNAME= datapipe-1.0 +PORTNAME= datapipe +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/unsupported/ \ http://http.distributed.net/pub/dcti/unsupported/ - -DISTFILE= datapipe-1.0.tar.gz MAINTAINER= dbaker@FreeBSD.org do-build: ${CC} ${CFLAGS} -o ${WRKDIR}/${DISTNAME}/datapipe ${WRKDIR}/${DISTNAME}/datapipe.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/datapipe ${PREFIX}/bin .include Property changes on: head/net/datapipe/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/ddup/Makefile =================================================================== --- head/net/ddup/Makefile (revision 27422) +++ head/net/ddup/Makefile (revision 27423) @@ -1,50 +1,50 @@ # New ports collection makefile for: ddup -# Version required: 2.0.4 # Date created: 30 September 1999 # Whom: cjm2 # # $FreeBSD$ # -DISTNAME= ddup-2.2Dm -PKGNAME= ddup-2.2 +PORTNAME= ddup +PORTVERSION= 2.2 CATEGORIES= net MASTER_SITES= ftp://ddup.sourceforge.net/pub/ddup/ +DISTNAME= ddup-2.2Dm MAINTAINER= cjm2@altavista.net MAN1= ddup.1 MANCOMPRESSED= yes WRKSRC= ${WRKDIR}/ddup-2.2Dm # Uncomment this if you want to enable debugging. #DEBUG= -g pre-build: ${ECHO} "char *file_name = \"${PREFIX}/etc/ddup.conf\";" > ${WRKSRC}/options.h do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c ddup.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c ddup_functions.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c getopt.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c getopt1.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c parse_config.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c parse_option.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c update.c cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -o ddup ddup.o ddup_functions.o getopt.o getopt1.o parse_config.o parse_option.o update.o ${LIBS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ddup ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/testip ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/ddup.1.gz ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/doc/ddup ${INSTALL_MAN} ${WRKSRC}/INSTALL-C ${PREFIX}/share/doc/ddup ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ddup ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/ddup post-install: strip ${PREFIX}/sbin/ddup ${CAT} ${PKGDIR}/MESSAGE .include Property changes on: head/net/ddup/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/delegate/Makefile =================================================================== --- head/net/delegate/Makefile (revision 27422) +++ head/net/delegate/Makefile (revision 27423) @@ -1,56 +1,56 @@ # New ports collection makefile for: DeleGate -# Version required: 5.9.13 # Date created: 26 Jan 1997 # Whom: Masafumi NAKANE # # $FreeBSD$ # -DISTNAME= delegate5.9.13 -PKGNAME= delegate-5.9.13 +PORTNAME= delegate +PORTVERSION= 5.9.13 CATEGORIES= net www japanese MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/ +DISTNAME= delegate5.9.13 MAINTAINER= max@FreeBSD.org NO_PACKAGE= "Insecure program." MAKE_ENV= PATH=$${PATH}:. IS_INTERACTIVE= YES pre-fetch: .if !defined(FORCE_BUILD) || ${FORCE_BUILD}!="YES" @${ECHO} "*********************************************************************" @${ECHO} "* WARNING! WARNING! WARNING! WARNING! WARNING! *" @${ECHO} "* This program has know security problems which may allow a remote *" @${ECHO} "* attacker to take control of your machine. *" @${ECHO} "* See FreeBSD security advisory 00:04 for more information. *" @${ECHO} "* *" @${ECHO} "* It is strongly recommended that you avoid using this program. *" @${ECHO} "* *" @${ECHO} "* If you would like to use this program despite the danger, run *" @${ECHO} "* make with ``FORCE_BUILD=YES'' *" @${ECHO} "* WARNING! WARNING! WARNING! WARNING! WARNING! *" @${ECHO} "*********************************************************************" @${FALSE} .else @${ECHO} "*********************************************************************" @${ECHO} "* WARNING! WARNING! WARNING! WARNING! WARNING! *" @${ECHO} "* You have chosen to build an insecure program. *" @${ECHO} "* This program has know security problems which may allow a remote *" @${ECHO} "* attacker to take control of your machine. *" @${ECHO} "* See FreeBSD security advisory 00:04 for more information. *" @${ECHO} "*********************************************************************" .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin @${MKDIR} ${PREFIX}/share/examples/delegate ${INSTALL_DATA} ${FILESDIR}/delegated.sh \ ${PREFIX}/share/examples/delegate .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/delegate ${INSTALL_DATA} ${WRKSRC}/doc/Manual.txt \ ${PREFIX}/share/doc/delegate .endif @${CAT} ${PKGDIR}/MESSAGE .include Property changes on: head/net/delegate/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/net/dgd/Makefile =================================================================== --- head/net/dgd/Makefile (revision 27422) +++ head/net/dgd/Makefile (revision 27423) @@ -1,50 +1,50 @@ # New ports collection makefile for: dgd -# Version required: 1.1 # Date created: 23 August 1994 # Whom: adam # # $FreeBSD$ # -DISTNAME= dgd-1.1 -PKGNAME= dgd-1.1p6 +PORTNAME= dgd +PORTVERSION= 1.1.p6 CATEGORIES= net lang MASTER_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ \ ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ ftp://ftp.veda.is/pub/mud/dgd/ \ ftp://ftp.dreamlabs.com/pub/mud/dgd/ +DISTNAME= dgd-1.1 PATCH_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/patches/ \ ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/patches/ \ ftp://ftp.veda.is/pub/mud/dgd/patches/ \ ftp://ftp.dreamlabs.com/pub/mud/dgd/patches/ PATCHFILES= 1.1p1.gz \ 1.1p2.gz \ 1.1p3.gz \ 1.1p4.gz \ 1.1p5.gz \ 1.1p6.gz MAINTAINER= adam@veda.is NO_CDROM= "no distribution to corporate environment" RESTRICTED= "license required for commercial use" DIST_SUBDIR= dgd WRKSRC= ${WRKDIR}/dgd/src .if defined(PATCH_DEBUG) PATCH_DIST_ARGS= -d ${WRKDIR} -E ${PATCH_DIST_STRIP} .else PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_DIST_STRIP} .endif post-build: @cd ${WRKSRC}; ${MAKE} install @${CHMOD} o+r ${WRKDIR}/dgd/doc/kfun/* do-install: @-${MV} ${PREFIX}/dgd/bin/driver ${PREFIX}/dgd/bin/driver.old @tar -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PKGDIR}/PLIST` \ | tar -C ${PREFIX} -xpf - .include Property changes on: head/net/dgd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.82 \ No newline at end of property +1.83 \ No newline at end of property Index: head/net/dgd-lpmud/Makefile =================================================================== --- head/net/dgd-lpmud/Makefile (revision 27422) +++ head/net/dgd-lpmud/Makefile (revision 27423) @@ -1,37 +1,36 @@ # New ports collection makefile for: dgd-lpmud -# Version required: 2.4.5 # Date created: 10 November 1994 # Whom: adam # # $FreeBSD$ # -DISTNAME= dgd-lpmud -PKGNAME= dgd-lpmud-2.4.5 +PORTNAME= dgd-lpmud +PORTVERSION= 2.4.5 CATEGORIES= net devel games MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/lpc/ \ ftp://ftp.veda.is/pub/mud/dgd/ \ ftp://ftp.dreamlabs.com/pub/mud/dgd/mudlibs/ DISTFILES= 2.4.5-for-1.1.tgz MAINTAINER= adam@veda.is NO_PACKAGE= "depends on DGD, which is NO_CDROM" RESTRICTED= "no monetary gain, tarball OK for CDROM" RUN_DEPENDS= ${PREFIX}/dgd/bin/driver:${PORTSDIR}/net/dgd DIST_SUBDIR= dgd WRKSRC= ${WRKDIR}/mud PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ -p ${PREFIX}/dgd # -r ${PKGDIR}/REQ do-build: @cd ${WRKDIR}/mud/bin; make do-install: @tar -C ${WRKSRC} -cf - `${GREP} '^[a-z]' ${PKGDIR}/PLIST` \ | tar -C ${PREFIX}/dgd -xpf - .include Property changes on: head/net/dgd-lpmud/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/net/dgd-net/Makefile =================================================================== --- head/net/dgd-net/Makefile (revision 27422) +++ head/net/dgd-net/Makefile (revision 27423) @@ -1,59 +1,59 @@ # New ports collection makefile for: dgd-net -# Version required: 1.1 # Date created: 17 June 1996 # Whom: adam # # $FreeBSD$ # -DISTNAME= dgd-net-1.1p6 -DISTFILES= dgd-1.1.tar.gz +PORTNAME= dgd-net +PORTVERSION= 1.1.p6 CATEGORIES= net lang MASTER_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ \ ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ ftp://ftp.veda.is/pub/mud/dgd/ \ ftp://ftp.dreamlabs.com/pub/mud/dgd/ +DISTFILES= dgd-1.1.tar.gz PATCH_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/patches/ \ ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/patches/ \ ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/pkg/ \ ftp://ftp.veda.is/pub/mud/dgd/patches/ \ ftp://ftp.dreamlabs.com/pub/mud/dgd/patches/ PATCHFILES= net-10.dgd-1.1.gz \ 1.1p1.gz \ 1.1p2.gz \ 1.1p3.gz \ 1.1p4.gz \ 1.1p5.gz \ 1.1p6.gz MAINTAINER= adam@veda.is NO_CDROM= "no distribution to corporate environment" RESTRICTED= "license required for commercial use" DIST_SUBDIR= dgd WRKSRC= ${WRKDIR}/dgd/src .if defined(PATCH_DEBUG) PATCH_DIST_ARGS= -d ${WRKDIR} -E ${PATCH_DIST_STRIP} .else PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_DIST_STRIP} .endif pre-patch: @${LN} -s dgd ${WRKDIR}/dgd+net post-build: @cd ${WRKSRC}; ${MAKE} install @${MV} ${WRKDIR}/dgd/bin/driver ${WRKDIR}/dgd/bin/driver.net @${MV} ${WRKDIR}/dgd/bin/precomp ${WRKDIR}/dgd/bin/precomp.net @${MV} ${WRKDIR}/dgd/doc/Introduction ${WRKDIR}/dgd/doc/Introduction.NET @${MV} ${WRKDIR}/dgd/doc/kfun/send_message ${WRKDIR}/dgd/doc/kfun/send_message.NET @${CHMOD} o+r ${WRKDIR}/dgd/doc/kfun/* do-install: @-${MV} ${PREFIX}/dgd/bin/driver.net ${PREFIX}/dgd/bin/driver.net.old @tar -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PKGDIR}/PLIST` \ | tar -C ${PREFIX} -xpf - .include Property changes on: head/net/dgd-net/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/net/dhcpconf/Makefile =================================================================== --- head/net/dhcpconf/Makefile (revision 27422) +++ head/net/dhcpconf/Makefile (revision 27423) @@ -1,32 +1,32 @@ # New ports collection makefile for: dhcp-conf -# Version required: 0.7.0 # Date created: 20 Dec 1999 # Whom: Will Andrews # # $FreeBSD$ # +PORTNAME= dhcpconf +PORTVERSION= 0.7.0 DISTNAME= dhcp-conf -PKGNAME= dhcpconf-${VERSION} CATEGORIES= net sysutils MASTER_SITES= http://members.xoom.com/vschade/dhcp-conf/ +DISTNAME= dhcp-conf EXTRACT_SUFX= .tgz MAINTAINER= will@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ newt.0:${PORTSDIR}/devel/newt ALL_TARGET= ${DISTNAME} -VERSION= 0.7.0 -WRKSRC= ${WRKDIR}/${DISTNAME}_${VERSION} +WRKSRC= ${WRKDIR}/${DISTNAME}_${PORTVERSION} MAKE_ENV+= PCFLAGS="${CFLAGS}" do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dhcp-conf ${PREFIX}/sbin/dhcpconf .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/dhcpconf @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/dhcpconf .endif .include Property changes on: head/net/dhcpconf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/dhid/Makefile =================================================================== --- head/net/dhid/Makefile (revision 27422) +++ head/net/dhid/Makefile (revision 27423) @@ -1,39 +1,39 @@ # New ports collection makefile for: dhid -# Version required: 3.1 # Date created: Sat Aug 21 06:13:59 EDT 1999 # Whom: Oryx Gazella # # $FreeBSD$ # -DISTNAME= dhid-3.1 +PORTNAME= dhid +PORTVERSION= 3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ MAINTAINER= oryx@ungulate.net MAN8= dhid.8 post-patch: @${ECHO} "===> Patching dhid.h" ${PERL} -i -p -e "s^__PREFIX__^${PREFIX}^g" ${WRKSRC}/dhid.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/dhid.8 ${PREFIX}/man/man8 ${INSTALL} ${COPY} -o root -g wheel -m 600 ${WRKSRC}/dhid.conf ${PREFIX}/etc/dhid.conf.sample post-install: @if [ ! -f ${PREFIX}/etc/rc.d/dhid.sh ]; then \ ${ECHO} "===> Installing ${PREFIX}/etc/rc.d/dhid.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/dhid.sh; \ ${ECHO} "[ -x \"${PREFIX}/sbin/dhid\" -a -f \"${PREFIX}/etc/dhid.conf\" ] && ${PREFIX}/sbin/dhid > /dev/null && echo -n ' dhid'" >> ${PREFIX}/etc/rc.d/dhid.sh; \ chmod 751 ${PREFIX}/etc/rc.d/dhid.sh; \ fi; @${ECHO} "--------------------------------------------------------------------------" @${ECHO} "Before dhid can run, you will need to register with a DHIS provider." @${ECHO} "See http://www.dhis.org/dhis/services/ for a list of providers." @${ECHO} "Enter the DHIS account information into the ${PREFIX}/etc/dhid.conf file." @${ECHO} "--------------------------------------------------------------------------" .include Property changes on: head/net/dhid/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/dlint/Makefile =================================================================== --- head/net/dlint/Makefile (revision 27422) +++ head/net/dlint/Makefile (revision 27423) @@ -1,32 +1,32 @@ # ex:ts=8 # Ports collection makefile for: dlint -# Version required: 0.0 # Date created: Wed Dec 23, 1998 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= dlint1.3.3 -PKGNAME= dlint-1.3.3 +PORTNAME= dlint +PORTVERSION= 1.3.3 CATEGORIES= net MASTER_SITES= http://www.domtools.com/pub/ +DISTFILES= dlint-${PORTVERSION} MAINTAINER= obrien@FreeBSD.org NO_BUILD= yes MAN8= dlint.8 do-configure: @${PERL} -pi.orig -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint @${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8 do-install: cd ${WRKSRC} ; ${INSTALL_SCRIPT} dlint digparse ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/dlint.8 ${PREFIX}/man/man8 .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/dlint ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dlint .endif .include Property changes on: head/net/dlint/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/dnsutl/Makefile =================================================================== --- head/net/dnsutl/Makefile (revision 27422) +++ head/net/dnsutl/Makefile (revision 27423) @@ -1,25 +1,25 @@ # Ports collection makefile for: dnsutl -# Version required: 1.5 # Date created: Nov 05, 1998 # Whom: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de) # # $FreeBSD$ # -DISTNAME= dnsutl-1.5 +PORTNAME= dnsutl +PORTVERSION= 1.5 CATEGORIES= net MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \ http://www.tip.net.au/~millerp/dnsutl/ \ http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/ \ ftp://ftp.agso.gov.au/pub/Aegis/dnsutl/ MAINTAINER= Karl.Dietz@frankfurt.netsurf.de GNU_CONFIGURE= yes ALL_TARGET= all sure MAN1= dns-bootp.1 dns-bootparams.1 dns-ethers-import.1 \ dns-ethers.1 dns-filter.1 dns-hosts-import.1 \ dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1 .include Property changes on: head/net/dnsutl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/dnswalk/Makefile =================================================================== --- head/net/dnswalk/Makefile (revision 27422) +++ head/net/dnswalk/Makefile (revision 27423) @@ -1,43 +1,44 @@ # New ports collection makefile for: dnswalk -# Version required: 2.0.2 # Date created: 17 January 1998 # Whom: Matthew Hunt # # $FreeBSD$ +# -DISTNAME= dnswalk-2.0.2 +PORTNAME= dnswalk +PORTVERSION= 2.0.2 CATEGORIES= net MASTER_SITES= http://www.visi.com/~barr/dnswalk/ MAINTAINER= mph@freebsd.org RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS NO_WRKSUBDIR= YES NO_BUILD= YES USE_PERL5= YES MAN1= dnswalk.1 EX_DIR= ${PREFIX}/share/examples/dnswalk DOC_DIR= ${PREFIX}/share/doc/dnswalk pre-configure: ${MV} -f ${WRKDIR}/dnswalk ${WRKDIR}/dnswalk.orig ${SED} -e "s#/usr/contrib/bin/perl#${PERL5}#"\ < ${WRKDIR}/dnswalk.orig > ${WRKDIR}/dnswalk do-install: ${MKDIR} ${EX_DIR} ${INSTALL_SCRIPT} ${WRKDIR}/do-dnswalk ${EX_DIR} ${INSTALL_SCRIPT} ${WRKDIR}/makereports ${EX_DIR} ${INSTALL_SCRIPT} ${WRKDIR}/sendreports ${EX_DIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOC_DIR} ${INSTALL_DATA} ${WRKDIR}/README ${DOC_DIR} ${INSTALL_DATA} ${WRKDIR}/dnswalk.errors ${DOC_DIR} .endif ${INSTALL_MAN} ${WRKDIR}/dnswalk.1 ${PREFIX}/man/man1 ${INSTALL_SCRIPT} ${WRKDIR}/dnswalk ${PREFIX}/bin .include Property changes on: head/net/dnswalk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/doc/Makefile =================================================================== --- head/net/doc/Makefile (revision 27422) +++ head/net/doc/Makefile (revision 27423) @@ -1,35 +1,35 @@ # New ports collection makefile for: doc -# Version required: 2.1.4 # Date created: 28 November 1999 # Whom: MIHIRA Yoshiro # # $FreeBSD$ # -DISTNAME= doc-2.1.4 +PORTNAME= doc +PORTVERSION= 2.1.4 CATEGORIES= net MASTER_SITES= ftp://ftp.his.com/pub/brad/dns/ MAINTAINER= sanpei@jp.FreeBSD.org AUX_DIR= lib/doc AUX_FILES= doc1.awk doc3.awk doc4.awk INFO RFC.XXXX MAN8= doc.8 do-build: @${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \ > ${WRKSRC}/doc do-install: @${MKDIR} ${PREFIX}/${AUX_DIR} @${INSTALL_SCRIPT} ${WRKSRC}/doc ${PREFIX}/bin/doc @for file in ${AUX_FILES}; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/${AUX_DIR}/ ; \ done .if !defined(NOPORTDOCS) @${INSTALL_DATA} ${WRKSRC}/doc.8 ${PREFIX}/man/man8/doc.8 .endif .include Property changes on: head/net/doc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/domtools/Makefile =================================================================== --- head/net/domtools/Makefile (revision 27422) +++ head/net/domtools/Makefile (revision 27423) @@ -1,35 +1,34 @@ # New ports collection makefile for: domtools -# Version required: 1.4.0 # Date created: 12 Jun 1999 # Whom: alexp # # $FreeBSD$ # -DISTNAME= domtools${VERSION} -PKGNAME= domtools-${VERSION} +PORTNAME= domtools +PORTVERSION= 1.4.0 CATEGORIES= net MASTER_SITES= http://www.domtools.com/pub/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= veers@disturbed.net USE_PERL5= YES NO_BUILD= YES -WRKSRC= ${WRKDIR}/domtools${VERSION}/ -VERSION= 1.4.0 +WRKSRC= ${WRKDIR}/domtools${PORTVERSION}/ # XXX - patches/patch-aa modifies Makefile # and so does the post-patch target post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ < ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile post-install: ${MKDIR} ${PREFIX}/domtools/lib/zonecache .include Property changes on: head/net/domtools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/echoping/Makefile =================================================================== --- head/net/echoping/Makefile (revision 27422) +++ head/net/echoping/Makefile (revision 27423) @@ -1,17 +1,17 @@ # New ports collection makefile for: echoping -# Version required: 2.2.0 # Date created: 13 April 1997 # Whom: peter # # $FreeBSD$ # -DISTNAME= echoping-2.2.0 +PORTNAME= echoping +PORTVERSION= 2.2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/ MAINTAINER= peter@FreeBSD.org MAN1= echoping.1 .include Property changes on: head/net/echoping/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/etherboot/Makefile =================================================================== --- head/net/etherboot/Makefile (revision 27422) +++ head/net/etherboot/Makefile (revision 27423) @@ -1,39 +1,38 @@ # New ports collection makefile for: etherboot -# Version required: 4.2.11 # Date created: 16 April 1999 # Whom: Doug Ambrisko # # $FreeBSD$ # -DISTNAME= etherboot-4.5.5 -PKGNAME= etherboot-4.5 +PORTNAME= etherboot +PORTVERSION= 4.5.5 CATEGORIES= net MASTER_SITES= http://www.slug.org.au/etherboot/ \ http://www.us.kernel.org/pub/linux/devel/gcc/ \ http://www.ambrisko.com/doug/ DISTFILES= ${DISTNAME}.tar.gz ${BINUTILS_VER}.tar.gz MAINTAINER= ambrisko@whistle.com BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm NO_PACKAGE= lots of configuration necessary USE_GMAKE=1 WRKSRC= ${WRKDIR}/${DISTNAME}/src BINUTILS_VER= binutils-2.9.1.0.25 # need newer version of gas for data32 pre-configure: cd ${WRKDIR}/${BINUTILS_VER} ; \ ./configure -host=i386-unknown-freebsdelf pre-build: cd ${WRKDIR}/${BINUTILS_VER} ; \ make do-install: @${ECHO} Refer ${PKGDIR}/DESCR and ${WRKDIR}/${PKGNAME}/doc for how to @${ECHO} build and install the rom/floppy image. @exit 1 .include Property changes on: head/net/etherboot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/ethereal/Makefile =================================================================== --- head/net/ethereal/Makefile (revision 27422) +++ head/net/ethereal/Makefile (revision 27423) @@ -1,31 +1,31 @@ # New ports collection makefile for: ethereal -# Version required: 0.8.6 # Date created: 10 August 1998 # Whom: Bill Fumerola # # $FreeBSD$ # -DISTNAME= ethereal-0.8.6 +PORTNAME= ethereal +PORTVERSION= 0.8.6 CATEGORIES= net ipv6 MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ http://jefnet.linuxberg.com/files/x11/network/ \ http://ethereal.zing.org/distribution/ \ http://ethereal.boehm.org/distribution/ MAINTAINER= billf@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ glib12.3:${PORTSDIR}/devel/glib12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" MAN1= ethereal.1 tethereal.1 editcap.1 .include Property changes on: head/net/ethereal/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/net/everybuddy/Makefile =================================================================== --- head/net/everybuddy/Makefile (revision 27422) +++ head/net/everybuddy/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: everybuddy -# Version required: 0.1.1 # Date created: 1 Mar 2000 # Whom: Jim Mock # # $FreeBSD$ # -DISTNAME= everybuddy-0.1.1 +PORTNAME= everybuddy +PORTVERSION= 0.1.1 CATEGORIES= net MASTER_SITES= http://www.everybuddy.com/files/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ esd.2:${PORTSDIR}/audio/esound GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" MAN1= everybuddy.1 .include Property changes on: head/net/everybuddy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/fping/Makefile =================================================================== --- head/net/fping/Makefile (revision 27422) +++ head/net/fping/Makefile (revision 27423) @@ -1,32 +1,33 @@ # ex:ts=8 # Ports collection makefile for: fping -# Version required: 0.0 # Date created: Tue Mar 25, 1997 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # +PORTNAME= fping +PORTVERSION= 1.20 DISTNAME= part01 -PKGNAME= fping-1.20 CATEGORIES= net MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume26/fping/ \ ftp://ftp.digital.com/pub/usenet/comp.sources.unix/volume26/fping/ \ ftp://ftp.wustl.edu/usenet/comp.sources.unix/volume26/fping/ \ ftp://ftp.isnet.is/pub/Usenet/Usenet.src/comp.sources.unix/v26/fping/ +DISTNAME= part01 EXTRACT_SUFX= .Z MAINTAINER= obrien@FreeBSD.org DIST_SUBDIR= fping EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= | ${SED} -e '1,/Archive-Name/d' | ${SH} NO_WRKSUBDIR= yes MAN8= fping.8 post-install: @strip ${PREFIX}/sbin/fping .include Property changes on: head/net/fping/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/freewais-sf/Makefile =================================================================== --- head/net/freewais-sf/Makefile (revision 27422) +++ head/net/freewais-sf/Makefile (revision 27423) @@ -1,40 +1,40 @@ # New ports collection makefile for: FreeWAIS-sf -# Version required: 2.2.13 # Date created: 19 November 1996 # Whom: Pedro Giffuni # # $FreeBSD$ # -DISTNAME= freeWAIS-sf-2.2.13 -PKGNAME= freewais-sf-2.2.13 +PORTNAME= freewais-sf +PORTVERSION= 2.2.13 CATEGORIES= net databases MASTER_SITES= ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/freeWAIS-sf/ +DISTNAME= freeWAIS-sf-2.2.13 MAINTAINER= ports@FreeBSD.org HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= < ${WRKDIR}/configure.ans INSTALL_TARGET= install install.man MAN1= catalog.1 dictionary.1 inverted_file.1 makedb.1 mkfmt.1 waisindex.1 \ waisq.1 waissearch.1 waisserver.1 xwais.1 xwaisq.1 MAN3= ftw.3 regexp.3 scandir.3 pre-configure: @${SED} -e "s:%%CC%%:${CC}:g" \ -e "s:%%CFLAGS%%:${CFLAGS}:g" \ ${FILESDIR}/configure.ans.skel > ${WRKDIR}/configure.ans post-configure: @find ${WRKSRC} -type f | \ xargs ${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/SF ${INSTALL_DATA} ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF .endif .include Property changes on: head/net/freewais-sf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/fspclient/Makefile =================================================================== --- head/net/fspclient/Makefile (revision 27422) +++ head/net/fspclient/Makefile (revision 27423) @@ -1,21 +1,21 @@ # New ports collection makefile for: fspclient -# Version required: 0.0-h+ # Date created: 7 Nov 1994 # Whom: ache # # $FreeBSD$ # -DISTNAME= fspclient -PKGNAME= fspclient-0.0.h +PORTNAME= fspclient +PORTVERSION= 0.0.h CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/file-transfer +DISTNAME= fspclient MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/fspclient GNU_CONFIGURE= yes MAN1= fsp.1 .include Property changes on: head/net/fspclient/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/gaim/Makefile =================================================================== --- head/net/gaim/Makefile (revision 27422) +++ head/net/gaim/Makefile (revision 27423) @@ -1,34 +1,34 @@ # New ports collection makefile for: gaim -# Version required: 0.9.13 # Date created: 26 Mar 1999 # Whom: Jim Mock # # $FreeBSD$ # -DISTNAME= gaim-0.9.13 +PORTNAME= gaim +PORTVERSION= 0.9.13 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes CONFIGURE_ARGS= --disable-esd CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/gaim ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/gaim/pixmaps && ${CHMOD} a+rx ${PREFIX}/share/gaim/pixmaps @${ECHO} "===> Installing pixmaps" @${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/share/gaim/pixmaps .include Property changes on: head/net/gaim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/net/gaim-snapshot/Makefile =================================================================== --- head/net/gaim-snapshot/Makefile (revision 27422) +++ head/net/gaim-snapshot/Makefile (revision 27423) @@ -1,34 +1,34 @@ # New ports collection makefile for: gaim -# Version required: 0.9.13 # Date created: 26 Mar 1999 # Whom: Jim Mock # # $FreeBSD$ # -DISTNAME= gaim-0.9.13 +PORTNAME= gaim +PORTVERSION= 0.9.13 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes CONFIGURE_ARGS= --disable-esd CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/gaim ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/gaim/pixmaps && ${CHMOD} a+rx ${PREFIX}/share/gaim/pixmaps @${ECHO} "===> Installing pixmaps" @${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/share/gaim/pixmaps .include Property changes on: head/net/gaim-snapshot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/net/gated/Makefile =================================================================== --- head/net/gated/Makefile (revision 27422) +++ head/net/gated/Makefile (revision 27423) @@ -1,21 +1,21 @@ # Ports collection makefile for: gated -# Version required: 3.5.11 # Date created: 29 October 1994 # Whom: pst # # $FreeBSD$ # -DISTNAME= gated-3-5-11 -PKGNAME= gated-3.5.11 +PORTNAME= gated +PORTVERSION= 3.5.11 CATEGORIES= net MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/ +DISTNAME= gated-3-5-11 MAINTAINER= ports@FreeBSD.org FORBIDDEN= "Security hole (buffer overflow possibly yielding root)" ALL_TARGET= gated MAN8= gated.8 ripquery.8 ospf_monitor.8 gdc.8 .include Property changes on: head/net/gated/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/net/generic-nqs/Makefile =================================================================== --- head/net/generic-nqs/Makefile (revision 27422) +++ head/net/generic-nqs/Makefile (revision 27423) @@ -1,134 +1,134 @@ # New ports collection makefile for: nqs (Generic NQS) -# Version required: 3.50.6 # Date created: 01 May 1998 # Whom: tonym # # $FreeBSD$ # # View this file with tabstop=4 # -DISTNAME= Generic-NQS-3.50.6 +PORTNAME= Generic-NQS +PORTVERSION= 3.50.6 CATEGORIES= net MASTER_SITES= http://ftp.gnqs.org/pub/gnqs/source/by-version-number/v3.50/ MAINTAINER= tony.maher@ebioinformatics.com -FORBIDDEN= "Local root compromise" +FORBIDDEN= "Local root compromise" Y2K= http://www.gnqs.org/Year2000.htm IS_INTERACTIVE= yes NO_PACKAGE= have to build on site due to the descriptors created in\ /var/spool/nqs (default location) and the configuration\ procedure # # NQS gets configured, built and installed via its own SETUP script # # can call with --config, --compile or --install (in that order) # and provided the previous steps have been done and it then goes thru # everything from the called argument # # In order to fit in with the FreeBSD ports, modified SETUP so it has # 3 new targets --fbconfig, --fbcompile, --fbinstall # these differ in that they only do the current stage and *not* everything # from there on in # HOSTNAME= `uname -n` RELEASE= `uname -r | cut -d'-' -f 1` HARDWARE= `uname -m` HAS_CONFIGURE= yes CONFIGURE_SCRIPT= SETUP CONFIGURE_ARGS= --fbconfig # # In the files directory we have: # DUMMYMAKE= Makefile STARTUP= nqs.sh TEMPLATE= i386-unknown-freebsd2.2.6 # # We rename TEMPLATE (which is known to work for 2.2.6 up to and including # 4.0 current Mar 07) to the release number of this machine. # Maybe this is a mistake. NQS will auto generate a file from a similar # Platorm description file, but you would have to run make twice # in this case. # PLATFORMDIR=${WRKSRC}/SETUPDir/Platforms PLATFORM= ${HARDWARE}-unknown-freebsd${RELEASE} # # NQS configure generates a config file in # Build-Tree/${PLATFORM}/${HOSTNAME}/SETUP/General.h # We can use this to extract what was actually configured such as # where the nqsdaemon resides. We just want the NQS_ROOTDIR # out of it for the post-install when we put in system startup file. # CONFIGFILE= ${WRKSRC}/Build-Tree/${PLATFORM}/${HOSTNAME}/SETUP/General.h MANDIR= ${WRKSRC}/Source-Tree/man/man1/all-systems RCDIR= ${PREFIX}/etc/rc.d SYSINST= ${SCRIPTDIR}/create-nqs-rc.sh SYSLOGFIX= ${SCRIPTDIR}/syslog-add.sh PLISTFIX= ${SCRIPTDIR}/fix-PLIST.mktmp.sh CREATEQ= ${SCRIPTDIR}/create-example-batch-queues MAN1= nmapmgr.1 nqs.1 nqsconfig.1 nqsgs.1 nqsrn.1\ qacct.1 qalter.1 qcat.1 qcmplx.1 qdel.1 qdev.1\ qhold.1 qjob.1 qlimit.1 qmgr.1m qmsg.1 qpr.1\ qresume.1 qrls.1 qstat.1 qstatc.1 qsub.1 qsuspend.1 # # Thus ends the definitions # # # Ok get a working platform description file in there. # We need a dummy top level Makefile as NQS will put its Makefile # in Build-Tree/${PLATFORM}/${HOSTNAME} # Need to have the SETUP scripts executable. # Remove the dross *.man files qcat.man and list_nqs_queues.man # Rename man page to fit BSD extensions # pre-configure: @ ${CP} ${FILESDIR}/${TEMPLATE} ${PLATFORMDIR}/${PLATFORM}; \ ${CP} ${FILESDIR}/${DUMMYMAKE} ${WRKSRC}; \ ${CHMOD} 555 ${WRKDIR}/${DISTNAME}/Source-Tree/SETUP/all-systems/* ${RM} ${MANDIR}/*.man ; \ ${MV} ${MANDIR}/nmapmgr.1m ${MANDIR}/nmapmgr.1 # # Install system boot startup file but need to find out exactly where # the nqs stuff was installed as this is set in nqs' own install script # Modify syslog.conf to handle nqs # post-install: @ strip ${PREFIX}/sbin/loaddaemon ${PREFIX}/sbin/finish_autoinst \ ${PREFIX}/sbin/lpserver ${PREFIX}/sbin/netclient \ ${PREFIX}/sbin/netdaemon ${PREFIX}/sbin/netserver \ ${PREFIX}/sbin/nqsdaemon ${PREFIX}/sbin/nqsexejob \ ${PREFIX}/sbin/nqsmkdirs ${PREFIX}/sbin/nqsmkfile \ ${PREFIX}/sbin/nqsmktrans ${PREFIX}/sbin/nqssetargv \ ${PREFIX}/sbin/pipeclient ${PREFIX}/sbin/shlexefai; \ strip ${PREFIX}/bin/nmapmgr ${PREFIX}/bin/qacct \ ${PREFIX}/bin/qalter ${PREFIX}/bin/qcat \ ${PREFIX}/bin/qdel ${PREFIX}/bin/qdev \ ${PREFIX}/bin/qhold ${PREFIX}/bin/qlimit \ ${PREFIX}/bin/qmgr ${PREFIX}/bin/qmsg \ ${PREFIX}/bin/qpr ${PREFIX}/bin/qrls \ ${PREFIX}/bin/qstat ${PREFIX}/bin/qsub \ ${PREFIX}/bin/qsuspend; \ ${SH} ${SYSINST} ${CONFIGFILE} ${FILESDIR}/${STARTUP} ${RCDIR}/${STARTUP}; \ ${SH} ${SYSLOGFIX}; \ ${SH} ${PLISTFIX} ${CONFIGFILE} ${WRKDIR}; \ ${ECHO} "You may want run ${SH} ${CREATEQ} to actually make some queues"; \ ${ECHO} "" .include Property changes on: head/net/generic-nqs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/ggsd/Makefile =================================================================== --- head/net/ggsd/Makefile (revision 27422) +++ head/net/ggsd/Makefile (revision 27423) @@ -1,34 +1,34 @@ # New ports collection makefile for: ggsd -# Version required: 0.1 # Date created: 14 February 1999 # Whom: Dima Sivachenko # # $FreeBSD$ # -DISTNAME= ggsd -PKGNAME= ggsd-0.1 +PORTNAME= ggsd +PORTVERSION= 0.1 CATEGORIES= net MASTER_SITES= http://people.FreeBSD.org/~billf/distfiles/ \ ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ +DISTNAME= ggsd EXTRACT_SUFX= .tar MAINTAINER= dima@chg.ru LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 WRKSRC= ${WRKDIR}/GGSD EXTRACT_CMD= ${TAR} EXTRACT_BEFORE_ARGS= -xf EXTRACT_AFTER_ARGS= # empty do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/ggsd ${PREFIX}/bin .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/ggsd @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ggsd @ ${INSTALL_DATA} ${WRKSRC}/example.scr ${PREFIX}/share/doc/ggsd .endif .include Property changes on: head/net/ggsd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/gicq/Makefile =================================================================== --- head/net/gicq/Makefile (revision 27422) +++ head/net/gicq/Makefile (revision 27423) @@ -1,28 +1,28 @@ # New ports collection makefile for: gicq -# Version required: 0.33 # Date Created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # # $FreeBSD$ # -DISTNAME= gicq-0.33 +PORTNAME= gicq +PORTVERSION= 0.33 CATEGORIES= net MASTER_SITES= http://people.FreeBSD.org/~flathill/distfiles/ \ ftp://ftp.korsoft.com/pub/gicq/ MAINTAINER= flathill@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ icq.0:${PORTSDIR}/net/libicq GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gnome --disable-nls CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .include Property changes on: head/net/gicq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/gnet/Makefile =================================================================== --- head/net/gnet/Makefile (revision 27422) +++ head/net/gnet/Makefile (revision 27423) @@ -1,22 +1,22 @@ # New ports collection makefile for: gnet -# Version required: 1.0.1 # Date created: 16 February 2000 # Whom: Yukihiro Nakai # # $FreeBSD$ # -DISTNAME= gnet-1.0.1 +PORTNAME= gnet +PORTVERSION= 1.0.1 CATEGORIES= net MASTER_SITES= http://www.eecs.umich.edu/~dhelder/misc/gnet/src/ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" .include Property changes on: head/net/gnet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/gnet-glib2/Makefile =================================================================== --- head/net/gnet-glib2/Makefile (revision 27422) +++ head/net/gnet-glib2/Makefile (revision 27423) @@ -1,22 +1,22 @@ # New ports collection makefile for: gnet -# Version required: 1.0.1 # Date created: 16 February 2000 # Whom: Yukihiro Nakai # # $FreeBSD$ # -DISTNAME= gnet-1.0.1 +PORTNAME= gnet +PORTVERSION= 1.0.1 CATEGORIES= net MASTER_SITES= http://www.eecs.umich.edu/~dhelder/misc/gnet/src/ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" .include Property changes on: head/net/gnet-glib2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/gnet2/Makefile =================================================================== --- head/net/gnet2/Makefile (revision 27422) +++ head/net/gnet2/Makefile (revision 27423) @@ -1,22 +1,22 @@ # New ports collection makefile for: gnet -# Version required: 1.0.1 # Date created: 16 February 2000 # Whom: Yukihiro Nakai # # $FreeBSD$ # -DISTNAME= gnet-1.0.1 +PORTNAME= gnet +PORTVERSION= 1.0.1 CATEGORIES= net MASTER_SITES= http://www.eecs.umich.edu/~dhelder/misc/gnet/src/ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" .include Property changes on: head/net/gnet2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/gnomba/Makefile =================================================================== --- head/net/gnomba/Makefile (revision 27422) +++ head/net/gnomba/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: gnomba -# Version required: 0.5.1 # Date created: 10 January 2000 # Whom: Dmitry Sivachenko # # $FreeBSD$ # -DISTNAME= gnomba-0.5.1 +PORTNAME= gnomba +PORTVERSION= 0.5.1 CATEGORIES= net gnome MASTER_SITES= http://gnomba.darkcorner.net/tars/ \ ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ MAINTAINER= dima@Chg.RU LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ gnomeui.3:${PORTSDIR}/x11/gnomelibs GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" pre-configure: ${RM} ${WRKSRC}/config.cache .include Property changes on: head/net/gnomba/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/gnome-vnc/Makefile =================================================================== --- head/net/gnome-vnc/Makefile (revision 27422) +++ head/net/gnome-vnc/Makefile (revision 27423) @@ -1,20 +1,20 @@ # New ports collection makefile for: gnome-vnc -# Version required: 0.1 # Date created: Sun Jul 18 1999 # Whom: domi@saargate.de # # $FreeBSD$ # -DISTNAME= gnome-vnc-0.1 +PORTNAME= gnome-vnc +PORTVERSION= 0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.daa.com.au/pub/james/gnome/ MAINTAINER= domi@saargate.de LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs USE_X_PREFIX= yes GNU_CONFIGURE= yes .include Property changes on: head/net/gnome-vnc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/gnomeicu/Makefile =================================================================== --- head/net/gnomeicu/Makefile (revision 27422) +++ head/net/gnomeicu/Makefile (revision 27423) @@ -1,28 +1,28 @@ # Ports collection Makefile for: GnomeICU -# Version required: 0.90b # Date created: 03/16/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # -DISTNAME= gnomeicu-0.90b +PORTNAME= gnomeicu +PORTVERSION= 0.90.b CATEGORIES= net gnome MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \ http://www.nectar.cc/distfiles/ MAINTAINER= nectar@FreeBSD.org LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= YES USE_BZIP2= YES GNU_CONFIGURE= YES CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include Property changes on: head/net/gnomeicu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net/gnomeicu/gnomeicu/Makefile =================================================================== --- head/net/gnomeicu/gnomeicu/Makefile (revision 27422) +++ head/net/gnomeicu/gnomeicu/Makefile (revision 27423) @@ -1,28 +1,28 @@ # Ports collection Makefile for: GnomeICU -# Version required: 0.90b # Date created: 03/16/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # -DISTNAME= gnomeicu-0.90b +PORTNAME= gnomeicu +PORTVERSION= 0.90.b CATEGORIES= net gnome MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \ http://www.nectar.cc/distfiles/ MAINTAINER= nectar@FreeBSD.org LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= YES USE_BZIP2= YES GNU_CONFIGURE= YES CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include Property changes on: head/net/gnomeicu/gnomeicu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net/gnomeicu2/Makefile =================================================================== --- head/net/gnomeicu2/Makefile (revision 27422) +++ head/net/gnomeicu2/Makefile (revision 27423) @@ -1,28 +1,28 @@ # Ports collection Makefile for: GnomeICU -# Version required: 0.90b # Date created: 03/16/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # -DISTNAME= gnomeicu-0.90b +PORTNAME= gnomeicu +PORTVERSION= 0.90.b CATEGORIES= net gnome MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \ http://www.nectar.cc/distfiles/ MAINTAINER= nectar@FreeBSD.org LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= YES USE_BZIP2= YES GNU_CONFIGURE= YES CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include Property changes on: head/net/gnomeicu2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net/gnosamba/Makefile =================================================================== --- head/net/gnosamba/Makefile (revision 27422) +++ head/net/gnosamba/Makefile (revision 27423) @@ -1,23 +1,23 @@ # New ports collection makefile for: gtksamba -# Version required: 0.3.1 # Date created: 4 November 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= gtksamba-0.3.2pl1 +PORTNAME= gtksamba +PORTVERSION= 0.3.2.p1 CATEGORIES= net MASTER_SITES= http://www.open-systems.com/gtksamba/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" .include Property changes on: head/net/gnosamba/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/gnu-finger/Makefile =================================================================== --- head/net/gnu-finger/Makefile (revision 27422) +++ head/net/gnu-finger/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: GNU finger -# Version required: 1.37 # Date created: 20 June 1996 # Whom: Yoshiro MIHIRA # # $FreeBSD$ # -DISTNAME= finger-1.37 -PKGNAME= gnu-finger-1.37 +PORTNAME= gnu-finger +PORTVERSION= 1.37 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= finger +DISTNAME= finger-1.37 MAINTAINER= sanpei@yy.cs.keio.ac.jp HAS_CONFIGURE= yes INSTALL_TARGET= server post-install: ${MKDIR} ${PREFIX}/etc/fingerdir ${MKDIR} ${PREFIX}/etc/rc.d @${CP} ${WRKSRC}/support/ttylocs ${PREFIX}/etc/fingerdir/ttylocs.sample @${CP} ${FILESDIR}/clients.sample ${PREFIX}/etc/fingerdir/clients.sample @${INSTALL} ${COPY} -m 744 -o root ${FILESDIR}/fingerd.sh.sample ${PREFIX}/etc/rc.d/fingerd.sh.sample @${ECHO} "GNU.finger.server.hostname" > ${PREFIX}/etc/fingerdir/serverhost.sample @${ECHO} "mail.spool.server.hostname" > ${PREFIX}/etc/fingerdir/mailhost.sample .include Property changes on: head/net/gnu-finger/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/gopher/Makefile =================================================================== --- head/net/gopher/Makefile (revision 27422) +++ head/net/gopher/Makefile (revision 27423) @@ -1,38 +1,38 @@ # New ports collection makefile for: gopher -# Version required: 2.3 # Date created: 11 Dec 1994 # Whom: ats (original) # # $FreeBSD$ # -DISTNAME= gopher2_3 -PKGNAME= gopher-2.3 +PORTNAME= gopher +PORTVERSION= 2.3 CATEGORIES= net MASTER_SITES= ftp://boombox.micro.umn.edu/pub/gopher/Unix/ +DISTNAME= gopher2.3 MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/wais:build DATADIR= $(PREFIX)/gopher-data WaisTop= $(PORTSDIR)/net/wais/work/freeWAIS-0.5 CONFIGURE_ENV= LIBS='-lcompat -lcrypt' CONFIGURE_ARGS= --enable-datadir=$(DATADIR) --disable-debug --enable-locale GNU_CONFIGURE= yes MAN1= gopher.1 gophfilt.1 MAN5= gopherd.conf.5 gopherrc.5 MAN8= gopherd.8 gopherindex.8 pre-configure: # This ones are for FreeWAIS-0.4 and > ${LN} -s ${WaisTop}/include $(WaisTop)/ir ${LN} -s ${WaisTop}/src/client/ui $(WaisTop) ${LN} -s ${WaisTop}/bin $(WRKSRC) # This is the new configuration method ${LN} -s ${WaisTop} $(WRKSRC)/wais pre-install: $(MKDIR) $(DATADIR) .include Property changes on: head/net/gopher/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/gtic/Makefile =================================================================== --- head/net/gtic/Makefile (revision 27422) +++ head/net/gtic/Makefile (revision 27423) @@ -1,30 +1,30 @@ # New ports collection makefile for: gtic -# Version required: 1.3b # Date created: 22 August 1999 # Whom: Denis Shaposhnikov # # $FreeBSD$ # -DISTNAME= gtic-1.3b +PORTNAME= gtic +PORTVERSION= 1.3.b CATEGORIES= net MASTER_SITES= ftp://ftp.cracksoft.kiev.ua/pub/linux/gtic/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/fido MAINTAINER= dsh@vlink.ru MAKE_ENV+= DEFINES="${DEFINES}" .if defined(WITH_AMIGA4D) DEFINES+= -DAMIGA4D .endif do-install: ${MKDIR} ${PREFIX}/etc/gtic .for i in areagroups areas config domains help users ${INSTALL_DATA} ${WRKSRC}/etc/${i} ${PREFIX}/etc/gtic/${i}.sample .endfor ${INSTALL_PROGRAM} ${WRKSRC}/src/gtic ${PREFIX}/sbin/ .include Property changes on: head/net/gtic/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/gtkyahoo/Makefile =================================================================== --- head/net/gtkyahoo/Makefile (revision 27422) +++ head/net/gtkyahoo/Makefile (revision 27423) @@ -1,23 +1,23 @@ # New ports collection makefile for: gtkyahoo -# Version required: 0.16 # Date created: 18 August 1999 # Whom: dannyman@dannyland.org # # $FreeBSD$ # -DISTNAME= gtkyahoo-0.16 +PORTNAME= gtkyahoo +PORTVERSION= 0.16 CATEGORIES= net MASTER_SITES= http://www.unixtools.org/gtkyahoo/dist/tars/ MAINTAINER= dannyman@dannyland.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes GNU_CONFIGURE= yes GTK_CONFIG?= ${X11BASE}/bin/gtk12-config CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" .include Property changes on: head/net/gtkyahoo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/h2n/Makefile =================================================================== --- head/net/h2n/Makefile (revision 27422) +++ head/net/h2n/Makefile (revision 27423) @@ -1,26 +1,26 @@ # New ports collection makefile for: h2n -# Version required: 1.29 # Date created: 27 Nov 1997 # Whom: SADA Kenji # # $FreeBSD$ # -DISTNAME= dns -PKGNAME= h2n-1.29 +PORTNAME= h2n +PORTVERSION= 1.29 CATEGORIES= net MASTER_SITES= ftp://ftp.iij.ad.jp/pub/published/oreilly/nutshell/dnsbind/ \ ftp://ftp.uu.net/published/oreilly/nutshell/dnsbind/ +DISTNAME= dns EXTRACT_SUFX= .tar.Z MAINTAINER= sada@FreeBSD.org NO_BUILD= YES NO_WRKSUBDIR= YES RESTRICTED= "Never get an approval yet." do-install: @${INSTALL_SCRIPT} ${WRKSRC}/h2n ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/h2n.man ${PREFIX}/man/cat8/h2n.8 .include Property changes on: head/net/h2n/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/hesiod/Makefile =================================================================== --- head/net/hesiod/Makefile (revision 27422) +++ head/net/hesiod/Makefile (revision 27423) @@ -1,41 +1,41 @@ # Ports collection Makefile for: Hesiod -# Version required: 3.0.2 # Date created: 6/11/1998 # Whom: n@nectar.com # # $FreeBSD$ # -DISTNAME= hesiod-3.0.2 +PORTNAME= hesiod +PORTVERSION= 3.0.2 CATEGORIES= net MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ \ http://www.nectar.cc/distfiles/ MAINTAINER= nectar@FreeBSD.org MAN1= hesinfo.1 MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ hesiod_free_passwd.3 hesiod_free_postoffice.3 \ hesiod_free_servent.3 hesiod_getmailhost.3 \ hesiod_getpwnam.3 hesiod_getpwuid.3 \ hesiod_getservbyname.3 hesiod_init.3 \ hesiod_resolve.3 hesiod_to_bind.3 MAN5= hesiod.conf.5 GNU_CONFIGURE= YES .include .if ${PORTOBJFORMAT} == elf VERSION=3 SONAME="-Wl,-soname,libhesiod.so.${VERSION}" .else VERSION=3.0 .endif MAKE_ENV+= VERSION="${VERSION}" SONAME="${SONAME}" post-install: ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/net/hesiod/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/icb/Makefile =================================================================== --- head/net/icb/Makefile (revision 27422) +++ head/net/icb/Makefile (revision 27423) @@ -1,36 +1,36 @@ # ex:ts=8 # Ports collection makefile for: icb -# Version required: 0.0 # Date created: Tue Feb 03, 1998 # Whom: David O'Brien (obrien@NUXI.ucdavis.edu) # # $FreeBSD$ # -DISTNAME= icb-5.0.9 +PORTNAME= icb +PORTVERSION= 5.0.9 CATEGORIES= net MASTER_SITES= ftp://ftp.swcp.com/pub/icb/clients/unix/ \ ftp://ftp.empire.net/pub/icb/clients/ \ ftp://ftp.cs.unm.edu/pub/armijo/icb.src/clients/ \ ftp://ftp.dorje.com/pub/archive/ \ ftp://ftp.tu-clausthal.de/pub/unix.new/net/ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org do-configure: @cd ${WRKSRC}; \ ${SED} -e s,@PREFIX@,${PREFIX},g ${FILESDIR}/config >${WRKSRC}/config do-install: ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${PREFIX}/share/icb ${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb ${INSTALL_DATA} ${WRKSRC}/sample.icbrc \ ${WRKSRC}/contrib/bartender \ ${WRKSRC}/contrib/confuse \ ${WRKSRC}/contrib/echofile \ ${PREFIX}/share/icb .include Property changes on: head/net/icb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/icmpinfo/Makefile =================================================================== --- head/net/icmpinfo/Makefile (revision 27422) +++ head/net/icmpinfo/Makefile (revision 27423) @@ -1,32 +1,32 @@ # ex:ts=8 # Ports collection makefile for: icmpinfo -# Version required: 0.0 # Date created: Mon June 23, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # -DISTNAME= icmpinfo-1.11 +PORTNAME= icmpinfo +PORTVERSION= 1.11 CATEGORIES= net sysutils MASTER_SITES= ftp://hplyot.obspm.fr/net/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/admin MAINTAINER= obrien@NUXI.com ALL_TARGET= MAN1= icmpinfo.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/icmpinfo ${PREFIX}/bin ${CHOWN} root ${PREFIX}/bin/icmpinfo ${CHMOD} 4555 ${PREFIX}/bin/icmpinfo ${INSTALL_MAN} ${WRKSRC}/icmpinfo.man ${PREFIX}/man/man1/${MAN1} .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/icmpinfo ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/icmpinfo .endif .include Property changes on: head/net/icmpinfo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/icmpquery/Makefile =================================================================== --- head/net/icmpquery/Makefile (revision 27422) +++ head/net/icmpquery/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: icmpquery -# Version required: 1.0.3 # Date created: Jan 7 1999 # Whom: dom@myrddin.demon.co.uk # # $FreeBSD$ # -DISTNAME= icmpquery -PKGNAME= icmpquery-1.0.3 +PORTNAME= icmpquery +PORTVERSION= 1.0.3 CATEGORIES= net MASTER_SITES= http://www.angio.net/security/ +DISTNAME= icmpquery EXTRACT_SUFX= .c MAINTAINER= dom@myrddin.demon.co.uk NO_WRKSUBDIR= YES ALL_TARGET= icmpquery do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} @${CP} ${FILESDIR}/Makefile ${WRKDIR} do-install: @${INSTALL_PROGRAM} ${WRKDIR}/icmpquery ${PREFIX}/bin @${CHMOD} u+s ${PREFIX}/bin/icmpquery .include Property changes on: head/net/icmpquery/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/icqlib/Makefile =================================================================== --- head/net/icqlib/Makefile (revision 27422) +++ head/net/icqlib/Makefile (revision 27423) @@ -1,17 +1,17 @@ # New ports collection makefile for: icqlib -# Version required: 0.1.3 # Date created: 16 March 1999 # Whom: Pavel Andreev # # $FreeBSD$ # -DISTNAME= icqlib-0.1.3 +PORTNAME= icqlib +PORTVERSION= 0.1.3 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/icqlib/ MAINTAINER= paxvel@iname.com GNU_CONFIGURE= yes .include Property changes on: head/net/icqlib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/icqlib0/Makefile =================================================================== --- head/net/icqlib0/Makefile (revision 27422) +++ head/net/icqlib0/Makefile (revision 27423) @@ -1,17 +1,17 @@ # New ports collection makefile for: icqlib -# Version required: 0.1.3 # Date created: 16 March 1999 # Whom: Pavel Andreev # # $FreeBSD$ # -DISTNAME= icqlib-0.1.3 +PORTNAME= icqlib +PORTVERSION= 0.1.3 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/icqlib/ MAINTAINER= paxvel@iname.com GNU_CONFIGURE= yes .include Property changes on: head/net/icqlib0/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/icqnix/Makefile =================================================================== --- head/net/icqnix/Makefile (revision 27422) +++ head/net/icqnix/Makefile (revision 27423) @@ -1,26 +1,26 @@ # New ports collection makefile for: icqnix -# Version required: b1 # Date created: 27 Aug 1999 # Whom: Yin-Jieh Chen # # $FreeBSD$ # -DISTNAME= icqnix-beta1 -PKGNAME= icqnix-b1 +PORTNAME= icqnix +PORTVERSION= b1 CATEGORIES= net MASTER_SITES= http://icqnix.linuxbox.com/ +DISTNAME= icqnix-beta1 MAINTAINER= yinjieh@csie.nctu.edu.tw RUN_DEPENDS= esdplay:${PORTSDIR}/audio/esound GNU_CONFIGURE= yes USE_GMAKE= yes USE_QT= yes post-install: @strip ${PREFIX}/bin/icqnix @strip ${PREFIX}/bin/icqnix.install .include Property changes on: head/net/icqnix/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/ipfm/Makefile =================================================================== --- head/net/ipfm/Makefile (revision 27422) +++ head/net/ipfm/Makefile (revision 27423) @@ -1,21 +1,21 @@ # New ports collection makefile for: ipfm -# Version required: 0.10.4 # Date Created: 4 Mar 2000 # Whom: Roman Shterenzon # # $FreeBSD$ # -DISTNAME= ipfm-0.10.4 +PORTNAME= ipfm +PORTVERSION= 0.10.4 CATEGORIES= net MASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/ EXTRACT_SUFX= .tgz MAINTAINER= roman@xpert.com WRKSRC= ${WRKDIR}/${PKGNAME} PATCH_STRIP= -p1 GNU_CONFIGURE= yes .include Property changes on: head/net/ipfm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/iplog/Makefile =================================================================== --- head/net/iplog/Makefile (revision 27422) +++ head/net/iplog/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: iplog -# Version required: 2.1.1 # Date created: 4 Oct 1999 # Whom: Dominik Rothert # # $FreeBSD$ # -DISTNAME= iplog-2.1.1 +PORTNAME= iplog +PORTVERSION= 2.1.1 CATEGORIES= security MASTER_SITES= http://download.sourceforge.net/ojnk/ \ ftp://ftp.karlsbakk.net/pub/ojnk/iplog/ PATCH_SITES= http://ojnk.sourceforge.net/stuff/ \ ftp://ftp.karlsbakk.net/pub/ojnk/iplog/ PATCH_DIST_STRIP=-p1 MAINTAINER= ust@cert.siemens.de GNU_CONFIGURE= yes MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}" USE_GMAKE= yes MAN5= iplog.rules.5 MAN8= iplog.8 .include post-install: strip ${PREFIX}/sbin/iplog .if !exists(${PREFIX}/etc/iplog.rules) ${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules .endif ${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules.sample .include Property changes on: head/net/iplog/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/ipw/Makefile =================================================================== --- head/net/ipw/Makefile (revision 27422) +++ head/net/ipw/Makefile (revision 27423) @@ -1,18 +1,18 @@ # New ports collection makefile for: ipw -# Version required: 3.3a # Date created: 29 January 1999 # Whom: mph # # $FreeBSD$ # -DISTNAME= ipw -PKGNAME= ipw-3.3a +PORTNAME= ipw +PORTVERSION= 3.3.a CATEGORIES= net MASTER_SITES= http://mjhb.marina-del-rey.ca.us/ipw/ +DISTNAME= ipw MAINTAINER= mph@freebsd.org NO_WRKSUBDIR= yes .include Property changes on: head/net/ipw/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/irrtoolset/Makefile =================================================================== --- head/net/irrtoolset/Makefile (revision 27422) +++ head/net/irrtoolset/Makefile (revision 27423) @@ -1,32 +1,32 @@ # New ports collection makefile for: RAToolSet -# Version required: 3.5.8 # Date created: May 4th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= RAToolSet-3.5.8 -PKGNAME= ratoolset-3.5.8 +PORTNAME= ratoolset +PORTVERSION= 3.5.8 CATEGORIES= net tk82 MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/ +DISTNAME= RAToolSet-3.5.8 MAINTAINER= jfitz@FreeBSD.org LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 USE_BISON= yes GNU_CONFIGURE= Yes CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.2:${PREFIX}/include/tk8.2" \ TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ TCL_LIBRARY=${PREFIX}/lib/tcl8.2 \ TK_LIBRARY=${PREFIX}/lib/tk8.2 \ LD_TCL_TK_LIBS="-ltk82 -ltcl82" MAN1= CIDRAdvisor.1 aoe.1 pmatch.1 prpath.1 RtConfig.1 peval.1 \ prcheck.1 roe.1 MAN8= prtraceroute.8 relayd.8 ALL_TARGET= depend all .include Property changes on: head/net/irrtoolset/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/isc-dhcp2/Makefile =================================================================== --- head/net/isc-dhcp2/Makefile (revision 27422) +++ head/net/isc-dhcp2/Makefile (revision 27423) @@ -1,32 +1,32 @@ # Ports collection makefile for: dhcp -# Version required: 2.0 # Date created: 7 Mar 1996 # Whom: se # # $FreeBSD$ # -DISTNAME= dhcp-2.0 -PKGNAME= isc-${DISTNAME} +PORTNAME= isc-dhcp +PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ +DISTNAME= dhcp-${PORTVERSION} MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ dhcpd.leases.5 MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 post-install: ${TOUCH} /var/db/dhcpd.leases .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ fi .endfor .include Property changes on: head/net/isc-dhcp2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/net/isc-dhcp3/Makefile =================================================================== --- head/net/isc-dhcp3/Makefile (revision 27422) +++ head/net/isc-dhcp3/Makefile (revision 27423) @@ -1,32 +1,32 @@ # Ports collection makefile for: dhcp -# Version required: 2.0 # Date created: 7 Mar 1996 # Whom: se # # $FreeBSD$ # -DISTNAME= dhcp-2.0 -PKGNAME= isc-${DISTNAME} +PORTNAME= isc-dhcp +PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ +DISTNAME= dhcp-${PORTVERSION} MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ dhcpd.leases.5 MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 post-install: ${TOUCH} /var/db/dhcpd.leases .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ fi .endfor .include Property changes on: head/net/isc-dhcp3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/net/isc-dhcp3-server/Makefile =================================================================== --- head/net/isc-dhcp3-server/Makefile (revision 27422) +++ head/net/isc-dhcp3-server/Makefile (revision 27423) @@ -1,32 +1,32 @@ # Ports collection makefile for: dhcp -# Version required: 2.0 # Date created: 7 Mar 1996 # Whom: se # # $FreeBSD$ # -DISTNAME= dhcp-2.0 -PKGNAME= isc-${DISTNAME} +PORTNAME= isc-dhcp +PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ +DISTNAME= dhcp-${PORTVERSION} MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ dhcpd.leases.5 MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 post-install: ${TOUCH} /var/db/dhcpd.leases .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ fi .endfor .include Property changes on: head/net/isc-dhcp3-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/net/isc-dhcp30-server/Makefile =================================================================== --- head/net/isc-dhcp30-server/Makefile (revision 27422) +++ head/net/isc-dhcp30-server/Makefile (revision 27423) @@ -1,32 +1,32 @@ # Ports collection makefile for: dhcp -# Version required: 2.0 # Date created: 7 Mar 1996 # Whom: se # # $FreeBSD$ # -DISTNAME= dhcp-2.0 -PKGNAME= isc-${DISTNAME} +PORTNAME= isc-dhcp +PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ +DISTNAME= dhcp-${PORTVERSION} MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ dhcpd.leases.5 MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 post-install: ${TOUCH} /var/db/dhcpd.leases .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ fi .endfor .include Property changes on: head/net/isc-dhcp30-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/net/isc-dhcp31-server/Makefile =================================================================== --- head/net/isc-dhcp31-server/Makefile (revision 27422) +++ head/net/isc-dhcp31-server/Makefile (revision 27423) @@ -1,32 +1,32 @@ # Ports collection makefile for: dhcp -# Version required: 2.0 # Date created: 7 Mar 1996 # Whom: se # # $FreeBSD$ # -DISTNAME= dhcp-2.0 -PKGNAME= isc-${DISTNAME} +PORTNAME= isc-dhcp +PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ +DISTNAME= dhcp-${PORTVERSION} MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ dhcpd.leases.5 MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 post-install: ${TOUCH} /var/db/dhcpd.leases .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ fi .endfor .include Property changes on: head/net/isc-dhcp31-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/net/isc-dhcp40-server/Makefile =================================================================== --- head/net/isc-dhcp40-server/Makefile (revision 27422) +++ head/net/isc-dhcp40-server/Makefile (revision 27423) @@ -1,32 +1,32 @@ # Ports collection makefile for: dhcp -# Version required: 2.0 # Date created: 7 Mar 1996 # Whom: se # # $FreeBSD$ # -DISTNAME= dhcp-2.0 -PKGNAME= isc-${DISTNAME} +PORTNAME= isc-dhcp +PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ +DISTNAME= dhcp-${PORTVERSION} MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ dhcpd.leases.5 MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 post-install: ${TOUCH} /var/db/dhcpd.leases .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ fi .endfor .include Property changes on: head/net/isc-dhcp40-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/net/isic/Makefile =================================================================== --- head/net/isic/Makefile (revision 27422) +++ head/net/isic/Makefile (revision 27423) @@ -1,20 +1,20 @@ # New ports collection makefile for: isic -# Version required: 0.05 # Date created: 25 February 2000 # Whom: Brad Hendrickse # # $FreeBSD$ # -DISTNAME= isic-0.05 +PORTNAME= isic +PORTVERSION= 0.05 CATEGORIES= net MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/ EXTRACT_SUFX= .tgz MAINTAINER= bradh@uunet.co.za BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet GNU_CONFIGURE= yes .include Property changes on: head/net/isic/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/kdenetwork11/Makefile =================================================================== --- head/net/kdenetwork11/Makefile (revision 27422) +++ head/net/kdenetwork11/Makefile (revision 27423) @@ -1,42 +1,42 @@ # New ports collection makefile for: kdenetwork -# Version required: Beta4 # Date created: 28 October 1997 # Whom: Stefan Eßer # # $FreeBSD$ # -DISTNAME= kdenetwork-1.1.2 +PORTNAME= kdenetwork +PORTVERSION= 1.1.2 CATEGORIES= net news kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ uu.1:${PORTSDIR}/converters/uulib \ kdecore.3:${PORTSDIR}/x11/kdelibs11 \ QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 \ js.3:${PORTSDIR}/converters/kdesupport11 \ mimelib.2:${PORTSDIR}/converters/kdesupport11 \ rdb.56:${PORTSDIR}/converters/kdesupport11 USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes CFLAGS+= "-I${PREFIX}/include" .include # ksirc needs egcs .if ${OSVERSION} < 400004 PLIST= ${PKGDIR}/PLIST.noksirc .endif .include Property changes on: head/net/kdenetwork11/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/net/kdenetwork2/Makefile =================================================================== --- head/net/kdenetwork2/Makefile (revision 27422) +++ head/net/kdenetwork2/Makefile (revision 27423) @@ -1,42 +1,42 @@ # New ports collection makefile for: kdenetwork -# Version required: Beta4 # Date created: 28 October 1997 # Whom: Stefan Eßer # # $FreeBSD$ # -DISTNAME= kdenetwork-1.1.2 +PORTNAME= kdenetwork +PORTVERSION= 1.1.2 CATEGORIES= net news kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ uu.1:${PORTSDIR}/converters/uulib \ kdecore.3:${PORTSDIR}/x11/kdelibs11 \ QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 \ js.3:${PORTSDIR}/converters/kdesupport11 \ mimelib.2:${PORTSDIR}/converters/kdesupport11 \ rdb.56:${PORTSDIR}/converters/kdesupport11 USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes CFLAGS+= "-I${PREFIX}/include" .include # ksirc needs egcs .if ${OSVERSION} < 400004 PLIST= ${PKGDIR}/PLIST.noksirc .endif .include Property changes on: head/net/kdenetwork2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/net/kdenetwork3/Makefile =================================================================== --- head/net/kdenetwork3/Makefile (revision 27422) +++ head/net/kdenetwork3/Makefile (revision 27423) @@ -1,42 +1,42 @@ # New ports collection makefile for: kdenetwork -# Version required: Beta4 # Date created: 28 October 1997 # Whom: Stefan Eßer # # $FreeBSD$ # -DISTNAME= kdenetwork-1.1.2 +PORTNAME= kdenetwork +PORTVERSION= 1.1.2 CATEGORIES= net news kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ uu.1:${PORTSDIR}/converters/uulib \ kdecore.3:${PORTSDIR}/x11/kdelibs11 \ QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 \ js.3:${PORTSDIR}/converters/kdesupport11 \ mimelib.2:${PORTSDIR}/converters/kdesupport11 \ rdb.56:${PORTSDIR}/converters/kdesupport11 USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes CFLAGS+= "-I${PREFIX}/include" .include # ksirc needs egcs .if ${OSVERSION} < 400004 PLIST= ${PKGDIR}/PLIST.noksirc .endif .include Property changes on: head/net/kdenetwork3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/net/kdenetwork4/Makefile =================================================================== --- head/net/kdenetwork4/Makefile (revision 27422) +++ head/net/kdenetwork4/Makefile (revision 27423) @@ -1,42 +1,42 @@ # New ports collection makefile for: kdenetwork -# Version required: Beta4 # Date created: 28 October 1997 # Whom: Stefan Eßer # # $FreeBSD$ # -DISTNAME= kdenetwork-1.1.2 +PORTNAME= kdenetwork +PORTVERSION= 1.1.2 CATEGORIES= net news kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ uu.1:${PORTSDIR}/converters/uulib \ kdecore.3:${PORTSDIR}/x11/kdelibs11 \ QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 \ js.3:${PORTSDIR}/converters/kdesupport11 \ mimelib.2:${PORTSDIR}/converters/kdesupport11 \ rdb.56:${PORTSDIR}/converters/kdesupport11 USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes CFLAGS+= "-I${PREFIX}/include" .include # ksirc needs egcs .if ${OSVERSION} < 400004 PLIST= ${PKGDIR}/PLIST.noksirc .endif .include Property changes on: head/net/kdenetwork4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/net/kdetelnet/Makefile =================================================================== --- head/net/kdetelnet/Makefile (revision 27422) +++ head/net/kdetelnet/Makefile (revision 27423) @@ -1,33 +1,33 @@ # New ports collection makefile for: ktelnet -# Version required: 0.61 # Date created: 14 May 1998 # Whom: Hans Petter Bieker # # $FreeBSD$ # -DISTNAME= ktelnet-0.61 +PORTNAME= ktelnet +PORTVERSION= 0.61 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/1.1/apps/network EXTRACT_SUFX= .tgz MAINTAINER= hanspb@persbraten.vgs.no LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="$(CXXFLAGS)" \ INSTALL_SCRIPT="$(INSTALL_SCRIPT)" USE_QT= yes post-install: .if !defined(NOPORTDOCS) .for DIR in en de @${MKDIR} ${PREFIX}/share/doc/HTML/${DIR}/ktelnet @${INSTALL_MAN} ${WRKSRC}/doc/index.${DIR}.html \ ${PREFIX}/share/doc/HTML/${DIR}/ktelnet/index.html .endfor .endif .include Property changes on: head/net/kdetelnet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/kicq/Makefile =================================================================== --- head/net/kicq/Makefile (revision 27422) +++ head/net/kicq/Makefile (revision 27423) @@ -1,24 +1,24 @@ # New ports collection makefile for: kicq -# Version required: 0.3.0 # Date created: 16 March 1999 # Whom: Pavel Andreev # # $FreeBSD$ # -DISTNAME= kicq-0.3.0 +PORTNAME= kicq +PORTVERSION= 0.3.0 CATEGORIES= net kde MASTER_SITES= http://download.sourceforge.net/kicq/ MAINTAINER= paxvel@iname.com LIB_DEPENDS= icq.1:${PORTSDIR}/net/icqlib \ kdecore.3:${PORTSDIR}/x11/kdelibs11 \ kdeui.3:${PORTSDIR}/x11/kdelibs11 \ kfm.3:${PORTSDIR}/x11/kdelibs11 USE_QT= yes GNU_CONFIGURE= yes .include Property changes on: head/net/kicq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/ksamba/Makefile =================================================================== --- head/net/ksamba/Makefile (revision 27422) +++ head/net/ksamba/Makefile (revision 27423) @@ -1,27 +1,27 @@ # New ports collection makefile for: ksamba -# Version required: Beta4 # Date created: 18 May 1998 # Whom: Hans Petter Bieker # # $FreeBSD$ # -DISTNAME= ksamba-0.3.3 +PORTNAME= ksamba +PORTVERSION= 0.3.3 CATEGORIES= kde net MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= unstable/apps/network MAINTAINER= hanspb@persbraten.vgs.no LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \ kdeui.3:${PORTSDIR}/x11/kdelibs11 \ kfm.3:${PORTSDIR}/x11/kdelibs11 \ kfile.3:${PORTSDIR}/x11/kdelibs11 USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" .include Property changes on: head/net/ksamba/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/lambdamoo/Makefile =================================================================== --- head/net/lambdamoo/Makefile (revision 27422) +++ head/net/lambdamoo/Makefile (revision 27423) @@ -1,34 +1,34 @@ # New ports collection makefile for: LambdaMOO -# Version required: 1.8.0r8 # Date created: Jul 3 1999 # Whom: Seiichirou Hiraoka # # $FreeBSD$ # -DISTNAME= LambdaMOO-1.8.0r8 -PKGNAME= lambdamoo-1.8.0r8 +PORTNAME= lambdamoo +PORTVERSION= 1.8.0.r8 CATEGORIES= net MASTER_SITES= ftp://ftp.place.org/pub/moo/unofficial/ +DISTNAME= LambdaMOO-1.8.0r8 MAINTAINER= flathill@FreeBSD.ORG WRKSRC= ${WRKDIR}/MOO-1.8.0r8 GNU_CONFIGURE= yes ALL_TARGET= do-install: @${INSTALL_PROGRAM} ${WRKSRC}/moo ${PREFIX}/sbin post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/LambdaMOO @(cd ${WRKSRC};\ ${INSTALL_MAN} Minimal.db README README.Minimal \ ${PREFIX}/share/doc/LambdaMOO; \ ) @${INSTALL_DATA} ${FILESDIR}/README.FreeBSD \ ${PREFIX}/share/doc/LambdaMOO .endif .include Property changes on: head/net/lambdamoo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/ldapsdk/Makefile =================================================================== --- head/net/ldapsdk/Makefile (revision 27422) +++ head/net/ldapsdk/Makefile (revision 27423) @@ -1,46 +1,46 @@ # New ports collection makefile for: perldap -# Version required: 1.1b # Date created: 17 May 1999 # Whom: paul@freebsd.org # # $FreeBSD$ # -DISTNAME= ldapsdk_12311998 -PKGNAME= ldapsdk-1998.12.31 +PORTNAME= ldapsdk +PORTVERSION= 1998.12.31 CATEGORIES= net MASTER_SITES= ftp://ftp.mozilla.org/pub/directory/c-sdk/ldap/ +DISTNAME= ldapsdk_12311998 MAINTAINER= paul@FreeBSD.org WRKSRC= ${WRKDIR}/mozilla MAKEFILE= ${WRKSRC}/directory/ldapsdk.mk USE_GMAKE= yes MAKE_ENV+= MOZILLA_CLIENT=1 NO_MDUPDATE=1 MOZ_LDAP_SDK=1 ALL_TARGET= build OBJDIR= ${WRKSRC}/dist/${OPSYS}${OSREL}_DBG.OBJ INSTALL_DIR= ${PREFIX}/mozilla/directory do-install: ${MKDIR} ${INSTALL_DIR}/etc ${MKDIR} ${INSTALL_DIR}/include ${MKDIR} ${INSTALL_DIR}/lib ${INSTALL_DATA} ${OBJDIR}/bin/liblber.so.1.0 \ ${INSTALL_DIR}/lib/liblber.so.1 -(cd ${INSTALL_DIR}/lib; ${LN} -s liblber.so.1 liblber.so) ${INSTALL_DATA} ${OBJDIR}/bin/libldap.so.1.0 \ ${INSTALL_DIR}/lib/libldap.so.1 -(cd ${INSTALL_DIR}/lib; ${LN} -s libldap.so.1 libldap.so) cd ${OBJDIR}/etc && ${TAR} -chf - * | \ ${TAR} -xf - -C ${INSTALL_DIR}/etc cd ${OBJDIR}/include && ${TAR} -chf - * | \ ${TAR} -xf - -C ${INSTALL_DIR}/include cd ${OBJDIR}/lib && ${TAR} -chf - * | \ ${TAR} -xf - -C ${INSTALL_DIR}/lib post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/mozilla/directory/lib .include Property changes on: head/net/ldapsdk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/libicq/Makefile =================================================================== --- head/net/libicq/Makefile (revision 27422) +++ head/net/libicq/Makefile (revision 27423) @@ -1,23 +1,23 @@ # New ports collection makefile for: libicq -# Version required: 0.33 # Date Created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # # $FreeBSD$ # -DISTNAME= libicq-0.33 +PORTNAME= libicq +PORTVERSION= 0.33 CATEGORIES= net MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \ http://www.nectar.com/distfiles/ MAINTAINER= flathill@FreeBSD.org LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" .include Property changes on: head/net/libicq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/libnet/Makefile =================================================================== --- head/net/libnet/Makefile (revision 27422) +++ head/net/libnet/Makefile (revision 27423) @@ -1,43 +1,43 @@ # Ports collection makefile for: libnet -# Version required: 0.99g # Date created: Sun Feb 3, 1999 # Whom: shipley@dis.org # # $FreeBSD$ # -DISTNAME= libnet-0.99g +PORTNAME= libnet +PORTVERSION= 0.99g CATEGORIES= net MASTER_SITES= http://www.packetfactory.net/libnet/dist/ EXTRACT_SUFX= .tgz MAINTAINER= shipley@dis.org MAN3= libnet.3 GNU_CONFIGURE= yes #NOPROFILE= true .include .if ${OSVERSION} <= 300000 BROKEN= does not build .endif WRKSRC= ${WRKDIR}/Libnet-0.99g post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/PORTS ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.bpf ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.asn.1 ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.bpf ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.examples ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.linux ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.rawsockets ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.stubs ${PREFIX}/share/doc/libnet .endif .include Property changes on: head/net/libnet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/libnet10/Makefile =================================================================== --- head/net/libnet10/Makefile (revision 27422) +++ head/net/libnet10/Makefile (revision 27423) @@ -1,43 +1,43 @@ # Ports collection makefile for: libnet -# Version required: 0.99g # Date created: Sun Feb 3, 1999 # Whom: shipley@dis.org # # $FreeBSD$ # -DISTNAME= libnet-0.99g +PORTNAME= libnet +PORTVERSION= 0.99g CATEGORIES= net MASTER_SITES= http://www.packetfactory.net/libnet/dist/ EXTRACT_SUFX= .tgz MAINTAINER= shipley@dis.org MAN3= libnet.3 GNU_CONFIGURE= yes #NOPROFILE= true .include .if ${OSVERSION} <= 300000 BROKEN= does not build .endif WRKSRC= ${WRKDIR}/Libnet-0.99g post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/PORTS ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.bpf ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.asn.1 ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.bpf ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.examples ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.linux ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.rawsockets ${PREFIX}/share/doc/libnet ${INSTALL_MAN} ${WRKSRC}/doc/README.stubs ${PREFIX}/share/doc/libnet .endif .include Property changes on: head/net/libnet10/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/libnids/Makefile =================================================================== --- head/net/libnids/Makefile (revision 27422) +++ head/net/libnids/Makefile (revision 27423) @@ -1,25 +1,26 @@ # New ports collection makefile for: libnids -# Version required: 1.13 # Date created: 08 Jan 2000 # Whom: kris@FreeBSD.org # # $FreeBSD$ +# -DISTNAME= libnids-1.13 +PORTNAME= libnids +PORTVERSION= 1.13 CATEGORIES= net MASTER_SITES= http://www.packetfactory.net/libnids/dist/ MAINTAINER= kris@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet GNU_CONFIGURE= yes MAN3= libnids.3 do-install: ${INSTALL_DATA} ${WRKSRC}/src/nids.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/src/libnids.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/src/libnids.3 ${PREFIX}/man/man3 .include Property changes on: head/net/libnids/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/libsmi/Makefile =================================================================== --- head/net/libsmi/Makefile (revision 27422) +++ head/net/libsmi/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: libsmi -# Version required: 0.1.8 # Date created: Tue Jan 27 2000 # Whom: Marcin Cieslak # # $FreeBSD$ # -DISTNAME= libsmi-0.1.8 +PORTNAME= libsmi +PORTVERSION= 0.1.8 CATEGORIES= net MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ MAINTAINER= saper@system.pl #LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 #USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes MIBDIR= ${PREFIX}/share/smi/mibs CONFIGURE_ARGS+=--with-data-dir=${PREFIX}/share/smi \ --with-mibdir=${MIBDIR} \ --with-smipath=${MIBDIR}/ietf:${MIBDIR}/iana:${MIBDIR}/irtf:${MIBDIR}/site MAN1= smiquery.1 smilint.1 smidump.1 smistrip.1 MAN3= libsmi.3 smi_config.3 smi_module.3 smi_macro.3 smi_node.3 smi_type.3 .include Property changes on: head/net/libsmi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/libsocket++/Makefile =================================================================== --- head/net/libsocket++/Makefile (revision 27422) +++ head/net/libsocket++/Makefile (revision 27423) @@ -1,35 +1,35 @@ # ex:ts=8 # Ports collection makefile for: libsocket++ -# Version required: 1.10 # Date created: Sun Jan 19, 1997 # Whom: Narvi # David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # -DISTNAME= socket++-1.10 -PKGNAME= libsocket++-1.10 +PORTNAME= libsocket++ +PORTVERSION= 1.10 CATEGORIES= net MASTER_SITES= ftp://ftp.umsicht.fhg.de/pub/unix/language/C++/class-libraries/ \ ftp://ftp.par.univie.ac.at/pub/unix/c++/ \ ftp://jungfrau.ptf.hro.nl/pub/socket/ +DISTNAME= socket++-1.10 MAINTAINER= narvi@haldjas.folklore.ee GNU_CONFIGURE= yes #NOPROFILE= true post-configure: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/libsocket++ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/libsocket++ ${INSTALL_MAN} ${WRKSRC}/socket++.ps ${PREFIX}/share/doc/libsocket++ .endif @install-info ${PREFIX}/info/socket++.info ${PREFIX}/info/dir .include Property changes on: head/net/libsocket++/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/libunp/Makefile =================================================================== --- head/net/libunp/Makefile (revision 27422) +++ head/net/libunp/Makefile (revision 27423) @@ -1,38 +1,38 @@ # Ports collection makefile for: libunp -# Version required: 1.0 # Date created: Sept 28, 1999 # Whom: james@targetnet.com # # $FreeBSD$ # -DISTNAME= unpv12e -PKGNAME= libunp-1.0 +PORTNAME= libunp +PORTVERSION= 1.0 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.kohala.com/pub/rstevens/ \ http://www.cs.columbia.edu/networks98/stevens/ +DISTNAME= unpv12e MAINTAINER= james@targetnet.com GNU_CONFIGURE= yes USE_GMAKE= yes .include pre-patch: @ ${CP} ${WRKSRC}/lib/wrapsock.c ${WRKSRC}/lib/wrapsock_r.c post-configure: @ ${MKDIR} ${WRKSRC}/unp @ ${LN} -s ${WRKSRC}/config.h ${WRKSRC}/unp/config.h @ ${LN} -s ${WRKSRC}/lib/addrinfo.h ${WRKSRC}/unp/addrinfo.h do-install: ${INSTALL_DATA} ${WRKSRC}/libunp.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/libunp_r.a ${PREFIX}/lib ${MKDIR} ${PREFIX}/include/unp ${INSTALL_DATA} ${WRKSRC}/lib/unp.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/lib/addrinfo.h ${PREFIX}/include/unp ${INSTALL_DATA} ${WRKSRC}/config.h ${PREFIX}/include/unp .include Property changes on: head/net/libunp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/libunpipc/Makefile =================================================================== --- head/net/libunpipc/Makefile (revision 27422) +++ head/net/libunpipc/Makefile (revision 27423) @@ -1,30 +1,30 @@ # Ports collection makefile for: libunpipc -# Version required: 1.0 # Date created: Sept 28, 1999 # Whom: james@targetnet.com # # $FreeBSD$ # -DISTNAME= unpv22e -PKGNAME= libunpipc-1.0 +PORTNAME= libunpipc +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= ftp://ftp.kohala.com/pub/rstevens/ \ http://compass.net.edu.cn:8000/programming/ +DISTNAME= unpv22e MAINTAINER= james@targetnet.com GNU_CONFIGURE= yes USE_GMAKE= yes .include post-configure: ln -s ${WRKSRC}/config.h ${WRKSRC}/unpipc_config.h do-install: ${INSTALL_DATA} ${WRKSRC}/libunpipc.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/lib/unpipc.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/config.h ${PREFIX}/include/unpipc_config.h .include Property changes on: head/net/libunpipc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/licq/Makefile =================================================================== --- head/net/licq/Makefile (revision 27422) +++ head/net/licq/Makefile (revision 27423) @@ -1,70 +1,70 @@ # New ports collection makefile for: licq -# Version required: 0.81 # Date created: 2 July 1998 # Whom: Brian Feldman & Matt Heckaman # # $FreeBSD$ # -DISTNAME= licq-0.81 +PORTNAME= licq +PORTVERSION= 0.81 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/licq/ \ ftp://ftp.wibble.net/pub/licq/srcs/ \ ftp://licq.darkorb.net/srcs/ \ ftp://ftp.fanfic.org/pub/licq/srcs/ \ ftp://ftp.inter-i.uni-mainz.de/pub/licq/srcs/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= green@FreeBSD.org LIB_DEPENDS= qt2.3:${PORTSDIR}/x11-toolkits/qt21 BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake USE_GMAKE= yes USE_AUTOCONF= yes USE_NEWGCC= yes USE_PERL5= yes DATANAME= licq-data-1.6 DATAFILES= ${DATANAME}${EXTRACT_SUFX} DATADIR= ${WRKDIR}/${DATANAME} post-configure: @(cd ${WRKSRC}/plugins/qt-gui && \ if ! ${SETENV} CC="${CC}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ ${ECHO} "===> Script \"${CONFIGURE_SCRIPT}\" failed: here are the contents of \"${CONFIGURE_LOG}\""; \ ${CAT} ${CONFIGURE_LOG}; \ ${ECHO} "(end of \"${CONFIGURE_LOG}\")"; \ ${FALSE}; \ fi) post-build: @(cd ${WRKSRC}/plugins/qt-gui;\ ${SETENV} ${MAKE_ENV} \ ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) post-install: strip ${PREFIX}/bin/licq cd ${WRKSRC}/plugins/qt-gui;\ ${SETENV} ${MAKE_ENV} \ ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} strip ${PREFIX}/lib/licq/licq_qt-gui.so ${MKDIR} ${PREFIX}/share/licq/contrib ${INSTALL_SCRIPT} ${DATADIR}/contrib/licq.* ${PREFIX}/share/licq/contrib ${INSTALL_SCRIPT} ${DATADIR}/contrib/*.sh ${PREFIX}/share/licq/contrib ${MKDIR} ${PREFIX}/share/licq/sounds/icq ${INSTALL_DATA} ${DATADIR}/sounds/*.wav ${PREFIX}/share/licq/sounds ${INSTALL_DATA} ${DATADIR}/sounds/icq/*.wav ${PREFIX}/share/licq/sounds/icq ${MKDIR} ${PREFIX}/share/licq/translations ${INSTALL_DATA} ${DATADIR}/translations/* ${PREFIX}/share/licq/translations ${MKDIR} ${PREFIX}/share/licq/qt-gui cd ${DATADIR}/qt-gui && ${TAR} -chf - * | \ ${TAR} -xf - -C ${PREFIX}/share/licq/qt-gui .include Property changes on: head/net/licq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/net/licq-devel/Makefile =================================================================== --- head/net/licq-devel/Makefile (revision 27422) +++ head/net/licq-devel/Makefile (revision 27423) @@ -1,70 +1,70 @@ # New ports collection makefile for: licq -# Version required: 0.81 # Date created: 2 July 1998 # Whom: Brian Feldman & Matt Heckaman # # $FreeBSD$ # -DISTNAME= licq-0.81 +PORTNAME= licq +PORTVERSION= 0.81 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/licq/ \ ftp://ftp.wibble.net/pub/licq/srcs/ \ ftp://licq.darkorb.net/srcs/ \ ftp://ftp.fanfic.org/pub/licq/srcs/ \ ftp://ftp.inter-i.uni-mainz.de/pub/licq/srcs/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= green@FreeBSD.org LIB_DEPENDS= qt2.3:${PORTSDIR}/x11-toolkits/qt21 BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake USE_GMAKE= yes USE_AUTOCONF= yes USE_NEWGCC= yes USE_PERL5= yes DATANAME= licq-data-1.6 DATAFILES= ${DATANAME}${EXTRACT_SUFX} DATADIR= ${WRKDIR}/${DATANAME} post-configure: @(cd ${WRKSRC}/plugins/qt-gui && \ if ! ${SETENV} CC="${CC}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ ${ECHO} "===> Script \"${CONFIGURE_SCRIPT}\" failed: here are the contents of \"${CONFIGURE_LOG}\""; \ ${CAT} ${CONFIGURE_LOG}; \ ${ECHO} "(end of \"${CONFIGURE_LOG}\")"; \ ${FALSE}; \ fi) post-build: @(cd ${WRKSRC}/plugins/qt-gui;\ ${SETENV} ${MAKE_ENV} \ ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) post-install: strip ${PREFIX}/bin/licq cd ${WRKSRC}/plugins/qt-gui;\ ${SETENV} ${MAKE_ENV} \ ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} strip ${PREFIX}/lib/licq/licq_qt-gui.so ${MKDIR} ${PREFIX}/share/licq/contrib ${INSTALL_SCRIPT} ${DATADIR}/contrib/licq.* ${PREFIX}/share/licq/contrib ${INSTALL_SCRIPT} ${DATADIR}/contrib/*.sh ${PREFIX}/share/licq/contrib ${MKDIR} ${PREFIX}/share/licq/sounds/icq ${INSTALL_DATA} ${DATADIR}/sounds/*.wav ${PREFIX}/share/licq/sounds ${INSTALL_DATA} ${DATADIR}/sounds/icq/*.wav ${PREFIX}/share/licq/sounds/icq ${MKDIR} ${PREFIX}/share/licq/translations ${INSTALL_DATA} ${DATADIR}/translations/* ${PREFIX}/share/licq/translations ${MKDIR} ${PREFIX}/share/licq/qt-gui cd ${DATADIR}/qt-gui && ${TAR} -chf - * | \ ${TAR} -xf - -C ${PREFIX}/share/licq/qt-gui .include Property changes on: head/net/licq-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/net/macipgw/Makefile =================================================================== --- head/net/macipgw/Makefile (revision 27422) +++ head/net/macipgw/Makefile (revision 27423) @@ -1,20 +1,20 @@ # Ports collection makefile for: macipgw -# Version required: macipgw-1.0 # Date created: 25 Nov 1997 # Whom: stb # # $FreeBSD$ # -DISTNAME= macipgw-1.0 +PORTNAME= macipgw +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= ftp://ftp.hanse.de/sites/transit/netatalk/ \ http://people.FreeBSD.org/~stb/netatalk/ MAINTAINER= stb@freebsd.org BUILD_DEPENDS= ${PREFIX}/lib/libatalk.a:${PORTSDIR}/net/netatalk \ ${PREFIX}/include/atalk/ddp.h:${PORTSDIR}/net/netatalk RUN_DEPENDS= ${PREFIX}/libexec/atalkd:${PORTSDIR}/net/netatalk .include Property changes on: head/net/macipgw/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/mars_nwe/Makefile =================================================================== --- head/net/mars_nwe/Makefile (revision 27422) +++ head/net/mars_nwe/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: mars_nwe -# Version required: 0.99.pl17 # Date created: 29 Dec 1998 # Whom: Boris Popov # # $FreeBSD$ # -DISTNAME= mars_nwe-0.99.pl17 -PKGNAME= mars_nwe-0.99b17 +PORTNAME= mars_nwe +PORTVERSION= 0.99.b17 CATEGORIES= net MASTER_SITES= http://www.compu-art.de/download/ \ ftp://ftp.gwdg.de/pub/linux/misc/ncpfs/mars_nwe/ \ ftp://ftp.butya.kz/pub/mars_nwe/ +DISTNAME= mars_nwe-0.99.pl17 EXTRACT_SUFX= .tgz MAINTAINER= bp@FreeBSD.org WRKSRC= ${WRKDIR}/mars_nwe do-build: @(cd ${WRKSRC} && ${MAKE} all) do-install: @(cd ${WRKSRC} && ./mk.li install) @${INSTALL_DATA} ${WRKSRC}/examples/nw.ini ${PREFIX}/etc/nwserv.conf.example @${ECHO} "You'll need to create a startup file to load MARS_NWE Server when booting." @${ECHO} "Create a nwserv.sh in ${PREFIX}/etc/rc.d directory and modify" @${ECHO} "${PREFIX}/etc/nwserv.conf manually before you loading server." @${ECHO} "Kernel should be compiled with IPX support and IPXrouted should be" @${ECHO} "started before server." @${ECHO} "" @${ECHO} "Please read details in ${WORKDIR}/mars_nwe/doc directory." @${ECHO} "Especially README.FREEBSD file." .include Property changes on: head/net/mars_nwe/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/merlinmon/Makefile =================================================================== --- head/net/merlinmon/Makefile (revision 27422) +++ head/net/merlinmon/Makefile (revision 27423) @@ -1,26 +1,26 @@ # Ports collection makefile for: merlin -# Version required: 1.0 # Date created: 13 Dec 1999 # Whom: Nick Sayer # # $FreeBSD$ # -DISTNAME= merlin-1.0 -PKGNAME= merlinmon-1.0 +PORTNAME= merlinmon +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= ftp://ftp.kfu.com/pub/ +DISTNAME= merlin-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= nsayer@freebsd.org NO_WRKSUBDIR= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/merlin ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.merlin .endif .include Property changes on: head/net/merlinmon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/micq/Makefile =================================================================== --- head/net/micq/Makefile (revision 27422) +++ head/net/micq/Makefile (revision 27423) @@ -1,23 +1,23 @@ # New ports collection makefile for: micq -# Version required: 0.4.4 # Date created: 11 Oct 1998 # Whom: mph # # $FreeBSD$ # -DISTNAME= micq-0.4.4 +PORTNAME= micq +PORTVERSION= 0.4.4 CATEGORIES= net MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.4/ EXTRACT_SUFX= .tgz MAINTAINER= ports@freebsd.org do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/micq ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/micq .endif .include Property changes on: head/net/micq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/mopd/Makefile =================================================================== --- head/net/mopd/Makefile (revision 27422) +++ head/net/mopd/Makefile (revision 27423) @@ -1,40 +1,40 @@ # ex:ts=8 # Ports collection makefile for: mopd -# Version required: 0.0 # Date created: Sun Nov 14, 1999 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= mopd-2.5.3 +PORTNAME= mopd +PORTVERSION= 2.5.3 CATEGORIES= net MASTER_SITES= ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/ \ http://world.std.com/~bdc/projects/vaxen/netboot/ \ http://world.std.com/~bdc/projects/vaxen/ \ http://world.std.com/~bdc/projects/vaxen/docs/ .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ VAX-netboot-HOWTO VS3100-console-cmds.txt .endif MAINTAINER= obrien@FreeBSD.org EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} # MANDIR is concetenated to DESTDIR which all forms the man install dir... MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man NOMANCOMPRESS=true MAN1= mopprobe.1 moptrace.1 mopchk.1 mopa.out.1 MAN8= mopd.8 do-configure: @${PERL} -pi.orig -e 's:/usr/sbin:/sbin:' ${WRKSRC}/Makefile.inc @${PERL} -pi.orig -e 's/MAN=/MAN8=/' ${WRKSRC}/mopd/Makefile post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/mopd @${INSTALL_MAN} ${DISTDIR}/VAX-netboot-HOWTO \ ${DISTDIR}/VS3100-console-cmds.txt ${PREFIX}/share/doc/mopd .endif .include Property changes on: head/net/mopd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/mpd/Makefile =================================================================== --- head/net/mpd/Makefile (revision 27422) +++ head/net/mpd/Makefile (revision 27423) @@ -1,19 +1,19 @@ # New ports collection makefile for: mpd -# Version required: 2.0b1 # Date created: 25 Feb 1999 # Whom: Archie Cobbs # # $FreeBSD$ # -DISTNAME= mpd-2.0b2 +PORTNAME= mpd +PORTVERSION= 2.0.b2 CATEGORIES= net MASTER_SITES= ftp://ftp.whistle.com/pub/archie/mpd/ MAINTAINER= archie@freebsd.org MTREE_FILE= ${FILESDIR}/mpd.mtree MAN8= mpd.8 MANCOMPRESSED= yes .include Property changes on: head/net/mpd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/mpd-netgraph/Makefile =================================================================== --- head/net/mpd-netgraph/Makefile (revision 27422) +++ head/net/mpd-netgraph/Makefile (revision 27423) @@ -1,19 +1,19 @@ # New ports collection makefile for: mpd -# Version required: 3.0b4 # Date created: 31 Jan 2000 # Whom: Archie Cobbs # # $FreeBSD$ # -DISTNAME= mpd-3.0b5 +PORTNAME= mpd +PORTVERSION= 3.0.b5 CATEGORIES= net MASTER_SITES= ftp://ftp.whistle.com/pub/archie/mpd/ MAINTAINER= archie@freebsd.org MTREE_FILE= ${FILESDIR}/mpd.mtree MAN8= mpd.8 MANCOMPRESSED= yes .include Property changes on: head/net/mpd-netgraph/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/mpich/Makefile =================================================================== --- head/net/mpich/Makefile (revision 27422) +++ head/net/mpich/Makefile (revision 27423) @@ -1,187 +1,187 @@ # New ports collection makefile for: mpich (portable mpi standard imp.) -# Version required: 1.2.0 # Date created: 2 May 1998 # Whom: dbader@eece.unm.edu # # $FreeBSD$ # -DISTNAME= mpich-1.2.0 +PORTNAME= mpich +PORTVERSION= 1.2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/1.2.0/ PATCHFILES= 4885 4889 4959 4992 4997 MAINTAINER= dbader@eece.unm.edu DIST_SUBDIR= mpich HAS_CONFIGURE= yes CONFIGURE_ARGS= -cflags="${CFLAGS}" -prefix=${PREFIX}/mpich .include # Include support for ssh client USE_SSH?= YES # Use ssh instead of rsh .if ${OSVERSION} >= 400016 && \ exists(/usr/bin/ssh) && \ (!defined(USE_SSH) || ${USE_SSH} != NO) CONFIGURE_ARGS+= -rsh="/usr/bin/ssh" .elif defined(USE_SSH) && ${USE_SSH} == YES || \ exists(${LOCALBASE}/bin/ssh) && \ (!defined(USE_SSH) || ${USE_SSH} != NO) RUN_DEPENDS+= ssh:${PORTSDIR}/security/ssh CONFIGURE_ARGS+= -rsh="${LOCALBASE}/bin/ssh" .endif ALL_TARGET= MANPREFIX= ${PREFIX}/mpich MAN1= Jumpshot.1 MPI.1 chp4_servs.1 cleanipcs.1 mpiCC.1 mpicc.1 \ mpif77.1 mpif90.1 mpiman.1 mpireconfig.1 mpirun.1 \ tstmachines.1 MAN3= Constants.3 MPI_2COMPLEX.3 MPI_2DOUBLE_COMPLEX.3 \ MPI_2DOUBLE_PRECISION.3 MPI_2INT.3 MPI_2INTEGER.3 \ MPI_2REAL.3 MPI_ANY_SOURCE.3 MPI_ANY_TAG.3 MPI_Abort.3 \ MPI_Address.3 MPI_Aint.3 MPI_Allgather.3 MPI_Allgatherv.3 \ MPI_Allreduce.3 MPI_Alltoall.3 MPI_Alltoallv.3 \ MPI_Attr_delete.3 MPI_Attr_get.3 MPI_Attr_put.3 MPI_BAND.3 \ MPI_BOR.3 MPI_BOTTOM.3 MPI_BSEND_OVERHEAD.3 MPI_BXOR.3 \ MPI_BYTE.3 MPI_Barrier.3 MPI_Bcast.3 MPI_Bsend.3 \ MPI_Bsend_init.3 MPI_Buffer_attach.3 MPI_Buffer_detach.3 \ MPI_CART.3 MPI_CHAR.3 MPI_COMM_NULL.3 MPI_COMM_SELF.3 \ MPI_COMM_WORLD.3 MPI_COMPLEX.3 MPI_CONGRUENT.3 MPI_Cancel.3 \ MPI_Cart_coords.3 MPI_Cart_create.3 MPI_Cart_get.3 \ MPI_Cart_map.3 MPI_Cart_rank.3 MPI_Cart_shift.3 \ MPI_Cart_sub.3 MPI_Cartdim_get.3 MPI_Comm_compare.3 \ MPI_Comm_create.3 MPI_Comm_dup.3 MPI_Comm_free.3 \ MPI_Comm_group.3 MPI_Comm_rank.3 MPI_Comm_remote_group.3 \ MPI_Comm_remote_size.3 MPI_Comm_size.3 MPI_Comm_split.3 \ MPI_Comm_test_inter.3 MPI_Copy_function.3 \ MPI_DATATYPE_NULL.3 MPI_DOUBLE.3 MPI_DOUBLE_COMPLEX.3 \ MPI_DOUBLE_INT.3 MPI_DOUBLE_PRECISION.3 MPI_DUP_FN.3 \ MPI_Delete_function.3 MPI_Dims_create.3 \ MPI_ERRHANDLER_NULL.3 MPI_ERROR.3 MPI_ERRORS_ARE_FATAL.3 \ MPI_ERRORS_RETURN.3 MPI_ERR_ARG.3 MPI_ERR_BAD_ARGS.3 \ MPI_ERR_BUFFER.3 MPI_ERR_BUFFER_EXISTS.3 MPI_ERR_COMM.3 \ MPI_ERR_COMM_INTER.3 MPI_ERR_COMM_INTRA.3 \ MPI_ERR_COMM_NULL.3 MPI_ERR_COUNT.3 MPI_ERR_DIMS.3 \ MPI_ERR_ERRORCODE.3 MPI_ERR_EXHAUSTED.3 MPI_ERR_GROUP.3 \ MPI_ERR_INIT.3 MPI_ERR_INTERN.3 MPI_ERR_IN_STATUS.3 \ MPI_ERR_LASTCODE.3 MPI_ERR_LIMIT.3 MPI_ERR_NOMATCH.3 \ MPI_ERR_NULL.3 MPI_ERR_OP.3 MPI_ERR_OTHER.3 \ MPI_ERR_PERM_KEY.3 MPI_ERR_PERM_OP.3 MPI_ERR_PERM_TYPE.3 \ MPI_ERR_PRE_INIT.3 MPI_ERR_RANK.3 MPI_ERR_REQUEST.3 \ MPI_ERR_ROOT.3 MPI_ERR_TAG.3 MPI_ERR_TOPOLOGY.3 \ MPI_ERR_TRUNCATE.3 MPI_ERR_TYPE.3 MPI_ERR_UNKNOWN.3 \ MPI_Errhandler_create.3 MPI_Errhandler_free.3 \ MPI_Errhandler_get.3 MPI_Errhandler_set.3 MPI_Error_class.3 \ MPI_Error_string.3 MPI_FLOAT.3 MPI_FLOAT_INT.3 \ MPI_Finalize.3 MPI_Finalized.3 MPI_GRAPH.3 MPI_GROUP_EMPTY.3 \ MPI_GROUP_NULL.3 MPI_Gather.3 MPI_Gatherv.3 MPI_Get_count.3 \ MPI_Get_elements.3 MPI_Get_processor_name.3 \ MPI_Get_version.3 MPI_Graph_create.3 MPI_Graph_get.3 \ MPI_Graph_map.3 MPI_Graph_neighbors.3 \ MPI_Graph_neighbors_count.3 MPI_Graphdims_get.3 \ MPI_Group_compare.3 MPI_Group_difference.3 MPI_Group_excl.3 \ MPI_Group_free.3 MPI_Group_incl.3 MPI_Group_intersection.3 \ MPI_Group_range_excl.3 MPI_Group_range_incl.3 \ MPI_Group_rank.3 MPI_Group_size.3 \ MPI_Group_translate_ranks.3 MPI_Group_union.3 MPI_HOST.3 \ MPI_Handler_function.3 MPI_IDENT.3 MPI_INT.3 MPI_INTEGER.3 \ MPI_INTEGER1.3 MPI_INTEGER2.3 MPI_INTEGER4.3 MPI_IO.3 \ MPI_Ibsend.3 MPI_Info_delete.3 MPI_Info_dup.3 \ MPI_Info_f2c.3 MPI_Info_free.3 MPI_Info_get.3 \ MPI_Info_get_nkeys.3 MPI_Info_get_valuelen.3 \ MPI_Info_set.3 MPI_Type_create_darray.3 MPI_Init.3 \ MPI_Init_thread.3 MPI_Initialized.3 MPI_Int2handle.3 \ MPI_Intercomm_create.3 MPI_Intercomm_merge.3 MPI_Iprobe.3 \ MPI_Irecv.3 MPI_Irsend.3 MPI_Isend.3 MPI_Issend.3 \ MPI_KEYVAL_INVALID.3 MPI_Keyval_create.3 MPI_Keyval_free.3 \ MPI_LAND.3 MPI_LB.3 MPI_LOGICAL.3 MPI_LONG.3 \ MPI_LONG_DOUBLE.3 MPI_LONG_DOUBLE_INT.3 MPI_LONG_INT.3 \ MPI_LONG_LONG_INT.3 MPI_LOR.3 MPI_LXOR.3 MPI_MAX.3 \ MPI_MAXLOC.3 MPI_MAX_ERROR_STRING.3 MPI_MAX_PROCESSOR_NAME.3 \ MPI_MIN.3 MPI_MINLOC.3 MPI_NULL_COPY_FN.3 \ MPI_NULL_DELETE_FN.3 MPI_OP_NULL.3 MPI_Op_create.3 \ MPI_Op_free.3 MPI_PACKED.3 MPI_PROC_NULL.3 MPI_PROD.3 \ MPI_Pack.3 MPI_Pack_size.3 MPI_Pcontrol.3 MPI_Probe.3 \ MPI_REAL.3 MPI_REAL4.3 MPI_REAL8.3 MPI_REQUEST_NULL.3 \ MPI_Recv.3 MPI_Recv_init.3 MPI_Reduce.3 MPI_Rsend.3 \ MPI_Reduce_scatter.3 MPI_Request_c2f.3 MPI_Request_free.3 \ MPI_Rsend_init.3 MPI_SHORT.3 MPI_SHORT_INT.3 MPI_SIMILAR.3 \ MPI_SOURCE.3 MPI_SUCCESS.3 MPI_SUM.3 MPI_Scan.3 \ MPI_Scatter.3 MPI_Scatterv.3 MPI_Send.3 MPI_Send_init.3 \ MPI_Sendrecv.3 MPI_Sendrecv_replace.3 MPI_Ssend.3 \ MPI_Ssend_init.3 MPI_Start.3 MPI_Startall.3 MPI_Status_c2f.3 \ MPI_Status_f2c.3 MPI_Status_set_cancelled.3 \ MPI_Status_set_elements.3 MPI_TAG.3 MPI_TAG_UB.3 MPI_Test.3 \ MPI_Test_cancelled.3 MPI_Testall.3 MPI_Testany.3 \ MPI_Testsome.3 MPI_Topo_test.3 MPI_Type_commit.3 \ MPI_Type_contiguous.3 MPI_Type_create_indexed_block.3 \ MPI_UB.3 MPI_Type_extent.3 MPI_Type_free.3 \ MPI_Type_get_contents.3 MPI_Type_get_envelope.3 \ MPI_Type_hindexed.3 MPI_Type_hvector.3 MPI_Type_indexed.3 \ MPI_Type_lb.3 MPI_Type_size.3 MPI_Type_struct.3 \ MPI_Type_ub.3 MPI_Type_vector.3 MPI_UNDEFINED.3 \ MPI_UNDEFINED_RANK.3 MPI_UNEQUAL.3 MPI_UNSIGNED.3 \ MPI_UNSIGNED_CHAR.3 MPI_UNSIGNED_LONG.3 MPI_Unpack.3 \ MPI_UNSIGNED_SHORT.3 MPI_User_function.3 \ MPI_WTIME_IS_GLOBAL.3 MPI_Wait.3 MPI_Waitall.3 MPI_Waitany.3 \ MPI_Waitsome.3 MPI_Wtick.3 MPI_Wtime.3 MPIO_Test.3 \ MPIO_Wait.3 MPI_File_c2f.3 MPI_File_close.3 \ MPI_File_delete.3 MPI_File_f2c.3 \ MPI_File_get_amode.3 MPI_File_get_atomicity.3 \ MPI_File_get_byte_offset.3 MPI_File_get_group.3 \ MPI_File_get_info.3 MPI_File_get_position_shared.3 \ MPI_File_get_size.3 MPI_File_get_type_extent.3 \ MPI_File_get_view.3 MPI_File_iread.3 \ MPI_File_iread_at.3 MPI_File_iread_shared.3 \ MPI_File_iwrite.3 MPI_File_iwrite_at.3 \ MPI_File_iwrite_shared.3 MPI_File_open.3 \ MPI_File_read.3 MPI_File_read_all.3 \ MPI_File_read_all_begin.3 MPI_File_read_all_end.3 \ MPI_File_read_at.3 MPI_File_read_at_all.3 \ MPI_File_read_at_all_end.3 MPI_File_read_ordered.3 \ MPI_File_read_ordered_begin.3 \ MPI_File_read_ordered_end.3 MPI_File_read_shared.3 \ MPI_File_seek.3 MPI_File_seek_shared.3 \ MPI_File_set_atomicity.3 MPI_File_set_info.3 \ MPI_File_write.3 MPI_File_set_view.3 \ MPI_File_sync.3 MPI_File_write_all.3 \ MPI_File_write_all_begin.3 MPI_File_write_all_end.3 \ MPI_File_write_at.3 MPI_File_write_at_all.3 \ MPI_File_write_at_all_end.3 MPI_File_write_ordered.3 \ MPI_File_write_ordered_begin.3 \ MPI_File_write_ordered_end.3 MPI_File_write_shared.3 \ MPI_Info_c2f.3 MPI_Info_create.3 MPIO_Request_c2f.3 \ MPIO_Request_f2c.3 MPI_File_get_position.3 \ MPI_File_preallocate.3 MPI_File_read_at_all_begin.3 \ MPI_File_set_size.3 MPI_File_write_at_all_begin.3 \ MPI_Info_get_nthkey.3 MPI_Type_create_subarray.3 MAN4= CLOG_Finalize.4 CLOG_Init.4 CLOG_Output.4 CLOG_commtype.4 \ CLOG_cput.4 CLOG_csync.4 CLOG_get_new_event.4 \ CLOG_get_new_state.4 CLOG_init_buffers.4 \ CLOG_init_tmpfilename.4 CLOG_mergelogs.4 CLOG_mergend.4 \ CLOG_msgtype.4 CLOG_newbuff.4 CLOG_procbuf.4 CLOG_reclen.4 \ CLOG_rectype.4 CLOG_reinit_buff.4 CLOG_temp_log.4 \ CLOG_treesetup.4 MPE.4 MPE_Add_RGB_color.4 MPE_CaptureFile.4 \ MPE_Close_graphics.4 MPE_Comm_global_rank.4 \ MPE_Counter_create.4 MPE_Counter_free.4 MPE_Counter_nxtval.4 \ MPE_Decomp1d.4 MPE_Describe_event.4 MPE_Describe_state.4 \ MPE_Draw_circle.4 MPE_Draw_line.4 MPE_Draw_logic.4 \ MPE_Draw_point.4 MPE_Draw_points.4 MPE_Draw_string.4 \ MPE_Fill_circle.4 MPE_Fill_rectangle.4 MPE_Finish_log.4 \ MPE_GetTags.4 MPE_Get_mouse_press.4 MPE_IO_Stdout_to_file.4 \ MPE_Iget_mouse_press.4 MPE_Init_log.4 \ MPE_Initialized_logging.4 MPE_Line_thickness.4 \ MPE_Log_event.4 MPE_Log_get_event_number.4 MPE_Log_receive.4 \ MPE_Log_send.4 MPE_Make_color_array.4 MPE_Num_colors.4 \ MPE_Open_graphics.4 MPE_Print_datatype_pack_action.4 \ MPE_Print_datatype_unpack_action.4 MPE_ReturnTags.4 \ MPE_Seq_begin.4 MPE_Seq_end.4 MPE_Start_log.4 MPE_Stop_log.4 \ MPE_TagsEnd.4 MPE_Update.4 INSTALL_TARGET= install .include Property changes on: head/net/mpich/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/mpich2/Makefile =================================================================== --- head/net/mpich2/Makefile (revision 27422) +++ head/net/mpich2/Makefile (revision 27423) @@ -1,187 +1,187 @@ # New ports collection makefile for: mpich (portable mpi standard imp.) -# Version required: 1.2.0 # Date created: 2 May 1998 # Whom: dbader@eece.unm.edu # # $FreeBSD$ # -DISTNAME= mpich-1.2.0 +PORTNAME= mpich +PORTVERSION= 1.2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/1.2.0/ PATCHFILES= 4885 4889 4959 4992 4997 MAINTAINER= dbader@eece.unm.edu DIST_SUBDIR= mpich HAS_CONFIGURE= yes CONFIGURE_ARGS= -cflags="${CFLAGS}" -prefix=${PREFIX}/mpich .include # Include support for ssh client USE_SSH?= YES # Use ssh instead of rsh .if ${OSVERSION} >= 400016 && \ exists(/usr/bin/ssh) && \ (!defined(USE_SSH) || ${USE_SSH} != NO) CONFIGURE_ARGS+= -rsh="/usr/bin/ssh" .elif defined(USE_SSH) && ${USE_SSH} == YES || \ exists(${LOCALBASE}/bin/ssh) && \ (!defined(USE_SSH) || ${USE_SSH} != NO) RUN_DEPENDS+= ssh:${PORTSDIR}/security/ssh CONFIGURE_ARGS+= -rsh="${LOCALBASE}/bin/ssh" .endif ALL_TARGET= MANPREFIX= ${PREFIX}/mpich MAN1= Jumpshot.1 MPI.1 chp4_servs.1 cleanipcs.1 mpiCC.1 mpicc.1 \ mpif77.1 mpif90.1 mpiman.1 mpireconfig.1 mpirun.1 \ tstmachines.1 MAN3= Constants.3 MPI_2COMPLEX.3 MPI_2DOUBLE_COMPLEX.3 \ MPI_2DOUBLE_PRECISION.3 MPI_2INT.3 MPI_2INTEGER.3 \ MPI_2REAL.3 MPI_ANY_SOURCE.3 MPI_ANY_TAG.3 MPI_Abort.3 \ MPI_Address.3 MPI_Aint.3 MPI_Allgather.3 MPI_Allgatherv.3 \ MPI_Allreduce.3 MPI_Alltoall.3 MPI_Alltoallv.3 \ MPI_Attr_delete.3 MPI_Attr_get.3 MPI_Attr_put.3 MPI_BAND.3 \ MPI_BOR.3 MPI_BOTTOM.3 MPI_BSEND_OVERHEAD.3 MPI_BXOR.3 \ MPI_BYTE.3 MPI_Barrier.3 MPI_Bcast.3 MPI_Bsend.3 \ MPI_Bsend_init.3 MPI_Buffer_attach.3 MPI_Buffer_detach.3 \ MPI_CART.3 MPI_CHAR.3 MPI_COMM_NULL.3 MPI_COMM_SELF.3 \ MPI_COMM_WORLD.3 MPI_COMPLEX.3 MPI_CONGRUENT.3 MPI_Cancel.3 \ MPI_Cart_coords.3 MPI_Cart_create.3 MPI_Cart_get.3 \ MPI_Cart_map.3 MPI_Cart_rank.3 MPI_Cart_shift.3 \ MPI_Cart_sub.3 MPI_Cartdim_get.3 MPI_Comm_compare.3 \ MPI_Comm_create.3 MPI_Comm_dup.3 MPI_Comm_free.3 \ MPI_Comm_group.3 MPI_Comm_rank.3 MPI_Comm_remote_group.3 \ MPI_Comm_remote_size.3 MPI_Comm_size.3 MPI_Comm_split.3 \ MPI_Comm_test_inter.3 MPI_Copy_function.3 \ MPI_DATATYPE_NULL.3 MPI_DOUBLE.3 MPI_DOUBLE_COMPLEX.3 \ MPI_DOUBLE_INT.3 MPI_DOUBLE_PRECISION.3 MPI_DUP_FN.3 \ MPI_Delete_function.3 MPI_Dims_create.3 \ MPI_ERRHANDLER_NULL.3 MPI_ERROR.3 MPI_ERRORS_ARE_FATAL.3 \ MPI_ERRORS_RETURN.3 MPI_ERR_ARG.3 MPI_ERR_BAD_ARGS.3 \ MPI_ERR_BUFFER.3 MPI_ERR_BUFFER_EXISTS.3 MPI_ERR_COMM.3 \ MPI_ERR_COMM_INTER.3 MPI_ERR_COMM_INTRA.3 \ MPI_ERR_COMM_NULL.3 MPI_ERR_COUNT.3 MPI_ERR_DIMS.3 \ MPI_ERR_ERRORCODE.3 MPI_ERR_EXHAUSTED.3 MPI_ERR_GROUP.3 \ MPI_ERR_INIT.3 MPI_ERR_INTERN.3 MPI_ERR_IN_STATUS.3 \ MPI_ERR_LASTCODE.3 MPI_ERR_LIMIT.3 MPI_ERR_NOMATCH.3 \ MPI_ERR_NULL.3 MPI_ERR_OP.3 MPI_ERR_OTHER.3 \ MPI_ERR_PERM_KEY.3 MPI_ERR_PERM_OP.3 MPI_ERR_PERM_TYPE.3 \ MPI_ERR_PRE_INIT.3 MPI_ERR_RANK.3 MPI_ERR_REQUEST.3 \ MPI_ERR_ROOT.3 MPI_ERR_TAG.3 MPI_ERR_TOPOLOGY.3 \ MPI_ERR_TRUNCATE.3 MPI_ERR_TYPE.3 MPI_ERR_UNKNOWN.3 \ MPI_Errhandler_create.3 MPI_Errhandler_free.3 \ MPI_Errhandler_get.3 MPI_Errhandler_set.3 MPI_Error_class.3 \ MPI_Error_string.3 MPI_FLOAT.3 MPI_FLOAT_INT.3 \ MPI_Finalize.3 MPI_Finalized.3 MPI_GRAPH.3 MPI_GROUP_EMPTY.3 \ MPI_GROUP_NULL.3 MPI_Gather.3 MPI_Gatherv.3 MPI_Get_count.3 \ MPI_Get_elements.3 MPI_Get_processor_name.3 \ MPI_Get_version.3 MPI_Graph_create.3 MPI_Graph_get.3 \ MPI_Graph_map.3 MPI_Graph_neighbors.3 \ MPI_Graph_neighbors_count.3 MPI_Graphdims_get.3 \ MPI_Group_compare.3 MPI_Group_difference.3 MPI_Group_excl.3 \ MPI_Group_free.3 MPI_Group_incl.3 MPI_Group_intersection.3 \ MPI_Group_range_excl.3 MPI_Group_range_incl.3 \ MPI_Group_rank.3 MPI_Group_size.3 \ MPI_Group_translate_ranks.3 MPI_Group_union.3 MPI_HOST.3 \ MPI_Handler_function.3 MPI_IDENT.3 MPI_INT.3 MPI_INTEGER.3 \ MPI_INTEGER1.3 MPI_INTEGER2.3 MPI_INTEGER4.3 MPI_IO.3 \ MPI_Ibsend.3 MPI_Info_delete.3 MPI_Info_dup.3 \ MPI_Info_f2c.3 MPI_Info_free.3 MPI_Info_get.3 \ MPI_Info_get_nkeys.3 MPI_Info_get_valuelen.3 \ MPI_Info_set.3 MPI_Type_create_darray.3 MPI_Init.3 \ MPI_Init_thread.3 MPI_Initialized.3 MPI_Int2handle.3 \ MPI_Intercomm_create.3 MPI_Intercomm_merge.3 MPI_Iprobe.3 \ MPI_Irecv.3 MPI_Irsend.3 MPI_Isend.3 MPI_Issend.3 \ MPI_KEYVAL_INVALID.3 MPI_Keyval_create.3 MPI_Keyval_free.3 \ MPI_LAND.3 MPI_LB.3 MPI_LOGICAL.3 MPI_LONG.3 \ MPI_LONG_DOUBLE.3 MPI_LONG_DOUBLE_INT.3 MPI_LONG_INT.3 \ MPI_LONG_LONG_INT.3 MPI_LOR.3 MPI_LXOR.3 MPI_MAX.3 \ MPI_MAXLOC.3 MPI_MAX_ERROR_STRING.3 MPI_MAX_PROCESSOR_NAME.3 \ MPI_MIN.3 MPI_MINLOC.3 MPI_NULL_COPY_FN.3 \ MPI_NULL_DELETE_FN.3 MPI_OP_NULL.3 MPI_Op_create.3 \ MPI_Op_free.3 MPI_PACKED.3 MPI_PROC_NULL.3 MPI_PROD.3 \ MPI_Pack.3 MPI_Pack_size.3 MPI_Pcontrol.3 MPI_Probe.3 \ MPI_REAL.3 MPI_REAL4.3 MPI_REAL8.3 MPI_REQUEST_NULL.3 \ MPI_Recv.3 MPI_Recv_init.3 MPI_Reduce.3 MPI_Rsend.3 \ MPI_Reduce_scatter.3 MPI_Request_c2f.3 MPI_Request_free.3 \ MPI_Rsend_init.3 MPI_SHORT.3 MPI_SHORT_INT.3 MPI_SIMILAR.3 \ MPI_SOURCE.3 MPI_SUCCESS.3 MPI_SUM.3 MPI_Scan.3 \ MPI_Scatter.3 MPI_Scatterv.3 MPI_Send.3 MPI_Send_init.3 \ MPI_Sendrecv.3 MPI_Sendrecv_replace.3 MPI_Ssend.3 \ MPI_Ssend_init.3 MPI_Start.3 MPI_Startall.3 MPI_Status_c2f.3 \ MPI_Status_f2c.3 MPI_Status_set_cancelled.3 \ MPI_Status_set_elements.3 MPI_TAG.3 MPI_TAG_UB.3 MPI_Test.3 \ MPI_Test_cancelled.3 MPI_Testall.3 MPI_Testany.3 \ MPI_Testsome.3 MPI_Topo_test.3 MPI_Type_commit.3 \ MPI_Type_contiguous.3 MPI_Type_create_indexed_block.3 \ MPI_UB.3 MPI_Type_extent.3 MPI_Type_free.3 \ MPI_Type_get_contents.3 MPI_Type_get_envelope.3 \ MPI_Type_hindexed.3 MPI_Type_hvector.3 MPI_Type_indexed.3 \ MPI_Type_lb.3 MPI_Type_size.3 MPI_Type_struct.3 \ MPI_Type_ub.3 MPI_Type_vector.3 MPI_UNDEFINED.3 \ MPI_UNDEFINED_RANK.3 MPI_UNEQUAL.3 MPI_UNSIGNED.3 \ MPI_UNSIGNED_CHAR.3 MPI_UNSIGNED_LONG.3 MPI_Unpack.3 \ MPI_UNSIGNED_SHORT.3 MPI_User_function.3 \ MPI_WTIME_IS_GLOBAL.3 MPI_Wait.3 MPI_Waitall.3 MPI_Waitany.3 \ MPI_Waitsome.3 MPI_Wtick.3 MPI_Wtime.3 MPIO_Test.3 \ MPIO_Wait.3 MPI_File_c2f.3 MPI_File_close.3 \ MPI_File_delete.3 MPI_File_f2c.3 \ MPI_File_get_amode.3 MPI_File_get_atomicity.3 \ MPI_File_get_byte_offset.3 MPI_File_get_group.3 \ MPI_File_get_info.3 MPI_File_get_position_shared.3 \ MPI_File_get_size.3 MPI_File_get_type_extent.3 \ MPI_File_get_view.3 MPI_File_iread.3 \ MPI_File_iread_at.3 MPI_File_iread_shared.3 \ MPI_File_iwrite.3 MPI_File_iwrite_at.3 \ MPI_File_iwrite_shared.3 MPI_File_open.3 \ MPI_File_read.3 MPI_File_read_all.3 \ MPI_File_read_all_begin.3 MPI_File_read_all_end.3 \ MPI_File_read_at.3 MPI_File_read_at_all.3 \ MPI_File_read_at_all_end.3 MPI_File_read_ordered.3 \ MPI_File_read_ordered_begin.3 \ MPI_File_read_ordered_end.3 MPI_File_read_shared.3 \ MPI_File_seek.3 MPI_File_seek_shared.3 \ MPI_File_set_atomicity.3 MPI_File_set_info.3 \ MPI_File_write.3 MPI_File_set_view.3 \ MPI_File_sync.3 MPI_File_write_all.3 \ MPI_File_write_all_begin.3 MPI_File_write_all_end.3 \ MPI_File_write_at.3 MPI_File_write_at_all.3 \ MPI_File_write_at_all_end.3 MPI_File_write_ordered.3 \ MPI_File_write_ordered_begin.3 \ MPI_File_write_ordered_end.3 MPI_File_write_shared.3 \ MPI_Info_c2f.3 MPI_Info_create.3 MPIO_Request_c2f.3 \ MPIO_Request_f2c.3 MPI_File_get_position.3 \ MPI_File_preallocate.3 MPI_File_read_at_all_begin.3 \ MPI_File_set_size.3 MPI_File_write_at_all_begin.3 \ MPI_Info_get_nthkey.3 MPI_Type_create_subarray.3 MAN4= CLOG_Finalize.4 CLOG_Init.4 CLOG_Output.4 CLOG_commtype.4 \ CLOG_cput.4 CLOG_csync.4 CLOG_get_new_event.4 \ CLOG_get_new_state.4 CLOG_init_buffers.4 \ CLOG_init_tmpfilename.4 CLOG_mergelogs.4 CLOG_mergend.4 \ CLOG_msgtype.4 CLOG_newbuff.4 CLOG_procbuf.4 CLOG_reclen.4 \ CLOG_rectype.4 CLOG_reinit_buff.4 CLOG_temp_log.4 \ CLOG_treesetup.4 MPE.4 MPE_Add_RGB_color.4 MPE_CaptureFile.4 \ MPE_Close_graphics.4 MPE_Comm_global_rank.4 \ MPE_Counter_create.4 MPE_Counter_free.4 MPE_Counter_nxtval.4 \ MPE_Decomp1d.4 MPE_Describe_event.4 MPE_Describe_state.4 \ MPE_Draw_circle.4 MPE_Draw_line.4 MPE_Draw_logic.4 \ MPE_Draw_point.4 MPE_Draw_points.4 MPE_Draw_string.4 \ MPE_Fill_circle.4 MPE_Fill_rectangle.4 MPE_Finish_log.4 \ MPE_GetTags.4 MPE_Get_mouse_press.4 MPE_IO_Stdout_to_file.4 \ MPE_Iget_mouse_press.4 MPE_Init_log.4 \ MPE_Initialized_logging.4 MPE_Line_thickness.4 \ MPE_Log_event.4 MPE_Log_get_event_number.4 MPE_Log_receive.4 \ MPE_Log_send.4 MPE_Make_color_array.4 MPE_Num_colors.4 \ MPE_Open_graphics.4 MPE_Print_datatype_pack_action.4 \ MPE_Print_datatype_unpack_action.4 MPE_ReturnTags.4 \ MPE_Seq_begin.4 MPE_Seq_end.4 MPE_Start_log.4 MPE_Stop_log.4 \ MPE_TagsEnd.4 MPE_Update.4 INSTALL_TARGET= install .include Property changes on: head/net/mpich2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/mrt/Makefile =================================================================== --- head/net/mrt/Makefile (revision 27422) +++ head/net/mrt/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: mrt -# Version required: 1.5.1a # Date created: Sat Jun 6 00:09:52 JST 1998 # Whom: Jun-ichiro itojun Hagino # # $FreeBSD$ # -DISTNAME= mrt-${VERBASE}-src -PKGNAME= mrt-${VERBASE} +PORTNAME= mrt +PORTVERSION= 2.1.2a CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/ +DISTNAME= mrt-${PORTVERSION}-src MAINTAINER= itojun@itojun.org WRKSRC= ${WRKDIR}/mrt-${VERBASE}/src GNU_CONFIGURE= yes USE_AUTOCONF= yes VERBASE= 2.1.2a MAN8= mrtd.8 EXAMPLES= programs/bgpsim/bgpsim.conf programs/bgpsim/bgpsim6.conf \ programs/mrtd/mrtd.conf programs/mrtd/mrtd.ripng.conf \ programs/mrtd/solaris.ripng.conf #post-extract: # (${CHDIR} ${WRKSRC}/..; ./make-sym-links kame) post-install: ${MKDIR} ${PREFIX}/share/examples/mrt for i in ${EXAMPLES}; do \ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/examples/mrt; \ done .include Property changes on: head/net/mrt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/mrtg/Makefile =================================================================== --- head/net/mrtg/Makefile (revision 27422) +++ head/net/mrtg/Makefile (revision 27423) @@ -1,62 +1,62 @@ # New ports collection makefile for: MRTG -# Version required: 2.8.8 # Date created: April 18th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= mrtg-2.8.12 +PORTNAME= mrtg +PORTVERSION= 2.8.12 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ MAINTAINER= jfitz@FreeBSD.org LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd USE_PERL5= YES MAKE_ENV+= PERL=${PERL} GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-gd-lib=${PREFIX}/lib \ --with-gd-inc=${PREFIX}/include/gd CONFIGURE_ENV= PERL=${PERL} do-install: ${MKDIR} -m 755 ${PREFIX}/etc/mrtg ${MKDIR} -m 755 ${PREFIX}/lib/perl5/site_perl/${PERL_VER} ${MKDIR} -m 755 ${PREFIX}/share/mrtg .if !defined(NOPORTDOCS) ${MKDIR} -m 755 ${PREFIX}/share/doc/mrtg for file in ANNOUNCE CHANGES COPYING COPYRIGHT MANIFEST README \ doc/config.html doc/config.pod doc/config.txt doc/htaccess.txt \ doc/logfile-format.txt doc/manual.html doc/manual.txt \ doc/mibhelp.txt doc/squid.txt UPGRADING ; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/mrtg/; \ done .endif ${INSTALL_DATA} ${WRKSRC}/doc/sample-mrtg.cfg ${PREFIX}/etc/mrtg for file in ${WRKSRC}/images/*; do \ ${INSTALL_DATA} $$file ${PREFIX}/share/mrtg/; \ done for file in SNMP_Session.pm SNMP_util.pm BER.pm locales_mrtg.pm; do \ ${INSTALL_DATA} ${WRKSRC}/run/$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ done ${INSTALL_PROGRAM} ${WRKSRC}/run/rateup ${PREFIX}/bin/ for file in mrtg cfgmaker cfgmaker_ip cfgmaker_phys indexmaker; do \ ${INSTALL_SCRIPT} ${WRKSRC}/run/$$file ${PREFIX}/bin/; \ done post-install: .if !defined(BATCH) @${ECHO} "" @${ECHO} "############################################################################" @${ECHO} "# Please create a MRTG config file in ${PREFIX}/etc/mrtg #" @${ECHO} "# A configuration file can be automatically generated with cfgmaker #" @${ECHO} "# A sample configuration file is installed as sample-mrtg.cfg #" @${ECHO} "############################################################################" .endif .include Property changes on: head/net/mrtg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/net/mtr/Makefile =================================================================== --- head/net/mtr/Makefile (revision 27422) +++ head/net/mtr/Makefile (revision 27423) @@ -1,58 +1,58 @@ # New ports collection makefile for: mtr -# Version required: 0.42 # Date created: 12 August 1998 # Whom: Bill Fumerola # # $FreeBSD$ # -DISTNAME= mtr-0.42 +PORTNAME= mtr +PORTVERSION= 0.42 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ http://www.giovannelli.it/~gmarco/files/ MAINTAINER= billf@FreeBSD.org HAS_CONFIGURE= yes USE_GMAKE= yes MAN8= mtr.8 .include #.if ${OSVERSION} >= 400014 #PATCHFILES= mtr-041-v6-20000127a.diff.gz #PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ #PATCH_DIST_STRIP= -p1 #CONFIGURE_ARGS+=--enable-ipv6 #.else CONFIGURE_ARGS+=--disable-ipv6 #.endif pre-patch: .if !defined(USE_GTK) @${ECHO} "" @${ECHO} "If you want to compile with GTK support," @${ECHO} "hit Ctrl-C right now and use \"make USE_GTK=yes\" " @${ECHO} "" CONFIGURE_ARGS+=--with-gtk-prefix=/nopath .else USE_XLIB= yes LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" .endif do-install: ${INSTALL} -c -s -m 4755 -o root -g wheel ${WRKSRC}/mtr ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/mtr.8 ${PREFIX}/man/man8 post-install: @${ECHO} "" @${ECHO} "${PREFIX}/sbin/mtr is setuid \"root\" " @${ECHO} "" @${ECHO} "Please read about potential security issues" @${ECHO} "in file ${WRKSRC}/SECURITY (not installed)" @${ECHO} "" .include Property changes on: head/net/mtr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/net/naim/Makefile =================================================================== --- head/net/naim/Makefile (revision 27422) +++ head/net/naim/Makefile (revision 27423) @@ -1,32 +1,32 @@ # New ports collection makefile for: naim -# Version required: 0.9.3 # Date created: 02 March 1999 # Whom: mharo@area51.fremont.ca.us # # $FreeBSD$ # -DISTNAME= naim-0.9.5-nicer2 -PKGNAME= naim-0.9.5.2 +PORTNAME= naim +PORTVERSION= 0.9.5.2 CATEGORIES= net MASTER_SITES= http://dev.n.ml.org/ \ ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ +DISTNAME= naim-0.9.5-nicer2 MAINTAINER= mharo@FreeBSD.org GNU_CONFIGURE= yes #MAN1= naim.1 post-install: @ ${MKDIR} ${PREFIX}/share/examples/naim @ ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/ .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/naim @ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${PREFIX}/share/doc/naim/ .endif @ ${ECHO} "************************************************************" @ ${CAT} ${PKGDIR}/MESSAGE @ ${ECHO} "************************************************************" .include Property changes on: head/net/naim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/nam/Makefile =================================================================== --- head/net/nam/Makefile (revision 27422) +++ head/net/nam/Makefile (revision 27423) @@ -1,33 +1,33 @@ # New ports collection makefile for: nam -# Version required: 1.0a7 # Date created: 26 April 1999 # Whom: obonilla # # $FreeBSD$ # -DISTNAME= nam-src-1.0a7 -PKGNAME= nam-1.0a7 +PORTNAME= nam +PORTVERSION= 1.0.a7 CATEGORIES= net MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ +DISTNAME= nam-src-1.0a7 MAINTAINER= obonilla@fisicc-ufm.edu BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl MAN1= nam.1 MANCOMPRESSED= no WRKSRC= ${WRKDIR}/${PKGNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 ALL_TARGET= do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nam ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nam.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/examples/nam ${INSTALL_DATA} ${WRKSRC}/ex/* ${PREFIX}/share/examples/nam .include Property changes on: head/net/nam/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/ncplib/Makefile =================================================================== --- head/net/ncplib/Makefile (revision 27422) +++ head/net/ncplib/Makefile (revision 27423) @@ -1,41 +1,41 @@ # New ports collection makefile for: ncplib -# Version required: 1.3.4 # Date created: 9 Dec 1999 # Whom: Boris Popov # # $FreeBSD$ # -DISTNAME= ncplib-1.3.4 +PORTNAME= ncplib +PORTVERSION= 1.3.4 CATEGORIES= net MASTER_SITES= ftp://ftp.butya.kz/pub/nwlib/ \ http://www.chat.ru/~rbp/pub/nwlib/ MAINTAINER= bp@butya.kz .if !exists(/usr/src/sys/kern/vnode_if.src) BROKEN= requires kernel source .endif NO_PACKAGE= is interactive IS_INTERACTIVE= true MANCOMPRESSED= yes .include .if ${OSVERSION} < 310000 .error this program requires FreeBSD 3.1-stable or later. .endif MAN1= ncpasswd.1 ncprint.1 ncpsend.1 ncpurge.1 MAN8= ipxping.8 .if ${OSVERSION} >= 400000 PLIST= ${PKGDIR}/PLIST.4 .else MAN1+= ncplist.1 ncplogin.1 ncplogout.1 MAN8+= mount_nwfs.8 .endif .include Property changes on: head/net/ncplib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/net-snmp/Makefile =================================================================== --- head/net/net-snmp/Makefile (revision 27422) +++ head/net/net-snmp/Makefile (revision 27423) @@ -1,76 +1,76 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 # Date created: 26 June 1996 # Whom: gpalmer # # $FreeBSD$ # -DISTNAME= ucd-snmp-4.0.1 +PORTNAME= ucd-snmp +PORTVERSION= 4.0.1 CATEGORIES= net MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ PATCH_SITES= http://ucd-snmp.ucdavis.edu/patches/ PATCHFILES= 012.patch PATCH_DIST_STRIP= -p0 -d ${WRKSRC}/agent MAINTAINER= billf@FreeBSD.org CONFIGURE_ARGS= --enable-shared GNU_CONFIGURE= YES .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif #CFLAGS= -g MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ snmptrapd.conf.5 variables.5 MAN8= snmptrapd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \ snmpstatus snmptest snmptranslate snmptrap snmpwalk SBIN= snmpd snmptrapd STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include .if ${PORTOBJFORMAT} == "aout" BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif .if ${OSVERSION} >= 400000 CONFIGURE_ARGS+= --with-out-mib-modules="ucd-snmp/vmstat_freebsd2 ucd-snmp/memory_freebsd2" .endif SHLIB_VERSION=4 PLIST_SUB= shlib=${SHLIB_VERSION} post-patch: @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s post-install: @( cd ${PREFIX}/bin && strip ${BIN} ) @( cd ${PREFIX}/sbin && strip ${SBIN} ) @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done @if [ ! -f ${STARTUP_FILE} ]; then \ ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${STARTUP_FILE}; \ ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ ${CHMOD} 751 ${STARTUP_FILE}; \ fi ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/net/net-snmp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/net/net-snmp4/Makefile =================================================================== --- head/net/net-snmp4/Makefile (revision 27422) +++ head/net/net-snmp4/Makefile (revision 27423) @@ -1,76 +1,76 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 # Date created: 26 June 1996 # Whom: gpalmer # # $FreeBSD$ # -DISTNAME= ucd-snmp-4.0.1 +PORTNAME= ucd-snmp +PORTVERSION= 4.0.1 CATEGORIES= net MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ PATCH_SITES= http://ucd-snmp.ucdavis.edu/patches/ PATCHFILES= 012.patch PATCH_DIST_STRIP= -p0 -d ${WRKSRC}/agent MAINTAINER= billf@FreeBSD.org CONFIGURE_ARGS= --enable-shared GNU_CONFIGURE= YES .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif #CFLAGS= -g MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ snmptrapd.conf.5 variables.5 MAN8= snmptrapd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \ snmpstatus snmptest snmptranslate snmptrap snmpwalk SBIN= snmpd snmptrapd STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include .if ${PORTOBJFORMAT} == "aout" BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif .if ${OSVERSION} >= 400000 CONFIGURE_ARGS+= --with-out-mib-modules="ucd-snmp/vmstat_freebsd2 ucd-snmp/memory_freebsd2" .endif SHLIB_VERSION=4 PLIST_SUB= shlib=${SHLIB_VERSION} post-patch: @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s post-install: @( cd ${PREFIX}/bin && strip ${BIN} ) @( cd ${PREFIX}/sbin && strip ${SBIN} ) @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done @if [ ! -f ${STARTUP_FILE} ]; then \ ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${STARTUP_FILE}; \ ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ ${CHMOD} 751 ${STARTUP_FILE}; \ fi ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/net/net-snmp4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/net/netatalk/Makefile =================================================================== --- head/net/netatalk/Makefile (revision 27422) +++ head/net/netatalk/Makefile (revision 27423) @@ -1,30 +1,30 @@ # Ports collection makefile for: netatalk -# Version required: netatalk-1.4b2 # Date created: 23 Jul 1997 # Whom: stb # # $FreeBSD$ # -DISTNAME= netatalk-1.4b2 +PORTNAME= netatalk +PORTVERSION= 1.4b2 CATEGORIES= net print MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/ \ http://people.FreeBSD.org/~stb/mirror/terminator.rs.itd.umich.edu/unix/netatalk/ \ ftp://ftp.hanse.de/sites/transit/mirror/terminator.rs.itd.umich.edu/unix/netatalk/ PATCH_SITES= http://www.umich.edu/~rsug/netatalk/patches/1.4b2/ \ http://people.FreeBSD.org/~stb/mirror/www.umich.edu/%7Ersug/netatalk/patches/1.4b2/ \ ftp://ftp.hanse.de/sites/transit/mirror/www.umich.edu/%257Ersug/netatalk/patches/1.4b2/ PATCHFILES= afpd-macos8.diff afpd-bfree.diff MAINTAINER= stb@freebsd.org MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 MAN3= atalk_aton.3 nbp_name.3 MAN4= atalk.4 MAN8= afpd.8 atalkd.8 papd.8 psf.8 post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include Property changes on: head/net/netatalk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/netatalk-asun/Makefile =================================================================== --- head/net/netatalk-asun/Makefile (revision 27422) +++ head/net/netatalk-asun/Makefile (revision 27423) @@ -1,60 +1,59 @@ # Ports collection makefile for: netatalk-asun -# Version required: netatalk-1.4b2-asun-2.0 # Date created: 07 Sep 1998 # Whom: stb@freebsd.org # # $FreeBSD$ # -DISTNAME= netatalk-1.4b2+asun2.1.3 -PKGNAME= netatalk-1.4b2+asun2.1.3 +PORTNAME= netatalk +PORTVERSION= 1.4b2+asun2.1.3 CATEGORIES= net print MASTER_SITES= ftp://ftp.u.washington.edu/public/asun/ \ http://people.FreeBSD.org/~stb/mirror/ftp.u.washington.edu/public/asun/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.u.washington.edu/public/asun/ MAINTAINER= stb@freebsd.org .if !exists(/usr/include/tcpd.h) LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif MAKE_ARGS= INSTALL="${INSTALL} ${COPY}" .include .if defined(USE_SENDFILE) && ${OSVERSION} >= 310000 MAKE_ARGS+= -DUSE_SENDFILE .endif .if defined(USE_CNID) ## Support for fixed DirIDs; probably broken. BUILD_DEPENDS= ${PREFIX}/lib/libdb.a:${PORTSDIR}/databases/db MAKE_ARGS+= -DUSE_CNID .endif pre-build: ## sendfile(2) support seems to be broken in this version, but go ahead an try ## to fix it! .if defined(USE_SENDFILE) && ${OSVERSION} < 310000 @${ECHO_MSG} "*** sendfile(2) support is available only with FreeBSD 3.1-RELEASE" @${ECHO_MSG} " or newer. This port probably won't compile." .endif .if ${OSVERSION} >= 310000 .if defined(USE_SENDFILE) @${ECHO_MSG} "*** sendfile(2) support is experimental and will likely cause" @${ECHO_MSG} " undesired behaviour!" .else # @${ECHO_MSG} "*** Use -DUSE_SENDFILE to enable the experimental sendfile(2) support." .endif .endif MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 MAN3= atalk_aton.3 nbp_name.3 MAN4= atalk.4 MAN8= afpd.8 atalkd.8 papd.8 psf.8 post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include Property changes on: head/net/netatalk-asun/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/netatalk-devel/Makefile =================================================================== --- head/net/netatalk-devel/Makefile (revision 27422) +++ head/net/netatalk-devel/Makefile (revision 27423) @@ -1,30 +1,30 @@ # Ports collection makefile for: netatalk -# Version required: netatalk-1.4b2 # Date created: 23 Jul 1997 # Whom: stb # # $FreeBSD$ # -DISTNAME= netatalk-1.4b2 +PORTNAME= netatalk +PORTVERSION= 1.4b2 CATEGORIES= net print MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/ \ http://people.FreeBSD.org/~stb/mirror/terminator.rs.itd.umich.edu/unix/netatalk/ \ ftp://ftp.hanse.de/sites/transit/mirror/terminator.rs.itd.umich.edu/unix/netatalk/ PATCH_SITES= http://www.umich.edu/~rsug/netatalk/patches/1.4b2/ \ http://people.FreeBSD.org/~stb/mirror/www.umich.edu/%7Ersug/netatalk/patches/1.4b2/ \ ftp://ftp.hanse.de/sites/transit/mirror/www.umich.edu/%257Ersug/netatalk/patches/1.4b2/ PATCHFILES= afpd-macos8.diff afpd-bfree.diff MAINTAINER= stb@freebsd.org MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 MAN3= atalk_aton.3 nbp_name.3 MAN4= atalk.4 MAN8= afpd.8 atalkd.8 papd.8 psf.8 post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include Property changes on: head/net/netatalk-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/netcat/Makefile =================================================================== --- head/net/netcat/Makefile (revision 27422) +++ head/net/netcat/Makefile (revision 27423) @@ -1,33 +1,33 @@ # ex:ts=8 # Ports collection makefile for: netcat -# Version required: 0.0 # Date created: Thur Nov 21, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # -DISTNAME= nc110 -PKGNAME= netcat-1.10 +PORTNAME= netcat +PORTVERSION= 1.10 CATEGORIES= net MASTER_SITES= ftp://avian.org/src/hacks/ \ ftp://coast.cs.purdue.edu/pub/mirrors/avian.org/netcat/ \ ftp://zippy.telcom.arizona.edu/pub/mirrors/avian.org/hacks/ \ ftp://ftp.sterling.com/mirrors/avian.org/src/hacks/ \ ftp://ftp.rge.com/pub/security/coast/mirrors/avian.org/netcat/ EXTRACT_SUFX= .tgz +DISTNAME= nc110 MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes ALL_TARGET= freebsd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nc ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/netcat \ && ${CHMOD} a+rx ${PREFIX}/share/doc/netcat ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/netcat .endif .include Property changes on: head/net/netcat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/netpipes/Makefile =================================================================== --- head/net/netpipes/Makefile (revision 27422) +++ head/net/netpipes/Makefile (revision 27423) @@ -1,20 +1,20 @@ -# New ports collection makefile for: netpipes4.0 -# Version required: 4.0 +# New ports collection makefile for: netpipes # Date created: 12th April 1997 # Whom: doconnor@gsoft.com.au # # $FreeBSD$ # -DISTNAME= netpipes-4.2-export -PKGNAME= netpipes-4.2 +PORTNAME= netpipes +PORTVERSION= 4.2 CATEGORIES= net MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/ +DISTNAME= netpipes-4.2-export MAINTAINER= doconnor@gsoft.com.au NO_WRKSUBDIR= yes MAN1= faucet.1 hose.1 sockdown.1 getpeername.1 encapsulate.1 \ timelimit.1 netpipes.1 .include Property changes on: head/net/netpipes/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/nettest/Makefile =================================================================== --- head/net/nettest/Makefile (revision 27422) +++ head/net/nettest/Makefile (revision 27423) @@ -1,25 +1,25 @@ # New ports collection makefile for: nettest -# Version required: 92/11/09 # Date created: Mon Oct 20 14:30:06 CDT 1997 # Whom: proot@iaces.com # # $FreeBSD$ # -DISTNAME= nettest.92.11.09 -PKGNAME= nettest-92.11.09 +PORTNAME= nettest +PORTVERSION= 92.11.09 CATEGORIES= net MASTER_SITES= ftp://ftp.cray.com/src/nettest/ +DISTNAME= nettest.92.11.09 EXTRACT_SUFX= .tar.Z MAINTAINER= proot@iaces.com NO_WRKSUBDIR= yes MAN8= nettest.8 do-install: $(INSTALL_PROGRAM) -s $(WRKSRC)/nettest $(PREFIX)/bin/nettest $(INSTALL_PROGRAM) -s $(WRKSRC)/nettestd $(PREFIX)/bin/nettestd $(INSTALL_MAN) $(WRKSRC)/nettest.8 $(PREFIX)/man/man8/nettest.8 .include Property changes on: head/net/nettest/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/ngrep/Makefile =================================================================== --- head/net/ngrep/Makefile (revision 27422) +++ head/net/ngrep/Makefile (revision 27423) @@ -1,27 +1,27 @@ # ex:ts=8 # Ports collection makefile for: ngrep -# Version required: 0.0 # Date created: Sat Jan 01, 2000 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= ngrep-1.35 +PORTNAME= ngrep +PORTVERSION= 1.35 CATEGORIES= net security MASTER_SITES= http://www.packetfactory.net/ngrep/ MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/ngrep GNU_CONFIGURE= yes ALL_TARGET= ngrep MAN8= ngrep.8 post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ngrep ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ngrep .endif .include Property changes on: head/net/ngrep/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/nocol/Makefile =================================================================== --- head/net/nocol/Makefile (revision 27422) +++ head/net/nocol/Makefile (revision 27423) @@ -1,31 +1,31 @@ # New ports collection makefile for: NOCOL -# Version required: 4.3 # Date created: 21 Nov 1998 # Whom: bradh # # $FreeBSD$ # -DISTNAME= nocol-4.3 +PORTNAME= nocol +PORTVERSION= 4.3 CATEGORIES= net MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/ MAINTAINER= bradh@uunet.co.za MANPREFIX= ${PREFIX}/nocol/ MAN1= netconsole.1 MAN3= nocol-prog.3 perlnocol.3 MAN8= etherload.8 eventselect.8 genmon.8 multiping.8 noclogd.8 \ nocol-overview.8 nocol-utility.8 nsmon.8 ntpmon.8 pingmon.8 \ portmon.8 tpmon.8 trapmon.8 IS_INTERACTIVE= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= Configure NO_PACKAGE= Hostname is needed. post-install: @cd ${WRKSRC} && make root .include Property changes on: head/net/nocol/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/ns/Makefile =================================================================== --- head/net/ns/Makefile (revision 27422) +++ head/net/ns/Makefile (revision 27423) @@ -1,34 +1,34 @@ # New ports collection makefile for: ns-2 -# Version required: 2.1b5 # Date created: 26 April 1999 # Whom: obonilla # # $FreeBSD$ # -DISTNAME= ns-src-2.1b5 -PKGNAME= ns-2.1b5 +PORTNAME= ns +PORTVERSION= 2.1.b5 CATEGORIES= net MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ +DISTNAME= ns-src-2.1b5 MAINTAINER= obonilla@fisicc-ufm.edu BUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl RUN_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 MAN1= ns.1 MANCOMPRESSED= no WRKSRC= ${WRKDIR}/${PKGNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 ALL_TARGET= do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/examples/ns2 ${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2 .include Property changes on: head/net/ns/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/ns2/Makefile =================================================================== --- head/net/ns2/Makefile (revision 27422) +++ head/net/ns2/Makefile (revision 27423) @@ -1,34 +1,34 @@ # New ports collection makefile for: ns-2 -# Version required: 2.1b5 # Date created: 26 April 1999 # Whom: obonilla # # $FreeBSD$ # -DISTNAME= ns-src-2.1b5 -PKGNAME= ns-2.1b5 +PORTNAME= ns +PORTVERSION= 2.1.b5 CATEGORIES= net MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ +DISTNAME= ns-src-2.1b5 MAINTAINER= obonilla@fisicc-ufm.edu BUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl RUN_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 MAN1= ns.1 MANCOMPRESSED= no WRKSRC= ${WRKDIR}/${PKGNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 ALL_TARGET= do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/examples/ns2 ${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2 .include Property changes on: head/net/ns2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/nslint/Makefile =================================================================== --- head/net/nslint/Makefile (revision 27422) +++ head/net/nslint/Makefile (revision 27423) @@ -1,21 +1,21 @@ # New ports collection makefile for: nslint -# Version required: 2.0.1 # Date created: 27 October 1997 # Whom: dglo@ssec.wisc.edu # # $FreeBSD$ # -DISTNAME= nslint-2.0.1 +PORTNAME= nslint +PORTVERSION= 2.0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/ EXTRACT_SUFX= .tar.Z MAINTAINER= dglo@SSEC.WISC.EDU HAS_CONFIGURE= yes CONFIGURE_ARGS= --quiet INSTALL_TARGET= install install-man MAN8= nslint.8 .include Property changes on: head/net/nslint/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/nsping/Makefile =================================================================== --- head/net/nsping/Makefile (revision 27422) +++ head/net/nsping/Makefile (revision 27423) @@ -1,23 +1,24 @@ # New ports collection makefile for: nsping -# Version required: 0.8 # Date created: 04 March 2000 # Whom: Kris Kennaway # # $FreeBSD$ +# -DISTNAME= nsping -PKGNAME= nsping-0.8 +PORTNAME= nsping +PORTVERSION= 0.8 CATEGORIES= net MASTER_SITES= http://www.enteract.com/~tqbf/ +DISTNAME= nsping MAINTAINER= kris@FreeBSD.org WRKSRC= ${WRKDIR}/${PKGNAME} MAN8= nsping.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8 .include Property changes on: head/net/nsping/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/nstreams/Makefile =================================================================== --- head/net/nstreams/Makefile (revision 27422) +++ head/net/nstreams/Makefile (revision 27423) @@ -1,20 +1,20 @@ # New ports collection makefile for: nstreams -# Version required: 1.0.0 # Date created: 22 September 1999 # Whom: darius@dons.net.au # # $FreeBSD$ # -DISTNAME= nstreams-1.0.0 +PORTNAME= nstreams +PORTVERSION= 1.0.0 CATEGORIES= net MASTER_SITES= http://www.hsc.fr/cabinet/produits/nstreams/ MAINTAINER= darius@dons.net.au GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/nstreams MAN1= nstreams.1 .include Property changes on: head/net/nstreams/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/ntimelord/Makefile =================================================================== --- head/net/ntimelord/Makefile (revision 27422) +++ head/net/ntimelord/Makefile (revision 27423) @@ -1,27 +1,27 @@ # New ports collection makefile for: ntimelord -# Version required: 1.0 # Date created: 29 Oct 1997 # Whom: Takeru NAIKI # # $FreeBSD$ # -DISTNAME= ntimelord-1.0 +PORTNAME= ntimelord +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/ EXTRACT_SUFX= .tar.Z MAINTAINER= naiki@bfd.es.hokudai.ac.jp RUN_DEPENDS= ${LOCALBASE}/libexec/atalkd:${PORTSDIR}/net/netatalk post-install: @$(ECHO_MSG) "============================================================" @$(ECHO_MSG) " You must edit the file netatalk.sh installed with netatalk" @$(ECHO_MSG) " to start timelord automatically at boot-time." @$(ECHO_MSG) " " @$(ECHO_MSG) " Client program tardis can find in timelord.1.4.shar.Z" @$(ECHO_MSG) " which is in ftp://munnari.OZ.AU/mac/" @$(ECHO_MSG) "============================================================" .include Property changes on: head/net/ntimelord/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/ntop/Makefile =================================================================== --- head/net/ntop/Makefile (revision 27422) +++ head/net/ntop/Makefile (revision 27423) @@ -1,28 +1,28 @@ # New ports collection makefile for: ntop -# Version required: 1.1 # Date created: 10 August 1998 # Whom: Bill Fumerola # # $FreeBSD$ # -DISTNAME= ntop-1.1-src -PKGNAME= ntop-1.1 +PORTNAME= ntop +PORTVERSION= 1.1 CATEGORIES= net MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \ http://www.freenix.no/~anders/ \ ftp://totem.fix.no/pub/mirrors/misc/ +DISTNAME= ntop-1.1-src MAINTAINER= billf@FreeBSD.org HAS_CONFIGURE= yes ALL_TARGET= INSTALL_TARGET= install install-man WRKSRC= ${WRKDIR}/${PKGNAME} MAN8= ntop.8 post-install: strip ${PREFIX}/sbin/ntop .include Property changes on: head/net/ntop/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/ntp/Makefile =================================================================== --- head/net/ntp/Makefile (revision 27422) +++ head/net/ntp/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: ntp -# Version required: 4.0.99g # Date created: Di 5 Mai 1998 21:31:03 CEST # Whom: andreas # # $FreeBSD$ # -DISTNAME= ntp-4.0.99g +PORTNAME= ntp +PORTVERSION= 4.0.99g CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ MAINTAINER= ports@FreeBSD.org # ntp's configure script created by autoconf 2.14.1 doesn't work # if GNU_CONFIGURE is defined HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ntp ${TAR} -C ${WRKSRC}/html --exclude '.*' -cf - . | \ ${TAR} -C ${PREFIX}/share/doc/ntp --unlink -xf - find ${PREFIX}/share/doc/ntp | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP} find ${PREFIX}/share/doc/ntp -type f | xargs ${CHMOD} ${SHAREMODE} .endif .include Property changes on: head/net/ntp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/ntp-devel/Makefile =================================================================== --- head/net/ntp-devel/Makefile (revision 27422) +++ head/net/ntp-devel/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: ntp -# Version required: 4.0.99g # Date created: Di 5 Mai 1998 21:31:03 CEST # Whom: andreas # # $FreeBSD$ # -DISTNAME= ntp-4.0.99g +PORTNAME= ntp +PORTVERSION= 4.0.99g CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ MAINTAINER= ports@FreeBSD.org # ntp's configure script created by autoconf 2.14.1 doesn't work # if GNU_CONFIGURE is defined HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ntp ${TAR} -C ${WRKSRC}/html --exclude '.*' -cf - . | \ ${TAR} -C ${PREFIX}/share/doc/ntp --unlink -xf - find ${PREFIX}/share/doc/ntp | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP} find ${PREFIX}/share/doc/ntp -type f | xargs ${CHMOD} ${SHAREMODE} .endif .include Property changes on: head/net/ntp-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/ntp-stable/Makefile =================================================================== --- head/net/ntp-stable/Makefile (revision 27422) +++ head/net/ntp-stable/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: ntp -# Version required: 4.0.99g # Date created: Di 5 Mai 1998 21:31:03 CEST # Whom: andreas # # $FreeBSD$ # -DISTNAME= ntp-4.0.99g +PORTNAME= ntp +PORTVERSION= 4.0.99g CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ MAINTAINER= ports@FreeBSD.org # ntp's configure script created by autoconf 2.14.1 doesn't work # if GNU_CONFIGURE is defined HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ntp ${TAR} -C ${WRKSRC}/html --exclude '.*' -cf - . | \ ${TAR} -C ${PREFIX}/share/doc/ntp --unlink -xf - find ${PREFIX}/share/doc/ntp | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP} find ${PREFIX}/share/doc/ntp -type f | xargs ${CHMOD} ${SHAREMODE} .endif .include Property changes on: head/net/ntp-stable/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/nttcp/Makefile =================================================================== --- head/net/nttcp/Makefile (revision 27422) +++ head/net/nttcp/Makefile (revision 27423) @@ -1,26 +1,26 @@ # New ports collection makefile for: nttcp -# Version required: 1.45 # Date created: 11 Nov 1998 # Whom: Bill Fumerola # # $FreeBSD$ # -DISTNAME= nttcp-1.45 +PORTNAME= nttcp +PORTVERSION= 1.45 CATEGORIES= net benchmarks MASTER_SITES= http://users.leo.org/~bartel/nttcp/ \ http://people.FreeBSD.org/~billf/ MAINTAINER= billf@FreeBSD.org ALL_TARGET= nttcp MAN1= nttcp.1 USE_GMAKE= yes MAKE_ENV+= OPT="${CFLAGS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/ .include Property changes on: head/net/nttcp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/opal/Makefile =================================================================== --- head/net/opal/Makefile (revision 27422) +++ head/net/opal/Makefile (revision 27423) @@ -1,37 +1,36 @@ # New ports collection makefile for: openh323 -# Version required: 1.1alpha1 # Date created: Thu Feb 17 15:00:48 GMT 2000 # Whom: Roger Hardiman # # $FreeBSD$ # -DISTNAME= openh323_1.1alpha1 -PKGNAME= openh323-1.1.a1 +PORTNAME= openh323 +PORTVERSION= 1.1.a1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ +DISTFILES= openh323_1.1alpha1${EXTRACT_SUFX} \ pwlib_min_1.14.tar.gz MAINTAINER= roger@freebsd.org WRKSRC= ${WRKDIR}/openh323 USE_BISON= yes USE_XLIB= yes USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \ OPENH323DIR=${WRKDIR}/openh323 THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/test/obj_${OPSYS}_${THE_MACHTYPE}_r/voxilla ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1 MAN1= voxilla.1 .include Property changes on: head/net/opal/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/opal3/Makefile =================================================================== --- head/net/opal3/Makefile (revision 27422) +++ head/net/opal3/Makefile (revision 27423) @@ -1,37 +1,36 @@ # New ports collection makefile for: openh323 -# Version required: 1.1alpha1 # Date created: Thu Feb 17 15:00:48 GMT 2000 # Whom: Roger Hardiman # # $FreeBSD$ # -DISTNAME= openh323_1.1alpha1 -PKGNAME= openh323-1.1.a1 +PORTNAME= openh323 +PORTVERSION= 1.1.a1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ +DISTFILES= openh323_1.1alpha1${EXTRACT_SUFX} \ pwlib_min_1.14.tar.gz MAINTAINER= roger@freebsd.org WRKSRC= ${WRKDIR}/openh323 USE_BISON= yes USE_XLIB= yes USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \ OPENH323DIR=${WRKDIR}/openh323 THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/test/obj_${OPSYS}_${THE_MACHTYPE}_r/voxilla ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1 MAN1= voxilla.1 .include Property changes on: head/net/opal3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/opengatekeeper/Makefile =================================================================== --- head/net/opengatekeeper/Makefile (revision 27422) +++ head/net/opengatekeeper/Makefile (revision 27423) @@ -1,32 +1,32 @@ # New ports collection makefile for: opengatekeeper -# Version required: 0.44 # Date created: Wed Apr 5 11:00:00 GMT 2000 # Whom: Roger Hardiman # # $FreeBSD$ # -DISTNAME= opengate_alpha0.44 -PKGNAME= opengate-0.44 +PORTNAME= opengate +PORTVERSION= 0.44 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/OpenGatekeeper/ +DISTNAME= opengate_alpha0.44 MAINTAINER= roger@freebsd.org BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build WRKSRC= ${WRKDIR}/opengate NOCLEANDEPENDS= yes USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV= PWLIBDIR=${PORTSDIR}/net/openh323/work/pwlib \ OPENH323DIR=${PORTSDIR}/net/openh323/work/openh323 THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/opengate ${PREFIX}/bin .include Property changes on: head/net/opengatekeeper/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/openh323/Makefile =================================================================== --- head/net/openh323/Makefile (revision 27422) +++ head/net/openh323/Makefile (revision 27423) @@ -1,37 +1,36 @@ # New ports collection makefile for: openh323 -# Version required: 1.1alpha1 # Date created: Thu Feb 17 15:00:48 GMT 2000 # Whom: Roger Hardiman # # $FreeBSD$ # -DISTNAME= openh323_1.1alpha1 -PKGNAME= openh323-1.1.a1 +PORTNAME= openh323 +PORTVERSION= 1.1.a1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ +DISTFILES= openh323_1.1alpha1${EXTRACT_SUFX} \ pwlib_min_1.14.tar.gz MAINTAINER= roger@freebsd.org WRKSRC= ${WRKDIR}/openh323 USE_BISON= yes USE_XLIB= yes USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \ OPENH323DIR=${WRKDIR}/openh323 THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/test/obj_${OPSYS}_${THE_MACHTYPE}_r/voxilla ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1 MAN1= voxilla.1 .include Property changes on: head/net/openh323/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/openh323-112/Makefile =================================================================== --- head/net/openh323-112/Makefile (revision 27422) +++ head/net/openh323-112/Makefile (revision 27423) @@ -1,37 +1,36 @@ # New ports collection makefile for: openh323 -# Version required: 1.1alpha1 # Date created: Thu Feb 17 15:00:48 GMT 2000 # Whom: Roger Hardiman # # $FreeBSD$ # -DISTNAME= openh323_1.1alpha1 -PKGNAME= openh323-1.1.a1 +PORTNAME= openh323 +PORTVERSION= 1.1.a1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ +DISTFILES= openh323_1.1alpha1${EXTRACT_SUFX} \ pwlib_min_1.14.tar.gz MAINTAINER= roger@freebsd.org WRKSRC= ${WRKDIR}/openh323 USE_BISON= yes USE_XLIB= yes USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \ OPENH323DIR=${WRKDIR}/openh323 THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/test/obj_${OPSYS}_${THE_MACHTYPE}_r/voxilla ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1 MAN1= voxilla.1 .include Property changes on: head/net/openh323-112/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/openldap/Makefile =================================================================== --- head/net/openldap/Makefile (revision 27422) +++ head/net/openldap/Makefile (revision 27423) @@ -1,57 +1,57 @@ # New ports collection makefile for: openldap -# Version required: 1.2.9 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD$ # -DISTNAME= openldap-1.2.9 +PORTNAME= openldap +PORTVERSION= 1.2.9 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net .if defined(WITH_DB2) BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${PREFIX}/lib .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --enable-wrappers .endif .include .include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend post-install: strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd .include Property changes on: head/net/openldap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/openldap12/Makefile =================================================================== --- head/net/openldap12/Makefile (revision 27422) +++ head/net/openldap12/Makefile (revision 27423) @@ -1,57 +1,57 @@ # New ports collection makefile for: openldap -# Version required: 1.2.9 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD$ # -DISTNAME= openldap-1.2.9 +PORTNAME= openldap +PORTVERSION= 1.2.9 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net .if defined(WITH_DB2) BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${PREFIX}/lib .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --enable-wrappers .endif .include .include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend post-install: strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd .include Property changes on: head/net/openldap12/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/openldap2/Makefile =================================================================== --- head/net/openldap2/Makefile (revision 27422) +++ head/net/openldap2/Makefile (revision 27423) @@ -1,57 +1,57 @@ # New ports collection makefile for: openldap -# Version required: 1.2.9 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD$ # -DISTNAME= openldap-1.2.9 +PORTNAME= openldap +PORTVERSION= 1.2.9 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net .if defined(WITH_DB2) BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${PREFIX}/lib .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --enable-wrappers .endif .include .include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend post-install: strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd .include Property changes on: head/net/openldap2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/openldap20/Makefile =================================================================== --- head/net/openldap20/Makefile (revision 27422) +++ head/net/openldap20/Makefile (revision 27423) @@ -1,57 +1,57 @@ # New ports collection makefile for: openldap -# Version required: 1.2.9 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD$ # -DISTNAME= openldap-1.2.9 +PORTNAME= openldap +PORTVERSION= 1.2.9 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net .if defined(WITH_DB2) BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${PREFIX}/lib .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --enable-wrappers .endif .include .include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend post-install: strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd .include Property changes on: head/net/openldap20/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/openldap20-server/Makefile =================================================================== --- head/net/openldap20-server/Makefile (revision 27422) +++ head/net/openldap20-server/Makefile (revision 27423) @@ -1,57 +1,57 @@ # New ports collection makefile for: openldap -# Version required: 1.2.9 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD$ # -DISTNAME= openldap-1.2.9 +PORTNAME= openldap +PORTVERSION= 1.2.9 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net .if defined(WITH_DB2) BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${PREFIX}/lib .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --enable-wrappers .endif .include .include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend post-install: strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd .include Property changes on: head/net/openldap20-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/openldap21/Makefile =================================================================== --- head/net/openldap21/Makefile (revision 27422) +++ head/net/openldap21/Makefile (revision 27423) @@ -1,57 +1,57 @@ # New ports collection makefile for: openldap -# Version required: 1.2.9 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD$ # -DISTNAME= openldap-1.2.9 +PORTNAME= openldap +PORTVERSION= 1.2.9 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net .if defined(WITH_DB2) BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${PREFIX}/lib .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --enable-wrappers .endif .include .include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend post-install: strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd .include Property changes on: head/net/openldap21/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/openldap21-server/Makefile =================================================================== --- head/net/openldap21-server/Makefile (revision 27422) +++ head/net/openldap21-server/Makefile (revision 27423) @@ -1,57 +1,57 @@ # New ports collection makefile for: openldap -# Version required: 1.2.9 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD$ # -DISTNAME= openldap-1.2.9 +PORTNAME= openldap +PORTVERSION= 1.2.9 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net .if defined(WITH_DB2) BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${PREFIX}/lib .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --enable-wrappers .endif .include .include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend post-install: strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd .include Property changes on: head/net/openldap21-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/openldap22/Makefile =================================================================== --- head/net/openldap22/Makefile (revision 27422) +++ head/net/openldap22/Makefile (revision 27423) @@ -1,57 +1,57 @@ # New ports collection makefile for: openldap -# Version required: 1.2.9 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD$ # -DISTNAME= openldap-1.2.9 +PORTNAME= openldap +PORTVERSION= 1.2.9 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net .if defined(WITH_DB2) BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${PREFIX}/lib .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --enable-wrappers .endif .include .include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend post-install: strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd .include Property changes on: head/net/openldap22/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/openldap22-server/Makefile =================================================================== --- head/net/openldap22-server/Makefile (revision 27422) +++ head/net/openldap22-server/Makefile (revision 27423) @@ -1,57 +1,57 @@ # New ports collection makefile for: openldap -# Version required: 1.2.9 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD$ # -DISTNAME= openldap-1.2.9 +PORTNAME= openldap +PORTVERSION= 1.2.9 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net .if defined(WITH_DB2) BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${PREFIX}/lib .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --enable-wrappers .endif .include .include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend post-install: strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd .include Property changes on: head/net/openldap22-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/openldap23-server/Makefile =================================================================== --- head/net/openldap23-server/Makefile (revision 27422) +++ head/net/openldap23-server/Makefile (revision 27423) @@ -1,57 +1,57 @@ # New ports collection makefile for: openldap -# Version required: 1.2.9 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD$ # -DISTNAME= openldap-1.2.9 +PORTNAME= openldap +PORTVERSION= 1.2.9 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net .if defined(WITH_DB2) BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${PREFIX}/lib .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --enable-wrappers .endif .include .include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend post-install: strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd .include Property changes on: head/net/openldap23-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/openldap24-server/Makefile =================================================================== --- head/net/openldap24-server/Makefile (revision 27422) +++ head/net/openldap24-server/Makefile (revision 27423) @@ -1,57 +1,57 @@ # New ports collection makefile for: openldap -# Version required: 1.2.9 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD$ # -DISTNAME= openldap-1.2.9 +PORTNAME= openldap +PORTVERSION= 1.2.9 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net .if defined(WITH_DB2) BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${PREFIX}/lib .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --enable-wrappers .endif .include .include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend post-install: strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd .include Property changes on: head/net/openldap24-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/p5-Archie/Makefile =================================================================== --- head/net/p5-Archie/Makefile (revision 27422) +++ head/net/p5-Archie/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: p5-Archie -# Version required: 1.5 # Date created: October 19th 1996 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= perl_archie.1.5 -PKGNAME= p5-Archie-1.5 +PORTNAME= p5-Archie +PORTVERSION= 1.5 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Archie +DISTNAME= perl_archie.1.5 MAINTAINER= jfitz@FreeBSD.org USE_PERL5= YES NO_WRKSUBDIR= YES NO_BUILD= YES do-install: @ ${CP} ${WRKDIR}/Archie.pm ${WRKDIR}/Archie-1.5.pm @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl @ ${INSTALL_DATA} ${WRKDIR}/Archie-1.5.pm ${PREFIX}/lib/perl5/site_perl/ @ ${LN} -sf ${PREFIX}/lib/perl5/site_perl/Archie-1.5.pm ${PREFIX}/lib/perl5/site_perl/Archie.pm @ ${INSTALL_DATA} ${WRKDIR}/archie_gateway ${PREFIX}/lib/perl5/site_perl/ .include Property changes on: head/net/p5-Archie/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/p5-Net/Makefile =================================================================== --- head/net/p5-Net/Makefile (revision 27422) +++ head/net/p5-Net/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: p5-Net -# Version required: 1.* # Date created: September 30th 1996 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= libnet-1.0607 -PKGNAME= p5-Net-1.0607 +PORTNAME= p5-Net +PORTVERSION= 1.0607 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net +DISTNAME= libnet-${PORTVERSION} MAINTAINER= jfitz@FreeBSD.org USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= \ Net::Cmd.3 \ Net::Domain.3 \ Net::DummyInetd.3 \ Net::FTP.3 \ Net::NNTP.3 \ Net::Netrc.3 \ Net::PH.3 \ Net::POP3.3 \ Net::SMTP.3 \ Net::SNPP.3 \ Net::Time.3 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/p5-Net/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/net/p5-Net-DNS/Makefile =================================================================== --- head/net/p5-Net-DNS/Makefile (revision 27422) +++ head/net/p5-Net-DNS/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: p5-Net-DNS -# Version required: 0.12 # Date created: April 5th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= Net-DNS-0.12 -PKGNAME= p5-Net-DNS-0.12 +PORTNAME= p5-Net-DNS +PORTVERSION= 0.12 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net +DISTNAME= Net-DNS-0.12 MAINTAINER= jfitz@FreeBSD.org USE_PERL5= YES MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \ Net::DNS::RR::AFSDB.3 Net::DNS::RR::CNAME.3 Net::DNS::RR::HINFO.3 \ Net::DNS::RR::ISDN.3 Net::DNS::RR::MG.3 Net::DNS::RR::MINFO.3 \ Net::DNS::RR::MR.3 Net::DNS::RR::MX.3 Net::DNS::RR::NS.3 Net::DNS::RR::PTR.3 \ Net::DNS::RR::RP.3 Net::DNS::RR::RT.3 Net::DNS::RR::SOA.3 Net::DNS::RR::SRV.3 \ Net::DNS::RR::TXT.3 Net::DNS::RR::X25.3 Net::DNS::Resolver.3 \ Net::DNS::RR::AAAA.3 Net::DNS::RR::EID.3 Net::DNS::RR::LOC.3 \ Net::DNS::RR::MB.3 Net::DNS::RR::NAPTR.3 Net::DNS::RR::NIMLOC.3 \ Net::DNS::RR::NSAP.3 Net::DNS::RR::NULL.3 Net::DNS::RR::PX.3 \ Net::DNS::Update.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/p5-Net-DNS/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/p5-Net-Daemon/Makefile =================================================================== --- head/net/p5-Net-Daemon/Makefile (revision 27422) +++ head/net/p5-Net-Daemon/Makefile (revision 27423) @@ -1,28 +1,28 @@ # New ports collection makefile for: p5-Net-Daemon -# Version required: 0.29 # Date created: 27 Feb 2000 # Whom: Vanilla I. Shu # # $FreeBSD$ # -DISTNAME= Net-Daemon-0.29 -PKGNAME= p5-Net-Daemon-0.29 +PORTNAME= p5-Net-Daemon +PORTVERSION= 0.29 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net +DISTNAME= Net-Daemon-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.ORG USE_PERL5= YES MAN3= Net::Daemon.3 \ Net::Daemon::Log.3 \ Net::Daemon::Test.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/p5-Net-Daemon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/p5-Net-IPv4Addr/Makefile =================================================================== --- head/net/p5-Net-IPv4Addr/Makefile (revision 27422) +++ head/net/p5-Net-IPv4Addr/Makefile (revision 27423) @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-Net-IPv4Addr -# Version required: 0.08 # Date created: 25 February 2000 # Whom: Brad Hendrickse # # $FreeBSD$ # -DISTNAME= Net-IPv4Addr-0.08 -PKGNAME= p5-Net-IPv4Addr-0.08 +PORTNAME= p5-Net-IPv4Addr +PORTVERSION= 0.08 CATEGORIES= net perl5 # not using CPAN due to them messing up the filename and version numbers MASTER_SITES= http://indev.insu.com/sources/ +DISTNAME= Net-IPv4Addr-${PORTVERSION} MAINTAINER= bradh@uunet.co.za USE_PERL5= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN1= ipv4calc.1 MAN3= Net::IPv4Addr.3 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} .include Property changes on: head/net/p5-Net-IPv4Addr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/p5-Net-RawIP/Makefile =================================================================== --- head/net/p5-Net-RawIP/Makefile (revision 27422) +++ head/net/p5-Net-RawIP/Makefile (revision 27423) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-Net-RawIP -# Version required: 0.09 # Date created: 18 February 1999 # Whom: Dima Sivachenko # # $FreeBSD$ # -DISTNAME= Net-RawIP-0.09 -PKGNAME= p5-Net-RawIP-0.09 +PORTNAME= p5-Net-RawIP +PORTVERSION= 0.09 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://quake.skif.net/RawIP/files/ \ http://www.ic.al.lg.ua/~ksv/ MASTER_SITE_SUBDIR= Net +DISTNAME= Net-RawIP-${PORTVERSION} MAINTAINER= dima@chg.ru USE_PERL5= yes MAN3= Net::RawIP.3 Net::RawIP::libpcap.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/p5-Net-RawIP/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/p5-Net-Telnet/Makefile =================================================================== --- head/net/p5-Net-Telnet/Makefile (revision 27422) +++ head/net/p5-Net-Telnet/Makefile (revision 27423) @@ -1,24 +1,24 @@ # New ports collection makefile for: p5-Net-Telnet -# Version required: 3.01 # Date created: March 3 1998 # Whom: Jun Kuriyama # # $FreeBSD$ # -DISTNAME= Net-Telnet-3.01 -PKGNAME= p5-Net-Telnet-3.01 +PORTNAME= p5-Net-Telnet +PORTVERSION= 3.01 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net +DISTNAME= Net-Telnet-3.01 MAINTAINER= kuriyama@FreeBSD.org USE_PERL5= YES MAN3= Net::Telnet.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/p5-Net-Telnet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/p5-Net-Whois/Makefile =================================================================== --- head/net/p5-Net-Whois/Makefile (revision 27422) +++ head/net/p5-Net-Whois/Makefile (revision 27423) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-Net-Whois -# Version required: 0.22 # Date created: June 7th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= Net-Whois-0.22 -PKGNAME= p5-Net-Whois-0.22 +PORTNAME= p5-Net-Whois +PORTVERSION= 0.22 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net +DISTNAME= Net-Whois-${PORTVERSION} MAINTAINER= jfitz@FreeBSD.org RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Whois.3 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/p5-Net-Whois/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/p5-PlRPC/Makefile =================================================================== --- head/net/p5-PlRPC/Makefile (revision 27422) +++ head/net/p5-PlRPC/Makefile (revision 27423) @@ -1,30 +1,30 @@ # New ports collection makefile for: p5-PlRPC -# Version required: 0.2012 # Date Created: 27 Feb 2000 # Whom: Vanilla I. Shu # # $FreeBSD$ # -DISTNAME= PlRPC-0.2012 -PKGNAME= p5-PlRPC-0.2012 +PORTNAME= p5-PlRPC +PORTVERSION= 0.2012 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= RPC +DISTNAME= PlRPC-0.2012 MAINTAINER= vanilla@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Daemon.pm:${PORTSDIR}/net/p5-Net-Daemon \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable USE_PERL5= yes MAN3= Bundle::PlRPC.3 \ RPC::PlClient.3 \ RPC::PlServer.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/p5-PlRPC/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/p5-SNMP/Makefile =================================================================== --- head/net/p5-SNMP/Makefile (revision 27422) +++ head/net/p5-SNMP/Makefile (revision 27423) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-SNMP -# Version required: 1.8b3 # Date created: May 5th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= SNMP-1.8.1 -PKGNAME= p5-SNMP-1.8.1 +PORTNAME= p5-SNMP +PORTVERSION= 1.8.1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SNMP +DISTNAME= SNMP-${PORTVERSION} MAINTAINER= jfitz@FreeBSD.org LIB_DEPENDS= snmp.4:${PORTSDIR}/net/ucd-snmp USE_PERL5= YES do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL post-install: @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/lib/perl5/site_perl/README.SNMP .include Property changes on: head/net/p5-SNMP/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/p5-SNMP-Util/Makefile =================================================================== --- head/net/p5-SNMP-Util/Makefile (revision 27422) +++ head/net/p5-SNMP-Util/Makefile (revision 27423) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-SNMP-Util -# Version required: 1.6 # Date created: September 7 1999 # Whom: Bill Fenner # # $FreeBSD$ # -DISTNAME= SNMP-Util-1.6 -PKGNAME= p5-SNMP-Util-1.6 +PORTNAME= p5-SNMP-Util +PORTVERSION= 1.6 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SNMP +DISTNAME= SNMP-Util-1.6 MAINTAINER= fenner@FreeBSD.org RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP USE_PERL5= YES MAN3= SNMP::Util.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/p5-SNMP-Util/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/p5-SNMP_Session/Makefile =================================================================== --- head/net/p5-SNMP_Session/Makefile (revision 27422) +++ head/net/p5-SNMP_Session/Makefile (revision 27423) @@ -1,21 +1,21 @@ # New ports collection makefile for: p5-SNMP_Session -# Version required: 0.72 # Date created: 13 June 1999 # Whom: Stephen J. Roznowski # # $FreeBSD$ # -DISTNAME= SNMP_Session-0.75 -PKGNAME= p5-SNMP_Session-0.75 +PORTNAME= p5-SNMP_Session +PORTVERSION= 0.75 CATEGORIES= net perl5 MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/ +DISTNAME= SNMP_Session-0.75 MAINTAINER= ports@FreeBSD.org USE_PERL5= yes do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/p5-SNMP_Session/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/p5-Socks/Makefile =================================================================== --- head/net/p5-Socks/Makefile (revision 27422) +++ head/net/p5-Socks/Makefile (revision 27423) @@ -1,25 +1,25 @@ # New ports collection makefile for: p5-Socks -# Version required: 0.03 # Date created: 22 January 1999 # Whom: Yukihiro Nakai # # $FreeBSD$ # -DISTNAME= SOCKS-0.03 -PKGNAME= p5-Socks-0.03 +PORTNAME= p5-Socks +PORTVERSION= 0.03 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net +DISTNAME= SOCKS-0.03 MAINTAINER= nakai@FreeBSD.org USE_PERL5= YES MAN3= Net::SOCKS.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/p5-Socks/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/p5-URI/Makefile =================================================================== --- head/net/p5-URI/Makefile (revision 27422) +++ head/net/p5-URI/Makefile (revision 27423) @@ -1,35 +1,35 @@ # New ports collection makefile for: p5-URI -# Version required: 1.* # Date created: 1999/04/07 # Whom: ache # # $FreeBSD$ # -DISTNAME= URI-1.04 -PKGNAME= p5-URI-1.04 +PORTNAME= p5-URI +PORTVERSION= 1.04 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= URI +DISTNAME= URI-1.04 MAINTAINER= ache@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 USE_PERL5= YES MAN3= \ URI::WithBase.3 \ URI::data.3 \ URI::file.3 \ URI::Heuristic.3 \ URI::ldap.3 \ URI::Escape.3 \ URI.3 \ URI::URL.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/p5-URI/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/p5-pRPC/Makefile =================================================================== --- head/net/p5-pRPC/Makefile (revision 27422) +++ head/net/p5-pRPC/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: p5-pRPC -# Version required: 0.1005 # Date Created: Aug 18 1998 # Whom: Vanilla I. Shu # # $FreeBSD$ # -DISTNAME= pRPC-modules-0.1005 -PKGNAME= p5-pRPC-modules-0.1005 +PORTNAME= p5-pRPC-modules +PORTVERSION= 0.1005 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= RPC +DISTNAME= pRPC-modules-0.1005 MAINTAINER= vanilla@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Storable.pm:${PORTSDIR}/devel/p5-Storable USE_PERL5= yes MAN3= Bundle::pRPC-modules.3 \ RPC::pClient.3 \ RPC::pServer.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/p5-pRPC/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/pathchar/Makefile =================================================================== --- head/net/pathchar/Makefile (revision 27422) +++ head/net/pathchar/Makefile (revision 27423) @@ -1,51 +1,51 @@ # ex:ts=8 # Ports collection makefile for: pathchar -# Version required: 0.0 # Date created: 7 November 1998 # Whom: Josh Gilliam # # $FreeBSD$ # -DISTNAME= pathchar-a1-freebsd-3.0 -PKGNAME= pathchar-a1 +PORTNAME= pathchar +PORTVERSION= a1 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/ \ http://www.caida.org/Tools/Pathchar/ \ http://www.fips.de/Computer/woman/ \ http://sitka.triumf.ca/net/ \ http://people.FreeBSD.org/~obrien/Distfiles/ +DISTNAME= pathchar-a1-freebsd-3.0 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pathcharnotes.html pathchar.8 \ pathchar.mantxt MAINTAINER= obrien@FreeBSD.org ONLY_FOR_ARCHS= i386 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAN8= pathchar.8 .include .if ${PORTOBJFORMAT} == "aout" DISTNAME= pathchar-a0-freebsd-2.2 PKGNAME= pathchar-a0 .endif NO_BUILD= yes NO_WRKSUBDIR= yes pre-patch: @${CP} ${DISTDIR}/pathchar.8 ${WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pathchar ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pathchar.8 ${PREFIX}/man/man8 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/pathchar ${INSTALL_MAN} ${FILESDIR}/README.pathchar \ ${DISTDIR}/pathcharnotes.html \ ${DISTDIR}/pathchar.mantxt \ ${PREFIX}/share/doc/pathchar .endif .include Property changes on: head/net/pathchar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/pchar/Makefile =================================================================== --- head/net/pchar/Makefile (revision 27422) +++ head/net/pchar/Makefile (revision 27423) @@ -1,31 +1,31 @@ # ex:ts=8 # Ports collection makefile for: pchar -# Version required: 0.0 # Date created: Wed Nov 03, 1999 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= pchar-1.1.1 +PORTNAME= pchar +PORTVERSION= 1.1.1 CATEGORIES= net ipv6 MASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes MAN8= pchar.8 .include .if ${OSVERSION} >= 400014 CONFIGURE_ARGS= --with-ipv6 .endif .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${PREFIX}/share/doc/pchar cd ${WRKSRC} ; ${INSTALL_DATA} README FAQ ${PREFIX}/share/doc/pchar .endif .include Property changes on: head/net/pchar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/pcnfsd/Makefile =================================================================== --- head/net/pcnfsd/Makefile (revision 27422) +++ head/net/pcnfsd/Makefile (revision 27423) @@ -1,25 +1,25 @@ # New ports collection makefile for: pcnfsd -# Version required: 93.02.16 # Date created: Oct 6, 1994 # Whom: pst # # $FreeBSD$ # -DISTNAME= pcnfsd.93.02.16 -PKGNAME= pcnfsd-93.02.16 +PORTNAME= pcnfsd +PORTVERSION= 93.02.16 CATEGORIES= net MASTER_SITES= ftp://bcm.tmc.edu/pcnfs/ +DISTNAME= pcnfsd.93.02.16 EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org MAN8= pcnfsd.8 MANCOMPRESSED= maybe NO_WRKSUBDIR= post-extract: ${CP} ${FILESDIR}/Makefile.inc ${WRKSRC} .include Property changes on: head/net/pcnfsd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/perldap/Makefile =================================================================== --- head/net/perldap/Makefile (revision 27422) +++ head/net/perldap/Makefile (revision 27423) @@ -1,31 +1,31 @@ # New ports collection makefile for: perldap -# Version required: 1.1b # Date created: 17 May 1999 # Whom: paul@freebsd.org # # $FreeBSD$ # -DISTNAME= perldap-1.2.2 +PORTNAME= perldap +PORTVERSION= 1.2.2 CATEGORIES= net MASTER_SITES= ftp://ftp.mozilla.org/pub/directory/perldap/ EXTRACT_SUFX= .tgz MAINTAINER= paul@FreeBSD.org LIB_DEPENDS= ldap.1:${PORTSDIR}/net/ldapsdk WRKSRC= ${WRKDIR}/perldap MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mozilla::LDAP::Conn.3 \ Mozilla::LDAP::LDIF.3 \ Mozilla::LDAP::Utils.3 \ Mozilla::LDAP::Entry.3 \ Mozilla::LDAP::API.3 MAKE_ENV+= LDAPSDKDIR=${PREFIX}/mozilla/directory LDAPV3ON=yes LDAPSDKSSL=no do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net/perldap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/pipsecd/Makefile =================================================================== --- head/net/pipsecd/Makefile (revision 27422) +++ head/net/pipsecd/Makefile (revision 27423) @@ -1,37 +1,37 @@ # New ports collection makefile for: pipsecd -# Version required: 19991014 # Date created: 16 Aug 1999 # Whom: Patrick Bihan-Faou # # $FreeBSD$ # -DISTNAME= pipsec-19991014 -PKGNAME= pipsecd-19991014 +PORTNAME= pipsecd +PORTVERSION= 19991014 CATEGORIES= net security MASTER_SITES= http://www.enst.fr/~beyssac/pipsec/ \ http://www.mindstep.com/pipsec/ +DISTNAME= pipsec-19991014 MAINTAINER= patrick@mindstep.com USE_OPENSSL= RSA ALL_TARGET= pipsecd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pipsecd ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/pipsecd.sh ${PREFIX}/etc/rc.d ${CHMOD} 755 ${PREFIX}/etc/rc.d/pipsecd.sh; ${MKDIR} ${PREFIX}/etc/ipsec ${INSTALL_DATA} ${WRKSRC}/pipsecd.conf.sample ${PREFIX}/etc/ipsec .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/pipsecd ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/pipsecd ${INSTALL_MAN} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/pipsecd ${INSTALL_MAN} ${WRKSRC}/README.port ${PREFIX}/share/doc/pipsecd .endif post-install: strip ${PREFIX}/sbin/pipsecd .include Property changes on: head/net/pipsecd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/pmf/Makefile =================================================================== --- head/net/pmf/Makefile (revision 27422) +++ head/net/pmf/Makefile (revision 27423) @@ -1,38 +1,38 @@ # New ports collection makefile for: pmf -# Version required: 1.13.1 # Date created: 24 Sep 1994 # Whom: adam # # $FreeBSD$ # -DISTNAME= pmf-1.13.1 +PORTNAME= pmf +PORTVERSION= 1.13.1 CATEGORIES= net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/clients/pmf/ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/pmfdir/src SYSSRC= ${WRKSRC}/../system_dir DOCSRC= ${WRKSRC}/../doc XMPSRC= ${WRKSRC}/../examples post-patch: @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' ${FILESDIR}/pmfrc.default.in \ > ${WRKSRC}/../system_dir/pmfrc.default do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pmf ${PREFIX}/bin @${MKDIR} ${PREFIX}/libdata/pmf/helpfiles ${INSTALL_DATA} ${SYSSRC}/pmfrc.default ${PREFIX}/libdata/pmf ${INSTALL_DATA} ${SYSSRC}/NEWS ${PREFIX}/libdata/pmf ${INSTALL_DATA} ${SYSSRC}/helpfiles/.pmfrc ${PREFIX}/libdata/pmf/helpfiles ${INSTALL_DATA} ${SYSSRC}/helpfiles/* ${PREFIX}/libdata/pmf/helpfiles @${MKDIR} ${PREFIX}/share/doc/pmf ${INSTALL_DATA} ${DOCSRC}/../doc/* ${PREFIX}/share/doc/pmf @${MKDIR} ${PREFIX}/share/examples/pmf ${INSTALL_DATA} ${XMPSRC}/.pmfrc ${PREFIX}/share/examples/pmf ${INSTALL_DATA} ${XMPSRC}/* ${PREFIX}/share/examples/pmf .include Property changes on: head/net/pmf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/net/poptop/Makefile =================================================================== --- head/net/poptop/Makefile (revision 27422) +++ head/net/poptop/Makefile (revision 27423) @@ -1,27 +1,27 @@ # New ports collection makefile for: poptop -# Version required: 1.0.0 # Date created: 04 October 1999 # Whom: Nick Sayer # # $FreeBSD$ # -DISTNAME= pptpd-1.0.0 -PKGNAME= poptop-1.0.0 +PORTNAME= pptpd +PORTVERSION= 1.0.0 CATEGORIES= net MASTER_SITES= http://www.moretonbay.com/vpn/releases/ +DISTNAME= pptpd-1.0.0 EXTRACT_SUFX= .tgz MAINTAINER= nsayer@freebsd.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bsdppp MAN5= pptpd.conf.5 MAN8= pptpd.8 pptpctrl.8 post-install: ${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf ${PREFIX}/etc/pptpd.conf.sample ${INSTALL_DATA} ${FILESDIR}/pptpd.sh ${PREFIX}/etc/rc.d/pptpd.sh .include Property changes on: head/net/poptop/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/ppp-nt/Makefile =================================================================== --- head/net/ppp-nt/Makefile (revision 27422) +++ head/net/ppp-nt/Makefile (revision 27423) @@ -1,35 +1,35 @@ # New ports collection makefile for: ppp + nat + time schedule -# Version required: 2.2.7 # Date created: 10 August 1998 # Whom: SADA Kenji # # $FreeBSD$ # -DISTNAME= ppp-2.2.7 -PKGNAME= ppp-nt-2.2.7 +PORTNAME= ppp-nt +PORTVERSION= 2.2.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ http://people.FreeBSD.org/~sada/distfiles/ +DISTNAME= ppp-2.2.7 PATCH_SITES= http://www.rr.iij4u.or.jp/~sada/patches/ \ http://people.FreeBSD.org/~sada/distfiles/ PATCHFILES= nat-980920.patch.gz ppp-2.2.7-telehoudai.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= sada@FreeBSD.org MANCOMPRESSED= yes MAN8= ppp.8 WRKSRC= ${WRKDIR}/ppp MAKE_ENV= USE_SCHEDULE=YES .SILENT: do-configure: .for i in Makefile ${MV} -f ${WRKSRC}/${i} ${WRKSRC}/${i}.in ${SED} -e "s;@PREFIX@;${PREFIX};g" ${WRKSRC}/${i}.in >${WRKSRC}/${i} .endfor .include Property changes on: head/net/ppp-nt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/pppload/Makefile =================================================================== --- head/net/pppload/Makefile (revision 27422) +++ head/net/pppload/Makefile (revision 27423) @@ -1,21 +1,21 @@ # New ports collection makefile for: pppload -# Version required: 1.0 # Date created: 30 January 1998 # Whom: Sean Cole # # $FreeBSD$ # -DISTNAME= pppload-1.0 +PORTNAME= pppload +PORTVERSION= 1.0 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/serial/ppp MAINTAINER= ports@FreeBSD.org USE_QT= yes USE_GMAKE= yes MAN1= pppload.1 .include Property changes on: head/net/pppload/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/ppptraf/Makefile =================================================================== --- head/net/ppptraf/Makefile (revision 27422) +++ head/net/ppptraf/Makefile (revision 27423) @@ -1,17 +1,17 @@ # New ports collection makefile for: ppptraf -# Version required: 1.0 # Date created: 9 February 2000 # Whom: diskiller@cnbinc.com # # $FreeBSD$ # -DISTNAME= ppptraf-1.0 +PORTNAME= ppptraf +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= ftp://ftp.borg-cube.com/users/diskiller/distfiles/ MAINTAINER= diskiller@cnbinc.com #MAN1= ppptraf.1 .include Property changes on: head/net/ppptraf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/pptpclient/Makefile =================================================================== --- head/net/pptpclient/Makefile (revision 27422) +++ head/net/pptpclient/Makefile (revision 27423) @@ -1,23 +1,23 @@ # New ports collection makefile for: pptpclient -# Version required: 1.0.2 # Date created: 19 June 1999 # Whom: John Polstra # # $FreeBSD$ # -DISTNAME= pptp-linux-1.0.2 -PKGNAME= pptpclient-1.0.2 +PORTNAME= pptpclient +PORTVERSION= 1.0.2 CATEGORIES= net MASTER_SITES= http://www.pdos.lcs.mit.edu/~cananian/Projects/PPTP/release/ \ ftp://ftp.kddlabs.co.jp/pub/inet/vpn/pptp-linux/ \ ftp://ftp.iks-jena.de/pub/software/linux/net/ +DISTNAME= pptp-linux-1.0.2 MAINTAINER= jdp@freebsd.org post-install: ${MKDIR} ${PREFIX}/share/examples/pptpclient ${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/examples/pptpclient ${INSTALL_DATA} ${FILESDIR}/ppp.conf ${PREFIX}/share/examples/pptpclient .include Property changes on: head/net/pptpclient/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/ppxp/Makefile =================================================================== --- head/net/ppxp/Makefile (revision 27422) +++ head/net/ppxp/Makefile (revision 27423) @@ -1,86 +1,86 @@ # New ports collection makefile for: ppxp -# Version required: 0.99120923 # Date created: 24 Dec 1999 # Whom: Norio Suzuki # KUNISHIMA Takeo # Taguchi Takeshi # # $FreeBSD$ # -DISTNAME= ppxp-0.99120923 +PORTNAME= ppxp +PORTVERSION= 0.99120923 CATEGORIES= net tk82 .if defined(USE_TCLJP) CATEGORIES+= japanese .endif MASTER_SITES= http://www.dsl.gr.jp/~manabe/PPxP/packages/ \ http://www.linet.gr.jp/~manabe/PPxP/packages/ \ http://www.dsl.ics.tut.ac.jp/~manabe/PPxP/packages/ MAINTAINER= nosuzuki@e-mail.ne.jp LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ xforms.0:${PORTSDIR}/x11-toolkits/xforms .if defined(USE_TCLJP) BUILD_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 \ tclsh8.0jp:${PORTSDIR}/japanese/tcl80 LIB_DEPENDS+= tcl80jp.1:${PORTSDIR}/japanese/tcl80 RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 \ tclsh8.0jp:${PORTSDIR}/japanese/tcl80 .else BUILD_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ tclsh8.2:${PORTSDIR}/lang/tcl82 LIB_DEPENDS+= tcl82.1:${PORTSDIR}/lang/tcl82 RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ tclsh8.2:${PORTSDIR}/lang/tcl82 .endif WRKSRC= ${WRKDIR}/ppxp USE_GMAKE= yes MAKEFILE= makefile GNU_CONFIGURE= yes .if defined(USE_TCLJP) CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.0jp \ --with-wish=${PREFIX}/bin/wish8.0jp \ --with-tcl-includes=${PREFIX}/include/tcl8.0jp \ --with-tcl-config=${PREFIX}/lib/tcl8.0jp/tclConfig.sh \ --with-tk-config=${PREFIX}/lib/tk8.0jp/tkConfig.sh .else CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.2 \ --with-wish=${PREFIX}/bin/wish8.2 \ --with-tcl-includes=${PREFIX}/include/tcl8.2 \ --with-tcl-config=${PREFIX}/lib/tcl8.2/tclConfig.sh \ --with-tk-config=${PREFIX}/lib/tk8.2/tkConfig.sh .endif MAN1= PPxP.1 plast.1 MAN5= ppxp-files.5 MANLANG= ja DOC_C= QuickStart.txt DOC_ja_JP= QuickStart.txt QuickUsage.txt guide-1.html guide-2.html \ guide-3.html guide-4.html guide-5.html guide-6.html \ guide-7.html guide-8.html guide-9.html guide-10.html \ guide-11.html guide.html Answers.txt Report.txt post-patch: @find ${WRKSRC} -name '*.orig' -exec ${RM} -f '{}' ';' post-install: @${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/PPxP.1 ${PREFIX}/man/${MANLANG}/man1 @${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/plast.1 ${PREFIX}/man/${MANLANG}/man1 @${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/ppxp-files.5 ${PREFIX}/man/${MANLANG}/man5 @${MKDIR} ${PREFIX}/share/doc/ppxp/C .for file in ${DOC_C} @${INSTALL_DATA} ${WRKSRC}/doc/C/${file} ${PREFIX}/share/doc/ppxp/C .endfor @${MKDIR} ${PREFIX}/share/doc/ppxp/ja .for file in ${DOC_ja_JP} @${INSTALL_DATA} ${WRKSRC}/doc/ja_JP/${file} ${PREFIX}/share/doc/ppxp/ja .endfor @${MKDIR} ${PREFIX}/share/doc/tkppxp @${INSTALL_DATA} ${WRKSRC}/console/tcltk/README ${PREFIX}/share/doc/tkppxp @${MKDIR} ${PREFIX}/share/doc/xppxp @${INSTALL_DATA} ${WRKSRC}/console/xppxp/README ${PREFIX}/share/doc/xppxp csh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include Property changes on: head/net/ppxp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/priss/Makefile =================================================================== --- head/net/priss/Makefile (revision 27422) +++ head/net/priss/Makefile (revision 27423) @@ -1,28 +1,28 @@ # New ports collection makefile for: priss -# Version required: 1.0.2 # Date created: 13 September 1999 # Whom: Richard Kiss # # $FreeBSD$ # -DISTNAME= SS1.0.2 -PKGNAME= priss-1.0 +PORTNAME= priss +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= http://www.streamingserver.org/priss/ +DISTNAME= SS1.0.2 EXTRACT_SUFX= .tgz MAINTAINER= richard@homemail.com WRKSRC= ${WRKDIR}/${DISTNAME} do-build: cd ${WRKSRC}; ./doit do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/RhapServer/QuickTimeStreamingServer ${PREFIX}/sbin @ ${INSTALL_SCRIPT} ${FILESDIR}/qtss.sh ${PREFIX}/etc/rc.d @ ${INSTALL_DATA} ${WRKSRC}/RhapServer/QTSS.conf ${PREFIX}/etc/ ${MKDIR} ${PREFIX}/movies/ .include Property changes on: head/net/priss/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/pvm/Makefile =================================================================== --- head/net/pvm/Makefile (revision 27422) +++ head/net/pvm/Makefile (revision 27423) @@ -1,100 +1,100 @@ # New ports collection makefile for: pvm3 -# Version required: 3.4.3 # Date created: 11 March 1999 # Whom: Dima Sivachenko # # $FreeBSD$ # -DISTNAME= pvm3.4.3 -PKGNAME= pvm-3.4.3 +PORTNAME= pvm +PORTVERSION= 3.4.3 CATEGORIES= net MASTER_SITES= http://www.netlib.org/pvm3/ \ ftp://ftp.chg.ru/pub/prog/parallel/pvm/pvm3/ +DISTNAME= pvm3.4.3 EXTRACT_SUFX= .tgz MAINTAINER= dima@Chg.RU USE_XLIB= yes WRKSRC= ${WRKDIR}/pvm3 MAKE_ENV+= PVM_ROOT=${WRKSRC} ARCHCFLAGS="${CFLAGS}" MAKE_FLAGS+= F77=/usr/bin/f77 ALL_TARGET= all install PVM_ROOT= ${PREFIX}/lib/pvm MAN1= PVM.1 aimk.1 pvm.1 pvm_intro.1 pvm_shmd.1 pvmd.1 pvmd3.1 MAN3= libfpvm.3 libpvm.3 pvm_addhosts.3 pvm_addmhf.3 pvm_advise.3 \ pvm_archcode.3 pvm_barrier.3 pvm_bcast.3 pvm_bufinfo.3 \ pvm_catchout.3 pvm_config.3 pvm_delete.3 pvm_delhosts.3 \ pvm_delinfo.3 pvm_delmhf.3 pvm_exit.3 pvm_export.3 \ pvm_freebuf.3 pvm_freecontext.3 pvm_freezegroup.3 pvm_gather.3 \ pvm_getcontext.3 pvm_getfds.3 pvm_getinst.3 pvm_getmboxinfo.3 \ pvm_getmwid.3 pvm_getopt.3 pvm_getrbuf.3 pvm_getsbuf.3 \ pvm_gettid.3 pvm_gettmask.3 pvm_gsize.3 pvm_halt.3 \ pvm_hostsync.3 pvm_initsend.3 pvm_insert.3 pvm_joingroup.3 \ pvm_kill.3 pvm_lookup.3 pvm_lvgroup.3 pvm_mcast.3 pvm_mkbuf.3 \ pvm_mstat.3 pvm_mytid.3 pvm_newcontext.3 pvm_notify.3 \ pvm_nrecv.3 pvm_pack.3 pvm_packf.3 pvm_parent.3 pvm_perror.3 \ pvm_pkbyte.3 pvm_pkcplx.3 pvm_pkdcplx.3 pvm_pkdouble.3 \ pvm_pkfloat.3 pvm_pkint.3 pvm_pklong.3 pvm_pkmesg.3 \ pvm_pkmesgbody.3 pvm_pkshort.3 pvm_pkstr.3 pvm_pkuint.3 \ pvm_pkulong.3 pvm_pkushort.3 pvm_precv.3 pvm_probe.3 \ pvm_psend.3 pvm_pstat.3 pvm_putinfo.3 pvm_recv.3 pvm_recvf.3 \ pvm_recvinfo.3 pvm_reduce.3 pvm_reg_hoster.3 pvm_reg_rm.3 \ pvm_reg_tasker.3 pvm_scatter.3 pvm_send.3 pvm_sendsig.3 \ pvm_serror.3 pvm_setcontext.3 pvm_setmwid.3 pvm_setopt.3 \ pvm_setrbuf.3 pvm_setsbuf.3 pvm_settmask.3 pvm_siblings.3 \ pvm_spawn.3 pvm_start_pvmd.3 pvm_tasks.3 pvm_tidtohost.3 \ pvm_trecv.3 pvm_unexport.3 pvm_unpack.3 pvm_unpackf.3 \ pvm_upkbyte.3 pvm_upkcplx.3 pvm_upkdcplx.3 pvm_upkdouble.3 \ pvm_upkfloat.3 pvm_upkint.3 pvm_upklong.3 pvm_upkmesg.3 \ pvm_upkshort.3 pvm_upkstr.3 pvm_upkuint.3 pvm_upkulong.3 \ pvm_upkushort.3 pvmfaddhost.3 pvmfaddmhf.3 pvmfadvise.3 \ pvmfarchcode.3 pvmfbarrier.3 pvmfbcast.3 pvmfbufinfo.3 \ pvmfcatchout.3 pvmfconfig.3 pvmfdelhost.3 pvmfdelinfo.3 \ pvmfdelmhf.3 pvmfexit.3 pvmffreebuf.3 pvmffreecontext.3 \ pvmffrzgrp.3 pvmfgather.3 pvmfgetcontext.3 pvmfgetinst.3 \ pvmfgetmboxinfo.3 pvmfgetopt.3 pvmfgetrbuf.3 pvmfgetsbuf.3 \ pvmfgettid.3 pvmfgsize.3 pvmfhalt.3 pvmfhostsync.3 \ pvmfinitsend.3 pvmfjoingrp.3 pvmfkill.3 pvmflvgrp.3 pvmfmcast.3\ pvmfmkbuf.3 pvmfmstat.3 pvmfmytid.3 pvmfnewcontext.3 \ pvmfnotify.3 pvmfnrecv.3 pvmfpack.3 pvmfparent.3 pvmfperror.3 \ pvmfpkmesg.3 pvmfpkmesgbody.3 pvmfprecv.3 pvmfprobe.3 \ pvmfpsend.3 pvmfpstat.3 pvmfputinfo.3 pvmfrecv.3 pvmfrecvinfo.3\ pvmfreduce.3 pvmfscatter.3 pvmfsend.3 pvmfsendsig.3 \ pvmfserror.3 pvmfsetcontext.3 pvmfsetopt.3 pvmfsetrbuf.3 \ pvmfsetsbuf.3 pvmfsiblings.3 pvmfspawn.3 pvmfstartpvmd.3 \ pvmftasks.3 pvmftidtoh.3 pvmftrecv.3 pvmfunpack.3 pvmfupkmesg.3 do-install: @ ${MKDIR} ${PVM_ROOT}/lib/FREEBSD ${PVM_ROOT}/bin/FREEBSD ${PVM_ROOT}/conf @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/FREEBSD/* ${PVM_ROOT}/bin/FREEBSD @ ${INSTALL_PROGRAM} ${WRKSRC}/lib/FREEBSD/pvmd3 ${PVM_ROOT}/lib/FREEBSD @ ${INSTALL_PROGRAM} ${WRKSRC}/lib/FREEBSD/pvm ${PVM_ROOT}/lib/FREEBSD @ ${INSTALL_SCRIPT} ${WRKSRC}/lib/pvm ${PVM_ROOT}/lib @ ${INSTALL_SCRIPT} ${WRKSRC}/lib/pvmd ${PVM_ROOT}/lib @ ${INSTALL_SCRIPT} ${WRKSRC}/lib/pvmgetarch ${PVM_ROOT}/lib @ ${INSTALL_SCRIPT} ${WRKSRC}/lib/aimk ${PVM_ROOT}/lib @ ${LN} -sf ${PVM_ROOT}/lib/pvm ${PREFIX}/bin/pvm @ ${LN} -sf ${PVM_ROOT}/lib/pvmd ${PREFIX}/bin/pvmd @ ${LN} -sf ${PVM_ROOT}/lib/aimk ${PREFIX}/bin/aimk @ ${INSTALL_DATA} ${WRKSRC}/lib/FREEBSD/libpvm3.a ${PREFIX}/lib @ ${INSTALL_DATA} ${WRKSRC}/lib/FREEBSD/libfpvm3.a ${PREFIX}/lib @ ${INSTALL_DATA} ${WRKSRC}/lib/FREEBSD/libgpvm3.a ${PREFIX}/lib @ ${INSTALL_DATA} ${WRKSRC}/lib/FREEBSD/libpvmtrc.a ${PREFIX}/lib @ ${INSTALL_DATA} ${WRKSRC}/conf/FREEBSD.def ${PVM_ROOT}/conf @ ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include @ ${INSTALL_MAN} ${WRKSRC}/man/man1/* ${PREFIX}/man/man1 @ ${INSTALL_MAN} ${WRKSRC}/man/man3/* ${PREFIX}/man/man3 post-install: @ ${ECHO_MSG} @ ${ECHO_MSG} "You have to set PVM_ROOT=${PVM_ROOT} enviropment variable on all machines" @ ${ECHO_MSG} "which you are planning to use for distributed computing. The best way to set" @ ${ECHO_MSG} "this variable on system-wide basis is to add \"PVM_ROOT=${PVM_ROOT}\" into" @ ${ECHO_MSG} "appropriate section of your /etc/login.conf file. You also have to enable" @ ${ECHO_MSG} "rshd on those machines." @ ${ECHO_MSG} .include Property changes on: head/net/pvm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/queso/Makefile =================================================================== --- head/net/queso/Makefile (revision 27422) +++ head/net/queso/Makefile (revision 27423) @@ -1,38 +1,38 @@ # ex:ts=8 # Ports collection makefile for: Queso -# Version required: 0.0 # Date created: 13 Oct 1998 # Whom: Wu Ching-hong # and David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= queso-980922 +PORTNAME= queso +PORTVERSION= 980922 CATEGORIES= net security MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ ${MASTER_SITE_SUNSITE} \ ftp://freebsd.ntu.edu.tw/freebsd/_distfiles/ MASTER_SITE_SUBDIR= distributions/trinux/src/netmap MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes .include .if ${OSVERSION} < 300004 DISTFILES= queso-980922.tar.gz libpcap-0.4.tar.Z post-patch: @cd ${WRKSRC}/../libpcap-0.4/; ./configure; make .endif post-install: #${INSTALL_PROGRAM} ${WRKSRC}/queso ${PREFIX}/sbin #${INSTALL_DATA} ${WRKSRC}/queso.conf ${PREFIX}/etc .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/queso ${INSTALL_DATA} ${WRKSRC}/Documentation.txt ${PREFIX}/share/doc/queso .endif .include Property changes on: head/net/queso/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/radius/Makefile =================================================================== --- head/net/radius/Makefile (revision 27422) +++ head/net/radius/Makefile (revision 27423) @@ -1,30 +1,30 @@ # New ports collection makefile for: radius -# Version required: merit radius 2.4.23 # Date created: 4. July 1996 # Whom: torstenb@FreeBSD.org # # $FreeBSD$ # -DISTNAME= radius.3.6B.basic -PKGNAME= radius-basic-3.6B +PORTNAME= radius-basic +PORTVERSION= 3.6B CATEGORIES= net MASTER_SITES= ftp://ftp.merit.edu/radius/releases/ +DISTNAME= radius.3.6B.basic MAINTAINER= ports@FreeBSD.org # restrictive copyright in several files, e.g., "src/sendserver.c" RESTRICTED= redistribution in binary only NO_CDROM= not allowed to charge fee for redistribution NO_WRKSUBDIR= yes INSTALL_TARGET= install-all MAKE-FLAGS+= -DPREFIX=${PREFIX} MAN5= authfile.5 clients.5 dictionary.5 engine.config.5 \ radius.fsm.5 users.5 vendors.5 MAN8= builddbm.8 dnscheck.8 radcheck.8 radiusd.8 radpwtst.8 pre-install: @${MKDIR} ${PREFIX}/lib/radius/db ${PREFIX}/lib/radius/acct .include Property changes on: head/net/radius/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/radiusclient/Makefile =================================================================== --- head/net/radiusclient/Makefile (revision 27422) +++ head/net/radiusclient/Makefile (revision 27423) @@ -1,19 +1,19 @@ # New ports collection makefile for: radiusclient -# Version required: 0.3.1 # Date created: Wed Nov 4 08:48:08 EST 1998 # Whom: maurice # # $FreeBSD$ # -DISTNAME= radiusclient-0.3.1 +PORTNAME= radiusclient +PORTVERSION= 0.3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.hamburg.cityline.net/pub/radiusclient/ \ ftp://ftp.ecrc.net/pub/netsw/Network/IP/Management/RADIUS/ MAINTAINER= maurice@serc.rmit.edu.au USE_GMAKE= yes USE_LIBTOOL= yes .include Property changes on: head/net/radiusclient/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/radiusd-cistron/Makefile =================================================================== --- head/net/radiusd-cistron/Makefile (revision 27422) +++ head/net/radiusd-cistron/Makefile (revision 27423) @@ -1,75 +1,75 @@ # New ports collection makefile for: radiusd-cistron -# Version required: cistron radiusd 1.6.2 (stable) # Date created: 15 Jan 1999 # Whom: john@nlc.net.au # # $FreeBSD$ # -DISTNAME= radiusd-cistron-1.6.2-stable -PKGNAME= radiusd-cistron-1.6.2 +PORTNAME= radiusd-cistron +PORTVERSION= 1.6.2 CATEGORIES= net MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/radius/ +DISTNAME= radiusd-cistron-1.6.2-stable MAINTAINER= john@nlc.net.au MAKEFILE= Makefile.BSD MAN1= radlast.1 radtest.1 raduse.1 radwho.1 radzap.1 MAN5= clients.5rad naslist.5rad MAN8= radiusd.8 radwatch.8 do-build: cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} do-install: cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} install @${MKDIR} -m 700 ${PREFIX}/etc/raddb @${MKDIR} -m 700 /var/log/radacct ${INSTALL_DATA} ${WRKSRC}/raddb/clients ${PREFIX}/etc/raddb/clients.sample ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary ${PREFIX}/etc/raddb/dictionary.sample ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.ascend ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.cisco ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.compat ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.livingston ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.shiva ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.tunnel ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.usr ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.versanet ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/hints ${PREFIX}/etc/raddb/hints.sample ${INSTALL_DATA} ${WRKSRC}/raddb/huntgroups ${PREFIX}/etc/raddb/huntgroups.sample ${INSTALL_DATA} ${WRKSRC}/raddb/naslist ${PREFIX}/etc/raddb/naslist.sample ${INSTALL_DATA} ${WRKSRC}/raddb/naspasswd ${PREFIX}/etc/raddb/naspasswd.sample ${INSTALL_DATA} ${WRKSRC}/raddb/realms ${PREFIX}/etc/raddb/realms.sample ${INSTALL_DATA} ${WRKSRC}/raddb/users ${PREFIX}/etc/raddb/users.sample .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/radiusd-cistron ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT.Cistron ${PREFIX}/share/doc/radiusd-cistron ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT.Livingston ${PREFIX}/share/doc/radiusd-cistron ${INSTALL_DATA} ${WRKSRC}/doc/ChangeLog ${PREFIX}/share/doc/radiusd-cistron ${INSTALL_DATA} ${WRKSRC}/doc/INSTALL.OLD ${PREFIX}/share/doc/radiusd-cistron ${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/radiusd-cistron ${INSTALL_DATA} ${WRKSRC}/doc/README.Y2K ${PREFIX}/share/doc/radiusd-cistron ${INSTALL_DATA} ${WRKSRC}/doc/README.cisco ${PREFIX}/share/doc/radiusd-cistron ${INSTALL_DATA} ${WRKSRC}/doc/README.pam ${PREFIX}/share/doc/radiusd-cistron ${INSTALL_DATA} ${WRKSRC}/doc/README.proxy ${PREFIX}/share/doc/radiusd-cistron ${INSTALL_DATA} ${WRKSRC}/doc/README.simul ${PREFIX}/share/doc/radiusd-cistron ${INSTALL_DATA} ${WRKSRC}/doc/README.usersfile ${PREFIX}/share/doc/radiusd-cistron .endif ${INSTALL_MAN} ${WRKSRC}/doc/radlast.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/radtest.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/raduse.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/radwho.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/radzap.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/clients.5rad ${MANPREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/doc/naslist.5rad ${MANPREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/doc/radiusd.8 ${MANPREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/doc/radwatch.8 ${MANPREFIX}/man/man8 post-install: @${SED} -e "s=!!PREFIX!!=${PREFIX}=g" ${FILESDIR}/radiusd.sh.tmpl \ > ${PREFIX}/etc/rc.d/radiusd.sh @${CHMOD} 555 ${PREFIX}/etc/rc.d/radiusd.sh @${CHOWN} root.wheel ${PREFIX}/etc/rc.d/radiusd.sh .include Property changes on: head/net/radiusd-cistron/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/radreport/Makefile =================================================================== --- head/net/radreport/Makefile (revision 27422) +++ head/net/radreport/Makefile (revision 27423) @@ -1,27 +1,27 @@ # New ports collection makefile for: radreport -# Version required: 1.3 # Date created: 10/22/1999 # Whom: Kelly Yancey # # $FreeBSD$ # -DISTNAME= radreport -PKGNAME= radreport-1.3 +PORTNAME= radreport +PORTVERSION= 1.3 CATEGORIES= net MASTER_SITES= ftp://ftp.livingston.com/pub/le/contrib/radius/ +DISTNAME= radreport EXTRACT_SUFX= MAINTAINER= kbyanc@posi.net NO_WRKSUBDIR= yes NO_BUILD= yes do-extract: @${MKDIR} ${WRKDIR} @for i in $(DISTFILES); do ${CP} ${DISTDIR}/$$i ${WRKDIR}; done do-install: @${INSTALL_SCRIPT} ${WRKDIR}/radreport ${PREFIX}/bin .include Property changes on: head/net/radreport/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/ratoolset/Makefile =================================================================== --- head/net/ratoolset/Makefile (revision 27422) +++ head/net/ratoolset/Makefile (revision 27423) @@ -1,32 +1,32 @@ # New ports collection makefile for: RAToolSet -# Version required: 3.5.8 # Date created: May 4th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= RAToolSet-3.5.8 -PKGNAME= ratoolset-3.5.8 +PORTNAME= ratoolset +PORTVERSION= 3.5.8 CATEGORIES= net tk82 MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/ +DISTNAME= RAToolSet-3.5.8 MAINTAINER= jfitz@FreeBSD.org LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 USE_BISON= yes GNU_CONFIGURE= Yes CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.2:${PREFIX}/include/tk8.2" \ TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ TCL_LIBRARY=${PREFIX}/lib/tcl8.2 \ TK_LIBRARY=${PREFIX}/lib/tk8.2 \ LD_TCL_TK_LIBS="-ltk82 -ltcl82" MAN1= CIDRAdvisor.1 aoe.1 pmatch.1 prpath.1 RtConfig.1 peval.1 \ prcheck.1 roe.1 MAN8= prtraceroute.8 relayd.8 ALL_TARGET= depend all .include Property changes on: head/net/ratoolset/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/rboot/Makefile =================================================================== --- head/net/rboot/Makefile (revision 27422) +++ head/net/rboot/Makefile (revision 27423) @@ -1,27 +1,27 @@ # New ports collection makefile for: rboot -# Version required: 3.0 # Date created: 25 Jun 1999 # Whom: m.butkus@tu-bs.de # # $FreeBSD$ # -DISTNAME= rboot-3.0.1 +PORTNAME= rboot +PORTVERSION= 3.0.1 CATEGORIES= net MASTER_SITES= http://www.bs.ni.schule.de/support/rboot/download/ MAINTAINER= m.butkus@tu-bs.de NO_PACKAGE= "this port creates devices" post-install: @${ECHO} "" @${ECHO} "=======================================================" @${ECHO} "This port performs only a basic RBoot installation." @${ECHO} "Please see the file ${WRKDIR}/${DISTNAME}/INSTALL" @${ECHO} "for additional instructions on setting up RBoot." @${ECHO} "Note that RBoot has been installed in ${PREFIX}/rboot." @${ECHO} "=======================================================" @${ECHO} "" .include Property changes on: head/net/rboot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/rdist6/Makefile =================================================================== --- head/net/rdist6/Makefile (revision 27422) +++ head/net/rdist6/Makefile (revision 27423) @@ -1,32 +1,32 @@ # New ports collection makefile for: rdist -# Version required: rdist-6.1.5 # Date created: 19 August 1995 # Whom: peter # # $FreeBSD$ # -DISTNAME= rdist-6.1.5 +PORTNAME= rdist +PORTVERSION= 6.1.5 CATEGORIES= net MASTER_SITES= http://www.magnicomp.com/download/rdist/ \ ftp://ftp.rge.com/pub/admin/rdist/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-magnicomp/download/rdist/ MAINTAINER= peter@FreeBSD.org .include # To avoid confusion with /usr/bin/rdist, you may prefer otherwise. RDIST_NAME?= rdist6 INSTALL_TARGET= install install.man MAKE_ENV= BUILD_OPT="${CFLAGS}" BUILD_CLIENT=${RDIST_NAME} MAN1= ${RDIST_NAME}.1 MAN8= rdistd.8 PLIST_SUB= RDIST_NAME=${RDIST_NAME} post-install: @strip ${PREFIX}/bin/${RDIST_NAME} @strip ${PREFIX}/bin/rdistd .include Property changes on: head/net/rdist6/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/net/relay/Makefile =================================================================== --- head/net/relay/Makefile (revision 27422) +++ head/net/relay/Makefile (revision 27423) @@ -1,28 +1,28 @@ # ex:ts=8 # Ports collection makefile for: relay -# Version required: 0.0 # Date created: Mon Dec 23, 1998 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= relay -PKGNAME= relay-1.10 +PORTNAME= relay +PORTVERSION= 1.10 CATEGORIES= net security MASTER_SITES= http://www.iagora.com/~espel/ \ http://people.FreeBSD.org/~obrien/Distfiles/ +DISTNAME= relay MAINTAINER= obrien@FreeBSD.org IS_INTERACTIVE= 'must set server hostname in relay.h' do-install: @${INSTALL_PROGRAM} ${WRKSRC}/relay ${PREFIX}/libexec @cd ${WRKSRC} ; ${INSTALL_PROGRAM} rtelnet rftp rfinger ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/relay ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/relay .endif .include Property changes on: head/net/relay/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/rinetd/Makefile =================================================================== --- head/net/rinetd/Makefile (revision 27422) +++ head/net/rinetd/Makefile (revision 27423) @@ -1,25 +1,25 @@ # New ports collection makefile for: rinetd -# Version required: 0.61 # Date created: 23 Dec 1997 # Whom: alexp # # $FreeBSD$ # -DISTNAME= rinetd -PKGNAME= rinetd-0.61 +PORTNAME= rinetd +PORTVERSION= 0.61 CATEGORIES= net MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/rinetd/ +DISTNAME= rinetd MAINTAINER= veers@disturbed.net WRKSRC= ${WRKDIR}/rinetd/ MAN8= rinetd.8 post-install: ${MKDIR} ${PREFIX}/share/doc/rinetd ${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/index.html ${PREFIX}/share/doc/rinetd/ ${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/README ${PREFIX}/share/doc/rinetd/ .include Property changes on: head/net/rinetd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/ripetools/Makefile =================================================================== --- head/net/ripetools/Makefile (revision 27422) +++ head/net/ripetools/Makefile (revision 27423) @@ -1,20 +1,20 @@ # New ports collection makefile for: ripe-whois -# Version required: 2.4 # Date created: 5th June 1997 # Whom: joe@uk.freebsd.org # # $FreeBSD$ # -DISTNAME= ripe-whois-tools-2.4 -PKGNAME= ripetools-2.4 +PORTNAME= ripetools +PORTVERSION= 2.4 CATEGORIES= net MASTER_SITES= ftp://ftp.ripe.net/tools/ +DISTNAME= ripe-whois-tools-2.4 MAINTAINER= joe@uk.freebsd.org NO_WRKSUBDIR= yes MAN1= ripewhois.1 .include Property changes on: head/net/ripetools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/rmsg/Makefile =================================================================== --- head/net/rmsg/Makefile (revision 27422) +++ head/net/rmsg/Makefile (revision 27423) @@ -1,20 +1,20 @@ # New ports collection makefile for: rmsg -# Version required: 1.64 # Date created: 9 October 1995 # Whom: torstenb@FreeBSD.org # # $FreeBSD$ # -DISTNAME= rmsg-1.64 +PORTNAME= rmsg +PORTVERSION= 1.64 CATEGORIES= net MASTER_SITES= ftp://ftp.funet.fi/pub/unix/tcpip/ \ ftp://proton.elka.pw.edu.pl/pub/unix/network/ MAINTAINER= torstenb@FreeBSD.org WRKSRC= ${WRKDIR}/rmsg MAN1= rmsg.1 MAN8= rmsgd.8 .include Property changes on: head/net/rmsg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/rrdtool/Makefile =================================================================== --- head/net/rrdtool/Makefile (revision 27422) +++ head/net/rrdtool/Makefile (revision 27423) @@ -1,37 +1,37 @@ # New ports collection makefile for: rrdtool -# Version required: 1.0.13 # Date created: 20 July 1999 # Whom: Dmitry Sivachenko # # $FreeBSD$ # -DISTNAME= rrdtool-1.0.13 +PORTNAME= rrdtool +PORTVERSION= 1.0.13 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ MAINTAINER= dima@Chg.RU USE_PERL5= yes MAKE_ENV+= PERL=${PERL} USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ENV= PERL=${PERL} MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 cdeftutorial.1 \ rpntutorial.1 MAN3= RRDp.3 RRDs.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-install: .if !defined(BATCH) @${ECHO} "" @${ECHO} "############################################################################" @${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO} "############################################################################" .endif .include Property changes on: head/net/rrdtool/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/rrdtool10/Makefile =================================================================== --- head/net/rrdtool10/Makefile (revision 27422) +++ head/net/rrdtool10/Makefile (revision 27423) @@ -1,37 +1,37 @@ # New ports collection makefile for: rrdtool -# Version required: 1.0.13 # Date created: 20 July 1999 # Whom: Dmitry Sivachenko # # $FreeBSD$ # -DISTNAME= rrdtool-1.0.13 +PORTNAME= rrdtool +PORTVERSION= 1.0.13 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ MAINTAINER= dima@Chg.RU USE_PERL5= yes MAKE_ENV+= PERL=${PERL} USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ENV= PERL=${PERL} MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 cdeftutorial.1 \ rpntutorial.1 MAN3= RRDp.3 RRDs.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-install: .if !defined(BATCH) @${ECHO} "" @${ECHO} "############################################################################" @${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO} "############################################################################" .endif .include Property changes on: head/net/rrdtool10/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/rshell/Makefile =================================================================== --- head/net/rshell/Makefile (revision 27422) +++ head/net/rshell/Makefile (revision 27423) @@ -1,19 +1,20 @@ # New ports collection makefile for: rshell -# Version required: 1.0 # Date created: 1997/06/09 # Whom: wosch # # $FreeBSD$ # +PORTNAME= rshell +PORTVERSION= 1.0 DISTNAME= rshell-1.0 CATEGORIES= net MASTER_SITES= http://www.de.freebsd.org/~wosch/src/ MAINTAINER= wosch@FreeBSD.org MAN1= rshell.1 MLINKS= rshell.1 rcopy.1 MANCOMPRESSED= maybe .include Property changes on: head/net/rshell/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/rsync/Makefile =================================================================== --- head/net/rsync/Makefile (revision 27422) +++ head/net/rsync/Makefile (revision 27423) @@ -1,55 +1,55 @@ # ex:ts=8 # Ports collection makefile for: rsync -# Version required: 0.0 # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # -DISTNAME= rsync-2.4.1 +PORTNAME= rsync +PORTVERSION= 2.4.1 CATEGORIES= net ipv6 MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ PATCHFILES= rsync-241-v6-20000217.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org Y2K= http://rsync.samba.org/rsync/y2k.html GNU_CONFIGURE= yes .include .if ${OSVERSION} >= 400014 CONFIGURE_ARGS= --enable-ipv6 .else CONFIGURE_ARGS= --disable-ipv6 .endif MAN1= rsync.1 MAN5= rsyncd.conf.5 pre-configure: @${PERL} -pi.orig -e 's:/etc/:${PREFIX}/etc/:g' ${WRKSRC}/rsync.h @${PERL} -pi.orig -e 's:/etc/:${PREFIX}/etc/:g' ${WRKSRC}/rsync.1 @${PERL} -pi.orig -e 's:/etc/:${PREFIX}/etc/:g' ${WRKSRC}/rsyncd.conf.5 .if defined(WITH_SSH) || defined(USE_SSH) @${PERL} -pi.orig-rsh -e 's/"rsh"/"ssh"/g' ${WRKSRC}/rsync.h .endif post-install: @strip ${PREFIX}/bin/rsync .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/rsync ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rsync ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/rsync ${INSTALL_DATA} ${WRKSRC}/tech_report.tex ${PREFIX}/share/doc/rsync .endif .include Property changes on: head/net/rsync/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/net/rtsp_proxy/Makefile =================================================================== --- head/net/rtsp_proxy/Makefile (revision 27422) +++ head/net/rtsp_proxy/Makefile (revision 27423) @@ -1,30 +1,30 @@ # New ports collection makefile for: rtsp_proxy -# Version required: 1.0 # Date created: 8 June 1999 # Whom: Richard Kiss # # $FreeBSD$ # -DISTNAME= SS1.0.1 -PKGNAME= rtsp_proxy-1.0 +PORTNAME= rtsp_proxy +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= http://www.streamingserver.org/priss/ +DISTNAME= SS1.0.1 EXTRACT_SUFX= .tgz MAINTAINER= richard@homemail.com WRKSRC= ${WRKDIR}/${DISTNAME}/QTProxy/proxy_unix ALL_TARGET= proxyunix = ${WRKSRC}/proxy_unix.c do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/rtsp_proxy ${PREFIX}/sbin @ ${INSTALL_SCRIPT} ${FILESDIR}/rtsp_proxy.sh ${PREFIX}/etc/rc.d @ ${INSTALL_DATA} ${WRKSRC}/../qts_proxy.conf ${PREFIX}/etc/ post-install: @ ${CAT} ${PKGMESSAGE} | ${SED} -e 's,@PREFIX@,${PREFIX},g' .include Property changes on: head/net/rtsp_proxy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/rwhois/Makefile =================================================================== --- head/net/rwhois/Makefile (revision 27422) +++ head/net/rwhois/Makefile (revision 27423) @@ -1,50 +1,50 @@ # New ports collection makefile for: rwhois -# Version required: 1.0b9.2 # Date created: May 9th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= rwhois-1.0B9.2 -PKGNAME= rwhois-1.0b9.2 +PORTNAME= rwhois +PORTVERSION= 1.0.b9.2 CATEGORIES= net MASTER_SITES= ftp://ftp.rwhois.net/pub/ +DISTNAME= rwhois-1.0B9.2 MAINTAINER= jfitz@FreeBSD.org .if !exists(/usr/include/tcpd.h) LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif HAS_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois INSTALL_TARGET= install install-sample-data install-chroot MAN8= rmkdbindex.8 rwhoisd.8 .include .if ${OSVERSION} < 400011 LIBCVERSION= 3.1 .else LIBCVERSION= 4 .endif PLIST_SUB= LIBCVERSION=${LIBCVERSION} post-install: ${MKDIR} -p ${PREFIX}/share/doc/rwhois ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/rwhois ${MV} ${PREFIX}/share/doc/rwhois/rmkdbindex.8 ${PREFIX}/man/man8 ${MV} ${PREFIX}/share/doc/rwhois/rwhoisd.8 ${PREFIX}/man/man8 @ ${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/rwhoisd.sh startup file..." @ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/rwhoisd.sh @ ${ECHO} "#" >> ${PREFIX}/etc/rc.d/rwhoisd.sh @ ${ECHO} "" >> ${PREFIX}/etc/rc.d/rwhoisd.sh @ ${ECHO} "# remove or comment the following line and uncomment the one below it once you have" >> ${PREFIX}/etc/rc.d/rwhoisd.sh @ ${ECHO} "# configured your server's data" >> ${PREFIX}/etc/rc.d/rwhoisd.sh - @ ${ECHO} "${ECHO} \"rwhoisd not started; sample data still in place. See ${PREFIX}/share/doc/rwhois for details.\"" >> ${PREFIX}/etc/rc.d/rwhoisd.sh + @ ${ECHO} "${ECHO} \"rwhoisd not started; sample data still in place. See ${PREFIX}/share/doc/rwhois for details.\"" >> ${PREFIX}/etc/rc.d/rwhoisd.sh @ ${ECHO} "#[ -x ${PREFIX}/lib/rwhois/sbin/rwhoisd ] && ${PREFIX}/lib/rwhois/sbin/rwhoisd -c ${PREFIX}/lib/rwhois/rwhois.conf & && ${ECHO} -n ' rwhoisd'" >> ${PREFIX}/etc/rc.d/rwhoisd.sh ${CHMOD} 751 ${PREFIX}/etc/rc.d/rwhoisd.sh .include Property changes on: head/net/rwhois/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/rwhoisd/Makefile =================================================================== --- head/net/rwhoisd/Makefile (revision 27422) +++ head/net/rwhoisd/Makefile (revision 27423) @@ -1,50 +1,50 @@ # New ports collection makefile for: rwhois -# Version required: 1.0b9.2 # Date created: May 9th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= rwhois-1.0B9.2 -PKGNAME= rwhois-1.0b9.2 +PORTNAME= rwhois +PORTVERSION= 1.0.b9.2 CATEGORIES= net MASTER_SITES= ftp://ftp.rwhois.net/pub/ +DISTNAME= rwhois-1.0B9.2 MAINTAINER= jfitz@FreeBSD.org .if !exists(/usr/include/tcpd.h) LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif HAS_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois INSTALL_TARGET= install install-sample-data install-chroot MAN8= rmkdbindex.8 rwhoisd.8 .include .if ${OSVERSION} < 400011 LIBCVERSION= 3.1 .else LIBCVERSION= 4 .endif PLIST_SUB= LIBCVERSION=${LIBCVERSION} post-install: ${MKDIR} -p ${PREFIX}/share/doc/rwhois ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/rwhois ${MV} ${PREFIX}/share/doc/rwhois/rmkdbindex.8 ${PREFIX}/man/man8 ${MV} ${PREFIX}/share/doc/rwhois/rwhoisd.8 ${PREFIX}/man/man8 @ ${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/rwhoisd.sh startup file..." @ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/rwhoisd.sh @ ${ECHO} "#" >> ${PREFIX}/etc/rc.d/rwhoisd.sh @ ${ECHO} "" >> ${PREFIX}/etc/rc.d/rwhoisd.sh @ ${ECHO} "# remove or comment the following line and uncomment the one below it once you have" >> ${PREFIX}/etc/rc.d/rwhoisd.sh @ ${ECHO} "# configured your server's data" >> ${PREFIX}/etc/rc.d/rwhoisd.sh - @ ${ECHO} "${ECHO} \"rwhoisd not started; sample data still in place. See ${PREFIX}/share/doc/rwhois for details.\"" >> ${PREFIX}/etc/rc.d/rwhoisd.sh + @ ${ECHO} "${ECHO} \"rwhoisd not started; sample data still in place. See ${PREFIX}/share/doc/rwhois for details.\"" >> ${PREFIX}/etc/rc.d/rwhoisd.sh @ ${ECHO} "#[ -x ${PREFIX}/lib/rwhois/sbin/rwhoisd ] && ${PREFIX}/lib/rwhois/sbin/rwhoisd -c ${PREFIX}/lib/rwhois/rwhois.conf & && ${ECHO} -n ' rwhoisd'" >> ${PREFIX}/etc/rc.d/rwhoisd.sh ${CHMOD} 751 ${PREFIX}/etc/rc.d/rwhoisd.sh .include Property changes on: head/net/rwhoisd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/samba/Makefile =================================================================== --- head/net/samba/Makefile (revision 27422) +++ head/net/samba/Makefile (revision 27423) @@ -1,106 +1,105 @@ # New ports collection makefile for: samba -# Version required: 2.0.5a # Date created: 11th Feb 1995 # Whom: gpalmer # # $FreeBSD$ # -DISTNAME= samba-2.0.6 -#PKGNAME= samba-2.0.5 +PORTNAME= samba +PORTVERSION= 2.0.6 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ ftp://ring.asahi-net.or.jp/pub/net/samba/ \ ftp://samba.anu.edu.au/pub/samba/ \ ftp://de.samba.org/pub/mirror/samba/ \ ftp://se.samba.org/pub/samba/ \ ftp://ftp.sunet.se/pub/unix/utilities/samba/ MAINTAINER= hosokawa@jp.FreeBSD.org Y2K= http://us1.samba.org/samba/docs/sambay2k.html # directories VARDIR= /var SAMBA_SPOOL= ${VARDIR}/spool/samba SAMBA_LOGDIR= ${VARDIR}/log SAMBA_PRIVATE= ${PREFIX}/private SAMBA_CONFDIR= ${PREFIX}/etc # sample files STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} .endif WRKSRC= ${WRKDIR}/${DISTNAME}/source MAN1= nmblookup.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \ testparm.1 testprns.1 make_smbcodepage.1 smbsh.1 MAN5= smb.conf.5 smbpasswd.5 lmhosts.5 MAN7= samba.7 MAN8= smbd.8 nmbd.8 smbpasswd.8 swat.8 \ smbmount.8 smbumount.8 smbmnt.8 post-install: ${MKDIR} ${PREFIX}/share/examples/samba ${CP} -rp ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/examples/samba @if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file." ; \ ${INSTALL_SCRIPT} ${FILESDIR}/samba.sh.sample \ ${STARTUP_SCRIPT} ; \ fi @test -d ${SAMBA_SPOOL} || ${MKDIR} ${SAMBA_SPOOL} && ${CHMOD} 1777 ${SAMBA_SPOOL} @if [ ! -f ${SAMPLE_CONFIG} ]; then \ ${SED} -e 's!%%SAMBA_SPOOL%%!${SAMBA_SPOOL}!' \ -e 's!%%SAMBA_LOGDIR%%!${SAMBA_LOGDIR}!' \ -e 's!%%SAMBA_CONFDIR%%!${SAMBA_CONFDIR}!' \ ${FILESDIR}/smb.conf.default \ > ${SAMPLE_CONFIG} ; \ fi ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/source/script/mksmbpasswd.sh ${PREFIX}/bin/make_smbpasswd if [ ! -d ${SAMBA_PRIVATE} ] ; then \ ${MKDIR} ${SAMBA_PRIVATE} ; \ ${CHOWN} root.wheel ${SAMBA_PRIVATE} ; \ fi ${CHMOD} 700 ${SAMBA_PRIVATE} if [ ! -f ${SAMBA_PRIVATE}/smbpasswd ] ; then \ ${CAT} /etc/passwd | ${PREFIX}/bin/make_smbpasswd > ${SAMBA_PRIVATE}/smbpasswd ; \ ${CHMOD} 600 ${SAMBA_PRIVATE}/smbpasswd ; \ fi ${CHMOD} 500 ${SAMBA_PRIVATE} ${CHOWN} root.wheel ${PREFIX}/bin/smbpasswd ${CHMOD} 111 ${PREFIX}/bin/smbpasswd .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/samba ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${PREFIX}/share/doc/samba for i in ${WRKDIR}/${DISTNAME}/README \ ${WRKDIR}/${DISTNAME}/COPYING \ ${WRKDIR}/${DISTNAME}/Manifest \ ${WRKDIR}/${DISTNAME}/Read-Manifest-Now \ ${WRKDIR}/${DISTNAME}/Roadmap \ ${WRKDIR}/${DISTNAME}/WHATSNEW.txt \ ${WRKDIR}/${DISTNAME}/docs/*.reg \ ${WRKDIR}/${DISTNAME}/docs/THANKS \ ${WRKDIR}/${DISTNAME}/docs/announce \ ${WRKDIR}/${DISTNAME}/docs/history ; do \ ${INSTALL_DATA} $$i ${PREFIX}/share/doc/samba ; \ done for i in faq htmldocs textdocs yodldocs ; do \ ${MKDIR} ${PREFIX}/share/doc/samba/$$i ; \ for j in ${WRKDIR}/${DISTNAME}/docs/$$i/* ; do \ ${INSTALL_DATA} $$j ${PREFIX}/share/doc/samba/$$i ;\ done \ done ${MKDIR} ${PREFIX}/share/doc/samba ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/swat/README ${PREFIX}/share/doc/samba/README.swat .endif .include Property changes on: head/net/samba/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/net/samba-devel/Makefile =================================================================== --- head/net/samba-devel/Makefile (revision 27422) +++ head/net/samba-devel/Makefile (revision 27423) @@ -1,106 +1,105 @@ # New ports collection makefile for: samba -# Version required: 2.0.5a # Date created: 11th Feb 1995 # Whom: gpalmer # # $FreeBSD$ # -DISTNAME= samba-2.0.6 -#PKGNAME= samba-2.0.5 +PORTNAME= samba +PORTVERSION= 2.0.6 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ ftp://ring.asahi-net.or.jp/pub/net/samba/ \ ftp://samba.anu.edu.au/pub/samba/ \ ftp://de.samba.org/pub/mirror/samba/ \ ftp://se.samba.org/pub/samba/ \ ftp://ftp.sunet.se/pub/unix/utilities/samba/ MAINTAINER= hosokawa@jp.FreeBSD.org Y2K= http://us1.samba.org/samba/docs/sambay2k.html # directories VARDIR= /var SAMBA_SPOOL= ${VARDIR}/spool/samba SAMBA_LOGDIR= ${VARDIR}/log SAMBA_PRIVATE= ${PREFIX}/private SAMBA_CONFDIR= ${PREFIX}/etc # sample files STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} .endif WRKSRC= ${WRKDIR}/${DISTNAME}/source MAN1= nmblookup.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \ testparm.1 testprns.1 make_smbcodepage.1 smbsh.1 MAN5= smb.conf.5 smbpasswd.5 lmhosts.5 MAN7= samba.7 MAN8= smbd.8 nmbd.8 smbpasswd.8 swat.8 \ smbmount.8 smbumount.8 smbmnt.8 post-install: ${MKDIR} ${PREFIX}/share/examples/samba ${CP} -rp ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/examples/samba @if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file." ; \ ${INSTALL_SCRIPT} ${FILESDIR}/samba.sh.sample \ ${STARTUP_SCRIPT} ; \ fi @test -d ${SAMBA_SPOOL} || ${MKDIR} ${SAMBA_SPOOL} && ${CHMOD} 1777 ${SAMBA_SPOOL} @if [ ! -f ${SAMPLE_CONFIG} ]; then \ ${SED} -e 's!%%SAMBA_SPOOL%%!${SAMBA_SPOOL}!' \ -e 's!%%SAMBA_LOGDIR%%!${SAMBA_LOGDIR}!' \ -e 's!%%SAMBA_CONFDIR%%!${SAMBA_CONFDIR}!' \ ${FILESDIR}/smb.conf.default \ > ${SAMPLE_CONFIG} ; \ fi ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/source/script/mksmbpasswd.sh ${PREFIX}/bin/make_smbpasswd if [ ! -d ${SAMBA_PRIVATE} ] ; then \ ${MKDIR} ${SAMBA_PRIVATE} ; \ ${CHOWN} root.wheel ${SAMBA_PRIVATE} ; \ fi ${CHMOD} 700 ${SAMBA_PRIVATE} if [ ! -f ${SAMBA_PRIVATE}/smbpasswd ] ; then \ ${CAT} /etc/passwd | ${PREFIX}/bin/make_smbpasswd > ${SAMBA_PRIVATE}/smbpasswd ; \ ${CHMOD} 600 ${SAMBA_PRIVATE}/smbpasswd ; \ fi ${CHMOD} 500 ${SAMBA_PRIVATE} ${CHOWN} root.wheel ${PREFIX}/bin/smbpasswd ${CHMOD} 111 ${PREFIX}/bin/smbpasswd .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/samba ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${PREFIX}/share/doc/samba for i in ${WRKDIR}/${DISTNAME}/README \ ${WRKDIR}/${DISTNAME}/COPYING \ ${WRKDIR}/${DISTNAME}/Manifest \ ${WRKDIR}/${DISTNAME}/Read-Manifest-Now \ ${WRKDIR}/${DISTNAME}/Roadmap \ ${WRKDIR}/${DISTNAME}/WHATSNEW.txt \ ${WRKDIR}/${DISTNAME}/docs/*.reg \ ${WRKDIR}/${DISTNAME}/docs/THANKS \ ${WRKDIR}/${DISTNAME}/docs/announce \ ${WRKDIR}/${DISTNAME}/docs/history ; do \ ${INSTALL_DATA} $$i ${PREFIX}/share/doc/samba ; \ done for i in faq htmldocs textdocs yodldocs ; do \ ${MKDIR} ${PREFIX}/share/doc/samba/$$i ; \ for j in ${WRKDIR}/${DISTNAME}/docs/$$i/* ; do \ ${INSTALL_DATA} $$j ${PREFIX}/share/doc/samba/$$i ;\ done \ done ${MKDIR} ${PREFIX}/share/doc/samba ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/swat/README ${PREFIX}/share/doc/samba/README.swat .endif .include Property changes on: head/net/samba-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/net/samba3/Makefile =================================================================== --- head/net/samba3/Makefile (revision 27422) +++ head/net/samba3/Makefile (revision 27423) @@ -1,106 +1,105 @@ # New ports collection makefile for: samba -# Version required: 2.0.5a # Date created: 11th Feb 1995 # Whom: gpalmer # # $FreeBSD$ # -DISTNAME= samba-2.0.6 -#PKGNAME= samba-2.0.5 +PORTNAME= samba +PORTVERSION= 2.0.6 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ ftp://ring.asahi-net.or.jp/pub/net/samba/ \ ftp://samba.anu.edu.au/pub/samba/ \ ftp://de.samba.org/pub/mirror/samba/ \ ftp://se.samba.org/pub/samba/ \ ftp://ftp.sunet.se/pub/unix/utilities/samba/ MAINTAINER= hosokawa@jp.FreeBSD.org Y2K= http://us1.samba.org/samba/docs/sambay2k.html # directories VARDIR= /var SAMBA_SPOOL= ${VARDIR}/spool/samba SAMBA_LOGDIR= ${VARDIR}/log SAMBA_PRIVATE= ${PREFIX}/private SAMBA_CONFDIR= ${PREFIX}/etc # sample files STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} .endif WRKSRC= ${WRKDIR}/${DISTNAME}/source MAN1= nmblookup.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \ testparm.1 testprns.1 make_smbcodepage.1 smbsh.1 MAN5= smb.conf.5 smbpasswd.5 lmhosts.5 MAN7= samba.7 MAN8= smbd.8 nmbd.8 smbpasswd.8 swat.8 \ smbmount.8 smbumount.8 smbmnt.8 post-install: ${MKDIR} ${PREFIX}/share/examples/samba ${CP} -rp ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/examples/samba @if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file." ; \ ${INSTALL_SCRIPT} ${FILESDIR}/samba.sh.sample \ ${STARTUP_SCRIPT} ; \ fi @test -d ${SAMBA_SPOOL} || ${MKDIR} ${SAMBA_SPOOL} && ${CHMOD} 1777 ${SAMBA_SPOOL} @if [ ! -f ${SAMPLE_CONFIG} ]; then \ ${SED} -e 's!%%SAMBA_SPOOL%%!${SAMBA_SPOOL}!' \ -e 's!%%SAMBA_LOGDIR%%!${SAMBA_LOGDIR}!' \ -e 's!%%SAMBA_CONFDIR%%!${SAMBA_CONFDIR}!' \ ${FILESDIR}/smb.conf.default \ > ${SAMPLE_CONFIG} ; \ fi ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/source/script/mksmbpasswd.sh ${PREFIX}/bin/make_smbpasswd if [ ! -d ${SAMBA_PRIVATE} ] ; then \ ${MKDIR} ${SAMBA_PRIVATE} ; \ ${CHOWN} root.wheel ${SAMBA_PRIVATE} ; \ fi ${CHMOD} 700 ${SAMBA_PRIVATE} if [ ! -f ${SAMBA_PRIVATE}/smbpasswd ] ; then \ ${CAT} /etc/passwd | ${PREFIX}/bin/make_smbpasswd > ${SAMBA_PRIVATE}/smbpasswd ; \ ${CHMOD} 600 ${SAMBA_PRIVATE}/smbpasswd ; \ fi ${CHMOD} 500 ${SAMBA_PRIVATE} ${CHOWN} root.wheel ${PREFIX}/bin/smbpasswd ${CHMOD} 111 ${PREFIX}/bin/smbpasswd .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/samba ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${PREFIX}/share/doc/samba for i in ${WRKDIR}/${DISTNAME}/README \ ${WRKDIR}/${DISTNAME}/COPYING \ ${WRKDIR}/${DISTNAME}/Manifest \ ${WRKDIR}/${DISTNAME}/Read-Manifest-Now \ ${WRKDIR}/${DISTNAME}/Roadmap \ ${WRKDIR}/${DISTNAME}/WHATSNEW.txt \ ${WRKDIR}/${DISTNAME}/docs/*.reg \ ${WRKDIR}/${DISTNAME}/docs/THANKS \ ${WRKDIR}/${DISTNAME}/docs/announce \ ${WRKDIR}/${DISTNAME}/docs/history ; do \ ${INSTALL_DATA} $$i ${PREFIX}/share/doc/samba ; \ done for i in faq htmldocs textdocs yodldocs ; do \ ${MKDIR} ${PREFIX}/share/doc/samba/$$i ; \ for j in ${WRKDIR}/${DISTNAME}/docs/$$i/* ; do \ ${INSTALL_DATA} $$j ${PREFIX}/share/doc/samba/$$i ;\ done \ done ${MKDIR} ${PREFIX}/share/doc/samba ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/swat/README ${PREFIX}/share/doc/samba/README.swat .endif .include Property changes on: head/net/samba3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/net/scotty/Makefile =================================================================== --- head/net/scotty/Makefile (revision 27422) +++ head/net/scotty/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: scotty -# Version required: 2.1.9 # Date created: 18 February 1995 # Whom: Gennady Sorokopud # # $FreeBSD$ # -DISTNAME= scotty-2.1.10 +PORTNAME= scotty +PORTVERSION= 2.1.10 CATEGORIES= net tk82 MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ MAINTAINER= dima@Chg.RU LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.2 \ --with-tk-config=/usr/local/lib/tk8.2 WRKSRC=${WRKDIR}/${DISTNAME}/unix MAN1= tkined.1 scotty.1 MAN8= ntping.8 straps.8 MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \ mib.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \ syslog.n udp.n PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \ SCOTTY_VERSION=2.1.10 TKINED_VERSION=1.4.10 FREEBSD_VERSION!= echo `uname -m`-`uname`-`uname -r` pre-install: @cd ${WRKSRC};make sinstall @${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc .include Property changes on: head/net/scotty/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/net/scotty3/Makefile =================================================================== --- head/net/scotty3/Makefile (revision 27422) +++ head/net/scotty3/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: scotty -# Version required: 2.1.9 # Date created: 18 February 1995 # Whom: Gennady Sorokopud # # $FreeBSD$ # -DISTNAME= scotty-2.1.10 +PORTNAME= scotty +PORTVERSION= 2.1.10 CATEGORIES= net tk82 MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ MAINTAINER= dima@Chg.RU LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.2 \ --with-tk-config=/usr/local/lib/tk8.2 WRKSRC=${WRKDIR}/${DISTNAME}/unix MAN1= tkined.1 scotty.1 MAN8= ntping.8 straps.8 MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \ mib.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \ syslog.n udp.n PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \ SCOTTY_VERSION=2.1.10 TKINED_VERSION=1.4.10 FREEBSD_VERSION!= echo `uname -m`-`uname`-`uname -r` pre-install: @cd ${WRKSRC};make sinstall @${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc .include Property changes on: head/net/scotty3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/net/sendfile/Makefile =================================================================== --- head/net/sendfile/Makefile (revision 27422) +++ head/net/sendfile/Makefile (revision 27423) @@ -1,27 +1,27 @@ # New ports collection makefile for: sendfile -# Version required: 2.1 # Date created: 30 Oct 1997 # Whom: sec@42.org # # $FreeBSD$ # -DISTNAME= sendfile-20000102 -PKGNAME= sendfile-2.1 +PORTNAME= sendfile +PORTVERSION= 2.1 CATEGORIES= net MASTER_SITES= ftp://ftp.belwue.de/pub/unix/sendfile/current/ +DISTNAME= sendfile-20000102 MAINTAINER= sec@42.org WRKSRC= ${WRKDIR}/${PKGNAME} HAS_CONFIGURE= yes CONFIGURE_SCRIPT=makeconfig CONFIGURE_ENV= PREFIX="${PREFIX}" MAN1= sendfile.1 sendmsg.1 receive.1 fetchfile.1 utf7encode.1 \ wlock.1 MAN7= fetchfile.7 MAN8= sendfiled.8 MLINKS= utf7encode.1 utf7decode.1 .include Property changes on: head/net/sendfile/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/sharity-light/Makefile =================================================================== --- head/net/sharity-light/Makefile (revision 27422) +++ head/net/sharity-light/Makefile (revision 27423) @@ -1,38 +1,38 @@ # New ports collection makefile for: sharity-light -# Version required: 1.0 # Date created: 14 June 1997 # Whom: Dmitrij Tejblum # # $FreeBSD$ # -DISTNAME= Sharity-Light.1.2 -PKGNAME= sharity-light-1.2 +PORTNAME= sharity-light +PORTVERSION= 1.2 CATEGORIES= net MASTER_SITES= ftp://ftp.obdev.at/pub/Products/Sharity-Light/ \ ftp://ftp.warpnet.ro/mirrors/ftp.obdev.at/pub/Products/Sharity-Light/ \ http://people.FreeBSD.org/~dt/distfiles/ +DISTNAME= Sharity-Light.1.2 MAINTAINER= dt@FreeBSD.org MAN8= smbmount.8 post-extract: @${MKDIR} ${WRKDIR}/unshlight @${CP} ${FILESDIR}/unshlight.c ${WRKDIR}/unshlight @${CP} ${FILESDIR}/Makefile.unshlight ${WRKDIR}/unshlight/Makefile post-build: cd ${WRKDIR}/unshlight && make do-install: ${INSTALL_PROGRAM} ${WRKSRC}/shlight ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKDIR}/unshlight/unshlight ${PREFIX}/sbin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/Sharity-Light ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/Sharity-Light/README ${INSTALL_DATA} ${WRKSRC}/FAQ.txt ${PREFIX}/share/doc/Sharity-Light/FAQ .endif ${INSTALL_MAN} ${WRKSRC}/smbmount.8 ${PREFIX}/man/man8 .include Property changes on: head/net/sharity-light/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/slirp/Makefile =================================================================== --- head/net/slirp/Makefile (revision 27422) +++ head/net/slirp/Makefile (revision 27423) @@ -1,19 +1,19 @@ # New ports collection makefile for: slirp -# Version required: 1.0c # Date created: 25 Aug 1995 # Whom: Alain Kalker # # $FreeBSD$ # -DISTNAME= slirp-1.0c +PORTNAME= slirp +PORTVERSION= 1.0c CATEGORIES= net MASTER_SITES= ftp://blitzen.canberra.edu.au/pub/slirp/ MAINTAINER= A.C.P.M.Kalker@student.utwente.nl WRKSRC= ${WRKDIR}/slirp-1.0c/src GNU_CONFIGURE= yes MAN1= slirp.1 .include Property changes on: head/net/slirp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/smbtcpdump/Makefile =================================================================== --- head/net/smbtcpdump/Makefile (revision 27422) +++ head/net/smbtcpdump/Makefile (revision 27423) @@ -1,30 +1,30 @@ # ex:ts=8 # Ports collection makefile for: smbtcpdump -# Version required: 0.0 # Date created: 2 Jun 1998 # Whom: obrien # # $FreeBSD$ # -DISTNAME= tcpdump-3.4 -PKGNAME= smbtcpdump-3.4 +PORTNAME= smbtcpdump +PORTVERSION= 3.4 CATEGORIES= net security MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ ftp://ftp.uu.net/networking/ip/trace/tcpdump/ +DISTNAME= tcpdump-3.4 EXTRACT_SUFX= .tar.Z PATCH_SITES= ftp://ftp.samba.org/pub/samba/tcpdump-smb/ PATCHFILES= tcpdump-3.4a5-smb.patch MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes ALL_TARGET= depend tcpdump MAN1= smbtcpdump.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${PREFIX}/sbin/smbtcpdump ${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${PREFIX}/man/man1/smbtcpdump.1 .include Property changes on: head/net/smbtcpdump/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/sniffit/Makefile =================================================================== --- head/net/sniffit/Makefile (revision 27422) +++ head/net/sniffit/Makefile (revision 27423) @@ -1,32 +1,32 @@ # ex:ts=8 # Ports collection makefile for: sniffit -# Version required: 0.0 # Date created: 28 Mar 1998 # Whom: bsdx # # $FreeBSD$ # -DISTNAME= sniffit.0.3.7.beta -PKGNAME= sniffit-0.3.7b +PORTNAME= sniffit +PORTVERSION= 0.3.7b CATEGORIES= net security MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ \ http://people.FreeBSD.org/~obrien/Distfiles/ +DISTNAME= sniffit.0.3.7.beta MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes ALL_TARGET= MAN5= sniffit.5 MAN8= sniffit.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${PREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/sniffit.8 ${PREFIX}/man/man8 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/sniffit ${INSTALL_MAN} ${WRKSRC}/README.FIRST ${PREFIX}/share/doc/sniffit .endif .include Property changes on: head/net/sniffit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/socks5/Makefile =================================================================== --- head/net/socks5/Makefile (revision 27422) +++ head/net/socks5/Makefile (revision 27423) @@ -1,49 +1,49 @@ # New ports collection makefile for: socks5 -# Version required: v1.0r10 # Date created: 24 Apr 1996 # Whom: pst # # $FreeBSD$ # -DISTNAME= socks5-v1.0r10 -PKGNAME= socks5-1.0.10 +PORTNAME= socks5 +PORTVERSION= 1.0.10 CATEGORIES= net security +DISTNAME= socks5-v1.0r10 EXTRACT_SUFX= .tar.gz MAINTAINER= imp@freebsd.org NO_CDROM= "NEC has a funky license for this software" RESTRICTED= "no commercial use" # here are some extra configure args you may wish to use # see the readme file before screwing with them # #EXTRA_CONFIGURE_ARGS= \ # --with-default-server=socks.mydomain.com \ # --with-syslog-facility=LOG_AUTH \ # --with-passwd WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ --with-srvconffile=${PREFIX}/etc/socks5.conf \ --with-srvpidfile=/var/run/socks5.pid \ --with-srvidtfile=/var/run/socks5.ident \ ${EXTRA_CONFIGURE_ARGS} MAN1= runsocks.1 socks5.1 stopsocks.1 socks5_clients.1 MAN5= libsocks5.conf.5 socks5.conf.5 CONFIGURE_ENV= LIBS=-lcrypt do-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO} ""; \ ${ECHO} "NEC requires that you grab the dist files from their"; \ ${ECHO} "web site at http://www.socks.nec.com. Please make sure"; \ ${ECHO} "you have ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}"; \ ${ECHO} "and run make again."; \ ${ECHO} ""; \ exit 1;\ fi .include Property changes on: head/net/socks5/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/net/sup/Makefile =================================================================== --- head/net/sup/Makefile (revision 27422) +++ head/net/sup/Makefile (revision 27423) @@ -1,19 +1,19 @@ # New ports collection makefile for: sup -# Version required: # Date created: 21 August 1994 # Whom: jkh # # $FreeBSD$ # -DISTNAME= sup -PKGNAME= sup-2.0 +PORTNAME= sup +PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} +DISTNAME= sup MAINTAINER= ports@FreeBSD.org MAN1= sup.1 MAN8= supservers.8 .include Property changes on: head/net/sup/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/tac_plus4/Makefile =================================================================== --- head/net/tac_plus4/Makefile (revision 27422) +++ head/net/tac_plus4/Makefile (revision 27423) @@ -1,45 +1,45 @@ # New ports collection makefile for: tac_plus -# Version required: 2.1 # Date created: 4 Mar 1997 # Whom: Igor Vinokurov # # $FreeBSD$ # -DISTNAME= tac_plus.F4.0.3.alpha -PKGNAME= tac_plus-F4.0.3 +PORTNAME= tac_plus +PORTVERSION= F4.0.3 CATEGORIES= net MASTER_SITES= ftp://ftp-eng.cisco.com/pub/tacacs/ +DISTNAME= tac_plus.F4.0.3.alpha EXTRACT_SUFX= .tar.Z MAINTAINER= tasic@lucky.net ALL_TARGET= tac_plus MAN1= tac_plus.1 # To change the text displayed when users are prompted to enter # a username, set appropriately TAC_CHANGE_PROMPT variable. .if defined(TAC_CHANGE_PROMPT) && ${TAC_CHANGE_PROMPT} == YES EXTRA_PATCHES= ${FILESDIR}/patch-ba .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man1/tac_plus.1 ${INSTALL_DATA} ${FILESDIR}/tac_plus.conf.example ${PREFIX}/etc/ @if [ ! -f ${PREFIX}/etc/rc.d/tac_plus.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/tac_plus.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/tac_plus.sh; \ ${ECHO} "[ -x ${PREFIX}/sbin/tac_plus -a -f ${PREFIX}/etc/tac_plus.conf ] && ${PREFIX}/sbin/tac_plus -C ${PREFIX}/etc/tac_plus.conf && echo -n ' tac_plus'" >> ${PREFIX}/etc/rc.d/tac_plus.sh; \ chmod 751 ${PREFIX}/etc/rc.d/tac_plus.sh; \ fi .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/tac_plus ${INSTALL_DATA} ${WRKSRC}/users_guide ${PREFIX}/share/doc/tac_plus ${INSTALL_SCRIPT} ${WRKSRC}/convert.pl ${PREFIX}/share/doc/tac_plus .endif post-install: strip ${PREFIX}/sbin/tac_plus .include Property changes on: head/net/tac_plus4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/tcpflow/Makefile =================================================================== --- head/net/tcpflow/Makefile (revision 27422) +++ head/net/tcpflow/Makefile (revision 27423) @@ -1,19 +1,19 @@ # New ports collection makefile for: tcpflow -# Version required: 0.12 # Date created: 20 August 1999 # Whom: Jose M. Alcaide # # $FreeBSD$ # -DISTNAME= tcpflow-0.12 +PORTNAME= tcpflow +PORTVERSION= 0.12 CATEGORIES= net MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/ MAINTAINER= jose@we.lc.ehu.es HAS_CONFIGURE= yes MAN1= tcpflow.1 .include Property changes on: head/net/tcpflow/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/tcpshow/Makefile =================================================================== --- head/net/tcpshow/Makefile (revision 27422) +++ head/net/tcpshow/Makefile (revision 27423) @@ -1,33 +1,33 @@ # ex:ts=8 # Ports collection makefile for: tcpshow -# Version required: 0.0 # Date created: Tue Nov 04, 1997 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= tcpshow-1.74 +PORTNAME= tcpshow +PORTVERSION= 1.74 CATEGORIES= net security MASTER_SITES= http://people.FreeBSD.org/~obrien/Distfiles/ # http://www.cs.berkeley.edu/~daw/mike/ DISTFILES= tcpshow.c tcpshow.1 MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes MAN1= tcpshow.1 do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/tcpshow.c ${WRKDIR} @${CP} ${DISTDIR}/tcpshow.1 ${WRKDIR} do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o tcpshow tcpshow.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpshow ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tcpshow.1 ${PREFIX}/man/man1 .include Property changes on: head/net/tcpshow/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/tcptrace/Makefile =================================================================== --- head/net/tcptrace/Makefile (revision 27422) +++ head/net/tcptrace/Makefile (revision 27423) @@ -1,35 +1,35 @@ # New ports collection makefile for: tcptrace -# Version required: 5.2.1 # Date created: 3 March 1997 # Whom: fenner # # $FreeBSD$ # -DISTNAME= tcptrace.5.2.1 -PKGNAME= tcptrace-5.2.1 +PORTNAME= tcptrace +PORTVERSION= 5.2.1 CATEGORIES= net ipv6 MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.2.1/ +DISTNAME= tcptrace.5.2.1 MAINTAINER= fenner@FreeBSD.org GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/tcptrace_5.2.1 ALL_TARGET= tcptrace MAN1= tcptrace.1 DOCFILES= ARGS BUGS CHANGES COPYRIGHT FAQ README README.mailing_list \ README.modules README.tput_graphs WWW dot_tcptracerc.sample do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin .if !defined(NOPORTDOCS) ${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1 ${MKDIR} ${PREFIX}/share/doc/tcptrace .for file in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace .endfor .endif .include Property changes on: head/net/tcptrace/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/tcserver/Makefile =================================================================== --- head/net/tcserver/Makefile (revision 27422) +++ head/net/tcserver/Makefile (revision 27423) @@ -1,64 +1,64 @@ # New ports collection makefile for: elsa -# Version required: 1.0b-018 # Date created: 06 October 1999 # Whom: Chris D. Faulhaber # # $FreeBSD$ # -DISTNAME= elsa-freebsd_x86 -PKGNAME= elsa-1.0b-018 +PORTNAME= elsa +PORTVERSION= 1.0.b018 CATEGORIES= net -MASTER_SITES= "" +MASTER_SITES= +DISTNAME= elsa-freebsd_x86 MAINTAINER= jedgar@FreeBSD.org ONLY_FOR_ARCHS= i386 RESTRICTED= "LIC: redistribution not allowed" WRKSRC= ${WRKDIR}/ELSA-1_0b-018-freebsd_x86 NO_BUILD= yes LOG_DIR?= /var/log/elsa .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE='The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually after registering at: http://streaming.entera.com/orderform.shtml Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build.' .endif pre-fetch: @for library in libc_r.so.3 libstdc++.so.2 libg++.so.4; do \ if [ -z "`ldconfig -r -elf | ${GREP} $$library`" ]; then \ ${ECHO}; \ ${ECHO} "This port requires the following FreeBSD 3.x compatibility"; \ ${ECHO} "libraries: libc_r.so.3, libstdc++.so.2, and libg++.so.4."; \ ${ECHO} "Please ensure they are installed and properly registered"; \ ${ECHO} "with the system (see ldconfig(8)). These libraries may be"; \ ${ECHO} "obtained from compat3x and/or a recent FreeBSD 3.x system."; \ ${ECHO}; \ exit 1; \ fi \ done do-configure: @${PERL} -pi.orig -e 's|__PREFIX__|${PREFIX}|' ${WRKSRC}/elsa.cfg @${PERL} -pi.orig -e 's|__LOG_DIR__|${LOG_DIR}|' ${WRKSRC}/elsa.cfg do-install: ${MKDIR} ${PREFIX}/share/elsa/content ${MKDIR} ${LOG_DIR} ${INSTALL_SCRIPT} ${WRKSRC}/elsa ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/elsa.cfg ${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/elsa ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/elsa ${INSTALL_DATA} ${WRKSRC}/content/elsa-test.mov ${PREFIX}/share/elsa/content post-install: @if [ ! -f ${PREFIX}/etc/rc.d/elsa.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/elsa.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/elsa.sh; \ ${ECHO} "[ -x ${PREFIX}/sbin/elsa ] && ${PREFIX}/sbin/elsa -d ${PREFIX}/etc > /dev/null & && ${ECHO} -n ' elsa'" >> ${PREFIX}/etc/rc.d/elsa.sh; \ ${CHMOD} 555 ${PREFIX}/etc/rc.d/elsa.sh; \ fi .include Property changes on: head/net/tcserver/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/tdetect/Makefile =================================================================== --- head/net/tdetect/Makefile (revision 27422) +++ head/net/tdetect/Makefile (revision 27423) @@ -1,40 +1,38 @@ # New ports collection makefile for: tdetect -# Ports collection makefile for: tdetect -# Version required: 0.2 # Date created: Sun Jan 31, 1997 # Whom: shipley@dis.org # # $FreeBSD$ # -DISTNAME= tdetect-0.2 -PKGNAME= tdetect-0.2.1 +PORTNAME= tdetect +PORTVERSION= 0.2 CATEGORIES= net MASTER_SITES= http://sb.123.org/ \ http://www.genocide2600.com/~tattooman/unix-loggers/ \ http://ftp.ceti.com.pl/pub/scout/progs/Unix/ MAINTAINER= shipley@dis.org .include pre-configure: ${PERL} -pi.dist -e 's/trdetect/tdetect/g' ${WRKSRC}/config.h .if ${OSVERSION} > 330002 ${PERL} -pi.orig -e 's/LOG_AUTHPRIV/LOG_SECURITY/g' ${WRKSRC}/config.h .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tdetect ${PREFIX}/sbin/tdetect post-install: @if [ ! -f ${PREFIX}/etc/rc.d/tdetect.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/tdetect.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/tdetect.sh; \ ${ECHO} "ETHERNETDEV=ed0" >> ${PREFIX}/etc/rc.d/tdetect.sh; \ ${ECHO} '[ -x ${PREFIX}/sbin/tdetect ] && ${PREFIX}/sbin/tdetect $$ETHERNETDEV && ${ECHO} -n " tdetect"' >> ${PREFIX}/etc/rc.d/tdetect.sh; \ ${CHMOD} 750 ${PREFIX}/etc/rc.d/tdetect.sh; \ ${SED} -e 's,/usr/local,${PREFIX},g' ${PKGMESSAGE}; \ fi .include Property changes on: head/net/tdetect/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/telnetx/Makefile =================================================================== --- head/net/telnetx/Makefile (revision 27422) +++ head/net/telnetx/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: telnetx -# Version required: ? # Date created: 22 Sep 1996 # Whom: Masafumi NAKANE # # $FreeBSD$ # -DISTNAME= telnetx+transit.src.940401 -PKGNAME= telnetx-940401 +PORTNAME= telnetx +PORTVERSION= 940401 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ +DISTNAME= telnetx+transit.src.940401 MAINTAINER= max@FreeBSD.org RUN_DEPENDS+= bp:${PORTSDIR}/comms/bpl+ RUN_DEPENDS+= kermit:${PORTSDIR}/comms/kermit WRKSRC= ${WRKDIR}/telnetx MAN1= telnetx.1 ALL_TARGET= bsdi do-install: ${INSTALL_PROGRAM} ${WRKSRC}/telnet/telnet ${PREFIX}/bin/telnetx ${INSTALL_PROGRAM} ${WRKSRC}/transit/transit ${PREFIX}/bin/transit ${INSTALL_MAN} ${WRKSRC}/telnet/telnet.1 ${PREFIX}/man/man1/telnetx.1 .include Property changes on: head/net/telnetx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/telserv/Makefile =================================================================== --- head/net/telserv/Makefile (revision 27422) +++ head/net/telserv/Makefile (revision 27423) @@ -1,31 +1,31 @@ # ex:ts=8 # Ports collection makefile for: telserv -# Version required: 0.0 # Date created: Mon Feb 03, 1998 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= telserv -PKGNAME= telserv-1.0 +PORTNAME= telserv +PORTVERSION= 1.0 CATEGORIES= net security MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \ http://people.FreeBSD.org/~obrien/Distfiles/ +DISTNAME= telserv EXTRACT_SUFX= .c MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/libexec .include Property changes on: head/net/telserv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/tik/Makefile =================================================================== --- head/net/tik/Makefile (revision 27422) +++ head/net/tik/Makefile (revision 27423) @@ -1,73 +1,73 @@ # New ports collection makefile for: tik -# Version required: 0.59 # Date created: 13 January 1999 # Whom: Eugene M. Kim # # $FreeBSD$ # -DISTNAME= tik-0.59 +PORTNAME= tik +PORTVERSION= 0.59 CATEGORIES= net tk82 MASTER_SITES= http://www.aim.aol.com/tik/ \ http://www.nectar.com/distfiles/ MAINTAINER= astralblue@usa.net RUN_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82 \ wish8.2:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes WRKSRC= ${WRKDIR}/tik PLIST= ${WRKDIR}/PLIST SORT?= sort SRCDIRS= share/tik share/tik/media share/tik/packages SRCFILES= media/AOL.gif media/Admin.gif media/DT.gif media/Login.gif \ media/Logo.gif media/Logout.gif media/Oscar.gif \ media/downarrow.gif media/uparrow.gif media/BuddyArrive.au \ media/BuddyLeave.au media/Pounce.au media/Receive.au \ media/Send.au packages/away.tcl packages/imcapture.tcl \ packages/mynews.tcl packages/pounce.tcl \ packages/quickchat.tcl packages/search.tcl \ packages/socksproxy.tcl packages/sslproxy.tcl \ packages/stock.tcl packages/ticker.tcl sflap.tcl \ configTool.tcl toc.tcl tik.tcl tac.tcl sag.tcl EGDIR= share/examples/tik EGFILES= example.tacrc example.tikpre example.tikrc DOCDIR= share/doc/tik DOCFILES= CHANGES LICENSE README PROTOCOL # The packing list starts with just bin/tik. As we install things, # build onto the list. do-install: @${CP} ${PKGDIR}/PLIST ${PLIST} .for d in ${SRCDIRS} @${MKDIR} ${PREFIX}/${d} @${ECHO} @dirrm ${d} >> ${PLIST}.dirrm .endfor .for f in ${SRCFILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/tik/${f} @${ECHO} share/tik/${f} >> ${PLIST} .endfor @${MKDIR} ${PREFIX}/${EGDIR} @${ECHO} @dirrm ${EGDIR} >> ${PLIST}.dirrm .for f in ${EGFILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${EGDIR}/${f} @${ECHO} ${EGDIR}/${f} >> ${PLIST} .endfor @${SED} 's#@PREFIX@#${PREFIX}#g' < ${FILESDIR}/tik >${WRKDIR}/tik.sh ${INSTALL_SCRIPT} ${WRKDIR}/tik.sh ${PREFIX}/bin/tik @${SED} 's#@PREFIX@#${PREFIX}#g' < ${FILESDIR}/tac >${WRKDIR}/tac.sh ${INSTALL_SCRIPT} ${WRKDIR}/tac.sh ${PREFIX}/bin/tac .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/${DOCDIR} @${ECHO} @dirrm ${DOCDIR} >> ${PLIST}.dirrm .for f in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${DOCDIR}/${f} @${ECHO} ${DOCDIR}/${f} >> ${PLIST} .endfor .endif @${SORT} -r ${PLIST}.dirrm >> ${PLIST} && ${RM} ${PLIST}.dirrm .include Property changes on: head/net/tik/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/tintin++/Makefile =================================================================== --- head/net/tintin++/Makefile (revision 27422) +++ head/net/tintin++/Makefile (revision 27423) @@ -1,22 +1,22 @@ # New ports collection makefile for: tintin++ -# Version required: 1.5pl6 # Date created: 15 Nov 1994 # Whom: ache # # $FreeBSD$ # -DISTNAME= tintin++v1.5pl6 -PKGNAME= tintin-1.5.6 +PORTNAME= tintin +PORTVERSION= 1.5.6 CATEGORIES= net games MASTER_SITES= ftp://ftp.walrus.com/pub/avatar/clients/ \ ftp://ftp.cctpu.edu.ru/pub/comp/networking/mud/ \ ftp://iclub.nsu.ru/pub/mud/clients/tintin++/ +DISTNAME= tintin++v1.5pl6 EXTRACT_SUFX= .tar.Z MAINTAINER= ache@FreeBSD.org WRKSRC= ${WRKDIR}/tintin++/src GNU_CONFIGURE= yes .include Property changes on: head/net/tintin++/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/tintin++-devel/Makefile =================================================================== --- head/net/tintin++-devel/Makefile (revision 27422) +++ head/net/tintin++-devel/Makefile (revision 27423) @@ -1,22 +1,22 @@ # New ports collection makefile for: tintin++ -# Version required: 1.5pl6 # Date created: 15 Nov 1994 # Whom: ache # # $FreeBSD$ # -DISTNAME= tintin++v1.5pl6 -PKGNAME= tintin-1.5.6 +PORTNAME= tintin +PORTVERSION= 1.5.6 CATEGORIES= net games MASTER_SITES= ftp://ftp.walrus.com/pub/avatar/clients/ \ ftp://ftp.cctpu.edu.ru/pub/comp/networking/mud/ \ ftp://iclub.nsu.ru/pub/mud/clients/tintin++/ +DISTNAME= tintin++v1.5pl6 EXTRACT_SUFX= .tar.Z MAINTAINER= ache@FreeBSD.org WRKSRC= ${WRKDIR}/tintin++/src GNU_CONFIGURE= yes .include Property changes on: head/net/tintin++-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/tinyfugue/Makefile =================================================================== --- head/net/tinyfugue/Makefile (revision 27422) +++ head/net/tinyfugue/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: tinyfugue -# Version required: 4.0s1 # Date created: 4 January 1997 # Whom: mike@binghamton.edu # # $FreeBSD$ # -DISTNAME= tf-40s1 -PKGNAME= tf-4.0s1 +PORTNAME= tf +PORTVERSION= 4.0s1 CATEGORIES= net games MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \ ftp://laurel.actlab.utexas.edu/pub/tinyfugue/ \ ftp://ftp.ci.uminho.pt/pub/mirrors/tinyfugue/ +DISTNAME= tf-40s1 MAINTAINER= jseger@FreeBSD.org .if defined(PARALLEL_PACKAGE_BUILD) BROKEN= tries to cd to directory that do not exist yet .endif PLIST_SUB= DISTNAME=${DISTNAME} MAKEFILE= ${WRKSRC}/unix/Makefile MAKE_ENV= TFVER=${DISTNAME:S/^tf-//} MAN1= tf.1 .include Property changes on: head/net/tinyfugue/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/net/tn3270/Makefile =================================================================== --- head/net/tn3270/Makefile (revision 27422) +++ head/net/tn3270/Makefile (revision 27423) @@ -1,30 +1,30 @@ # New ports collection makefile for: tn3270 -# Version required: 4.4BSD-Lite # Date created: 30 August 1999 # Whom: markm # # $FreeBSD$ # -DISTNAME= tn3270 -PKGNAME= tn3270-4.4 +PORTNAME= tn3270 +PORTVERSION= 4.4 CATEGORIES= net MASTER_SITES= http://freefall.freebsd.org/~markm/ \ ftp://ftp.za.freebsd.org/pub/FreeBSD/distfiles/ \ ftp://ftp3.za.freebsd.org/pub/FreeBSD/distfiles/ +DISTNAME= tn3270 MAINTAINER= markm@FreeBSD.ORG MAN1= tn3270.1 mset.1 MAN5= map3270.5 MANCOMPRESSED= maybe do-configure: ${ECHO} "BINDIR= ${PREFIX}/bin" > ${WRKDIR}/Makefile.inc ${ECHO} "MANDIR= ${PREFIX}/man/man" >> ${WRKDIR}/Makefile.inc do-build: cd ${WRKSRC}; \ ${MAKE} depend; \ ${MAKE} all .include Property changes on: head/net/tn3270/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/tn5250/Makefile =================================================================== --- head/net/tn5250/Makefile (revision 27422) +++ head/net/tn5250/Makefile (revision 27423) @@ -1,19 +1,19 @@ # New ports collection makefile for: tn5250 -# Version required: 0.15.7 # Date created: 20 January 2000 # Whom: Elias Mandouvalos # # $FreeBSD$ # -DISTNAME= tn5250-0.15.7 +PORTNAME= tn5250 +PORTVERSION= 0.15.7 CATEGORIES= net MASTER_SITES= ftp://cvs.cleveland.lug.net/pub/tn5250/ MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes MAN1= scs2ascii.1 tn5250.1 .include Property changes on: head/net/tn5250/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/traceroute/Makefile =================================================================== --- head/net/traceroute/Makefile (revision 27422) +++ head/net/traceroute/Makefile (revision 27423) @@ -1,26 +1,26 @@ # New ports collection makefile for: traceroute -# Version required: 980831 # Date created: 20 February 1997 # Whom: chris@vader.org # # $FreeBSD$ # -DISTNAME= traceroute_${RELEASEDATE} -PKGNAME= traceroute-${RELEASEDATE} +PORTNAME= traceroute +PORTVERSION= ${RELEASEDATE} CATEGORIES= net MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/ \ http://www.chg.ru/~dima/ +DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= dima@Chg.RU RELEASEDATE= 990522 NO_WRKSUBDIR= yes MAN8= traceroute.8 do-install: ${INSTALL} -c -m 4755 -o root -g bin ${WRKSRC}/traceroute ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/traceroute.8 ${PREFIX}/man/man8 .include Property changes on: head/net/traceroute/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/trafd/Makefile =================================================================== --- head/net/trafd/Makefile (revision 27422) +++ head/net/trafd/Makefile (revision 27423) @@ -1,34 +1,34 @@ # New ports collection makefile for: trafd -# Version required: 3.0 # Date created: 22 January 2000 # Whom: Michael Vasilenko # # $FreeBSD$ # -DISTNAME= trafd-3.0 +PORTNAME= trafd +PORTVERSION= 3.0 CATEGORIES= net MASTER_SITES= ftp://ftp.riss-telecom.ru/pub/dev/trafd/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafd/trafd ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafstart ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafstop ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafsave ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafdump ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/trafstat/trafstat ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/trafstatd/trafstatd ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/traflog/traflog ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/traflog/traflog.format ${PREFIX}/etc post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/bpft ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bpft/README .endif ${MKDIR} ${PREFIX}/var/trafd ${MKDIR} ${PREFIX}/var/log .include Property changes on: head/net/trafd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/trafshow/Makefile =================================================================== --- head/net/trafshow/Makefile (revision 27422) +++ head/net/trafshow/Makefile (revision 27423) @@ -1,32 +1,32 @@ # New ports collection makefile for: trafshow -# Version required: 3.1 # Date created: 25 September 1996 # Whom: igor@zynaps.ru # # $FreeBSD$ # -DISTNAME= trafshow-3.1 +PORTNAME= trafshow +PORTVERSION= 3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.nsk.su/pub/RinetSoftware/ EXTRACT_SUFX= .tgz MAINTAINER= jseger@FreeBSD.org .include .if ${OSVERSION} < 400010 LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses .endif GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS=-L/usr/local/lib ALL_TARGET= trafshow MAN1= trafshow.1 do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin @ ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${PREFIX}/man/man1 @ ${INSTALL_DATA} ${WRKSRC}/.trafshow ${PREFIX}/etc/trafshow .include Property changes on: head/net/trafshow/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/trafshow3/Makefile =================================================================== --- head/net/trafshow3/Makefile (revision 27422) +++ head/net/trafshow3/Makefile (revision 27423) @@ -1,32 +1,32 @@ # New ports collection makefile for: trafshow -# Version required: 3.1 # Date created: 25 September 1996 # Whom: igor@zynaps.ru # # $FreeBSD$ # -DISTNAME= trafshow-3.1 +PORTNAME= trafshow +PORTVERSION= 3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.nsk.su/pub/RinetSoftware/ EXTRACT_SUFX= .tgz MAINTAINER= jseger@FreeBSD.org .include .if ${OSVERSION} < 400010 LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses .endif GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS=-L/usr/local/lib ALL_TARGET= trafshow MAN1= trafshow.1 do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin @ ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${PREFIX}/man/man1 @ ${INSTALL_DATA} ${WRKSRC}/.trafshow ${PREFIX}/etc/trafshow .include Property changes on: head/net/trafshow3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/trafshow4/Makefile =================================================================== --- head/net/trafshow4/Makefile (revision 27422) +++ head/net/trafshow4/Makefile (revision 27423) @@ -1,32 +1,32 @@ # New ports collection makefile for: trafshow -# Version required: 3.1 # Date created: 25 September 1996 # Whom: igor@zynaps.ru # # $FreeBSD$ # -DISTNAME= trafshow-3.1 +PORTNAME= trafshow +PORTVERSION= 3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.nsk.su/pub/RinetSoftware/ EXTRACT_SUFX= .tgz MAINTAINER= jseger@FreeBSD.org .include .if ${OSVERSION} < 400010 LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses .endif GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS=-L/usr/local/lib ALL_TARGET= trafshow MAN1= trafshow.1 do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin @ ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${PREFIX}/man/man1 @ ${INSTALL_DATA} ${WRKSRC}/.trafshow ${PREFIX}/etc/trafshow .include Property changes on: head/net/trafshow4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/ttcp/Makefile =================================================================== --- head/net/ttcp/Makefile (revision 27422) +++ head/net/ttcp/Makefile (revision 27423) @@ -1,34 +1,34 @@ # New ports collection makefile for: ttcp -# Version required: 1.12 # Date created: Tue Jun 1 22:58:13 PDT 1999 # Whom: mharo@FreeBSD.org # # $FreeBSD$ # -DISTNAME= ttcp-1.12 +PORTNAME= ttcp +PORTVERSION= 1.12 CATEGORIES= net MASTER_SITES= ftp://ftp.sgi.com/sgi/src/ttcp/ DISTFILES= ttcp.c ttcp.1 README MAINTAINER= mharo@FreeBSD.org EXTRACT_ONLY= #none NO_WRKSUBDIR= yes MAN1= ttcp.1 post-extract: ${CP} ${DISTDIR}/ttcp.c ${WRKSRC}/ ${CP} ${DISTDIR}/ttcp.1 ${WRKSRC}/ ${CP} ${DISTDIR}/README ${WRKSRC}/ do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/ttcp ${WRKSRC}/ttcp.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ttcp ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ttcp.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/doc/ttcp ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ttcp/ .include Property changes on: head/net/ttcp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/ttt/Makefile =================================================================== --- head/net/ttt/Makefile (revision 27422) +++ head/net/ttt/Makefile (revision 27423) @@ -1,34 +1,34 @@ # New ports collection makefile for: ttt -# Version required: 1.3 # Date created: 22 September 1998 # Whom: Kenjiro Cho # # $FreeBSD$ # -DISTNAME= ttt-1.4 +PORTNAME= ttt +PORTVERSION= 1.4 CATEGORIES= net tk82 MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ MAINTAINER= kjc@csl.sony.co.jp # the tcl/tk LIB_DEPENDS has to match that of ports/x11-toolkits/blt. LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt \ tcl82.1:${PORTSDIR}/lang/tcl82 \ tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 post-install: @if [ ! -c /dev/bpf1 ]; then \ ${ECHO} "*********************************************************";\ ${ECHO} "* W a r n i n g *";\ ${ECHO} "* TTT needs Berkeley packet filter (bpf). *";\ ${ECHO} "* To use TTT, your kernel must be rebuilt with bpf, and *";\ ${ECHO} "* make bpf devices on /dev directory. *";\ ${ECHO} "*********************************************************";\ fi .include Property changes on: head/net/ttt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/net/tund/Makefile =================================================================== --- head/net/tund/Makefile (revision 27422) +++ head/net/tund/Makefile (revision 27423) @@ -1,20 +1,20 @@ # New ports collection makefile for: tund -# Version required: 0.11 # Date created: 20 July 1999 # Whom: Sergey Kosyakov # # $FreeBSD$ # -DISTNAME= tund-0.20 +PORTNAME= tund +PORTVERSION= 0.20 CATEGORIES= net MASTER_SITES= ftp://ftp.chg.ru/pub/networking/freebsd/ MAINTAINER= ks@itp.ac.ru USE_OPENSSL= RSA MAN8= tund.8 MANCOMPRESSED= yes .include Property changes on: head/net/tund/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/ucd-snmp/Makefile =================================================================== --- head/net/ucd-snmp/Makefile (revision 27422) +++ head/net/ucd-snmp/Makefile (revision 27423) @@ -1,76 +1,76 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 # Date created: 26 June 1996 # Whom: gpalmer # # $FreeBSD$ # -DISTNAME= ucd-snmp-4.0.1 +PORTNAME= ucd-snmp +PORTVERSION= 4.0.1 CATEGORIES= net MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ PATCH_SITES= http://ucd-snmp.ucdavis.edu/patches/ PATCHFILES= 012.patch PATCH_DIST_STRIP= -p0 -d ${WRKSRC}/agent MAINTAINER= billf@FreeBSD.org CONFIGURE_ARGS= --enable-shared GNU_CONFIGURE= YES .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif #CFLAGS= -g MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ snmptrapd.conf.5 variables.5 MAN8= snmptrapd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \ snmpstatus snmptest snmptranslate snmptrap snmpwalk SBIN= snmpd snmptrapd STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include .if ${PORTOBJFORMAT} == "aout" BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif .if ${OSVERSION} >= 400000 CONFIGURE_ARGS+= --with-out-mib-modules="ucd-snmp/vmstat_freebsd2 ucd-snmp/memory_freebsd2" .endif SHLIB_VERSION=4 PLIST_SUB= shlib=${SHLIB_VERSION} post-patch: @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s post-install: @( cd ${PREFIX}/bin && strip ${BIN} ) @( cd ${PREFIX}/sbin && strip ${SBIN} ) @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done @if [ ! -f ${STARTUP_FILE} ]; then \ ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${STARTUP_FILE}; \ ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ ${CHMOD} 751 ${STARTUP_FILE}; \ fi ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/net/ucd-snmp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/net/vnc/Makefile =================================================================== --- head/net/vnc/Makefile (revision 27422) +++ head/net/vnc/Makefile (revision 27423) @@ -1,48 +1,47 @@ # New ports collection makefile for: vnc -# Version required: 3.3.3r1 # Date created: 24 February 1998 # Whom: msmith # # $FreeBSD$ # -DISTNAME= vnc-3.3.3r1_unixsrc -PKGNAME= vnc-3.3.3r1 +PORTNAME= vnc +PORTVERSION= 3.3.3r1 CATEGORIES= net MASTER_SITES= http://www.uk.research.att.com/vnc/dist/ DISTFILES= vnc-3.3.3r1_unixsrc.tgz \ vnc-latest_doc.tgz MAINTAINER= bmah@ca.sandia.gov USE_PERL5= YES EXTRACT_ONLY= vnc-3.3.3r1_unixsrc.tgz IGNOREFILES= vnc-latest_doc.tgz WRKSRC= ${WRKDIR}/vnc_unixsrc USE_IMAKE= YES NO_INSTALL_MANPAGES= YES ALL_TARGET= World # We have to frob a few things, and we want our own permissions, so it's easier # to do the install ourselves. post-install: ${INSTALL_PROGRAM} ${WRKSRC}/Xvnc/programs/Xserver/Xvnc ${PREFIX}/bin/Xvnc ${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer ${INSTALL_PROGRAM} ${WRKSRC}/vncpasswd/vncpasswd ${PREFIX}/bin/vncpasswd ${SED} -e s%/usr/local/vnc/classes%${PREFIX}/share/vnc/classes% \ -e s%^\#!/usr/bin/perl%\#!${PERL}% \ < ${WRKSRC}/vncserver \ > ${WRKSRC}/vncserver.local ${INSTALL_SCRIPT} ${WRKSRC}/vncserver.local ${PREFIX}/bin/vncserver # The documentation comes with bogus ownerships; this is a little leaky security-wise ${TAR} -C ${PREFIX}/share/doc -xzf ${DISTDIR}/vnc-latest_doc.tgz (cd ${PREFIX}/share/doc; ${MV} vnc_docs vnc) ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/vnc # Go install Java classes ${MKDIR} ${PREFIX}/share/vnc ${CP} -R ${WRKSRC}/classes ${PREFIX}/share/vnc .include Property changes on: head/net/vnc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/net/wais/Makefile =================================================================== --- head/net/wais/Makefile (revision 27422) +++ head/net/wais/Makefile (revision 27423) @@ -1,33 +1,33 @@ # New ports collection makefile for: wais -# Version required: 0.5 # Date created: 20 Sep 1994 # Whom: adam # # $FreeBSD$ # -DISTNAME= freeWAIS-0.5 +PORTNAME= freeWAIS +PORTVERSION= 0.5 CATEGORIES= net MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/ MAINTAINER= ports@FreeBSD.org NO_PACKAGE= "not yet" NO_INSTALL= almost ALL_TARGET= freebsd MAKE_ENV:= TOP=${WRKSRC} is_depended: all pre-patch: @${CP} ${WRKSRC}/Makefile.bsdi ${WRKSRC}/Makefile.freebsd @${MV} ${WRKSRC}/src/client/x/Imakefile ${WRKDIR} \ && ${SED} -e '\;/SETME_IN_Imakefile;s;;${WRKSRC};' \ <${WRKDIR}/Imakefile >${WRKSRC}/src/client/x/Imakefile .if ${MAKEFILE} != Makefile.freebsd do-install: ${MAKE} MAKEFILE=Makefile.freebsd do-install .endif .include Property changes on: head/net/wais/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/wide-dhcp/Makefile =================================================================== --- head/net/wide-dhcp/Makefile (revision 27422) +++ head/net/wide-dhcp/Makefile (revision 27423) @@ -1,79 +1,79 @@ # ex:ts=8 # Ports collection makefile for: dhcp -# Version required: 0.0 # Date created: 21 November 1995 # Whom: Yoshiro MIHIRA # # $FreeBSD$ # -DISTNAME= dhcp-1.4.0p6 -PKGNAME= wide-dhcp-1.4.0p6 +PORTNAME= wide-dhcp +PORTVERSION= 1.4.0.p6 CATEGORIES= net MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/dhcp/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/wide-dhcp/ \ ftp://ftp.st.ryukoku.ac.jp/pub/network/dhcp/wide/ \ ftp://ftp.sage-au.org.au/pub/network/boot/wide-dhcp/ +DISTNAME= dhcp-1.4.0p6 MAINTAINER= obrien@FreeBSD.org MAKE_ENV= OSTYPE=${OPSYS} MAN5= dhcpdb.server.5 dhcpdb.pool.5 dhcpdb.relay.5 MAN8= dhcpc.8 dhcps.8 relay.8 dhcpm.8 STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/wide-dhcps.sh.sample post-install: .if !defined(NOPORTDOCS) @if [ ! -d ${PREFIX}/share/doc/dhcp ]; then \ ${MKDIR} ${PREFIX}/share/doc/dhcp; \ fi @if [ ! -d ${PREFIX}/share/examples/dhcp ]; then \ ${MKDIR} ${PREFIX}/share/examples/dhcp; \ fi @${CP} ${WRKSRC}/README ${PREFIX}/share/doc/dhcp/ @${CP} ${WRKSRC}/README.jis ${PREFIX}/share/doc/dhcp/ @${CP} ${WRKSRC}/db_sample/dhcpdb.pool \ ${PREFIX}/share/examples/dhcp/dhcpdb.pool.sample @${CP} ${WRKSRC}/db_sample/dhcpdb.relay \ ${PREFIX}/share/examples/dhcp/dhcpdb.relay.sample @${CP} ${WRKSRC}/db_sample/dhcpdb.server \ ${PREFIX}/share/examples/dhcp/dhcpdb.server.sample @${CP} ${WRKSRC}/db_sample/intro.dhcp ${PREFIX}/share/doc/dhcp/ @${CP} ${WRKSRC}/db_sample/intro.dhcp.jis \ ${PREFIX}/share/doc/dhcp/ .endif @if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \ ${ECHO} '#!/bin/sh' > ${STARTUP_SCRIPT}; \ ${ECHO} 'DB_POOL=/etc/dhcpdb.pool' >> ${STARTUP_SCRIPT}; \ ${ECHO} 'DB_RELAY=/etc/dhcpdb.relay' >> ${STARTUP_SCRIPT}; \ ${ECHO} 'DB_BIND=/var/db/dhcpdb.bind' >> ${STARTUP_SCRIPT}; \ ${ECHO} 'if [ -f $${DB_POOL} -a -f $${DB_RELAY} \' \ >> ${STARTUP_SCRIPT}; \ ${ECHO} ' -a -x ${PREFIX}/sbin/dhcps ]; then' \ >> ${STARTUP_SCRIPT}; \ ${ECHO} ' if [ -f $${DB_BIND} ]; then' >> ${STARTUP_SCRIPT}; \ ${ECHO} ' find $${DB_POOL} -newer $${DB_BIND} -exec ${RM} $${DB_BIND} \;' \ >> ${STARTUP_SCRIPT}; \ ${ECHO} ' fi' >> ${STARTUP_SCRIPT}; \ ${ECHO} " ${PREFIX}/sbin/dhcps [Interface Name]" \ >> ${STARTUP_SCRIPT}; \ ${ECHO} " ${ECHO} -n ' dhcps'" \ >> ${STARTUP_SCRIPT}; \ ${ECHO} 'fi' >> ${STARTUP_SCRIPT}; \ ${CHMOD} 755 ${STARTUP_SCRIPT}; \ ${CHOWN} bin.bin ${STARTUP_SCRIPT}; \ fi @if [ ! -c /dev/bpf1 ]; then \ ${ECHO} "********************************************************";\ ${ECHO} "* W a r n i n g *";\ ${ECHO} "* DHCP the needs Berkeley Packet Filter (bpf). *";\ ${ECHO} "* To use DHCP, your kernel must be rebuilt with bpf, *";\ ${ECHO} "* and make bpf devices on /dev directory. *";\ ${ECHO} "* Please read the info file by \`pkg_info ${PKGNAME}'. *";\ ${ECHO} "********************************************************";\ fi .include Property changes on: head/net/wide-dhcp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/net/wireshark/Makefile =================================================================== --- head/net/wireshark/Makefile (revision 27422) +++ head/net/wireshark/Makefile (revision 27423) @@ -1,31 +1,31 @@ # New ports collection makefile for: ethereal -# Version required: 0.8.6 # Date created: 10 August 1998 # Whom: Bill Fumerola # # $FreeBSD$ # -DISTNAME= ethereal-0.8.6 +PORTNAME= ethereal +PORTVERSION= 0.8.6 CATEGORIES= net ipv6 MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ http://jefnet.linuxberg.com/files/x11/network/ \ http://ethereal.zing.org/distribution/ \ http://ethereal.boehm.org/distribution/ MAINTAINER= billf@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ glib12.3:${PORTSDIR}/devel/glib12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" MAN1= ethereal.1 tethereal.1 editcap.1 .include Property changes on: head/net/wireshark/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/net/wmnet/Makefile =================================================================== --- head/net/wmnet/Makefile (revision 27422) +++ head/net/wmnet/Makefile (revision 27423) @@ -1,19 +1,19 @@ # New ports collection makefile for: wmnet -# Version required: 1.2 # Date created: 24 November 1998 # Whom: Rich Neswold # # $FreeBSD$ # -DISTNAME= wmnet-1.2 +PORTNAME= wmnet +PORTVERSION= 1.2 CATEGORIES= net windowmaker MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/ MAINTAINER= rneswold@enteract.com LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm MAN1= wmnet.1 .include Property changes on: head/net/wmnet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/xarchie/Makefile =================================================================== --- head/net/xarchie/Makefile (revision 27422) +++ head/net/xarchie/Makefile (revision 27423) @@ -1,19 +1,19 @@ # New ports collection makefile for: xarchie -# Version required: 2.0.10 # Date created: 24 September 1994 # Whom: jkh # # $FreeBSD$ # -DISTNAME= xarchie-2.0.10 +PORTNAME= xarchie +PORTVERSION= 2.0.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org USE_IMAKE= yes USE_GMAKE= yes .include Property changes on: head/net/xarchie/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/net/xferstats/Makefile =================================================================== --- head/net/xferstats/Makefile (revision 27422) +++ head/net/xferstats/Makefile (revision 27423) @@ -1,31 +1,31 @@ # New ports collection makefile for: xferstats -# Version required: 2.13 # Date created: 19 February 1999 # Whom: Dima Sivachenko # # $FreeBSD$ # -DISTNAME= xferstats-2.14 +PORTNAME= xferstats +PORTVERSION= 2.14 CATEGORIES= net MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/support/ \ ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ MAINTAINER= dima@Chg.RU LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config WRKSRC= ${WRKDIR}/xferstats GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" MAN8= xferstats.8 do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xferstats ${PREFIX}/bin @ ${INSTALL_MAN} ${WRKSRC}/xferstats.8 ${MAN8PREFIX}/man/man8 @ ${INSTALL_DATA} ${WRKSRC}/xferstats.cfg ${PREFIX}/etc/xferstats.cfg.sample .include Property changes on: head/net/xferstats/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/xicq/Makefile =================================================================== --- head/net/xicq/Makefile (revision 27422) +++ head/net/xicq/Makefile (revision 27423) @@ -1,28 +1,28 @@ # New ports collection makefile for: xicq -# Version required: 12 July 1998 # Date created: 29 June 1998 # Whom: scrappy # # $FreeBSD$ # -DISTNAME= xicq-071298-snapshot.src -PKGNAME= xicq-071298 +PORTNAME= xicq +PORTVERSION= 19980712 CATEGORIES= net MASTER_SITES= http://www.xtrophy.dk/xicq/ +DISTNAME= xicq-071298-snapshot.src MAINTAINER= scrappy@FreeBSD.org WRKSRC= ${WRKDIR}/${PKGNAME} USE_GMAKE= yes MAKE_ENV= OPT="${CFLAGS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq ${MKDIR} ${PREFIX}/share/examples/xicq .for file in contact config ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq .endfor .include Property changes on: head/net/xicq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/xipmsg/Makefile =================================================================== --- head/net/xipmsg/Makefile (revision 27422) +++ head/net/xipmsg/Makefile (revision 27423) @@ -1,20 +1,20 @@ # New ports collection makefile for: xipmsg -# Version required: 0.8087 # Date created: 29 May 1997 # Whom: candy@fct.kgc.co.jp # # $FreeBSD$ # -DISTNAME= xipmsg-8087 -PKGNAME= xipmsg-0.8087 +PORTNAME= xipmsg +PORTVERSION= 0.8087 CATEGORIES= net MASTER_SITES= http://hp.vector.co.jp/authors/VA004959/xipmsg/ +DISTNAME= xipmsg-8087 MAINTAINER= candy@kgc.co.jp USE_IMAKE= yes MAN1= xipmsg.1 MANCOMPRESSED= yes .include Property changes on: head/net/xipmsg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/xisp/Makefile =================================================================== --- head/net/xisp/Makefile (revision 27422) +++ head/net/xisp/Makefile (revision 27423) @@ -1,28 +1,29 @@ # New ports collection makefile for: xisp -# Version required: 2.6 # Date created: June 24, 1999 # Whom: morishim@cig.mot.com # # $FreeBSD$ +# -DISTNAME= xisp-2.6 +PORTNAME= xisp +PORTVERSION= 2.6 CATEGORIES= net MASTER_SITES= http://www.ml-search.com/xisp/distfiles/ DISTFILES= xisp-2.6-noufc.tar.gz \ xisp-2.6-freebsd-patch.tar.gz MAINTAINER= morishim@cig.mot.com LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/xisp-2.6 MAN1= xisp.1 HAS_CONFIGURE= yes .if defined(USE_DES) CONFIGURE_ENV= USE_DESLIB="yes" .else CONFIGURE_ENV= USE_DESLIB="no" .endif .include Property changes on: head/net/xisp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/xtraceroute/Makefile =================================================================== --- head/net/xtraceroute/Makefile (revision 27422) +++ head/net/xtraceroute/Makefile (revision 27423) @@ -1,39 +1,39 @@ # New ports collection makefile for: xtraceroute -# Version required: 0.8.14 # Date created: 17 February 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # -DISTNAME= xtraceroute-0.8.14 +PORTNAME= xtraceroute +PORTVERSION= 0.8.14 CATEGORIES= net MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= sobomax@altavista.net LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GL.14:${PORTSDIR}/graphics/Mesa3 \ gtkgl.4:${PORTSDIR}/x11-toolkits/gtkglarea \ tiff.4:${PORTSDIR}/graphics/tiff GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \ --with-lib-MesaGL CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" DATAFILES= ndg_files.tar.gz MAN1= xtraceroute.1 post-install: ${INSTALL_DATA} ${WRKDIR}/hosts.cache ${PREFIX}/share/xtraceroute ${INSTALL_DATA} ${WRKDIR}/networks.cache ${PREFIX}/share/xtraceroute .include Property changes on: head/net/xtraceroute/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/xwhois/Makefile =================================================================== --- head/net/xwhois/Makefile (revision 27422) +++ head/net/xwhois/Makefile (revision 27423) @@ -1,38 +1,38 @@ # New ports collection makefile for: xwhois -# Version required: 0.4.0 # Date created: 31 December 1998 # Whom: Kris Kennaway # # $FreeBSD$ # -DISTNAME= xwhois-0.4.0 +PORTNAME= xwhois +PORTVERSION= 0.4.0 CATEGORIES= net MASTER_SITES= http://c64.org/~nr/ \ http://www.goatnet.ml.org/ \ ftp://sangis.kalix.net/pub/nr/xwhois/ MAINTAINER= billf@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xwhois ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/xwhois ${MKDIR} ${PREFIX}/share/xwhois/pixmaps ${INSTALL_DATA} ${WRKSRC}/docs/xwhois.servers ${PREFIX}/share/xwhois ${INSTALL_DATA} ${WRKSRC}/docs/xwhois.xpm ${PREFIX}/share/xwhois/pixmaps .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/xwhois ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xwhois ${INSTALL_DATA} ${WRKSRC}/docs/TODO ${PREFIX}/share/doc/xwhois ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xwhois .endif .include Property changes on: head/net/xwhois/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/ytalk/Makefile =================================================================== --- head/net/ytalk/Makefile (revision 27422) +++ head/net/ytalk/Makefile (revision 27423) @@ -1,22 +1,22 @@ # New ports collection makefile for: ytalk -# Version required: 3.1.1 # Date created: 18 March 1995 # Whom: dom@myrddin.demon.co.uk # # $FreeBSD$ # -DISTNAME= ytalk-3.1.1 +PORTNAME= ytalk +PORTVERSION= 3.1.1 CATEGORIES= net # This site is very slow, so we use sunsite instead. #MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ytalk/ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/chat MAINTAINER= dom@myrddin.demon.co.uk MAN1= ytalk.1 GNU_CONFIGURE= yes .include Property changes on: head/net/ytalk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/zebra/Makefile =================================================================== --- head/net/zebra/Makefile (revision 27422) +++ head/net/zebra/Makefile (revision 27423) @@ -1,44 +1,44 @@ # New ports collection makefile for: zebra -# Version required: 0.84b # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm # # $FreeBSD$ # -DISTNAME= zebra-0.84b +PORTNAME= zebra +PORTVERSION= 0.84b CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! #CFLAGS+= -g MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra .include .if ${OSVERSION} >= 400014 PLIST:= ${WRKDIR}/PLIST pre-install: @${CAT} ${PKGDIR}/PLIST.v6 > ${PLIST} @${CAT} ${PKGDIR}/PLIST >> ${PLIST} .else CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd .endif post-install: @${ECHO} "===> installing zebra startup file..." @${SED} -e "s=!!PREFIX!!=${PREFIX}=" \ < ${FILESDIR}/zebractl.sh \ > ${PREFIX}/sbin/zebractl @${CHMOD} 555 ${PREFIX}/sbin/zebractl @${ECHO} "Make these entries in /etc/rc.conf to start zebra:" @${ECHO} "defaultrouter=\"NO\"" @${ECHO} "router_enable=\"YES\"" @${ECHO} "router=\"${PREFIX}/sbin/zebractl\"" @${ECHO} "router_flags=\"start\"" @${ECHO} "done." .include Property changes on: head/net/zebra/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/net/zebra-devel/Makefile =================================================================== --- head/net/zebra-devel/Makefile (revision 27422) +++ head/net/zebra-devel/Makefile (revision 27423) @@ -1,44 +1,44 @@ # New ports collection makefile for: zebra -# Version required: 0.84b # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm # # $FreeBSD$ # -DISTNAME= zebra-0.84b +PORTNAME= zebra +PORTVERSION= 0.84b CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! #CFLAGS+= -g MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra .include .if ${OSVERSION} >= 400014 PLIST:= ${WRKDIR}/PLIST pre-install: @${CAT} ${PKGDIR}/PLIST.v6 > ${PLIST} @${CAT} ${PKGDIR}/PLIST >> ${PLIST} .else CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd .endif post-install: @${ECHO} "===> installing zebra startup file..." @${SED} -e "s=!!PREFIX!!=${PREFIX}=" \ < ${FILESDIR}/zebractl.sh \ > ${PREFIX}/sbin/zebractl @${CHMOD} 555 ${PREFIX}/sbin/zebractl @${ECHO} "Make these entries in /etc/rc.conf to start zebra:" @${ECHO} "defaultrouter=\"NO\"" @${ECHO} "router_enable=\"YES\"" @${ECHO} "router=\"${PREFIX}/sbin/zebractl\"" @${ECHO} "router_flags=\"start\"" @${ECHO} "done." .include Property changes on: head/net/zebra-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/net/zebra-pj/Makefile =================================================================== --- head/net/zebra-pj/Makefile (revision 27422) +++ head/net/zebra-pj/Makefile (revision 27423) @@ -1,44 +1,44 @@ # New ports collection makefile for: zebra -# Version required: 0.84b # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm # # $FreeBSD$ # -DISTNAME= zebra-0.84b +PORTNAME= zebra +PORTVERSION= 0.84b CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! #CFLAGS+= -g MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra .include .if ${OSVERSION} >= 400014 PLIST:= ${WRKDIR}/PLIST pre-install: @${CAT} ${PKGDIR}/PLIST.v6 > ${PLIST} @${CAT} ${PKGDIR}/PLIST >> ${PLIST} .else CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd .endif post-install: @${ECHO} "===> installing zebra startup file..." @${SED} -e "s=!!PREFIX!!=${PREFIX}=" \ < ${FILESDIR}/zebractl.sh \ > ${PREFIX}/sbin/zebractl @${CHMOD} 555 ${PREFIX}/sbin/zebractl @${ECHO} "Make these entries in /etc/rc.conf to start zebra:" @${ECHO} "defaultrouter=\"NO\"" @${ECHO} "router_enable=\"YES\"" @${ECHO} "router=\"${PREFIX}/sbin/zebractl\"" @${ECHO} "router_flags=\"start\"" @${ECHO} "done." .include Property changes on: head/net/zebra-pj/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/net/zephyr/Makefile =================================================================== --- head/net/zephyr/Makefile (revision 27422) +++ head/net/zephyr/Makefile (revision 27423) @@ -1,40 +1,40 @@ # New ports collection makefile for: zephry -# Version required: 2.0.4 # Date created: 1-Aug-1995 # Whom: pst # # $FreeBSD$ # -DISTNAME= zephyr-2.0.4 +PORTNAME= zephyr +PORTVERSION= 2.0.4 CATEGORIES= net MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/ MAINTAINER= ports@FreeBSD.org USE_XLIB= yes .if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES) CONFIGURE_ARGS="--with-krb4" .endif HAS_CONFIGURE= yes MAN1= zephyr.1 xzwrite.1 zaway.1 zctl.1 zleave.1 zlocate.1 \ zmailnotify.1 znol.1 zwgc.1 zwrite.1 MAN8= syslogd.8 zpopnotify.8 zshutdown_notify.8 zstat.8 \ zephyrd.8 zhm.8 ZEPHYR_RCDIR= ${PREFIX}/etc/rc.d ZEPHYR_DOCDIR= ${PREFIX}/share/doc/zephyr ZEPHYR_DOCS= INSTALL NOTES OPERATING README USING post-install: ${MKDIR} ${ZEPHYR_RCDIR} ${INSTALL_SCRIPT} ${FILESDIR}/zhm.sh ${ZEPHYR_RCDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${ZEPHYR_DOCDIR} for file in ${ZEPHYR_DOCS} ; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${ZEPHYR_DOCDIR} ; \ done .endif .include Property changes on: head/net/zephyr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/ztelnet/Makefile =================================================================== --- head/net/ztelnet/Makefile (revision 27422) +++ head/net/ztelnet/Makefile (revision 27423) @@ -1,50 +1,49 @@ # New ports collection makefile for: ztelnet -# Version required: 1.0p3 # Date created: 15 Mar 1998 # Whom: CHOI Junho # # $FreeBSD$ # # In this ports.. # - new compilation diff for FreeBSD(now we can upload!) # - linux patch(implied -8 and stairway effect) is applied # - improved sz and rz patch, and new ztelnet manpage(cmascott patch) # Thanks to Carl Mascott # NOTE: in first post-patch, we can ignore warnings. -DISTNAME= ztelnet2 -PKGNAME= ztelnet-1.0p3 +PORTNAME= ztelnet +PORTVERSION= 1.0.p3 CATEGORIES= net MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/net/ztelnet/ \ ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ DISTFILES= ztelnet-linux.tar.gz ztelnet-patch.tar.gz \ ztelnet-patch-cmascott.tar.gz MAINTAINER= junker@jazz.snu.ac.kr NO_WRKSUBDIR= yes PATCH_STRIP= -p1 MAN1= ztelnet.1 post-patch: # we can ignore warnings @( cd ${WRKSRC}/ztelnet && \ ${PATCH} -s -p1 < ${WRKSRC}/ztelnet.patch || \ ${TRUE} ) > /dev/null 2>&1 # but it is not @cd ${WRKSRC}/ztelnet && \ ${PATCH} -s -p1 < ${WRKSRC}/rz.patch && \ ${PATCH} -s -p1 < ${WRKSRC}/sz.patch do-build: @cd ${WRKSRC}/ztelnet && \ ${MAKE} clean && \ ${MAKE} 4.4bsd do-install: @cd ${WRKSRC}/ztelnet; \ ${MKDIR} ${PREFIX}/bin; \ ${INSTALL_PROGRAM} telnet/telnet ${PREFIX}/bin/ztelnet ${INSTALL_MAN} ${WRKSRC}/ztelnet.1 ${PREFIX}/man/man1/ztelnet.1 .include Property changes on: head/net/ztelnet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net-im/ayttm/Makefile =================================================================== --- head/net-im/ayttm/Makefile (revision 27422) +++ head/net-im/ayttm/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: everybuddy -# Version required: 0.1.1 # Date created: 1 Mar 2000 # Whom: Jim Mock # # $FreeBSD$ # -DISTNAME= everybuddy-0.1.1 +PORTNAME= everybuddy +PORTVERSION= 0.1.1 CATEGORIES= net MASTER_SITES= http://www.everybuddy.com/files/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ esd.2:${PORTSDIR}/audio/esound GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" MAN1= everybuddy.1 .include Property changes on: head/net-im/ayttm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-im/centericq/Makefile =================================================================== --- head/net-im/centericq/Makefile (revision 27422) +++ head/net-im/centericq/Makefile (revision 27423) @@ -1,36 +1,37 @@ # New ports collection makefile for: centericq -# Version required: 2.0.0 # Date created: 25 December 1999 # Whom: Chris Piazza # # $FreeBSD$ # -DISTNAME= center-2.0.0 +PORTNAME= centericq +PORTVERSION= 2.0.0 CATEGORIES= net MASTER_SITES= http://konst.org.ua/download/ +DISTNAME= center-${PORTVERSION} MAINTAINER= cpiazza@FreeBSD.org .include .if ${OSVERSION} < 400010 LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include\ -I/usr/include .endif WRKSRC= ${WRKDIR}/center USE_GMAKE= yes post-patch: @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:' ${WRKSRC}/centerICQ.cc pre-build: @(cd ${WRKDIR}/ktools/src; ${SETENV} CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" ${GMAKE} ${MAKE_ARGS} ) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/center ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/center ${INSTALL_DATA} ${WRKSRC}/sound/* ${PREFIX}/share/center .include Property changes on: head/net-im/centericq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net-im/climm/Makefile =================================================================== --- head/net-im/climm/Makefile (revision 27422) +++ head/net-im/climm/Makefile (revision 27423) @@ -1,23 +1,23 @@ # New ports collection makefile for: micq -# Version required: 0.4.4 # Date created: 11 Oct 1998 # Whom: mph # # $FreeBSD$ # -DISTNAME= micq-0.4.4 +PORTNAME= micq +PORTVERSION= 0.4.4 CATEGORIES= net MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.4/ EXTRACT_SUFX= .tgz MAINTAINER= ports@freebsd.org do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/micq ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/micq .endif .include Property changes on: head/net-im/climm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net-im/gaim/Makefile =================================================================== --- head/net-im/gaim/Makefile (revision 27422) +++ head/net-im/gaim/Makefile (revision 27423) @@ -1,34 +1,34 @@ # New ports collection makefile for: gaim -# Version required: 0.9.13 # Date created: 26 Mar 1999 # Whom: Jim Mock # # $FreeBSD$ # -DISTNAME= gaim-0.9.13 +PORTNAME= gaim +PORTVERSION= 0.9.13 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes CONFIGURE_ARGS= --disable-esd CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/gaim ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/gaim/pixmaps && ${CHMOD} a+rx ${PREFIX}/share/gaim/pixmaps @${ECHO} "===> Installing pixmaps" @${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/share/gaim/pixmaps .include Property changes on: head/net-im/gaim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/net-im/gicq/Makefile =================================================================== --- head/net-im/gicq/Makefile (revision 27422) +++ head/net-im/gicq/Makefile (revision 27423) @@ -1,28 +1,28 @@ # New ports collection makefile for: gicq -# Version required: 0.33 # Date Created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # # $FreeBSD$ # -DISTNAME= gicq-0.33 +PORTNAME= gicq +PORTVERSION= 0.33 CATEGORIES= net MASTER_SITES= http://people.FreeBSD.org/~flathill/distfiles/ \ ftp://ftp.korsoft.com/pub/gicq/ MAINTAINER= flathill@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ icq.0:${PORTSDIR}/net/libicq GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gnome --disable-nls CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .include Property changes on: head/net-im/gicq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net-im/gnomeicu/Makefile =================================================================== --- head/net-im/gnomeicu/Makefile (revision 27422) +++ head/net-im/gnomeicu/Makefile (revision 27423) @@ -1,28 +1,28 @@ # Ports collection Makefile for: GnomeICU -# Version required: 0.90b # Date created: 03/16/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # -DISTNAME= gnomeicu-0.90b +PORTNAME= gnomeicu +PORTVERSION= 0.90.b CATEGORIES= net gnome MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \ http://www.nectar.cc/distfiles/ MAINTAINER= nectar@FreeBSD.org LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= YES USE_BZIP2= YES GNU_CONFIGURE= YES CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include Property changes on: head/net-im/gnomeicu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net-im/gnomeicu2/Makefile =================================================================== --- head/net-im/gnomeicu2/Makefile (revision 27422) +++ head/net-im/gnomeicu2/Makefile (revision 27423) @@ -1,28 +1,28 @@ # Ports collection Makefile for: GnomeICU -# Version required: 0.90b # Date created: 03/16/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # -DISTNAME= gnomeicu-0.90b +PORTNAME= gnomeicu +PORTVERSION= 0.90.b CATEGORIES= net gnome MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \ http://www.nectar.cc/distfiles/ MAINTAINER= nectar@FreeBSD.org LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= YES USE_BZIP2= YES GNU_CONFIGURE= YES CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include Property changes on: head/net-im/gnomeicu2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net-im/gtkyahoo/Makefile =================================================================== --- head/net-im/gtkyahoo/Makefile (revision 27422) +++ head/net-im/gtkyahoo/Makefile (revision 27423) @@ -1,23 +1,23 @@ # New ports collection makefile for: gtkyahoo -# Version required: 0.16 # Date created: 18 August 1999 # Whom: dannyman@dannyland.org # # $FreeBSD$ # -DISTNAME= gtkyahoo-0.16 +PORTNAME= gtkyahoo +PORTVERSION= 0.16 CATEGORIES= net MASTER_SITES= http://www.unixtools.org/gtkyahoo/dist/tars/ MAINTAINER= dannyman@dannyland.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes GNU_CONFIGURE= yes GTK_CONFIG?= ${X11BASE}/bin/gtk12-config CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" .include Property changes on: head/net-im/gtkyahoo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-im/icb/Makefile =================================================================== --- head/net-im/icb/Makefile (revision 27422) +++ head/net-im/icb/Makefile (revision 27423) @@ -1,36 +1,36 @@ # ex:ts=8 # Ports collection makefile for: icb -# Version required: 0.0 # Date created: Tue Feb 03, 1998 # Whom: David O'Brien (obrien@NUXI.ucdavis.edu) # # $FreeBSD$ # -DISTNAME= icb-5.0.9 +PORTNAME= icb +PORTVERSION= 5.0.9 CATEGORIES= net MASTER_SITES= ftp://ftp.swcp.com/pub/icb/clients/unix/ \ ftp://ftp.empire.net/pub/icb/clients/ \ ftp://ftp.cs.unm.edu/pub/armijo/icb.src/clients/ \ ftp://ftp.dorje.com/pub/archive/ \ ftp://ftp.tu-clausthal.de/pub/unix.new/net/ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org do-configure: @cd ${WRKSRC}; \ ${SED} -e s,@PREFIX@,${PREFIX},g ${FILESDIR}/config >${WRKSRC}/config do-install: ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${PREFIX}/share/icb ${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb ${INSTALL_DATA} ${WRKSRC}/sample.icbrc \ ${WRKSRC}/contrib/bartender \ ${WRKSRC}/contrib/confuse \ ${WRKSRC}/contrib/echofile \ ${PREFIX}/share/icb .include Property changes on: head/net-im/icb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net-im/icqlib/Makefile =================================================================== --- head/net-im/icqlib/Makefile (revision 27422) +++ head/net-im/icqlib/Makefile (revision 27423) @@ -1,17 +1,17 @@ # New ports collection makefile for: icqlib -# Version required: 0.1.3 # Date created: 16 March 1999 # Whom: Pavel Andreev # # $FreeBSD$ # -DISTNAME= icqlib-0.1.3 +PORTNAME= icqlib +PORTVERSION= 0.1.3 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/icqlib/ MAINTAINER= paxvel@iname.com GNU_CONFIGURE= yes .include Property changes on: head/net-im/icqlib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net-im/libicq/Makefile =================================================================== --- head/net-im/libicq/Makefile (revision 27422) +++ head/net-im/libicq/Makefile (revision 27423) @@ -1,23 +1,23 @@ # New ports collection makefile for: libicq -# Version required: 0.33 # Date Created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # # $FreeBSD$ # -DISTNAME= libicq-0.33 +PORTNAME= libicq +PORTVERSION= 0.33 CATEGORIES= net MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \ http://www.nectar.com/distfiles/ MAINTAINER= flathill@FreeBSD.org LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" .include Property changes on: head/net-im/libicq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net-im/licq/Makefile =================================================================== --- head/net-im/licq/Makefile (revision 27422) +++ head/net-im/licq/Makefile (revision 27423) @@ -1,70 +1,70 @@ # New ports collection makefile for: licq -# Version required: 0.81 # Date created: 2 July 1998 # Whom: Brian Feldman & Matt Heckaman # # $FreeBSD$ # -DISTNAME= licq-0.81 +PORTNAME= licq +PORTVERSION= 0.81 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/licq/ \ ftp://ftp.wibble.net/pub/licq/srcs/ \ ftp://licq.darkorb.net/srcs/ \ ftp://ftp.fanfic.org/pub/licq/srcs/ \ ftp://ftp.inter-i.uni-mainz.de/pub/licq/srcs/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= green@FreeBSD.org LIB_DEPENDS= qt2.3:${PORTSDIR}/x11-toolkits/qt21 BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake USE_GMAKE= yes USE_AUTOCONF= yes USE_NEWGCC= yes USE_PERL5= yes DATANAME= licq-data-1.6 DATAFILES= ${DATANAME}${EXTRACT_SUFX} DATADIR= ${WRKDIR}/${DATANAME} post-configure: @(cd ${WRKSRC}/plugins/qt-gui && \ if ! ${SETENV} CC="${CC}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ ${ECHO} "===> Script \"${CONFIGURE_SCRIPT}\" failed: here are the contents of \"${CONFIGURE_LOG}\""; \ ${CAT} ${CONFIGURE_LOG}; \ ${ECHO} "(end of \"${CONFIGURE_LOG}\")"; \ ${FALSE}; \ fi) post-build: @(cd ${WRKSRC}/plugins/qt-gui;\ ${SETENV} ${MAKE_ENV} \ ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) post-install: strip ${PREFIX}/bin/licq cd ${WRKSRC}/plugins/qt-gui;\ ${SETENV} ${MAKE_ENV} \ ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} strip ${PREFIX}/lib/licq/licq_qt-gui.so ${MKDIR} ${PREFIX}/share/licq/contrib ${INSTALL_SCRIPT} ${DATADIR}/contrib/licq.* ${PREFIX}/share/licq/contrib ${INSTALL_SCRIPT} ${DATADIR}/contrib/*.sh ${PREFIX}/share/licq/contrib ${MKDIR} ${PREFIX}/share/licq/sounds/icq ${INSTALL_DATA} ${DATADIR}/sounds/*.wav ${PREFIX}/share/licq/sounds ${INSTALL_DATA} ${DATADIR}/sounds/icq/*.wav ${PREFIX}/share/licq/sounds/icq ${MKDIR} ${PREFIX}/share/licq/translations ${INSTALL_DATA} ${DATADIR}/translations/* ${PREFIX}/share/licq/translations ${MKDIR} ${PREFIX}/share/licq/qt-gui cd ${DATADIR}/qt-gui && ${TAR} -chf - * | \ ${TAR} -xf - -C ${PREFIX}/share/licq/qt-gui .include Property changes on: head/net-im/licq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/net-im/micq/Makefile =================================================================== --- head/net-im/micq/Makefile (revision 27422) +++ head/net-im/micq/Makefile (revision 27423) @@ -1,23 +1,23 @@ # New ports collection makefile for: micq -# Version required: 0.4.4 # Date created: 11 Oct 1998 # Whom: mph # # $FreeBSD$ # -DISTNAME= micq-0.4.4 +PORTNAME= micq +PORTVERSION= 0.4.4 CATEGORIES= net MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.4/ EXTRACT_SUFX= .tgz MAINTAINER= ports@freebsd.org do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/micq ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/micq .endif .include Property changes on: head/net-im/micq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net-im/naim/Makefile =================================================================== --- head/net-im/naim/Makefile (revision 27422) +++ head/net-im/naim/Makefile (revision 27423) @@ -1,32 +1,32 @@ # New ports collection makefile for: naim -# Version required: 0.9.3 # Date created: 02 March 1999 # Whom: mharo@area51.fremont.ca.us # # $FreeBSD$ # -DISTNAME= naim-0.9.5-nicer2 -PKGNAME= naim-0.9.5.2 +PORTNAME= naim +PORTVERSION= 0.9.5.2 CATEGORIES= net MASTER_SITES= http://dev.n.ml.org/ \ ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ +DISTNAME= naim-0.9.5-nicer2 MAINTAINER= mharo@FreeBSD.org GNU_CONFIGURE= yes #MAN1= naim.1 post-install: @ ${MKDIR} ${PREFIX}/share/examples/naim @ ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/ .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/naim @ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${PREFIX}/share/doc/naim/ .endif @ ${ECHO} "************************************************************" @ ${CAT} ${PKGDIR}/MESSAGE @ ${ECHO} "************************************************************" .include Property changes on: head/net-im/naim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net-im/tik/Makefile =================================================================== --- head/net-im/tik/Makefile (revision 27422) +++ head/net-im/tik/Makefile (revision 27423) @@ -1,73 +1,73 @@ # New ports collection makefile for: tik -# Version required: 0.59 # Date created: 13 January 1999 # Whom: Eugene M. Kim # # $FreeBSD$ # -DISTNAME= tik-0.59 +PORTNAME= tik +PORTVERSION= 0.59 CATEGORIES= net tk82 MASTER_SITES= http://www.aim.aol.com/tik/ \ http://www.nectar.com/distfiles/ MAINTAINER= astralblue@usa.net RUN_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82 \ wish8.2:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes WRKSRC= ${WRKDIR}/tik PLIST= ${WRKDIR}/PLIST SORT?= sort SRCDIRS= share/tik share/tik/media share/tik/packages SRCFILES= media/AOL.gif media/Admin.gif media/DT.gif media/Login.gif \ media/Logo.gif media/Logout.gif media/Oscar.gif \ media/downarrow.gif media/uparrow.gif media/BuddyArrive.au \ media/BuddyLeave.au media/Pounce.au media/Receive.au \ media/Send.au packages/away.tcl packages/imcapture.tcl \ packages/mynews.tcl packages/pounce.tcl \ packages/quickchat.tcl packages/search.tcl \ packages/socksproxy.tcl packages/sslproxy.tcl \ packages/stock.tcl packages/ticker.tcl sflap.tcl \ configTool.tcl toc.tcl tik.tcl tac.tcl sag.tcl EGDIR= share/examples/tik EGFILES= example.tacrc example.tikpre example.tikrc DOCDIR= share/doc/tik DOCFILES= CHANGES LICENSE README PROTOCOL # The packing list starts with just bin/tik. As we install things, # build onto the list. do-install: @${CP} ${PKGDIR}/PLIST ${PLIST} .for d in ${SRCDIRS} @${MKDIR} ${PREFIX}/${d} @${ECHO} @dirrm ${d} >> ${PLIST}.dirrm .endfor .for f in ${SRCFILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/tik/${f} @${ECHO} share/tik/${f} >> ${PLIST} .endfor @${MKDIR} ${PREFIX}/${EGDIR} @${ECHO} @dirrm ${EGDIR} >> ${PLIST}.dirrm .for f in ${EGFILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${EGDIR}/${f} @${ECHO} ${EGDIR}/${f} >> ${PLIST} .endfor @${SED} 's#@PREFIX@#${PREFIX}#g' < ${FILESDIR}/tik >${WRKDIR}/tik.sh ${INSTALL_SCRIPT} ${WRKDIR}/tik.sh ${PREFIX}/bin/tik @${SED} 's#@PREFIX@#${PREFIX}#g' < ${FILESDIR}/tac >${WRKDIR}/tac.sh ${INSTALL_SCRIPT} ${WRKDIR}/tac.sh ${PREFIX}/bin/tac .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/${DOCDIR} @${ECHO} @dirrm ${DOCDIR} >> ${PLIST}.dirrm .for f in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${DOCDIR}/${f} @${ECHO} ${DOCDIR}/${f} >> ${PLIST} .endfor .endif @${SORT} -r ${PLIST}.dirrm >> ${PLIST} && ${RM} ${PLIST}.dirrm .include Property changes on: head/net-im/tik/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net-im/xicq/Makefile =================================================================== --- head/net-im/xicq/Makefile (revision 27422) +++ head/net-im/xicq/Makefile (revision 27423) @@ -1,28 +1,28 @@ # New ports collection makefile for: xicq -# Version required: 12 July 1998 # Date created: 29 June 1998 # Whom: scrappy # # $FreeBSD$ # -DISTNAME= xicq-071298-snapshot.src -PKGNAME= xicq-071298 +PORTNAME= xicq +PORTVERSION= 19980712 CATEGORIES= net MASTER_SITES= http://www.xtrophy.dk/xicq/ +DISTNAME= xicq-071298-snapshot.src MAINTAINER= scrappy@FreeBSD.org WRKSRC= ${WRKDIR}/${PKGNAME} USE_GMAKE= yes MAKE_ENV= OPT="${CFLAGS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq ${MKDIR} ${PREFIX}/share/examples/xicq .for file in contact config ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq .endfor .include Property changes on: head/net-im/xicq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net-mgmt/argus/Makefile =================================================================== --- head/net-mgmt/argus/Makefile (revision 27422) +++ head/net-mgmt/argus/Makefile (revision 27423) @@ -1,46 +1,46 @@ # New ports collection makefile for: argus -# Version required: 1.7.beta.1e # Date created: 26 November 1998 # Whom: Jonathan Hanna # # $FreeBSD$ # -DISTNAME= argus-1.7.beta.1e -PKGNAME= argus-1.7.b.1e +PORTNAME= argus +PORTVERSION= 1.7.b1e CATEGORIES= net security MASTER_SITES= ftp://ftp.sei.cmu.edu/pub/argus/argus-1.7/ +DISTNAME= argus-1.7.beta.1e MAINTAINER= jhanna@home.com .if !exists(/usr/include/tcpd.h) LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif GNU_CONFIGURE= true CONFIGURE_ARGS= --with-pcap=bpf MAN1= connections.1 ra.1 rasort.1 services.1 MAN5= argus.5 MAN8= argus.8 do-install: .for i in adjacency argus_bpf connections dnstats ra raservices rasort ${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin .endfor ${MV} ${PREFIX}/bin/argus_bpf ${PREFIX}/bin/argus .for i in connections.1 ra.1 rasort.1 services.1 ${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${PREFIX}/man/man1 .endfor ${INSTALL_MAN} ${WRKSRC}/man/man5/argus.5 ${PREFIX}/man/man5/argus.5 ${INSTALL_MAN} ${WRKSRC}/man/man8/argus.8 ${PREFIX}/man/man8/argus.8 ${INSTALL_DATA} ${WRKSRC}/include/cons_def.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/include/cons_out.h ${PREFIX}/include .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/argus .for i in CA-95.01 CA-95.01.scan.sh README configs dailyscan.sh policy.conf policy.test ra.conf services ${INSTALL_DATA} ${WRKSRC}/examples/$i ${PREFIX}/share/doc/argus .endfor .endif .include Property changes on: head/net-mgmt/argus/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net-mgmt/arpwatch/Makefile =================================================================== --- head/net-mgmt/arpwatch/Makefile (revision 27422) +++ head/net-mgmt/arpwatch/Makefile (revision 27423) @@ -1,37 +1,37 @@ # New ports collection makefile for: arpwatch -# Version required: 2.0.2a1 # Date created: March 24 1997 # Whom: Brian Somers # # $FreeBSD$ # -DISTNAME= arpwatch-2.1a4 +PORTNAME= arpwatch +PORTVERSION= 2.1.a4 CATEGORIES= net MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \ ftp://ftp.ee.lbl.gov/ \ ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/ EXTRACT_SUFX= .tar.Z MAINTAINER= brian@Awfulhak.org HAS_CONFIGURE= yes CONFIGURE_ARGS= --quiet INSTALL_TARGET= install install-man MAN8= arpwatch.8 arpsnmp.8 post-install: if [ ! -d ${PREFIX}/arpwatch ]; then \ ${MKDIR} ${PREFIX}/arpwatch; \ ${CHMOD} 775 ${PREFIX}/arpwatch; \ ${CHOWN} root.operator ${PREFIX}/arpwatch; \ fi ${TOUCH} ${PREFIX}/arpwatch/arp.dat ${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat for file in ethercodes.dat d.awk e.awk p.awk; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch/.; \ done ${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch/. ${INSTALL_SCRIPT} ${FILESDIR}/arpwatch.sh ${PREFIX}/etc/rc.d/. .include Property changes on: head/net-mgmt/arpwatch/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net-mgmt/arpwatch-devel/Makefile =================================================================== --- head/net-mgmt/arpwatch-devel/Makefile (revision 27422) +++ head/net-mgmt/arpwatch-devel/Makefile (revision 27423) @@ -1,37 +1,37 @@ # New ports collection makefile for: arpwatch -# Version required: 2.0.2a1 # Date created: March 24 1997 # Whom: Brian Somers # # $FreeBSD$ # -DISTNAME= arpwatch-2.1a4 +PORTNAME= arpwatch +PORTVERSION= 2.1.a4 CATEGORIES= net MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \ ftp://ftp.ee.lbl.gov/ \ ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/ EXTRACT_SUFX= .tar.Z MAINTAINER= brian@Awfulhak.org HAS_CONFIGURE= yes CONFIGURE_ARGS= --quiet INSTALL_TARGET= install install-man MAN8= arpwatch.8 arpsnmp.8 post-install: if [ ! -d ${PREFIX}/arpwatch ]; then \ ${MKDIR} ${PREFIX}/arpwatch; \ ${CHMOD} 775 ${PREFIX}/arpwatch; \ ${CHOWN} root.operator ${PREFIX}/arpwatch; \ fi ${TOUCH} ${PREFIX}/arpwatch/arp.dat ${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat for file in ethercodes.dat d.awk e.awk p.awk; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch/.; \ done ${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch/. ${INSTALL_SCRIPT} ${FILESDIR}/arpwatch.sh ${PREFIX}/etc/rc.d/. .include Property changes on: head/net-mgmt/arpwatch-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net-mgmt/bpft/Makefile =================================================================== --- head/net-mgmt/bpft/Makefile (revision 27422) +++ head/net-mgmt/bpft/Makefile (revision 27423) @@ -1,24 +1,24 @@ # New ports collection makefile for: bpft -# Version required: 2.0 # Date created: 17 March 1999 # Whom: oddbjorn@tricknology.org # # $FreeBSD$ # -DISTNAME= bpft-2.0 +PORTNAME= bpft +PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.nsk.su/pub/unix/ EXTRACT_SUFX= .tgz MAINTAINER= oddbjorn@tricknology.org MAN1= trafshow2.1 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/bpft ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bpft/README .endif .include Property changes on: head/net-mgmt/bpft/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net-mgmt/choparp/Makefile =================================================================== --- head/net-mgmt/choparp/Makefile (revision 27422) +++ head/net-mgmt/choparp/Makefile (revision 27423) @@ -1,20 +1,20 @@ # New ports collection makefile for: choparp -# Version required: 971007 # Date created: 7 October 1997 # Whom: itojun@itojun.org # # $FreeBSD$ # -DISTNAME= choparp-971007 +PORTNAME= choparp +PORTVERSION= 971007 CATEGORIES= net MASTER_SITES= http://delegate.uec.ac.jp:8081/club/mma/~tree/soft/choparp/ MAINTAINER= itojun@itojun.org MAN8= choparp.8 MANCOMPRESSED= maybe WRKSRC= ${WRKDIR}/choparp .include Property changes on: head/net-mgmt/choparp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net-mgmt/ciscoconf/Makefile =================================================================== --- head/net-mgmt/ciscoconf/Makefile (revision 27422) +++ head/net-mgmt/ciscoconf/Makefile (revision 27423) @@ -1,38 +1,38 @@ # New ports collection makefile for: ciscoconf -# Version required: 1.0beta1 # Date created: 11 September 1998 # Whom: jabley@clear.co.nz # # $FreeBSD$ # -DISTNAME= ciscoconf-1.0beta1 -PKGNAME= ciscoconf-1.0 +PORTNAME= ciscoconf +PORTVERSION= 1.0.b1 CATEGORIES= net MASTER_SITES= ftp://ftp.patho.gen.nz/pub/users/jabley/ \ http://people.FreeBSD.org/~billf/ +DISTNAME= ciscoconf-1.0beta1 MAINTAINER= jabley@clear.co.nz BUILD_DEPENDS= makedepend:${PORTSDIR}/x11/XFree86 ALL_TARGET= depend all MAN8= ciscoconfd.8 ciscoconfr.8 post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old ${CAT} ${WRKSRC}/Makefile.old | \ ${SED} -e 's#/usr/local#${PREFIX}#g' | \ ${SED} -e 's#lib/cisco#share/cisco#' \ >> ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man ${PREFIX}/man/man8/ciscoconfd.8 ${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man ${PREFIX}/man/man8/ciscoconfr.8 post-install: ${MKDIR} ${PREFIX}/share/cisco/RCS .include Property changes on: head/net-mgmt/ciscoconf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net-mgmt/clog/Makefile =================================================================== --- head/net-mgmt/clog/Makefile (revision 27422) +++ head/net-mgmt/clog/Makefile (revision 27423) @@ -1,28 +1,28 @@ # ex:ts=8 # Ports collection makefile for: clog -# Version required: 0.0 # Date created: Tue Nov 04, 1997 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= clog-1.6 +PORTNAME= clog +PORTVERSION= 1.6 CATEGORIES= net security MASTER_SITES= ftp://ftp.saturn.net/pub/users/brian/clog/ \ ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/clog/ \ ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.saturn.net/clog/ \ ftp://ftp.ox.ac.uk/pub/comp/security/COAST/mirrors/ftp.saturn.net/clog/ \ ftp://ftp.rediris.es/mirror/coast/tools/unix/clog/ MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/clog ALL_TARGET= freebsd MAN8= clog.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/clog ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/clog.8 ${PREFIX}/man/man8 .include Property changes on: head/net-mgmt/clog/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net-mgmt/cricket/Makefile =================================================================== --- head/net-mgmt/cricket/Makefile (revision 27422) +++ head/net-mgmt/cricket/Makefile (revision 27423) @@ -1,43 +1,43 @@ # New ports collection makefile for: Cricket -# Version required: 0.72 # Date created: 20 November 1999 # Whom: torstenb # # $FreeBSD$ # -DISTNAME= cricket-0.72 +PORTNAME= cricket +PORTVERSION= 0.72 CATEGORIES= net MASTER_SITES= http://www.munitions.com/~jra/cricket/dists/ MAINTAINER= torstenb@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/net/rrdtool RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes NO_PACKAGE= "needs customization" USE_PERL5= yes FETCH_BEFORE_ARGS= -b SCRIPTS_ENV+= PERL5=${PERL5} do-build: do-install: @${MKDIR} -m 755 ${PREFIX}/cricket @${CP} -R ${WRKSRC}/* ${PREFIX}/cricket @find ${PREFIX}/cricket -name \*.orig -or -name \*.bak | xargs ${RM} -f post-install: @${ECHO} "" @${ECHO} "Cricket has been installed in ${PREFIX}/cricket. You'll find" @${ECHO} "executables and configfiles there. Please take a look at" @${ECHO} "http://www.munitions.com/~jra/cricket/. The documentation can" @${ECHO} "be found in ${PREFIX}/cricket/doc/ too." .include Property changes on: head/net-mgmt/cricket/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-mgmt/dhcpconf/Makefile =================================================================== --- head/net-mgmt/dhcpconf/Makefile (revision 27422) +++ head/net-mgmt/dhcpconf/Makefile (revision 27423) @@ -1,32 +1,32 @@ # New ports collection makefile for: dhcp-conf -# Version required: 0.7.0 # Date created: 20 Dec 1999 # Whom: Will Andrews # # $FreeBSD$ # +PORTNAME= dhcpconf +PORTVERSION= 0.7.0 DISTNAME= dhcp-conf -PKGNAME= dhcpconf-${VERSION} CATEGORIES= net sysutils MASTER_SITES= http://members.xoom.com/vschade/dhcp-conf/ +DISTNAME= dhcp-conf EXTRACT_SUFX= .tgz MAINTAINER= will@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ newt.0:${PORTSDIR}/devel/newt ALL_TARGET= ${DISTNAME} -VERSION= 0.7.0 -WRKSRC= ${WRKDIR}/${DISTNAME}_${VERSION} +WRKSRC= ${WRKDIR}/${DISTNAME}_${PORTVERSION} MAKE_ENV+= PCFLAGS="${CFLAGS}" do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dhcp-conf ${PREFIX}/sbin/dhcpconf .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/dhcpconf @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/dhcpconf .endif .include Property changes on: head/net-mgmt/dhcpconf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-mgmt/icmpquery/Makefile =================================================================== --- head/net-mgmt/icmpquery/Makefile (revision 27422) +++ head/net-mgmt/icmpquery/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: icmpquery -# Version required: 1.0.3 # Date created: Jan 7 1999 # Whom: dom@myrddin.demon.co.uk # # $FreeBSD$ # -DISTNAME= icmpquery -PKGNAME= icmpquery-1.0.3 +PORTNAME= icmpquery +PORTVERSION= 1.0.3 CATEGORIES= net MASTER_SITES= http://www.angio.net/security/ +DISTNAME= icmpquery EXTRACT_SUFX= .c MAINTAINER= dom@myrddin.demon.co.uk NO_WRKSUBDIR= YES ALL_TARGET= icmpquery do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} @${CP} ${FILESDIR}/Makefile ${WRKDIR} do-install: @${INSTALL_PROGRAM} ${WRKDIR}/icmpquery ${PREFIX}/bin @${CHMOD} u+s ${PREFIX}/bin/icmpquery .include Property changes on: head/net-mgmt/icmpquery/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net-mgmt/ipfm/Makefile =================================================================== --- head/net-mgmt/ipfm/Makefile (revision 27422) +++ head/net-mgmt/ipfm/Makefile (revision 27423) @@ -1,21 +1,21 @@ # New ports collection makefile for: ipfm -# Version required: 0.10.4 # Date Created: 4 Mar 2000 # Whom: Roman Shterenzon # # $FreeBSD$ # -DISTNAME= ipfm-0.10.4 +PORTNAME= ipfm +PORTVERSION= 0.10.4 CATEGORIES= net MASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/ EXTRACT_SUFX= .tgz MAINTAINER= roman@xpert.com WRKSRC= ${WRKDIR}/${PKGNAME} PATCH_STRIP= -p1 GNU_CONFIGURE= yes .include Property changes on: head/net-mgmt/ipfm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-mgmt/irrtoolset/Makefile =================================================================== --- head/net-mgmt/irrtoolset/Makefile (revision 27422) +++ head/net-mgmt/irrtoolset/Makefile (revision 27423) @@ -1,32 +1,32 @@ # New ports collection makefile for: RAToolSet -# Version required: 3.5.8 # Date created: May 4th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= RAToolSet-3.5.8 -PKGNAME= ratoolset-3.5.8 +PORTNAME= ratoolset +PORTVERSION= 3.5.8 CATEGORIES= net tk82 MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/ +DISTNAME= RAToolSet-3.5.8 MAINTAINER= jfitz@FreeBSD.org LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 USE_BISON= yes GNU_CONFIGURE= Yes CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.2:${PREFIX}/include/tk8.2" \ TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ TCL_LIBRARY=${PREFIX}/lib/tcl8.2 \ TK_LIBRARY=${PREFIX}/lib/tk8.2 \ LD_TCL_TK_LIBS="-ltk82 -ltcl82" MAN1= CIDRAdvisor.1 aoe.1 pmatch.1 prpath.1 RtConfig.1 peval.1 \ prcheck.1 roe.1 MAN8= prtraceroute.8 relayd.8 ALL_TARGET= depend all .include Property changes on: head/net-mgmt/irrtoolset/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net-mgmt/isic/Makefile =================================================================== --- head/net-mgmt/isic/Makefile (revision 27422) +++ head/net-mgmt/isic/Makefile (revision 27423) @@ -1,20 +1,20 @@ # New ports collection makefile for: isic -# Version required: 0.05 # Date created: 25 February 2000 # Whom: Brad Hendrickse # # $FreeBSD$ # -DISTNAME= isic-0.05 +PORTNAME= isic +PORTVERSION= 0.05 CATEGORIES= net MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/ EXTRACT_SUFX= .tgz MAINTAINER= bradh@uunet.co.za BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet GNU_CONFIGURE= yes .include Property changes on: head/net-mgmt/isic/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-mgmt/libsmi/Makefile =================================================================== --- head/net-mgmt/libsmi/Makefile (revision 27422) +++ head/net-mgmt/libsmi/Makefile (revision 27423) @@ -1,29 +1,29 @@ # New ports collection makefile for: libsmi -# Version required: 0.1.8 # Date created: Tue Jan 27 2000 # Whom: Marcin Cieslak # # $FreeBSD$ # -DISTNAME= libsmi-0.1.8 +PORTNAME= libsmi +PORTVERSION= 0.1.8 CATEGORIES= net MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ MAINTAINER= saper@system.pl #LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 #USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes MIBDIR= ${PREFIX}/share/smi/mibs CONFIGURE_ARGS+=--with-data-dir=${PREFIX}/share/smi \ --with-mibdir=${MIBDIR} \ --with-smipath=${MIBDIR}/ietf:${MIBDIR}/iana:${MIBDIR}/irtf:${MIBDIR}/site MAN1= smiquery.1 smilint.1 smidump.1 smistrip.1 MAN3= libsmi.3 smi_config.3 smi_module.3 smi_macro.3 smi_node.3 smi_type.3 .include Property changes on: head/net-mgmt/libsmi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-mgmt/mrtg/Makefile =================================================================== --- head/net-mgmt/mrtg/Makefile (revision 27422) +++ head/net-mgmt/mrtg/Makefile (revision 27423) @@ -1,62 +1,62 @@ # New ports collection makefile for: MRTG -# Version required: 2.8.8 # Date created: April 18th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= mrtg-2.8.12 +PORTNAME= mrtg +PORTVERSION= 2.8.12 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ MAINTAINER= jfitz@FreeBSD.org LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd USE_PERL5= YES MAKE_ENV+= PERL=${PERL} GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-gd-lib=${PREFIX}/lib \ --with-gd-inc=${PREFIX}/include/gd CONFIGURE_ENV= PERL=${PERL} do-install: ${MKDIR} -m 755 ${PREFIX}/etc/mrtg ${MKDIR} -m 755 ${PREFIX}/lib/perl5/site_perl/${PERL_VER} ${MKDIR} -m 755 ${PREFIX}/share/mrtg .if !defined(NOPORTDOCS) ${MKDIR} -m 755 ${PREFIX}/share/doc/mrtg for file in ANNOUNCE CHANGES COPYING COPYRIGHT MANIFEST README \ doc/config.html doc/config.pod doc/config.txt doc/htaccess.txt \ doc/logfile-format.txt doc/manual.html doc/manual.txt \ doc/mibhelp.txt doc/squid.txt UPGRADING ; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/mrtg/; \ done .endif ${INSTALL_DATA} ${WRKSRC}/doc/sample-mrtg.cfg ${PREFIX}/etc/mrtg for file in ${WRKSRC}/images/*; do \ ${INSTALL_DATA} $$file ${PREFIX}/share/mrtg/; \ done for file in SNMP_Session.pm SNMP_util.pm BER.pm locales_mrtg.pm; do \ ${INSTALL_DATA} ${WRKSRC}/run/$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ done ${INSTALL_PROGRAM} ${WRKSRC}/run/rateup ${PREFIX}/bin/ for file in mrtg cfgmaker cfgmaker_ip cfgmaker_phys indexmaker; do \ ${INSTALL_SCRIPT} ${WRKSRC}/run/$$file ${PREFIX}/bin/; \ done post-install: .if !defined(BATCH) @${ECHO} "" @${ECHO} "############################################################################" @${ECHO} "# Please create a MRTG config file in ${PREFIX}/etc/mrtg #" @${ECHO} "# A configuration file can be automatically generated with cfgmaker #" @${ECHO} "# A sample configuration file is installed as sample-mrtg.cfg #" @${ECHO} "############################################################################" .endif .include Property changes on: head/net-mgmt/mrtg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/net-mgmt/net-snmp/Makefile =================================================================== --- head/net-mgmt/net-snmp/Makefile (revision 27422) +++ head/net-mgmt/net-snmp/Makefile (revision 27423) @@ -1,76 +1,76 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 # Date created: 26 June 1996 # Whom: gpalmer # # $FreeBSD$ # -DISTNAME= ucd-snmp-4.0.1 +PORTNAME= ucd-snmp +PORTVERSION= 4.0.1 CATEGORIES= net MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ PATCH_SITES= http://ucd-snmp.ucdavis.edu/patches/ PATCHFILES= 012.patch PATCH_DIST_STRIP= -p0 -d ${WRKSRC}/agent MAINTAINER= billf@FreeBSD.org CONFIGURE_ARGS= --enable-shared GNU_CONFIGURE= YES .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif #CFLAGS= -g MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ snmptrapd.conf.5 variables.5 MAN8= snmptrapd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \ snmpstatus snmptest snmptranslate snmptrap snmpwalk SBIN= snmpd snmptrapd STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include .if ${PORTOBJFORMAT} == "aout" BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif .if ${OSVERSION} >= 400000 CONFIGURE_ARGS+= --with-out-mib-modules="ucd-snmp/vmstat_freebsd2 ucd-snmp/memory_freebsd2" .endif SHLIB_VERSION=4 PLIST_SUB= shlib=${SHLIB_VERSION} post-patch: @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s post-install: @( cd ${PREFIX}/bin && strip ${BIN} ) @( cd ${PREFIX}/sbin && strip ${SBIN} ) @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done @if [ ! -f ${STARTUP_FILE} ]; then \ ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${STARTUP_FILE}; \ ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ ${CHMOD} 751 ${STARTUP_FILE}; \ fi ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/net-mgmt/net-snmp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/net-mgmt/net-snmp-devel/Makefile =================================================================== --- head/net-mgmt/net-snmp-devel/Makefile (revision 27422) +++ head/net-mgmt/net-snmp-devel/Makefile (revision 27423) @@ -1,76 +1,76 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 # Date created: 26 June 1996 # Whom: gpalmer # # $FreeBSD$ # -DISTNAME= ucd-snmp-4.0.1 +PORTNAME= ucd-snmp +PORTVERSION= 4.0.1 CATEGORIES= net MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ PATCH_SITES= http://ucd-snmp.ucdavis.edu/patches/ PATCHFILES= 012.patch PATCH_DIST_STRIP= -p0 -d ${WRKSRC}/agent MAINTAINER= billf@FreeBSD.org CONFIGURE_ARGS= --enable-shared GNU_CONFIGURE= YES .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif #CFLAGS= -g MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ snmptrapd.conf.5 variables.5 MAN8= snmptrapd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \ snmpstatus snmptest snmptranslate snmptrap snmpwalk SBIN= snmpd snmptrapd STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include .if ${PORTOBJFORMAT} == "aout" BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif .if ${OSVERSION} >= 400000 CONFIGURE_ARGS+= --with-out-mib-modules="ucd-snmp/vmstat_freebsd2 ucd-snmp/memory_freebsd2" .endif SHLIB_VERSION=4 PLIST_SUB= shlib=${SHLIB_VERSION} post-patch: @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s post-install: @( cd ${PREFIX}/bin && strip ${BIN} ) @( cd ${PREFIX}/sbin && strip ${SBIN} ) @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done @if [ ! -f ${STARTUP_FILE} ]; then \ ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${STARTUP_FILE}; \ ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ ${CHMOD} 751 ${STARTUP_FILE}; \ fi ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/net-mgmt/net-snmp-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/net-mgmt/net-snmp4/Makefile =================================================================== --- head/net-mgmt/net-snmp4/Makefile (revision 27422) +++ head/net-mgmt/net-snmp4/Makefile (revision 27423) @@ -1,76 +1,76 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 # Date created: 26 June 1996 # Whom: gpalmer # # $FreeBSD$ # -DISTNAME= ucd-snmp-4.0.1 +PORTNAME= ucd-snmp +PORTVERSION= 4.0.1 CATEGORIES= net MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ PATCH_SITES= http://ucd-snmp.ucdavis.edu/patches/ PATCHFILES= 012.patch PATCH_DIST_STRIP= -p0 -d ${WRKSRC}/agent MAINTAINER= billf@FreeBSD.org CONFIGURE_ARGS= --enable-shared GNU_CONFIGURE= YES .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif #CFLAGS= -g MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ snmptrapd.conf.5 variables.5 MAN8= snmptrapd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \ snmpstatus snmptest snmptranslate snmptrap snmpwalk SBIN= snmpd snmptrapd STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include .if ${PORTOBJFORMAT} == "aout" BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif .if ${OSVERSION} >= 400000 CONFIGURE_ARGS+= --with-out-mib-modules="ucd-snmp/vmstat_freebsd2 ucd-snmp/memory_freebsd2" .endif SHLIB_VERSION=4 PLIST_SUB= shlib=${SHLIB_VERSION} post-patch: @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s post-install: @( cd ${PREFIX}/bin && strip ${BIN} ) @( cd ${PREFIX}/sbin && strip ${SBIN} ) @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done @if [ ! -f ${STARTUP_FILE} ]; then \ ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${STARTUP_FILE}; \ ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ ${CHMOD} 751 ${STARTUP_FILE}; \ fi ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/net-mgmt/net-snmp4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/net-mgmt/net-snmp53/Makefile =================================================================== --- head/net-mgmt/net-snmp53/Makefile (revision 27422) +++ head/net-mgmt/net-snmp53/Makefile (revision 27423) @@ -1,76 +1,76 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 # Date created: 26 June 1996 # Whom: gpalmer # # $FreeBSD$ # -DISTNAME= ucd-snmp-4.0.1 +PORTNAME= ucd-snmp +PORTVERSION= 4.0.1 CATEGORIES= net MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ PATCH_SITES= http://ucd-snmp.ucdavis.edu/patches/ PATCHFILES= 012.patch PATCH_DIST_STRIP= -p0 -d ${WRKSRC}/agent MAINTAINER= billf@FreeBSD.org CONFIGURE_ARGS= --enable-shared GNU_CONFIGURE= YES .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif #CFLAGS= -g MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ snmptrapd.conf.5 variables.5 MAN8= snmptrapd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \ snmpstatus snmptest snmptranslate snmptrap snmpwalk SBIN= snmpd snmptrapd STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include .if ${PORTOBJFORMAT} == "aout" BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif .if ${OSVERSION} >= 400000 CONFIGURE_ARGS+= --with-out-mib-modules="ucd-snmp/vmstat_freebsd2 ucd-snmp/memory_freebsd2" .endif SHLIB_VERSION=4 PLIST_SUB= shlib=${SHLIB_VERSION} post-patch: @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s post-install: @( cd ${PREFIX}/bin && strip ${BIN} ) @( cd ${PREFIX}/sbin && strip ${SBIN} ) @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done @if [ ! -f ${STARTUP_FILE} ]; then \ ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${STARTUP_FILE}; \ ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ ${CHMOD} 751 ${STARTUP_FILE}; \ fi ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/net-mgmt/net-snmp53/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/net-mgmt/nocol/Makefile =================================================================== --- head/net-mgmt/nocol/Makefile (revision 27422) +++ head/net-mgmt/nocol/Makefile (revision 27423) @@ -1,31 +1,31 @@ # New ports collection makefile for: NOCOL -# Version required: 4.3 # Date created: 21 Nov 1998 # Whom: bradh # # $FreeBSD$ # -DISTNAME= nocol-4.3 +PORTNAME= nocol +PORTVERSION= 4.3 CATEGORIES= net MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/ MAINTAINER= bradh@uunet.co.za MANPREFIX= ${PREFIX}/nocol/ MAN1= netconsole.1 MAN3= nocol-prog.3 perlnocol.3 MAN8= etherload.8 eventselect.8 genmon.8 multiping.8 noclogd.8 \ nocol-overview.8 nocol-utility.8 nsmon.8 ntpmon.8 pingmon.8 \ portmon.8 tpmon.8 trapmon.8 IS_INTERACTIVE= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= Configure NO_PACKAGE= Hostname is needed. post-install: @cd ${WRKSRC} && make root .include Property changes on: head/net-mgmt/nocol/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net-mgmt/nstreams/Makefile =================================================================== --- head/net-mgmt/nstreams/Makefile (revision 27422) +++ head/net-mgmt/nstreams/Makefile (revision 27423) @@ -1,20 +1,20 @@ # New ports collection makefile for: nstreams -# Version required: 1.0.0 # Date created: 22 September 1999 # Whom: darius@dons.net.au # # $FreeBSD$ # -DISTNAME= nstreams-1.0.0 +PORTNAME= nstreams +PORTVERSION= 1.0.0 CATEGORIES= net MASTER_SITES= http://www.hsc.fr/cabinet/produits/nstreams/ MAINTAINER= darius@dons.net.au GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/nstreams MAN1= nstreams.1 .include Property changes on: head/net-mgmt/nstreams/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-mgmt/p5-Net-IPv4Addr/Makefile =================================================================== --- head/net-mgmt/p5-Net-IPv4Addr/Makefile (revision 27422) +++ head/net-mgmt/p5-Net-IPv4Addr/Makefile (revision 27423) @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-Net-IPv4Addr -# Version required: 0.08 # Date created: 25 February 2000 # Whom: Brad Hendrickse # # $FreeBSD$ # -DISTNAME= Net-IPv4Addr-0.08 -PKGNAME= p5-Net-IPv4Addr-0.08 +PORTNAME= p5-Net-IPv4Addr +PORTVERSION= 0.08 CATEGORIES= net perl5 # not using CPAN due to them messing up the filename and version numbers MASTER_SITES= http://indev.insu.com/sources/ +DISTNAME= Net-IPv4Addr-${PORTVERSION} MAINTAINER= bradh@uunet.co.za USE_PERL5= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN1= ipv4calc.1 MAN3= Net::IPv4Addr.3 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} .include Property changes on: head/net-mgmt/p5-Net-IPv4Addr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-mgmt/p5-SNMP/Makefile =================================================================== --- head/net-mgmt/p5-SNMP/Makefile (revision 27422) +++ head/net-mgmt/p5-SNMP/Makefile (revision 27423) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-SNMP -# Version required: 1.8b3 # Date created: May 5th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= SNMP-1.8.1 -PKGNAME= p5-SNMP-1.8.1 +PORTNAME= p5-SNMP +PORTVERSION= 1.8.1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SNMP +DISTNAME= SNMP-${PORTVERSION} MAINTAINER= jfitz@FreeBSD.org LIB_DEPENDS= snmp.4:${PORTSDIR}/net/ucd-snmp USE_PERL5= YES do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL post-install: @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/lib/perl5/site_perl/README.SNMP .include Property changes on: head/net-mgmt/p5-SNMP/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net-mgmt/p5-SNMP-Util/Makefile =================================================================== --- head/net-mgmt/p5-SNMP-Util/Makefile (revision 27422) +++ head/net-mgmt/p5-SNMP-Util/Makefile (revision 27423) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-SNMP-Util -# Version required: 1.6 # Date created: September 7 1999 # Whom: Bill Fenner # # $FreeBSD$ # -DISTNAME= SNMP-Util-1.6 -PKGNAME= p5-SNMP-Util-1.6 +PORTNAME= p5-SNMP-Util +PORTVERSION= 1.6 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SNMP +DISTNAME= SNMP-Util-1.6 MAINTAINER= fenner@FreeBSD.org RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP USE_PERL5= YES MAN3= SNMP::Util.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net-mgmt/p5-SNMP-Util/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-mgmt/p5-SNMP_Session/Makefile =================================================================== --- head/net-mgmt/p5-SNMP_Session/Makefile (revision 27422) +++ head/net-mgmt/p5-SNMP_Session/Makefile (revision 27423) @@ -1,21 +1,21 @@ # New ports collection makefile for: p5-SNMP_Session -# Version required: 0.72 # Date created: 13 June 1999 # Whom: Stephen J. Roznowski # # $FreeBSD$ # -DISTNAME= SNMP_Session-0.75 -PKGNAME= p5-SNMP_Session-0.75 +PORTNAME= p5-SNMP_Session +PORTVERSION= 0.75 CATEGORIES= net perl5 MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/ +DISTNAME= SNMP_Session-0.75 MAINTAINER= ports@FreeBSD.org USE_PERL5= yes do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/net-mgmt/p5-SNMP_Session/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net-mgmt/scotty3/Makefile =================================================================== --- head/net-mgmt/scotty3/Makefile (revision 27422) +++ head/net-mgmt/scotty3/Makefile (revision 27423) @@ -1,36 +1,36 @@ # New ports collection makefile for: scotty -# Version required: 2.1.9 # Date created: 18 February 1995 # Whom: Gennady Sorokopud # # $FreeBSD$ # -DISTNAME= scotty-2.1.10 +PORTNAME= scotty +PORTVERSION= 2.1.10 CATEGORIES= net tk82 MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ MAINTAINER= dima@Chg.RU LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.2 \ --with-tk-config=/usr/local/lib/tk8.2 WRKSRC=${WRKDIR}/${DISTNAME}/unix MAN1= tkined.1 scotty.1 MAN8= ntping.8 straps.8 MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \ mib.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \ syslog.n udp.n PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \ SCOTTY_VERSION=2.1.10 TKINED_VERSION=1.4.10 FREEBSD_VERSION!= echo `uname -m`-`uname`-`uname -r` pre-install: @cd ${WRKSRC};make sinstall @${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc .include Property changes on: head/net-mgmt/scotty3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/net-mgmt/trafd/Makefile =================================================================== --- head/net-mgmt/trafd/Makefile (revision 27422) +++ head/net-mgmt/trafd/Makefile (revision 27423) @@ -1,34 +1,34 @@ # New ports collection makefile for: trafd -# Version required: 3.0 # Date created: 22 January 2000 # Whom: Michael Vasilenko # # $FreeBSD$ # -DISTNAME= trafd-3.0 +PORTNAME= trafd +PORTVERSION= 3.0 CATEGORIES= net MASTER_SITES= ftp://ftp.riss-telecom.ru/pub/dev/trafd/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafd/trafd ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafstart ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafstop ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafsave ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafdump ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/trafstat/trafstat ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/trafstatd/trafstatd ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/traflog/traflog ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/traflog/traflog.format ${PREFIX}/etc post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/bpft ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bpft/README .endif ${MKDIR} ${PREFIX}/var/trafd ${MKDIR} ${PREFIX}/var/log .include Property changes on: head/net-mgmt/trafd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-mgmt/wide-dhcp/Makefile =================================================================== --- head/net-mgmt/wide-dhcp/Makefile (revision 27422) +++ head/net-mgmt/wide-dhcp/Makefile (revision 27423) @@ -1,79 +1,79 @@ # ex:ts=8 # Ports collection makefile for: dhcp -# Version required: 0.0 # Date created: 21 November 1995 # Whom: Yoshiro MIHIRA # # $FreeBSD$ # -DISTNAME= dhcp-1.4.0p6 -PKGNAME= wide-dhcp-1.4.0p6 +PORTNAME= wide-dhcp +PORTVERSION= 1.4.0.p6 CATEGORIES= net MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/dhcp/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/wide-dhcp/ \ ftp://ftp.st.ryukoku.ac.jp/pub/network/dhcp/wide/ \ ftp://ftp.sage-au.org.au/pub/network/boot/wide-dhcp/ +DISTNAME= dhcp-1.4.0p6 MAINTAINER= obrien@FreeBSD.org MAKE_ENV= OSTYPE=${OPSYS} MAN5= dhcpdb.server.5 dhcpdb.pool.5 dhcpdb.relay.5 MAN8= dhcpc.8 dhcps.8 relay.8 dhcpm.8 STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/wide-dhcps.sh.sample post-install: .if !defined(NOPORTDOCS) @if [ ! -d ${PREFIX}/share/doc/dhcp ]; then \ ${MKDIR} ${PREFIX}/share/doc/dhcp; \ fi @if [ ! -d ${PREFIX}/share/examples/dhcp ]; then \ ${MKDIR} ${PREFIX}/share/examples/dhcp; \ fi @${CP} ${WRKSRC}/README ${PREFIX}/share/doc/dhcp/ @${CP} ${WRKSRC}/README.jis ${PREFIX}/share/doc/dhcp/ @${CP} ${WRKSRC}/db_sample/dhcpdb.pool \ ${PREFIX}/share/examples/dhcp/dhcpdb.pool.sample @${CP} ${WRKSRC}/db_sample/dhcpdb.relay \ ${PREFIX}/share/examples/dhcp/dhcpdb.relay.sample @${CP} ${WRKSRC}/db_sample/dhcpdb.server \ ${PREFIX}/share/examples/dhcp/dhcpdb.server.sample @${CP} ${WRKSRC}/db_sample/intro.dhcp ${PREFIX}/share/doc/dhcp/ @${CP} ${WRKSRC}/db_sample/intro.dhcp.jis \ ${PREFIX}/share/doc/dhcp/ .endif @if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \ ${ECHO} '#!/bin/sh' > ${STARTUP_SCRIPT}; \ ${ECHO} 'DB_POOL=/etc/dhcpdb.pool' >> ${STARTUP_SCRIPT}; \ ${ECHO} 'DB_RELAY=/etc/dhcpdb.relay' >> ${STARTUP_SCRIPT}; \ ${ECHO} 'DB_BIND=/var/db/dhcpdb.bind' >> ${STARTUP_SCRIPT}; \ ${ECHO} 'if [ -f $${DB_POOL} -a -f $${DB_RELAY} \' \ >> ${STARTUP_SCRIPT}; \ ${ECHO} ' -a -x ${PREFIX}/sbin/dhcps ]; then' \ >> ${STARTUP_SCRIPT}; \ ${ECHO} ' if [ -f $${DB_BIND} ]; then' >> ${STARTUP_SCRIPT}; \ ${ECHO} ' find $${DB_POOL} -newer $${DB_BIND} -exec ${RM} $${DB_BIND} \;' \ >> ${STARTUP_SCRIPT}; \ ${ECHO} ' fi' >> ${STARTUP_SCRIPT}; \ ${ECHO} " ${PREFIX}/sbin/dhcps [Interface Name]" \ >> ${STARTUP_SCRIPT}; \ ${ECHO} " ${ECHO} -n ' dhcps'" \ >> ${STARTUP_SCRIPT}; \ ${ECHO} 'fi' >> ${STARTUP_SCRIPT}; \ ${CHMOD} 755 ${STARTUP_SCRIPT}; \ ${CHOWN} bin.bin ${STARTUP_SCRIPT}; \ fi @if [ ! -c /dev/bpf1 ]; then \ ${ECHO} "********************************************************";\ ${ECHO} "* W a r n i n g *";\ ${ECHO} "* DHCP the needs Berkeley Packet Filter (bpf). *";\ ${ECHO} "* To use DHCP, your kernel must be rebuilt with bpf, *";\ ${ECHO} "* and make bpf devices on /dev directory. *";\ ${ECHO} "* Please read the info file by \`pkg_info ${PKGNAME}'. *";\ ${ECHO} "********************************************************";\ fi .include Property changes on: head/net-mgmt/wide-dhcp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property