Index: head/chinese/bind8/Makefile =================================================================== --- head/chinese/bind8/Makefile (revision 88580) +++ head/chinese/bind8/Makefile (revision 88581) @@ -1,22 +1,22 @@ # New ports collection makefile for: bind # Date created: 18 July 1997 # Whom: jseger@scds.com # # $FreeBSD$ # CATEGORIES= chinese net -MASTERDIR= ${.CURDIR}/../../net/bind8 +MASTERDIR= ${.CURDIR}/../../dns/bind8 PATCH_SITES= http://www.sinica.edu.tw/~jihuang/ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} PATCHFILES= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}.diff.gz .include "${MASTERDIR}/Makefile" MD5_FILE= ${.CURDIR}/distinfo PKGNAMEPREFIX:= ${PKGNAMEPREFIX} MAINTAINER= jihuang@gate.sinica.edu.tw Property changes on: head/chinese/bind8/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/devel/liboop/Makefile =================================================================== --- head/devel/liboop/Makefile (revision 88580) +++ head/devel/liboop/Makefile (revision 88581) @@ -1,31 +1,31 @@ # ex:ts=8 # New ports collection makefile for: liboop # Date created: Jun 1, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= liboop PORTVERSION= 0.9 CATEGORIES= devel MASTER_SITES= http://download.ofb.net/liboop/ MAINTAINER= ports@FreeBSD.org COMMENT= A low-level event loop management library for POSIX-based OS -LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns \ +LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ wwwcore.1:${PORTSDIR}/www/libwww USE_BZIP2= yes USE_GNOME= glib12 USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ PROG_GLIB_CONFIG="${GLIB_CONFIG}" INSTALLS_SHLIB= yes CPPFLAGS= `libwww-config --cflags` -I${LOCALBASE}/include LDFLAGS= `libwww-config --libs` -L${LOCALBASE}/lib .include Property changes on: head/devel/liboop/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/dns/bind9/Makefile =================================================================== --- head/dns/bind9/Makefile (revision 88580) +++ head/dns/bind9/Makefile (revision 88581) @@ -1,114 +1,114 @@ # New ports collection makefile for: bind # Date created: 6 October 2000 # Whom: will # # $FreeBSD$ # # I stay very aware of developments with BIND in general, and with # BIND 9 in particular. I frequently delay updating this port from # a known-stable version due to concerns about stability of a newer # version. If you are concerned about using the most recent ISC # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 PORTVERSION= 9.2.2 CATEGORIES= dns ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTFILES= bind-${ISCVERSION}.tar.gz MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS server # ISC releases things like 9.2.2rc1, which our versioning doesn't like ISCVERSION= 9.2.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --disable-threads \ --with-randomdev=/dev/random .include .if ${OSVERSION} >= 400014 USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif .if defined(PORT_REPLACES_BASE_BIND9) PKGNAMESUFFIX= -base PREFIX= /usr BIND_DESTETC= /etc/namedb CONFIGURE_ARGS+= --prefix=${PREFIX} \ --sysconfdir=${BIND_DESTETC} \ --mandir=${MANPREFIX}/man .else BIND_DESTETC= ${PREFIX}/etc .endif PLIST_SUB= BIND_DESTETC="${BIND_DESTETC}" MAN1= dig.1 host.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 lwres_buffer_init.3 \ lwres_buffer_invalidate.3 lwres_buffer_putmem.3 \ lwres_buffer_putuint16.3 lwres_buffer_putuint32.3 \ lwres_buffer_putuint8.3 lwres_buffer_subtract.3 lwres_conf_clear.3 \ lwres_conf_get.3 lwres_conf_init.3 lwres_conf_parse.3 \ lwres_conf_print.3 lwres_config.3 lwres_context.3 \ lwres_context_allocmem.3 lwres_context_create.3 \ lwres_context_destroy.3 lwres_context_freemem.3 \ lwres_context_initserial.3 lwres_context_nextserial.3 \ lwres_context_sendrecv.3 lwres_endhostent.3 lwres_endhostent_r.3 \ lwres_freeaddrinfo.3 lwres_freehostent.3 lwres_gabn.3 \ lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 \ lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 \ lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 \ lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_getaddrsbyname.3 \ lwres_gethostbyaddr.3 lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 \ lwres_gethostbyname2.3 lwres_gethostbyname_r.3 lwres_gethostent.3 \ lwres_gethostent_r.3 lwres_getipnode.3 lwres_getipnodebyaddr.3 \ lwres_getipnodebyname.3 lwres_getnamebyaddr.3 lwres_getnameinfo.3 \ lwres_getrrsetbyname.3 lwres_gnba.3 lwres_gnbarequest_free.3 \ lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 \ lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 \ lwres_gnbaresponse_render.3 lwres_herror.3 lwres_hstrerror.3 \ lwres_inetntop.3 lwres_lwpacket_parseheader.3 \ lwres_lwpacket_renderheader.3 lwres_net_ntop.3 lwres_noop.3 \ lwres_nooprequest_free.3 lwres_nooprequest_parse.3 \ lwres_nooprequest_render.3 lwres_noopresponse_free.3 \ lwres_noopresponse_parse.3 lwres_noopresponse_render.3 \ lwres_packet.3 lwres_resutil.3 lwres_sethostent.3 \ lwres_sethostent_r.3 lwres_string_parse.3 MAN5= rndc.conf.5 MAN8= dnssec-keygen.8 dnssec-makekeyset.8 dnssec-signkey.8 dnssec-signzone.8 \ lwresd.8 named-checkconf.8 named-checkzone.8 named.8 nsupdate.8 \ rndc-confgen.8 rndc.8 WRKSRC= ${WRKDIR}/bind-${ISCVERSION} post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 @ ${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.Dist @ ${SED} -e 's#/etc/named.conf#${BIND_DESTETC}/named.conf#g' \ -e 's#/etc/rndc.conf#${BIND_DESTETC}/rndc.conf#g' \ ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE} .endfor post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${BIND_DESTETC}/rndc.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/arm ${DOCSDIR}/misc ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html ${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/doc/misc/[a-z]* ${DOCSDIR}/misc ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/README ${DOCSDIR}/ .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/dns/bind9/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.50 \ No newline at end of property +1.51 \ No newline at end of property Index: head/dns/bind9-dlz/Makefile =================================================================== --- head/dns/bind9-dlz/Makefile (revision 88580) +++ head/dns/bind9-dlz/Makefile (revision 88581) @@ -1,200 +1,200 @@ # New ports collection makefile for: bind-dlz # Date Created: 08 Jun 2002 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # PORTNAME= bind9 PORTVERSION= ${ISCVERSION}+${DLZVERSION} CATEGORIES= dns ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} \ ${MASTER_SITES_DLZ:S/$/:dlz/} MASTER_SITE_SUBDIR= bind-dlz/:dlz PKGNAMESUFFIX= -dlz DISTFILES= bind-${ISCVERSION}.tar.gz \ DLZ-${DLZVERSION}${EXTRACT_SUFX}:dlz MAINTAINER= dinoex@FreeBSD.org COMMENT= The Berkeley Internet Name Daemon, with DLZ extensions POSTGRESQL_PORT?= databases/postgresql7 MASTER_SITES_DLZ= ${MASTER_SITE_SOURCEFORGE} ISCVERSION= 9.2.2 DLZVERSION= 0.5.0 USE_SUBMAKE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps # use user config if possible .if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" .else .if defined(BATCH) # default package, can be configured in /etc/make.conf BINDDLZ_OPTIONS?= \"OpenSSL\" \"PostgreSQL\" \"FileSystem\" .endif # make INDEX match NO_DESCRIBE=yes .endif .if defined(WITH_POSTGRESQL_DRIVER) .if !defined(WITHOUT_POSTGRESQL_DRIVER) LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+= --with-dlz-postgres .endif .endif .if defined(WITH_MYSQL_DRIVER) LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+= --with-dlz-mysql .endif .if defined(WITH_FILESYSTEM_DRIVER) .if !defined(WITHOUT_FILESYSTEM_DRIVER) CONFIGURE_ARGS+= --with-dlz-filesystem .endif .endif .if defined(WITH_STUB_DRIVER) CONFIGURE_ARGS+= --with-dlz-stub .endif .if defined(WITH_OPENSSL) .if !defined(WITHOUT_OPENSSL) USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif .endif WRKSRC= ${WRKDIR}/bind-${ISCVERSION} EXTRA_PATCHES= ${WRKDIR}/dlz.patch PLIST= ${WRKDIR}/.PLIST.more SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ CURDIR2="${.CURDIR}" \ MKDIR="${MKDIR}" \ DISTNAME="${DISTNAME}" \ BINDDLZ_OPTIONS="${BINDDLZ_OPTIONS}" DOCSDIR= ${PREFIX}/share/doc/bind9 EXTRA_DOCSDIR= share/doc/bind9-dlz EXTRA_FIX= ${WRKSRC}/configure DOCS= README.txt bind_dlz.txt changelog.txt \ dlz_bdb_driver.txt dlz_filesystem_driver.txt \ dlz_interface.txt dlz_mysql_driver.txt \ dlz_odbc_driver.txt dlz_postgres_driver.txt \ dlz_stub_driver.txt \ sdlz_helper.txt sdlz_interface.txt MAN1= dig.1 host.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 lwres_buffer_init.3 \ lwres_buffer_invalidate.3 lwres_buffer_putmem.3 \ lwres_buffer_putuint16.3 lwres_buffer_putuint32.3 \ lwres_buffer_putuint8.3 lwres_buffer_subtract.3 lwres_conf_clear.3 \ lwres_conf_get.3 lwres_conf_init.3 lwres_conf_parse.3 \ lwres_conf_print.3 lwres_config.3 lwres_context.3 \ lwres_context_allocmem.3 lwres_context_create.3 \ lwres_context_destroy.3 lwres_context_freemem.3 \ lwres_context_initserial.3 lwres_context_nextserial.3 \ lwres_context_sendrecv.3 lwres_endhostent.3 lwres_endhostent_r.3 \ lwres_freeaddrinfo.3 lwres_freehostent.3 lwres_gabn.3 \ lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 \ lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 \ lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 \ lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_getaddrsbyname.3 \ lwres_gethostbyaddr.3 lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 \ lwres_gethostbyname2.3 lwres_gethostbyname_r.3 lwres_gethostent.3 \ lwres_gethostent_r.3 lwres_getipnode.3 lwres_getipnodebyaddr.3 \ lwres_getipnodebyname.3 lwres_getnamebyaddr.3 lwres_getnameinfo.3 \ lwres_getrrsetbyname.3 lwres_gnba.3 lwres_gnbarequest_free.3 \ lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 \ lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 \ lwres_gnbaresponse_render.3 lwres_herror.3 lwres_hstrerror.3 \ lwres_inetntop.3 lwres_lwpacket_parseheader.3 \ lwres_lwpacket_renderheader.3 lwres_net_ntop.3 lwres_noop.3 \ lwres_nooprequest_free.3 lwres_nooprequest_parse.3 \ lwres_nooprequest_render.3 lwres_noopresponse_free.3 \ lwres_noopresponse_parse.3 lwres_noopresponse_render.3 \ lwres_packet.3 lwres_resutil.3 lwres_sethostent.3 \ lwres_sethostent_r.3 lwres_string_parse.3 MAN5= rndc.conf.5 MAN8= dnssec-keygen.8 dnssec-makekeyset.8 dnssec-signkey.8 dnssec-signzone.8 \ lwresd.8 named-checkconf.8 named-checkzone.8 named.8 nsupdate.8 \ rndc-confgen.8 rndc.8 pre-everything:: @ ${SETENV} ${SCRIPTS_ENV} ${SH} ${FILESDIR}/configure.bind9-dlz pre-patch: .for FILE in dlz.patch @ ${MV} ${WRKDIR}/${FILE} ${WRKDIR}/${FILE}.sed ${SED} -e "s=bind-${ISCVERSION}/==" \ ${WRKDIR}/${FILE}.sed | tr -d '\r' > ${WRKDIR}/${FILE} .endfor post-patch: @ ${MV} ${EXTRA_FIX} ${EXTRA_FIX}.sed ${SED} -e "s=-lnsl==" ${EXTRA_FIX}.sed > ${EXTRA_FIX} @ ${CHMOD} +x ${EXTRA_FIX} .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 @ ${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.sed ${SED} -e 's#/etc/named.conf#${PREFIX}/etc/named.conf#g' \ -e 's#/etc/rndc.conf#${PREFIX}/etc/rndc.conf#g' \ ${WRKSRC}/bin/${FILE}.sed > ${WRKSRC}/bin/${FILE} .endfor ${MV} -f ${WRKSRC}/bin/Makefile.in.orig ${WRKSRC}/bin/Makefile.in pre-configure: @${ECHO_CMD} "configure: ${CONFIGURE_ARGS}" pre-install: ${CAT} ${MASTERDIR}/pkg-plist >${PLIST} .if !defined(NOPORTDOCS) .for i in ${DOCS} @${ECHO_CMD} `${BASENAME} ${i}` | \ ${AWK} '{print "${EXTRA_DOCSDIR}/" $$1}' >>${PLIST} .endfor @${ECHO_CMD} "@dirrm ${EXTRA_DOCSDIR}" >>${PLIST} .endif post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${PREFIX}/etc/rndc.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/arm ${DOCSDIR}/misc ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html ${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/doc/misc/[a-z]* ${DOCSDIR}/misc ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/README ${DOCSDIR}/ ${MKDIR} ${PREFIX}/${EXTRA_DOCSDIR} @cd ${WRKDIR} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/${EXTRA_DOCSDIR}/ .endif post-clean: @ ${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc .include .if ${OSVERSION} > 500030 CONFIGURE_ARGS+= --enable-threads .else CONFIGURE_ARGS+= --disable-threads .endif .if defined(NO_DESCRIBE) describe: .if defined(BATCH) @ ${SETENV} ${SCRIPTS_ENV} ${SH} ${FILESDIR}/configure.bind9-dlz .endif @cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} BATCH=yes ${.TARGET} .endif .include Property changes on: head/dns/bind9-dlz/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/dns/bind94/Makefile =================================================================== --- head/dns/bind94/Makefile (revision 88580) +++ head/dns/bind94/Makefile (revision 88581) @@ -1,114 +1,114 @@ # New ports collection makefile for: bind # Date created: 6 October 2000 # Whom: will # # $FreeBSD$ # # I stay very aware of developments with BIND in general, and with # BIND 9 in particular. I frequently delay updating this port from # a known-stable version due to concerns about stability of a newer # version. If you are concerned about using the most recent ISC # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 PORTVERSION= 9.2.2 CATEGORIES= dns ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTFILES= bind-${ISCVERSION}.tar.gz MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS server # ISC releases things like 9.2.2rc1, which our versioning doesn't like ISCVERSION= 9.2.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --disable-threads \ --with-randomdev=/dev/random .include .if ${OSVERSION} >= 400014 USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif .if defined(PORT_REPLACES_BASE_BIND9) PKGNAMESUFFIX= -base PREFIX= /usr BIND_DESTETC= /etc/namedb CONFIGURE_ARGS+= --prefix=${PREFIX} \ --sysconfdir=${BIND_DESTETC} \ --mandir=${MANPREFIX}/man .else BIND_DESTETC= ${PREFIX}/etc .endif PLIST_SUB= BIND_DESTETC="${BIND_DESTETC}" MAN1= dig.1 host.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 lwres_buffer_init.3 \ lwres_buffer_invalidate.3 lwres_buffer_putmem.3 \ lwres_buffer_putuint16.3 lwres_buffer_putuint32.3 \ lwres_buffer_putuint8.3 lwres_buffer_subtract.3 lwres_conf_clear.3 \ lwres_conf_get.3 lwres_conf_init.3 lwres_conf_parse.3 \ lwres_conf_print.3 lwres_config.3 lwres_context.3 \ lwres_context_allocmem.3 lwres_context_create.3 \ lwres_context_destroy.3 lwres_context_freemem.3 \ lwres_context_initserial.3 lwres_context_nextserial.3 \ lwres_context_sendrecv.3 lwres_endhostent.3 lwres_endhostent_r.3 \ lwres_freeaddrinfo.3 lwres_freehostent.3 lwres_gabn.3 \ lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 \ lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 \ lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 \ lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_getaddrsbyname.3 \ lwres_gethostbyaddr.3 lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 \ lwres_gethostbyname2.3 lwres_gethostbyname_r.3 lwres_gethostent.3 \ lwres_gethostent_r.3 lwres_getipnode.3 lwres_getipnodebyaddr.3 \ lwres_getipnodebyname.3 lwres_getnamebyaddr.3 lwres_getnameinfo.3 \ lwres_getrrsetbyname.3 lwres_gnba.3 lwres_gnbarequest_free.3 \ lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 \ lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 \ lwres_gnbaresponse_render.3 lwres_herror.3 lwres_hstrerror.3 \ lwres_inetntop.3 lwres_lwpacket_parseheader.3 \ lwres_lwpacket_renderheader.3 lwres_net_ntop.3 lwres_noop.3 \ lwres_nooprequest_free.3 lwres_nooprequest_parse.3 \ lwres_nooprequest_render.3 lwres_noopresponse_free.3 \ lwres_noopresponse_parse.3 lwres_noopresponse_render.3 \ lwres_packet.3 lwres_resutil.3 lwres_sethostent.3 \ lwres_sethostent_r.3 lwres_string_parse.3 MAN5= rndc.conf.5 MAN8= dnssec-keygen.8 dnssec-makekeyset.8 dnssec-signkey.8 dnssec-signzone.8 \ lwresd.8 named-checkconf.8 named-checkzone.8 named.8 nsupdate.8 \ rndc-confgen.8 rndc.8 WRKSRC= ${WRKDIR}/bind-${ISCVERSION} post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 @ ${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.Dist @ ${SED} -e 's#/etc/named.conf#${BIND_DESTETC}/named.conf#g' \ -e 's#/etc/rndc.conf#${BIND_DESTETC}/rndc.conf#g' \ ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE} .endfor post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${BIND_DESTETC}/rndc.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/arm ${DOCSDIR}/misc ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html ${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/doc/misc/[a-z]* ${DOCSDIR}/misc ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/README ${DOCSDIR}/ .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/dns/bind94/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.50 \ No newline at end of property +1.51 \ No newline at end of property Index: head/dns/bind95/Makefile =================================================================== --- head/dns/bind95/Makefile (revision 88580) +++ head/dns/bind95/Makefile (revision 88581) @@ -1,114 +1,114 @@ # New ports collection makefile for: bind # Date created: 6 October 2000 # Whom: will # # $FreeBSD$ # # I stay very aware of developments with BIND in general, and with # BIND 9 in particular. I frequently delay updating this port from # a known-stable version due to concerns about stability of a newer # version. If you are concerned about using the most recent ISC # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 PORTVERSION= 9.2.2 CATEGORIES= dns ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTFILES= bind-${ISCVERSION}.tar.gz MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS server # ISC releases things like 9.2.2rc1, which our versioning doesn't like ISCVERSION= 9.2.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --disable-threads \ --with-randomdev=/dev/random .include .if ${OSVERSION} >= 400014 USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif .if defined(PORT_REPLACES_BASE_BIND9) PKGNAMESUFFIX= -base PREFIX= /usr BIND_DESTETC= /etc/namedb CONFIGURE_ARGS+= --prefix=${PREFIX} \ --sysconfdir=${BIND_DESTETC} \ --mandir=${MANPREFIX}/man .else BIND_DESTETC= ${PREFIX}/etc .endif PLIST_SUB= BIND_DESTETC="${BIND_DESTETC}" MAN1= dig.1 host.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 lwres_buffer_init.3 \ lwres_buffer_invalidate.3 lwres_buffer_putmem.3 \ lwres_buffer_putuint16.3 lwres_buffer_putuint32.3 \ lwres_buffer_putuint8.3 lwres_buffer_subtract.3 lwres_conf_clear.3 \ lwres_conf_get.3 lwres_conf_init.3 lwres_conf_parse.3 \ lwres_conf_print.3 lwres_config.3 lwres_context.3 \ lwres_context_allocmem.3 lwres_context_create.3 \ lwres_context_destroy.3 lwres_context_freemem.3 \ lwres_context_initserial.3 lwres_context_nextserial.3 \ lwres_context_sendrecv.3 lwres_endhostent.3 lwres_endhostent_r.3 \ lwres_freeaddrinfo.3 lwres_freehostent.3 lwres_gabn.3 \ lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 \ lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 \ lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 \ lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_getaddrsbyname.3 \ lwres_gethostbyaddr.3 lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 \ lwres_gethostbyname2.3 lwres_gethostbyname_r.3 lwres_gethostent.3 \ lwres_gethostent_r.3 lwres_getipnode.3 lwres_getipnodebyaddr.3 \ lwres_getipnodebyname.3 lwres_getnamebyaddr.3 lwres_getnameinfo.3 \ lwres_getrrsetbyname.3 lwres_gnba.3 lwres_gnbarequest_free.3 \ lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 \ lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 \ lwres_gnbaresponse_render.3 lwres_herror.3 lwres_hstrerror.3 \ lwres_inetntop.3 lwres_lwpacket_parseheader.3 \ lwres_lwpacket_renderheader.3 lwres_net_ntop.3 lwres_noop.3 \ lwres_nooprequest_free.3 lwres_nooprequest_parse.3 \ lwres_nooprequest_render.3 lwres_noopresponse_free.3 \ lwres_noopresponse_parse.3 lwres_noopresponse_render.3 \ lwres_packet.3 lwres_resutil.3 lwres_sethostent.3 \ lwres_sethostent_r.3 lwres_string_parse.3 MAN5= rndc.conf.5 MAN8= dnssec-keygen.8 dnssec-makekeyset.8 dnssec-signkey.8 dnssec-signzone.8 \ lwresd.8 named-checkconf.8 named-checkzone.8 named.8 nsupdate.8 \ rndc-confgen.8 rndc.8 WRKSRC= ${WRKDIR}/bind-${ISCVERSION} post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 @ ${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.Dist @ ${SED} -e 's#/etc/named.conf#${BIND_DESTETC}/named.conf#g' \ -e 's#/etc/rndc.conf#${BIND_DESTETC}/rndc.conf#g' \ ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE} .endfor post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${BIND_DESTETC}/rndc.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/arm ${DOCSDIR}/misc ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html ${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/doc/misc/[a-z]* ${DOCSDIR}/misc ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/README ${DOCSDIR}/ .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/dns/bind95/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.50 \ No newline at end of property +1.51 \ No newline at end of property Index: head/dns/bind96/Makefile =================================================================== --- head/dns/bind96/Makefile (revision 88580) +++ head/dns/bind96/Makefile (revision 88581) @@ -1,114 +1,114 @@ # New ports collection makefile for: bind # Date created: 6 October 2000 # Whom: will # # $FreeBSD$ # # I stay very aware of developments with BIND in general, and with # BIND 9 in particular. I frequently delay updating this port from # a known-stable version due to concerns about stability of a newer # version. If you are concerned about using the most recent ISC # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 PORTVERSION= 9.2.2 CATEGORIES= dns ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTFILES= bind-${ISCVERSION}.tar.gz MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS server # ISC releases things like 9.2.2rc1, which our versioning doesn't like ISCVERSION= 9.2.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --disable-threads \ --with-randomdev=/dev/random .include .if ${OSVERSION} >= 400014 USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif .if defined(PORT_REPLACES_BASE_BIND9) PKGNAMESUFFIX= -base PREFIX= /usr BIND_DESTETC= /etc/namedb CONFIGURE_ARGS+= --prefix=${PREFIX} \ --sysconfdir=${BIND_DESTETC} \ --mandir=${MANPREFIX}/man .else BIND_DESTETC= ${PREFIX}/etc .endif PLIST_SUB= BIND_DESTETC="${BIND_DESTETC}" MAN1= dig.1 host.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 lwres_buffer_init.3 \ lwres_buffer_invalidate.3 lwres_buffer_putmem.3 \ lwres_buffer_putuint16.3 lwres_buffer_putuint32.3 \ lwres_buffer_putuint8.3 lwres_buffer_subtract.3 lwres_conf_clear.3 \ lwres_conf_get.3 lwres_conf_init.3 lwres_conf_parse.3 \ lwres_conf_print.3 lwres_config.3 lwres_context.3 \ lwres_context_allocmem.3 lwres_context_create.3 \ lwres_context_destroy.3 lwres_context_freemem.3 \ lwres_context_initserial.3 lwres_context_nextserial.3 \ lwres_context_sendrecv.3 lwres_endhostent.3 lwres_endhostent_r.3 \ lwres_freeaddrinfo.3 lwres_freehostent.3 lwres_gabn.3 \ lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 \ lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 \ lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 \ lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_getaddrsbyname.3 \ lwres_gethostbyaddr.3 lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 \ lwres_gethostbyname2.3 lwres_gethostbyname_r.3 lwres_gethostent.3 \ lwres_gethostent_r.3 lwres_getipnode.3 lwres_getipnodebyaddr.3 \ lwres_getipnodebyname.3 lwres_getnamebyaddr.3 lwres_getnameinfo.3 \ lwres_getrrsetbyname.3 lwres_gnba.3 lwres_gnbarequest_free.3 \ lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 \ lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 \ lwres_gnbaresponse_render.3 lwres_herror.3 lwres_hstrerror.3 \ lwres_inetntop.3 lwres_lwpacket_parseheader.3 \ lwres_lwpacket_renderheader.3 lwres_net_ntop.3 lwres_noop.3 \ lwres_nooprequest_free.3 lwres_nooprequest_parse.3 \ lwres_nooprequest_render.3 lwres_noopresponse_free.3 \ lwres_noopresponse_parse.3 lwres_noopresponse_render.3 \ lwres_packet.3 lwres_resutil.3 lwres_sethostent.3 \ lwres_sethostent_r.3 lwres_string_parse.3 MAN5= rndc.conf.5 MAN8= dnssec-keygen.8 dnssec-makekeyset.8 dnssec-signkey.8 dnssec-signzone.8 \ lwresd.8 named-checkconf.8 named-checkzone.8 named.8 nsupdate.8 \ rndc-confgen.8 rndc.8 WRKSRC= ${WRKDIR}/bind-${ISCVERSION} post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 @ ${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.Dist @ ${SED} -e 's#/etc/named.conf#${BIND_DESTETC}/named.conf#g' \ -e 's#/etc/rndc.conf#${BIND_DESTETC}/rndc.conf#g' \ ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE} .endfor post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${BIND_DESTETC}/rndc.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/arm ${DOCSDIR}/misc ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html ${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/doc/misc/[a-z]* ${DOCSDIR}/misc ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/README ${DOCSDIR}/ .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/dns/bind96/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.50 \ No newline at end of property +1.51 \ No newline at end of property Index: head/dns/dnssecwalker/Makefile =================================================================== --- head/dns/dnssecwalker/Makefile (revision 88580) +++ head/dns/dnssecwalker/Makefile (revision 88581) @@ -1,29 +1,29 @@ # ex:ts=8 # Ports collection makefile for: dnssecwalk # Date created: Feb 7, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= dnssecwalker PORTVERSION= 2.0 CATEGORIES= dns MASTER_SITES= http://josefsson.org/walker/ DISTNAME= walker-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= DNSSEC Walker -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS USE_PERL5= yes NO_BUILD= yes MAN1= walker.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/walker ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/walker.1 ${MAN1PREFIX}/man/man1 .include Property changes on: head/dns/dnssecwalker/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/dnswalk/Makefile =================================================================== --- head/dns/dnswalk/Makefile (revision 88580) +++ head/dns/dnswalk/Makefile (revision 88581) @@ -1,45 +1,45 @@ # New ports collection makefile for: dnswalk # Date created: 17 January 1998 # Whom: Matthew Hunt # # $FreeBSD$ # PORTNAME= dnswalk PORTVERSION= 2.0.2 CATEGORIES= dns MASTER_SITES= http://www.visi.com/~barr/dnswalk/ MAINTAINER= mph@freebsd.org COMMENT= DNS debugger - requests a zone transfer and analyzes the result -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/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.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/dns/fastresolve/Makefile =================================================================== --- head/dns/fastresolve/Makefile (revision 88580) +++ head/dns/fastresolve/Makefile (revision 88581) @@ -1,44 +1,44 @@ # New ports collection makefile for: fastresolve # Date created: 11 June 2002 # Whom: verm@drunkmonk.net # # $FreeBSD$ # PORTNAME= fastresolve PORTVERSION= 2.10 CATEGORIES= sysutils MASTER_SITES= http://www.djmnet.org/sw/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Programs that process web logs to get DNS and domain ownership info LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 \ - adns.1:${PORTSDIR}/net/adns + adns.1:${PORTSDIR}/dns/adns USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CXXFLAGS="-I${LOCALBASE}/include/db3 -I${LOCALBASE}/include" MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \ expire-ip-db.1 getdominfo.1 rebuild-dom-db.1 rebuild-ip-db.1 \ reresolve.1 make-report.1 post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in AUTHORS COPYING ChangeLog INSTALL NEWS README @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor @${INSTALL_DATA} ${WRKSRC}/doc/TODO ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/timings ${DOCSDIR} .endif @${ECHO_MSG} "" @${ECHO_MSG} "If you want to use the convert-ip-db script you must" @${ECHO_MSG} "install the databases/p5-BerkeleyDB port" @${ECHO_MSG} "" .include Property changes on: head/dns/fastresolve/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/p5-Net-DNS-SEC/Makefile =================================================================== --- head/dns/p5-Net-DNS-SEC/Makefile (revision 88580) +++ head/dns/p5-Net-DNS-SEC/Makefile (revision 88581) @@ -1,43 +1,43 @@ # New ports collection makefile for: p5-Net-DNS-SEC # Date created: 21 July 2002 # Whom: Kimura Fuyuki # # $FreeBSD$ # PORTNAME= Net-DNS-SEC PORTVERSION= 0.11 CATEGORIES= dns perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/ MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= DNSSEC extensions to Net::DNS -BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/DSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \ ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Bignum.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \ ${SITE_PERL}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Net::DNS::Keyset.3 Net::DNS::RR::DS.3 Net::DNS::RR::KEY.3 \ Net::DNS::RR::NXT.3 Net::DNS::RR::SIG.3 \ Net::DNS::RR::SIG::Private.3 Net::DNS::SEC.3 \ Net::DNS::SEC::Private.3 Net::DNS::RR::RRSIG.3 \ Net::DNS::RR::NSEC.3 Net::DNS::RR::DNSKEY.3 .include .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif .include Property changes on: head/dns/p5-Net-DNS-SEC/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/dns/p5-Net-DNS-ZoneFile/Makefile =================================================================== --- head/dns/p5-Net-DNS-ZoneFile/Makefile (revision 88580) +++ head/dns/p5-Net-DNS-ZoneFile/Makefile (revision 88581) @@ -1,35 +1,35 @@ # New ports collection makefile for: net/p5-Net-DNS-ZoneFile # Date created: 11 June 2002 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Net-DNS-ZoneFile PORTVERSION= 1.04 CATEGORIES= dns perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl extension to convert a zone file to a collection of RRs -BUILD_DEPENDS= ${SITE_PERL}/Net/DNS/RR.pm:${PORTSDIR}/net/p5-Net-DNS \ +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS/RR.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/NetAddr/IP.pm:${PORTSDIR}/net/p5-NetAddr-IP RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::DNS::ZoneFile.3 post-patch: ${PERL} -pi -e 's/^\s*our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ -e '$$_="" if /require 5/;' \ -e '$$_="" if /^\s*(use|no)\s+warnings;\s*$$/;' \ ${WRKSRC}/ZoneFile.pm .include Property changes on: head/dns/p5-Net-DNS-ZoneFile/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/p5-POE-Component-Client-DNS/Makefile =================================================================== --- head/dns/p5-POE-Component-Client-DNS/Makefile (revision 88580) +++ head/dns/p5-POE-Component-Client-DNS/Makefile (revision 88581) @@ -1,26 +1,26 @@ # New ports collection makefile for: POE-Component-Client-DNS # Date created: 10 Dec 2001 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= POE-Component-Client-DNS PORTVERSION= 0.95 CATEGORIES= dns perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= POE component for non-blocking/concurrent DNS queries BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS + ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= POE::Component::Client::DNS.3 .include Property changes on: head/dns/p5-POE-Component-Client-DNS/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/p5-Tie-DNS/Makefile =================================================================== --- head/dns/p5-Tie-DNS/Makefile (revision 88580) +++ head/dns/p5-Tie-DNS/Makefile (revision 88581) @@ -1,34 +1,34 @@ # New ports collection makefile for: Tie::DNS # Date created: 25 Jan 2002 # Whom: Seamus Venasse # # $FreeBSD$ # PORTNAME= Tie-DNS PORTVERSION= 0.41 CATEGORIES= dns perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tie PKGNAMEPREFIX= p5- MAINTAINER= svenasse@polaris.ca COMMENT= Tie interface to p5-Net-DNS -BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} EXAMPLESDIR?= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} PERL_CONFIGURE= yes MAN3= Tie::DNS.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/eg/* ${EXAMPLESDIR} .endif .include Property changes on: head/dns/p5-Tie-DNS/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/py-adns/Makefile =================================================================== --- head/dns/py-adns/Makefile (revision 88580) +++ head/dns/py-adns/Makefile (revision 88581) @@ -1,30 +1,30 @@ # New ports collection makefile for: py-adns # Date created: 24 February 2002 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= adns PORTVERSION= 1.0.0 CATEGORIES= dns python MASTER_SITES= http://dustman.net/andy/python/adns-python/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= adns-python-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= A Python Interface to adns, the asynchronous DNS library -LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns +LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns USE_PYTHON= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} post-patch: @${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \ -e 's|^\(library_dirs = \).*$$|\1\["${LOCALBASE}/lib"\]|g' \ ${WRKSRC}/setup.py .include Property changes on: head/dns/py-adns/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/sleuth/Makefile =================================================================== --- head/dns/sleuth/Makefile (revision 88580) +++ head/dns/sleuth/Makefile (revision 88581) @@ -1,31 +1,31 @@ # New ports collection makefile for: sleuth # Date created: Jun 15, 2001 # Whom: Mark Pulford # # $FreeBSD$ # PORTNAME= sleuth PORTVERSION= 1.3 CATEGORIES= dns MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/ MAINTAINER= markp@FreeBSD.org COMMENT= A tool for checking DNS zones -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS USE_PERL5= yes post-patch: ${PERL} -pi -e "s|/etc/sleuth.conf|${PREFIX}/etc/sleuth.conf|g; \ s|#!/usr/bin/perl|#!${PERL}|g;" ${WRKSRC}/sleuth do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sleuth ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/sleuth.conf ${PREFIX}/etc/sleuth.conf.sample post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/dns/sleuth/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/walker/Makefile =================================================================== --- head/dns/walker/Makefile (revision 88580) +++ head/dns/walker/Makefile (revision 88581) @@ -1,32 +1,32 @@ # ex:ts=8 # New ports collection makefile for: walker # Date created: May 30, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= walker PORTVERSION= 1.0 CATEGORIES= dns MASTER_SITES= http://josefsson.org/walker/ MAINTAINER= ports@FreeBSD.org COMMENT= Recover zone file information from servers that use DNSSEC -RUN_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/net/bind9 +RUN_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind9 USE_REINPLACE= yes NO_BUILD= yes post-patch: @${REINPLACE_CMD} -e 's,`dig,`${LOCALBASE}/bin/dig,g' ${WRKSRC}/walker do-install: ${INSTALL_SCRIPT} ${WRKSRC}/walker ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/walker ${INSTALL_DATA} ${WRKSRC}/walker.html ${PREFIX}/share/doc/walker .endif .include Property changes on: head/dns/walker/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/mail/dsbl-testers/Makefile =================================================================== --- head/mail/dsbl-testers/Makefile (revision 88580) +++ head/mail/dsbl-testers/Makefile (revision 88581) @@ -1,60 +1,60 @@ # New ports collection makefile for: dsbl-testers # Date created: Fri Aug 23 09:00:00 WST 2002 # Whom: Dean Hollister # # $FreeBSD$ # PORTNAME= dsbl PORTVERSION= 0.9.4 CATEGORIES= mail MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \ http://www.wa.apana.org.au/~dean/sources/ \ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ PKGNAMESUFFIX= -testers DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= dean@odyssey.apana.org.au COMMENT= Testing software configured to work with DSBL/DSBL-compliant services BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring \ - ${LOCALBASE}/include/firedns.h:${PORTSDIR}/net/firedns + ${LOCALBASE}/include/firedns.h:${PORTSDIR}/dns/firedns USE_REINPLACE= yes HAS_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LIBS="${LIBS} ${PTHREAD_LIBS}" WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX} INSTALL_SHLIBS= yes MAN1= formmailtest.1 relaytest.1 socks5test.1 \ httptest.1 socks4test.1 spamtrap.1 MAN5= dsbl.conf.5 # install ourselves to insure proper ownership/permissions # as dictated by port's rules BINARY_FILES= formmailtest httptest relaytest socks4test socks5test \ spamtrap CONF_FILES= conf/dsbl.conf post-configure: # let the configure script findings be used @${REINPLACE_CMD} -E \ -e 's|\?=|=|' \ ${BUILD_WRKSRC}/${MAKEFILE} do-install: .for file in ${BINARY_FILES} @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin .endfor .for file in ${CONF_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/etc .endfor .for file in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/man/${file} ${MANPREFIX}/man/man1 .endfor .for file in ${MAN5} @${INSTALL_MAN} ${WRKSRC}/man/${file} ${MANPREFIX}/man/man5 .endfor .include Property changes on: head/mail/dsbl-testers/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/mail/messagewall/Makefile =================================================================== --- head/mail/messagewall/Makefile (revision 88580) +++ head/mail/messagewall/Makefile (revision 88581) @@ -1,71 +1,71 @@ # New ports collection makefile for: messagewall-1.0.6 # Date created: 24 Sep 2002 # Whom: Pieter Danhieux # # $FreeBSD$ # PORTNAME= messagewall PORTVERSION= 1.0.8 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.messagewall.org/download/ DISTNAME= messagewall-${PORTVERSION} MAINTAINER= opr@bsdaemon.be COMMENT= Free SMTP PROXY with filtering BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring \ - ${LOCALBASE}/include/firedns.h:${PORTSDIR}/net/firedns + ${LOCALBASE}/include/firedns.h:${PORTSDIR}/dns/firedns MAN1= messagewall.1 messagewallctl.1 messagewallstats.1 MAN5= messagewall.conf.5 messagewall_profiles.5 CONF1= messagewall.conf WRKSRC= ${WRKDIR}/messagewall GNU_CONFIGURE= yes USE_REINPLACE= yes pre-fetch: @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" @${ECHO} " -DMESSAGEWALL_ALLOW_MULT_RCPT to allow multiple recipients" @${ECHO} " The profile for the first recipient will be applied to all" @${ECHO} " recipients of the message." @${ECHO} "" # Patch from "Quentin Guernsey" # for details see http://www.messagewall.org/cgi-bin/ezmlm-browse.cgi?command=showmsg&list=messagewall-discuss&month=200303&msgnum=921&threadid=lcjcimckfmdphlhpjjhn .if defined(MESSAGEWALL_ALLOW_MULT_RCPT) EXTRA_PATCHES+= ${PATCHDIR}/allow-multiple-recipients.patch .endif post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/firemake.cflags \ ${WRKSRC}/firemake.ldflags ${REINPLACE_CMD} -e 's|-lcrypto|-lcrypto ${PTHREAD_LIBS}|' \ ${WRKSRC}/firemake.libs do-install: @${CP} ${WRKSRC}/messagewall ${PREFIX}/bin @${CP} ${WRKSRC}/messagewallctl ${PREFIX}/bin @${CP} ${WRKSRC}/messagewallstats ${PREFIX}/bin @${MKDIR} ${PREFIX}/etc/messagewall @${CP} ${WRKSRC}/virus.patterns ${PREFIX}/etc/messagewall/ @${CP} -r ${WRKSRC}/profiles ${PREFIX}/etc/messagewall/ .for file in ${CONF1} @${CP} ${WRKSRC}/conf/${file} ${PREFIX}/etc/${file}.sample .endfor .for file in ${MAN1} @${CP} ${WRKSRC}/man/${file} ${PREFIX}/man/man1/ .endfor .for file in ${MAN5} @${CP} ${WRKSRC}/man/${file} ${PREFIX}/man/man5/ .endfor post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/messagewall/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/mail/p5-Email-Valid/Makefile =================================================================== --- head/mail/p5-Email-Valid/Makefile (revision 88580) +++ head/mail/p5-Email-Valid/Makefile (revision 88581) @@ -1,28 +1,28 @@ # New ports collection makefile for: mail/p5-Email-Valid # Date created: 28 December 2000 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Email-Valid PORTVERSION= 0.14 PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Email PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Check validity of Internet email addresses -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Email::Valid.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include Property changes on: head/mail/p5-Email-Valid/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/mail/p5-Mail-SpamAssassin/Makefile =================================================================== --- head/mail/p5-Mail-SpamAssassin/Makefile (revision 88580) +++ head/mail/p5-Mail-SpamAssassin/Makefile (revision 88581) @@ -1,76 +1,76 @@ # New ports collection makefile for: p5-Mail-SpamAssassin # Date created: Nov 26 2001 # Whom: Anthony Kim # # $FreeBSD$ # PORTNAME= Mail-SpamAssassin PORTVERSION= 2.55 CATEGORIES= mail perl5 MASTER_SITES= http://spamassassin.org/released/ \ ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail PKGNAMEPREFIX= p5- MAINTAINER= DougB@FreeBSD.org COMMENT= A highly efficient mail filter for identifying spam -BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_DEPENDS} \ razor-client:${PORTSDIR}/mail/razor-agents .include .if ${PERL_LEVEL} < 500600 RUN_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser BUILD_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser .endif .if ${PERL_LEVEL} < 500800 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif PERL_CONFIGURE= yes CONFIGURE_ARGS+= SYSCONFDIR="${PREFIX}/etc" \ RUN_RAZOR1_TESTS="no" RUN_RAZOR2_TESTS="no" MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mail::SpamAssassin.3 Mail::SpamAssassin::PerMsgStatus.3 \ Mail::SpamAssassin::Conf.3 \ Mail::SpamAssassin::PersistentAddrList.3 \ Mail::SpamAssassin::PerMsgLearner.3 \ Mail::SpamAssassin::Bayes.3 \ Mail::SpamAssassin::AutoWhitelist.3 \ Mail::SpamAssassin::ConfSourceSQL.3 MAN1PREFIX= ${PREFIX} MAN1= spamd.1 spamassassin.1 spamc.1 sa-learn.1 DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} post-patch: @${FIND} ${WRKSRC} -name \*.orig -delete @${MV} ${WRKSRC}/rules/local.cf ${WRKSRC}/rules/local.cf.sample @${SED} -e 's#local.cf#local.cf.sample#g' \ ${WRKSRC}/Makefile.PL > ${WRKSRC}/Makefile.PL.sed @${MV} ${WRKSRC}/Makefile.PL.sed ${WRKSRC}/Makefile.PL post-install: @${STRIP_CMD} ${PREFIX}/bin/spamc ${INSTALL_SCRIPT} ${FILESDIR}/spamd.sh ${PREFIX}/etc/rc.d/spamd.sh-dist .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/sql/README ${DOCSDIR}/README.sql cd ${WRKSRC} ; ${INSTALL_DATA} INSTALL USAGE \ BUGS COPYRIGHT Changes README TRADEMARK procmailrc.example sample* \ spamd/README* sql/spamassassin.sql ${DOCSDIR} .endif @${SED} -e 's#PREFIX#${PREFIX}#' ${PKGMESSAGE} .include Property changes on: head/mail/p5-Mail-SpamAssassin/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/mail/p5-Mail-SpamAssassin-snapshot/Makefile =================================================================== --- head/mail/p5-Mail-SpamAssassin-snapshot/Makefile (revision 88580) +++ head/mail/p5-Mail-SpamAssassin-snapshot/Makefile (revision 88581) @@ -1,79 +1,79 @@ # New ports collection makefile for: p5-Mail-SpamAssassin-devel # Date created: Dec 5 2002 # Whom: Brian Fundakowski Feldman # # $FreeBSD$ # PORTNAME= Mail-SpamAssassin PORTVERSION= 2.60-rc3 CATEGORIES= mail perl5 MASTER_SITES= http://spamassassin.org/released/ \ ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail PKGNAMEPREFIX= p5- MAINTAINER= DougB@FreeBSD.org COMMENT= A highly efficient mail filter for identifying spam -BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_DEPENDS} \ razor-client:${PORTSDIR}/mail/razor-agents .include .if ${PERL_LEVEL} < 500600 RUN_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser BUILD_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser .endif .if ${PERL_LEVEL} < 500800 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif PERL_CONFIGURE= yes CONFIGURE_ARGS+= SYSCONFDIR="${PREFIX}/etc" \ RUN_RAZOR1_TESTS="no" RUN_RAZOR2_TESTS="no" MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mail::SpamAssassin.3 Mail::SpamAssassin::PerMsgStatus.3 \ Mail::SpamAssassin::Conf.3 \ Mail::SpamAssassin::PersistentAddrList.3 \ Mail::SpamAssassin::PerMsgLearner.3 \ Mail::SpamAssassin::Bayes.3 \ Mail::SpamAssassin::AutoWhitelist.3 \ Mail::SpamAssassin::ConfSourceSQL.3 MAN1PREFIX= ${PREFIX} MAN1= spamd.1 spamassassin.1 spamc.1 sa-learn.1 DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} # XXX WRKSRC= ${WRKDIR}/Mail-SpamAssassin-2.60 post-patch: @${FIND} ${WRKSRC} -name \*.orig -delete @${MV} ${WRKSRC}/rules/local.cf ${WRKSRC}/rules/local.cf.sample @${SED} -e 's#local.cf#local.cf.sample#g' \ ${WRKSRC}/Makefile.PL > ${WRKSRC}/Makefile.PL.sed @${MV} ${WRKSRC}/Makefile.PL.sed ${WRKSRC}/Makefile.PL post-install: @${STRIP_CMD} ${PREFIX}/bin/spamc ${INSTALL_SCRIPT} ${FILESDIR}/spamd.sh ${PREFIX}/etc/rc.d/spamd.sh-dist .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/sql/README ${DOCSDIR}/README.sql cd ${WRKSRC} ; ${INSTALL_DATA} INSTALL USAGE \ BUGS COPYRIGHT Changes README TRADEMARK procmailrc.example sample* \ spamd/README* sql/spamassassin.sql ${DOCSDIR} .endif @${SED} -e 's#PREFIX#${PREFIX}#' ${PKGMESSAGE} .include Property changes on: head/mail/p5-Mail-SpamAssassin-snapshot/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/mail/p5-Mail-Spool/Makefile =================================================================== --- head/mail/p5-Mail-Spool/Makefile (revision 88580) +++ head/mail/p5-Mail-Spool/Makefile (revision 88581) @@ -1,29 +1,29 @@ # New ports collection makefile for: Mail::Spool # Date created: 24 October 2002 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= Mail-Spool PORTVERSION= 0.50 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A "pure perl" implementation of mail spooling, unspooling and sending BUILD_DEPENDS= ${SITE_PERL}/File/NFSLock.pm:${PORTSDIR}/devel/p5-File-NFSLock \ ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS + ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mail::Spool.3 Mail::Spool::Handle.3 Mail::Spool::Node.3 .include Property changes on: head/mail/p5-Mail-Spool/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/mail/p5-Mail-Verify/Makefile =================================================================== --- head/mail/p5-Mail-Verify/Makefile (revision 88580) +++ head/mail/p5-Mail-Verify/Makefile (revision 88581) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-Mail-Verify # Date created: 2 August 2001 # Whom: Pete Fritchman # # $FreeBSD$ # PORTNAME= Mail-Verify PORTVERSION= 0.02 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail PKGNAMEPREFIX= p5- MAINTAINER= petef@FreeBSD.org COMMENT= Perl module to verify email addresses -BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mail::Verify.3 .include Property changes on: head/mail/p5-Mail-Verify/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/mail/p5-Net-SMTP-Server/Makefile =================================================================== --- head/mail/p5-Net-SMTP-Server/Makefile (revision 88580) +++ head/mail/p5-Net-SMTP-Server/Makefile (revision 88581) @@ -1,37 +1,37 @@ # New ports collection makefile for: p5-Net-SMTP-Server # Date created: 22 March 2002 # Whom: Kimura Fuyuki # # $FreeBSD$ # PORTNAME= Net-SMTP-Server PORTVERSION= 1.1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- DISTNAME= SMTP-Server-${PORTVERSION} MAINTAINER= erwin@FreeBSD.org COMMENT= A native Perl SMTP Server -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} MASTER_SITE_BACKUP+= http://www.macgyver.org/software/perl/ PERL_CONFIGURE= yes MAN3= Net::SMTP::Server.3 \ Net::SMTP::Server::Client.3 \ Net::SMTP::Server::Relay.3 .include .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net .endif .include Property changes on: head/mail/p5-Net-SMTP-Server/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/mail/qmail-conf/Makefile =================================================================== --- head/mail/qmail-conf/Makefile (revision 88580) +++ head/mail/qmail-conf/Makefile (revision 88581) @@ -1,48 +1,48 @@ # New ports collection makefile for: qmail-conf # Date created: 8 April 2003 # Whom: roam@FreeBSD.org # # $FreeBSD$ # PORTNAME= qmail-conf PORTVERSION= 0.60 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.din.or.jp/~ushijima/qmail-conf/ \ http://cr.yp.to/djbdns/ DISTFILES= ${DISTNAME}.tar.gz \ ${DJBDNS_DIST} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= roam@FreeBSD.org COMMENT= Configure various qmail services to run under daemontools ALL_TARGET= it INSTALL_TARGET= setup check -NO_PACKAGE= "borrows code from djbdns, thus falls under the same restrictions as net/djbdns" +NO_PACKAGE= "borrows code from djbdns, thus falls under the same restrictions as dns/djbdns" # Note: this MUST be the same as the directory qmail is installed in! QMAIL_DIR?= /var/qmail PREFIX?= ${QMAIL_DIR} NO_MTREE= yes DJBDNS_VER= 1.05 DJBDNS_NAME= djbdns-${DJBDNS_VER} DJBDNS_DIST= ${DJBDNS_NAME}${EXTRACT_SUFX} post-extract: @(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DJBDNS_DIST} ${EXTRACT_AFTER_ARGS}) post-patch: @${ECHO_CMD} "${QMAIL_DIR}" > ${WRKSRC}/conf-qmail @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} ${CFLAGS} ${STRIP}" > ${WRKSRC}/conf-ld @${ECHO_CMD} "${LOCALBASE}" > ${WRKSRC}/conf-ucspi-tcp pre-build: @(cd ${WRKSRC} && ${MAKE} djbdns=${DJBDNS_NAME} -f Makefile.ini) .include Property changes on: head/mail/qmail-conf/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/mail/razor-agents/Makefile =================================================================== --- head/mail/razor-agents/Makefile (revision 88580) +++ head/mail/razor-agents/Makefile (revision 88581) @@ -1,41 +1,41 @@ # New ports collection makefile for: razor-agents # Date created: 29 November 2001 # Whom: Yen-Ming Lee # # $FreeBSD$ # PORTNAME= razor-agents PORTVERSION= 2.36 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= razor MAINTAINER= leeym@FreeBSD.org COMMENT= A distributed, collaborative, spam detection and filtering network -BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${SITE_PERL}/${PERL_ARCH}/Digest/Nilsimsa.pm:${PORTSDIR}/security/p5-Digest-Nilsimsa \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN1= razor-revoke.1 razor-admin.1 razor-report.1 razor-check.1 MAN3= Razor2::Errorhandler.3 Razor2::Preproc::deHTMLxs.3 \ Razor2::Syslog.3 MAN5= razor-agents.5 razor-whitelist.5 razor-agent.conf.5 post-install: @${PREFIX}/bin/razor-client .include .if ${PERL_LEVEL} < 580000 BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif .include Property changes on: head/mail/razor-agents/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/mail/ricochet/Makefile =================================================================== --- head/mail/ricochet/Makefile (revision 88580) +++ head/mail/ricochet/Makefile (revision 88581) @@ -1,35 +1,35 @@ # New ports collection makefile for: ricochet # Date created: 02 September 2001 # Whom: Yen-Ming Lee # # $FreeBSD$ # PORTNAME= ricochet PORTVERSION= 0.98 CATEGORIES= mail MASTER_SITES= http://vipul.net/perl/sources/spamcontrol/ricochet/ MAINTAINER= ache@FreeBSD.org COMMENT= An automated agent for tracing and reporting internet junk mail RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/XWhois.pm:${PORTSDIR}/net/p5-Net-XWhois \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww NO_BUILD= yes PERL_CONFIGURE= yes do-configure: .for file in install ricochet ${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},g' ${WRKSRC}/${file} ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/${file} ${REINPLACE_CMD} -e 's,%%INSTALL_DATA%%,${INSTALL_DATA},g' ${WRKSRC}/${file} .endfor do-install: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} ./install .include Property changes on: head/mail/ricochet/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/bind9/Makefile =================================================================== --- head/net/bind9/Makefile (revision 88580) +++ head/net/bind9/Makefile (revision 88581) @@ -1,114 +1,114 @@ # New ports collection makefile for: bind # Date created: 6 October 2000 # Whom: will # # $FreeBSD$ # # I stay very aware of developments with BIND in general, and with # BIND 9 in particular. I frequently delay updating this port from # a known-stable version due to concerns about stability of a newer # version. If you are concerned about using the most recent ISC # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 PORTVERSION= 9.2.2 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTFILES= bind-${ISCVERSION}.tar.gz MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS server # ISC releases things like 9.2.2rc1, which our versioning doesn't like ISCVERSION= 9.2.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --disable-threads \ --with-randomdev=/dev/random .include .if ${OSVERSION} >= 400014 USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif .if defined(PORT_REPLACES_BASE_BIND9) PKGNAMESUFFIX= -base PREFIX= /usr BIND_DESTETC= /etc/namedb CONFIGURE_ARGS+= --prefix=${PREFIX} \ --sysconfdir=${BIND_DESTETC} \ --mandir=${MANPREFIX}/man .else BIND_DESTETC= ${PREFIX}/etc .endif PLIST_SUB= BIND_DESTETC="${BIND_DESTETC}" MAN1= dig.1 host.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 lwres_buffer_init.3 \ lwres_buffer_invalidate.3 lwres_buffer_putmem.3 \ lwres_buffer_putuint16.3 lwres_buffer_putuint32.3 \ lwres_buffer_putuint8.3 lwres_buffer_subtract.3 lwres_conf_clear.3 \ lwres_conf_get.3 lwres_conf_init.3 lwres_conf_parse.3 \ lwres_conf_print.3 lwres_config.3 lwres_context.3 \ lwres_context_allocmem.3 lwres_context_create.3 \ lwres_context_destroy.3 lwres_context_freemem.3 \ lwres_context_initserial.3 lwres_context_nextserial.3 \ lwres_context_sendrecv.3 lwres_endhostent.3 lwres_endhostent_r.3 \ lwres_freeaddrinfo.3 lwres_freehostent.3 lwres_gabn.3 \ lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 \ lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 \ lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 \ lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_getaddrsbyname.3 \ lwres_gethostbyaddr.3 lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 \ lwres_gethostbyname2.3 lwres_gethostbyname_r.3 lwres_gethostent.3 \ lwres_gethostent_r.3 lwres_getipnode.3 lwres_getipnodebyaddr.3 \ lwres_getipnodebyname.3 lwres_getnamebyaddr.3 lwres_getnameinfo.3 \ lwres_getrrsetbyname.3 lwres_gnba.3 lwres_gnbarequest_free.3 \ lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 \ lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 \ lwres_gnbaresponse_render.3 lwres_herror.3 lwres_hstrerror.3 \ lwres_inetntop.3 lwres_lwpacket_parseheader.3 \ lwres_lwpacket_renderheader.3 lwres_net_ntop.3 lwres_noop.3 \ lwres_nooprequest_free.3 lwres_nooprequest_parse.3 \ lwres_nooprequest_render.3 lwres_noopresponse_free.3 \ lwres_noopresponse_parse.3 lwres_noopresponse_render.3 \ lwres_packet.3 lwres_resutil.3 lwres_sethostent.3 \ lwres_sethostent_r.3 lwres_string_parse.3 MAN5= rndc.conf.5 MAN8= dnssec-keygen.8 dnssec-makekeyset.8 dnssec-signkey.8 dnssec-signzone.8 \ lwresd.8 named-checkconf.8 named-checkzone.8 named.8 nsupdate.8 \ rndc-confgen.8 rndc.8 WRKSRC= ${WRKDIR}/bind-${ISCVERSION} post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 @ ${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.Dist @ ${SED} -e 's#/etc/named.conf#${BIND_DESTETC}/named.conf#g' \ -e 's#/etc/rndc.conf#${BIND_DESTETC}/rndc.conf#g' \ ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE} .endfor post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${BIND_DESTETC}/rndc.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/arm ${DOCSDIR}/misc ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html ${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/doc/misc/[a-z]* ${DOCSDIR}/misc ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/README ${DOCSDIR}/ .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/net/bind9/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.49 \ No newline at end of property +1.50 \ No newline at end of property Index: head/net/bind9-dlz/Makefile =================================================================== --- head/net/bind9-dlz/Makefile (revision 88580) +++ head/net/bind9-dlz/Makefile (revision 88581) @@ -1,200 +1,200 @@ # New ports collection makefile for: bind-dlz # Date Created: 08 Jun 2002 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # PORTNAME= bind9 PORTVERSION= ${ISCVERSION}+${DLZVERSION} CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} \ ${MASTER_SITES_DLZ:S/$/:dlz/} MASTER_SITE_SUBDIR= bind-dlz/:dlz PKGNAMESUFFIX= -dlz DISTFILES= bind-${ISCVERSION}.tar.gz \ DLZ-${DLZVERSION}${EXTRACT_SUFX}:dlz MAINTAINER= dinoex@FreeBSD.org COMMENT= The Berkeley Internet Name Daemon, with DLZ extensions POSTGRESQL_PORT?= databases/postgresql7 MASTER_SITES_DLZ= ${MASTER_SITE_SOURCEFORGE} ISCVERSION= 9.2.2 DLZVERSION= 0.5.0 USE_SUBMAKE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps # use user config if possible .if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" .else .if defined(BATCH) # default package, can be configured in /etc/make.conf BINDDLZ_OPTIONS?= \"OpenSSL\" \"PostgreSQL\" \"FileSystem\" .endif # make INDEX match NO_DESCRIBE=yes .endif .if defined(WITH_POSTGRESQL_DRIVER) .if !defined(WITHOUT_POSTGRESQL_DRIVER) LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+= --with-dlz-postgres .endif .endif .if defined(WITH_MYSQL_DRIVER) LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+= --with-dlz-mysql .endif .if defined(WITH_FILESYSTEM_DRIVER) .if !defined(WITHOUT_FILESYSTEM_DRIVER) CONFIGURE_ARGS+= --with-dlz-filesystem .endif .endif .if defined(WITH_STUB_DRIVER) CONFIGURE_ARGS+= --with-dlz-stub .endif .if defined(WITH_OPENSSL) .if !defined(WITHOUT_OPENSSL) USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif .endif WRKSRC= ${WRKDIR}/bind-${ISCVERSION} EXTRA_PATCHES= ${WRKDIR}/dlz.patch PLIST= ${WRKDIR}/.PLIST.more SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ CURDIR2="${.CURDIR}" \ MKDIR="${MKDIR}" \ DISTNAME="${DISTNAME}" \ BINDDLZ_OPTIONS="${BINDDLZ_OPTIONS}" DOCSDIR= ${PREFIX}/share/doc/bind9 EXTRA_DOCSDIR= share/doc/bind9-dlz EXTRA_FIX= ${WRKSRC}/configure DOCS= README.txt bind_dlz.txt changelog.txt \ dlz_bdb_driver.txt dlz_filesystem_driver.txt \ dlz_interface.txt dlz_mysql_driver.txt \ dlz_odbc_driver.txt dlz_postgres_driver.txt \ dlz_stub_driver.txt \ sdlz_helper.txt sdlz_interface.txt MAN1= dig.1 host.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 lwres_buffer_init.3 \ lwres_buffer_invalidate.3 lwres_buffer_putmem.3 \ lwres_buffer_putuint16.3 lwres_buffer_putuint32.3 \ lwres_buffer_putuint8.3 lwres_buffer_subtract.3 lwres_conf_clear.3 \ lwres_conf_get.3 lwres_conf_init.3 lwres_conf_parse.3 \ lwres_conf_print.3 lwres_config.3 lwres_context.3 \ lwres_context_allocmem.3 lwres_context_create.3 \ lwres_context_destroy.3 lwres_context_freemem.3 \ lwres_context_initserial.3 lwres_context_nextserial.3 \ lwres_context_sendrecv.3 lwres_endhostent.3 lwres_endhostent_r.3 \ lwres_freeaddrinfo.3 lwres_freehostent.3 lwres_gabn.3 \ lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 \ lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 \ lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 \ lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_getaddrsbyname.3 \ lwres_gethostbyaddr.3 lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 \ lwres_gethostbyname2.3 lwres_gethostbyname_r.3 lwres_gethostent.3 \ lwres_gethostent_r.3 lwres_getipnode.3 lwres_getipnodebyaddr.3 \ lwres_getipnodebyname.3 lwres_getnamebyaddr.3 lwres_getnameinfo.3 \ lwres_getrrsetbyname.3 lwres_gnba.3 lwres_gnbarequest_free.3 \ lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 \ lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 \ lwres_gnbaresponse_render.3 lwres_herror.3 lwres_hstrerror.3 \ lwres_inetntop.3 lwres_lwpacket_parseheader.3 \ lwres_lwpacket_renderheader.3 lwres_net_ntop.3 lwres_noop.3 \ lwres_nooprequest_free.3 lwres_nooprequest_parse.3 \ lwres_nooprequest_render.3 lwres_noopresponse_free.3 \ lwres_noopresponse_parse.3 lwres_noopresponse_render.3 \ lwres_packet.3 lwres_resutil.3 lwres_sethostent.3 \ lwres_sethostent_r.3 lwres_string_parse.3 MAN5= rndc.conf.5 MAN8= dnssec-keygen.8 dnssec-makekeyset.8 dnssec-signkey.8 dnssec-signzone.8 \ lwresd.8 named-checkconf.8 named-checkzone.8 named.8 nsupdate.8 \ rndc-confgen.8 rndc.8 pre-everything:: @ ${SETENV} ${SCRIPTS_ENV} ${SH} ${FILESDIR}/configure.bind9-dlz pre-patch: .for FILE in dlz.patch @ ${MV} ${WRKDIR}/${FILE} ${WRKDIR}/${FILE}.sed ${SED} -e "s=bind-${ISCVERSION}/==" \ ${WRKDIR}/${FILE}.sed | tr -d '\r' > ${WRKDIR}/${FILE} .endfor post-patch: @ ${MV} ${EXTRA_FIX} ${EXTRA_FIX}.sed ${SED} -e "s=-lnsl==" ${EXTRA_FIX}.sed > ${EXTRA_FIX} @ ${CHMOD} +x ${EXTRA_FIX} .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 @ ${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.sed ${SED} -e 's#/etc/named.conf#${PREFIX}/etc/named.conf#g' \ -e 's#/etc/rndc.conf#${PREFIX}/etc/rndc.conf#g' \ ${WRKSRC}/bin/${FILE}.sed > ${WRKSRC}/bin/${FILE} .endfor ${MV} -f ${WRKSRC}/bin/Makefile.in.orig ${WRKSRC}/bin/Makefile.in pre-configure: @${ECHO_CMD} "configure: ${CONFIGURE_ARGS}" pre-install: ${CAT} ${MASTERDIR}/pkg-plist >${PLIST} .if !defined(NOPORTDOCS) .for i in ${DOCS} @${ECHO_CMD} `${BASENAME} ${i}` | \ ${AWK} '{print "${EXTRA_DOCSDIR}/" $$1}' >>${PLIST} .endfor @${ECHO_CMD} "@dirrm ${EXTRA_DOCSDIR}" >>${PLIST} .endif post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${PREFIX}/etc/rndc.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/arm ${DOCSDIR}/misc ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html ${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/doc/misc/[a-z]* ${DOCSDIR}/misc ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/README ${DOCSDIR}/ ${MKDIR} ${PREFIX}/${EXTRA_DOCSDIR} @cd ${WRKDIR} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/${EXTRA_DOCSDIR}/ .endif post-clean: @ ${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc .include .if ${OSVERSION} > 500030 CONFIGURE_ARGS+= --enable-threads .else CONFIGURE_ARGS+= --disable-threads .endif .if defined(NO_DESCRIBE) describe: .if defined(BATCH) @ ${SETENV} ${SCRIPTS_ENV} ${SH} ${FILESDIR}/configure.bind9-dlz .endif @cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} BATCH=yes ${.TARGET} .endif .include Property changes on: head/net/bind9-dlz/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/net/dnssecwalker/Makefile =================================================================== --- head/net/dnssecwalker/Makefile (revision 88580) +++ head/net/dnssecwalker/Makefile (revision 88581) @@ -1,29 +1,29 @@ # ex:ts=8 # Ports collection makefile for: dnssecwalk # Date created: Feb 7, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= dnssecwalker PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= http://josefsson.org/walker/ DISTNAME= walker-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= DNSSEC Walker -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS USE_PERL5= yes NO_BUILD= yes MAN1= walker.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/walker ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/walker.1 ${MAN1PREFIX}/man/man1 .include Property changes on: head/net/dnssecwalker/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/dnswalk/Makefile =================================================================== --- head/net/dnswalk/Makefile (revision 88580) +++ head/net/dnswalk/Makefile (revision 88581) @@ -1,45 +1,45 @@ # New ports collection makefile for: dnswalk # Date created: 17 January 1998 # Whom: Matthew Hunt # # $FreeBSD$ # PORTNAME= dnswalk PORTVERSION= 2.0.2 CATEGORIES= net MASTER_SITES= http://www.visi.com/~barr/dnswalk/ MAINTAINER= mph@freebsd.org COMMENT= DNS debugger - requests a zone transfer and analyzes the result -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/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.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/gale/Makefile =================================================================== --- head/net/gale/Makefile (revision 88580) +++ head/net/gale/Makefile (revision 88581) @@ -1,39 +1,39 @@ # New ports collection makefile for: gale # Date created: 14 July 2000 # Whom: Peter Haight # # $FreeBSD$ # PORTNAME= gale PORTVERSION= 0.99e CATEGORIES= net MASTER_SITES= http://download.ofb.net/gale/ DISTNAME= ${PORTNAME}-${PORTVERSION}gg MAINTAINER= peterh@sapros.com COMMENT= A secure instant messaging system BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \ - adns.1:${PORTSDIR}/net/adns + adns.1:${PORTSDIR}/dns/adns USE_OPENSSL= yes USE_AUTOCONF_VER=213 USE_AUTOMAKE_VER=14 USE_LIBTOOL= yes INSTALLS_SHLIB= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ -I${LOCALBASE}/include/w3c-libwww LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" pre-configure: cd ${WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/net/gale/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/hinfo/Makefile =================================================================== --- head/net/hinfo/Makefile (revision 88580) +++ head/net/hinfo/Makefile (revision 88581) @@ -1,58 +1,58 @@ # New ports collection makefile for: hinfo # Date created: Mon Mar 31 22:37:48 CST 2003 # Whom: Mark Linimon # # $FreeBSD$ # PORTNAME= hinfo PORTVERSION= 1.0 CATEGORIES= net perl5 # note: the "true" MASTER_SITE is http://www.blars.org, but # due to policies on that site, it is not reachable from the # FreeBSD build machines. MASTER_SITES= http://www.lonesome.com/FreeBSD/distfiles/ MAINTAINER= linimon@lonesome.com COMMENT= Utility primarily designed to find the owner of an IP block -RUN_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ +RUN_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ wget:${PORTSDIR}/ftp/wget/ USE_PERL5_RUN= yes USE_REINPLACE= yes DATADIR?= ${PREFIX}/lib/${PORTNAME} HINFO_DBFILES= dnsbl.ins.pl whois.ins.pl HINFO_SCRIPTS= hinfo hinfo-update myhostinfo.cgi #MAN1= hinfo.1 #MAN5= hinfo.conf.5 NO_BUILD= yes # By default, we don't install myhostinfo.cgi. Install it if you wish; it'll # already be patched for you. post-extract: .for file in ${HINFO_SCRIPTS} ${REINPLACE_CMD} -E '1s|^#!.+|#!${PERL}|' ${WRKSRC}/${file} .endfor do-install: ${INSTALL_SCRIPT} ${WRKSRC}/hinfo ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/hinfo-update ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/hinfo.conf ${PREFIX}/etc/hinfo.conf.example .if !exists({PREFIX}/etc/hinfo.conf) ${INSTALL_DATA} ${WRKSRC}/hinfo.conf ${PREFIX}/etc/hinfo.conf .endif .if !defined(NOPORTDOCS) ${INSTALL_MAN} ${WRKSRC}/hinfo.1 ${PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/hinfo.conf.5 ${PREFIX}/man/man5/ .endif @${MKDIR} ${DATADIR} .for file in ${HINFO_DBFILES} ${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR} .endfor .include Property changes on: head/net/hinfo/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/ipsvd/Makefile =================================================================== --- head/net/ipsvd/Makefile (revision 88580) +++ head/net/ipsvd/Makefile (revision 88581) @@ -1,45 +1,45 @@ # New ports collection makefile for: ipsvd # Date created: 01 Apr 2002 # Whom: Sergei Kolobov # # $FreeBSD$ # PORTNAME= ipsvd PORTVERSION= 0.5.0 CATEGORIES= net MASTER_SITES= http://smarden.org/ipsvd/ MAINTAINER= sergei@kolobov.com COMMENT= Internet protocol service daemons -BUILD_DEPENDS= ${LOCALBASE}/lib/libdjbdns.a:${PORTSDIR}/devel/libdjbdns +BUILD_DEPENDS= ${LOCALBASE}/lib/libdjbdns.a:${PORTSDIR}/dns/libdjbdns WRKSRC= ${WRKDIR}/net/${DISTNAME} ALL_TARGET= default MAN5= ipsvd-instruct.5 MAN7= ipsvd.7 MAN8= ipsvd-cdb.8 tcpsvd.8 udpsvd.8 DOCS= package/CHANGES package/COPYING package/README doc/*.html do-configure: @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc @${ECHO_CMD} "${LOCALBASE}/include/libdjbdns" \ > ${WRKSRC}/src/conf-djbdnsinc @${ECHO_CMD} "${LOCALBASE}/lib" > ${WRKSRC}/src/conf-djbdnslib do-build: cd ${WRKSRC} && package/compile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/command/* ${PREFIX}/sbin .for n in 5 7 8 ${INSTALL_MAN} ${WRKSRC}/man/*.${n} ${MANPREFIX}/man/man${n} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/net/ipsvd/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/openreg/Makefile =================================================================== --- head/net/openreg/Makefile (revision 88580) +++ head/net/openreg/Makefile (revision 88581) @@ -1,43 +1,43 @@ # New ports collection makefile for: openreg # Date created: 6 June 2003 # Whom: seanc # # $FreeBSD$ # PORTNAME= openreg PORTVERSION= 1.0.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= openreg MAINTAINER= seanc@FreeBSD.org COMMENT= Domain Registry software RUN_DEPENDS= ${LOCALBASE}/sbin/stunnel:${PORTSDIR}/security/stunnel \ - ${LOCALBASE}/sbin/named:${PORTSDIR}/net/bind9 \ + ${LOCALBASE}/sbin/named:${PORTSDIR}/dns/bind9 \ ${LOCALBASE}/bin/postgres:${PORTSDIR}/${POSTGRESQL_PORT} \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -BUILD_DEPENDS= ${LOCALBASE}/include/isc/buffer.h:${PORTSDIR}/net/bind9 +BUILD_DEPENDS= ${LOCALBASE}/include/isc/buffer.h:${PORTSDIR}/dns/bind9 LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 POSTGRESQL_PORT?= databases/postgresql7 USE_OPENSSL= YES USE_PERL5= YES GNU_CONFIGURE= YES post-install: @${MKDIR} ${DOCSDIR} ;\ ${CP} -r ${WRKSRC}/doc/ ${DOCSDIR} ;\ cd ${WRKSRC}/doc ;\ for file in `${FIND} ./ ! -type d` ; do \ printf "share/doc/${PORTNAME}/%s\n" $$file >> ${TMPPLIST} ;\ done ;\ for dir in `${FIND} ./ -type d -mindepth 1| sort -r` ; do \ printf "@dirrm share/doc/${PORTNAME}/%s\n" $$dir >> ${TMPPLIST} ;\ done @${ECHO} "@dirrm share/doc/${PORTNAME}" >> ${TMPPLIST} @${CAT} pkg-message .include Property changes on: head/net/openreg/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-DNS-SEC/Makefile =================================================================== --- head/net/p5-Net-DNS-SEC/Makefile (revision 88580) +++ head/net/p5-Net-DNS-SEC/Makefile (revision 88581) @@ -1,43 +1,43 @@ # New ports collection makefile for: p5-Net-DNS-SEC # Date created: 21 July 2002 # Whom: Kimura Fuyuki # # $FreeBSD$ # PORTNAME= Net-DNS-SEC PORTVERSION= 0.11 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/ MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= DNSSEC extensions to Net::DNS -BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/DSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \ ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Bignum.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \ ${SITE_PERL}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Net::DNS::Keyset.3 Net::DNS::RR::DS.3 Net::DNS::RR::KEY.3 \ Net::DNS::RR::NXT.3 Net::DNS::RR::SIG.3 \ Net::DNS::RR::SIG::Private.3 Net::DNS::SEC.3 \ Net::DNS::SEC::Private.3 Net::DNS::RR::RRSIG.3 \ Net::DNS::RR::NSEC.3 Net::DNS::RR::DNSKEY.3 .include .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif .include Property changes on: head/net/p5-Net-DNS-SEC/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-Net-DNS-ZoneFile/Makefile =================================================================== --- head/net/p5-Net-DNS-ZoneFile/Makefile (revision 88580) +++ head/net/p5-Net-DNS-ZoneFile/Makefile (revision 88581) @@ -1,35 +1,35 @@ # New ports collection makefile for: net/p5-Net-DNS-ZoneFile # Date created: 11 June 2002 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Net-DNS-ZoneFile PORTVERSION= 1.04 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl extension to convert a zone file to a collection of RRs -BUILD_DEPENDS= ${SITE_PERL}/Net/DNS/RR.pm:${PORTSDIR}/net/p5-Net-DNS \ +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS/RR.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/NetAddr/IP.pm:${PORTSDIR}/net/p5-NetAddr-IP RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::DNS::ZoneFile.3 post-patch: ${PERL} -pi -e 's/^\s*our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ -e '$$_="" if /require 5/;' \ -e '$$_="" if /^\s*(use|no)\s+warnings;\s*$$/;' \ ${WRKSRC}/ZoneFile.pm .include Property changes on: head/net/p5-Net-DNS-ZoneFile/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-Tie-DNS/Makefile =================================================================== --- head/net/p5-Tie-DNS/Makefile (revision 88580) +++ head/net/p5-Tie-DNS/Makefile (revision 88581) @@ -1,34 +1,34 @@ # New ports collection makefile for: Tie::DNS # Date created: 25 Jan 2002 # Whom: Seamus Venasse # # $FreeBSD$ # PORTNAME= Tie-DNS PORTVERSION= 0.41 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tie PKGNAMEPREFIX= p5- MAINTAINER= svenasse@polaris.ca COMMENT= Tie interface to p5-Net-DNS -BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} EXAMPLESDIR?= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} PERL_CONFIGURE= yes MAN3= Tie::DNS.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/eg/* ${EXAMPLESDIR} .endif .include Property changes on: head/net/p5-Tie-DNS/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/py-adns/Makefile =================================================================== --- head/net/py-adns/Makefile (revision 88580) +++ head/net/py-adns/Makefile (revision 88581) @@ -1,30 +1,30 @@ # New ports collection makefile for: py-adns # Date created: 24 February 2002 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= adns PORTVERSION= 1.0.0 CATEGORIES= net python MASTER_SITES= http://dustman.net/andy/python/adns-python/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= adns-python-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= A Python Interface to adns, the asynchronous DNS library -LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns +LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns USE_PYTHON= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} post-patch: @${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \ -e 's|^\(library_dirs = \).*$$|\1\["${LOCALBASE}/lib"\]|g' \ ${WRKSRC}/setup.py .include Property changes on: head/net/py-adns/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/sleuth/Makefile =================================================================== --- head/net/sleuth/Makefile (revision 88580) +++ head/net/sleuth/Makefile (revision 88581) @@ -1,31 +1,31 @@ # New ports collection makefile for: sleuth # Date created: Jun 15, 2001 # Whom: Mark Pulford # # $FreeBSD$ # PORTNAME= sleuth PORTVERSION= 1.3 CATEGORIES= net MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/ MAINTAINER= markp@FreeBSD.org COMMENT= A tool for checking DNS zones -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS USE_PERL5= yes post-patch: ${PERL} -pi -e "s|/etc/sleuth.conf|${PREFIX}/etc/sleuth.conf|g; \ s|#!/usr/bin/perl|#!${PERL}|g;" ${WRKSRC}/sleuth do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sleuth ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/sleuth.conf ${PREFIX}/etc/sleuth.conf.sample post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/net/sleuth/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/walker/Makefile =================================================================== --- head/net/walker/Makefile (revision 88580) +++ head/net/walker/Makefile (revision 88581) @@ -1,32 +1,32 @@ # ex:ts=8 # New ports collection makefile for: walker # Date created: May 30, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= walker PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= http://josefsson.org/walker/ MAINTAINER= ports@FreeBSD.org COMMENT= Recover zone file information from servers that use DNSSEC -RUN_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/net/bind9 +RUN_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind9 USE_REINPLACE= yes NO_BUILD= yes post-patch: @${REINPLACE_CMD} -e 's,`dig,`${LOCALBASE}/bin/dig,g' ${WRKSRC}/walker do-install: ${INSTALL_SCRIPT} ${WRKSRC}/walker ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/walker ${INSTALL_DATA} ${WRKSRC}/walker.html ${PREFIX}/share/doc/walker .endif .include Property changes on: head/net/walker/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/xtraceroute/Makefile =================================================================== --- head/net/xtraceroute/Makefile (revision 88580) +++ head/net/xtraceroute/Makefile (revision 88581) @@ -1,40 +1,40 @@ # New ports collection makefile for: xtraceroute # Date created: 17 February 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= xtraceroute PORTVERSION= 0.9.0 CATEGORIES= net MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= ports@FreeBSD.org COMMENT= 3D graphical version of the traceroute program -BUILD_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/net/host +BUILD_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/dns/host LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea -RUN_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/net/host +RUN_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/dns/host USE_X_PREFIX= yes USE_MESA= yes USE_GNOME= gdkpixbuf GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \ --with-lib-GL \ --with-host=${LOCALBASE}/bin/host CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAKE_ENV= OLD_PO_FILE_INPUT=1 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.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/net-im/gale/Makefile =================================================================== --- head/net-im/gale/Makefile (revision 88580) +++ head/net-im/gale/Makefile (revision 88581) @@ -1,39 +1,39 @@ # New ports collection makefile for: gale # Date created: 14 July 2000 # Whom: Peter Haight # # $FreeBSD$ # PORTNAME= gale PORTVERSION= 0.99e CATEGORIES= net MASTER_SITES= http://download.ofb.net/gale/ DISTNAME= ${PORTNAME}-${PORTVERSION}gg MAINTAINER= peterh@sapros.com COMMENT= A secure instant messaging system BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \ - adns.1:${PORTSDIR}/net/adns + adns.1:${PORTSDIR}/dns/adns USE_OPENSSL= yes USE_AUTOCONF_VER=213 USE_AUTOMAKE_VER=14 USE_LIBTOOL= yes INSTALLS_SHLIB= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ -I${LOCALBASE}/include/w3c-libwww LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" pre-configure: cd ${WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/net-im/gale/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/security/smtpscan/Makefile =================================================================== --- head/security/smtpscan/Makefile (revision 88580) +++ head/security/smtpscan/Makefile (revision 88581) @@ -1,27 +1,27 @@ # New ports collection makefile for: smtpscan # Date created: 1 decembre 2002 # Whom: Hubert Tournier # # $FreeBSD$ # PORTNAME= smtpscan PORTVERSION= 0.5 CATEGORIES= security mail perl5 MASTER_SITES= http://www.greyhats.org/outils/smtpscan/ MAINTAINER= hubert@frbsd.org COMMENT= A remote SMTP server version detector RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS USE_PERL5= yes MAN1= smtpscan.1 WRKSRC= ${WRKDIR}/${PORTNAME} pre-build: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile .include Property changes on: head/security/smtpscan/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/sysutils/fastresolve/Makefile =================================================================== --- head/sysutils/fastresolve/Makefile (revision 88580) +++ head/sysutils/fastresolve/Makefile (revision 88581) @@ -1,44 +1,44 @@ # New ports collection makefile for: fastresolve # Date created: 11 June 2002 # Whom: verm@drunkmonk.net # # $FreeBSD$ # PORTNAME= fastresolve PORTVERSION= 2.10 CATEGORIES= sysutils MASTER_SITES= http://www.djmnet.org/sw/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Programs that process web logs to get DNS and domain ownership info LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 \ - adns.1:${PORTSDIR}/net/adns + adns.1:${PORTSDIR}/dns/adns USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CXXFLAGS="-I${LOCALBASE}/include/db3 -I${LOCALBASE}/include" MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \ expire-ip-db.1 getdominfo.1 rebuild-dom-db.1 rebuild-ip-db.1 \ reresolve.1 make-report.1 post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in AUTHORS COPYING ChangeLog INSTALL NEWS README @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor @${INSTALL_DATA} ${WRKSRC}/doc/TODO ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/timings ${DOCSDIR} .endif @${ECHO_MSG} "" @${ECHO_MSG} "If you want to use the convert-ip-db script you must" @${ECHO_MSG} "install the databases/p5-BerkeleyDB port" @${ECHO_MSG} "" .include Property changes on: head/sysutils/fastresolve/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/textproc/modlogan/Makefile =================================================================== --- head/textproc/modlogan/Makefile (revision 88580) +++ head/textproc/modlogan/Makefile (revision 88581) @@ -1,74 +1,74 @@ # New ports collection makefile for: modlogan # Date created: 06.Sep.2000 # Whom: Alexander@Leidinger.net # # $FreeBSD$ # PORTNAME= modlogan PORTVERSION= 0.8.9 PORTREVISION= 3 CATEGORIES= textproc www MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ ${MASTER_SITE_SOURCEFORGE} MAINTAINER= netchild@FreeBSD.org COMMENT= A modular log file analysis program -LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns \ +LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ gd.4:${PORTSDIR}/graphics/gd \ intl.5:${PORTSDIR}/devel/gettext \ pcre.0:${PORTSDIR}/devel/pcre \ expat.4:${PORTSDIR}/textproc/expat2 .if defined(WITH_MYSQL) # To quote the author: # It is used by src/processor/telecom/... for a commercial project. The # project itself is opensource but not documented. # Therefore no testing if it works is made in the FreeBSD port. LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .endif # Please don't remove the comments, as soon as autoconf/libtool get's # updated in the ports collection the comments may be removed. # They serve as a reminder. USE_LIBTOOL= yes INSTALLS_SHLIB= yes #LIBTOOLFLAGS= --disable-ltlibs --release-suffix USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include \ --program-transform-name=\'\' .if defined(WITH_MYSQL) CONFIGURE_ARGS+=--with-mysql .endif CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" MAN1= modlogan.1 DOC1= faq.txt glosar manual.txt translations.txt \ using-plugins.txt writing-plugins.txt post-patch: @${REINPLACE_CMD} -e 's:\@config_path\@:${PREFIX}/etc/modlogan:g' ${WRKSRC}/doc/modlogan.conf-dist.in #post-configure: # ${TOUCH} ${WRKSRC}/libltdl/config.status post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/modlogan .for i in ${DOC1} @${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/modlogan/${i} .endfor .endif ${MKDIR} ${PREFIX}/share/examples/modlogan .for i in footer.ihtml header.ihtml output.tmpl convert_history_to_07x.pl convert_to_055.pl convert_to_060.pl @${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/examples/modlogan/${i} .endfor @# remove .la -${RM} ${PREFIX}/lib/libmla_*.la .for i in css conf def.conf [ -f ${PREFIX}/etc/modlogan/modlogan.${i} ] || ${INSTALL_DATA} ${PREFIX}/etc/modlogan/modlogan.${i}-dist ${PREFIX}/etc/modlogan/modlogan.${i} .endfor .include Property changes on: head/textproc/modlogan/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/www/jdresolve/Makefile =================================================================== --- head/www/jdresolve/Makefile (revision 88580) +++ head/www/jdresolve/Makefile (revision 88581) @@ -1,43 +1,43 @@ # ex:ts=8 # New ports collection makefile for: jdresolve # Date created: 15 June 2001 # Whom: Christophe Labouisse # # $FreeBSD$ # PORTNAME= jdresolve PORTVERSION= 0.6.1 CATEGORIES= www MASTER_SITES= http://www.jdrowell.com/projects/jdresolve/ MAINTAINER= christophe@labouisse.org COMMENT= A IP addresse to hostname program for httpd log files -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PERL5= yes NO_BUILD= yes MANCOMPRESSED= no MAN1= rhost.1 jdresolve.1 DOC1= AUTHORS BUGS CHANGELOG COPYING CREDITS INSTALL README TODO do-install: .for file in jdresolve rhost ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${file}.1 ${MAN1PREFIX}/man/man1 .endfor post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/jdresolve .for i in ${DOC1} ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/jdresolve .endfor .endif .include Property changes on: head/www/jdresolve/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property