From prvs=09968df693=root@cainites.net Sun Apr 20 21:05:39 2008 Return-Path: Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75E48106566B for ; Sun, 20 Apr 2008 21:05:39 +0000 (UTC) (envelope-from prvs=09968df693=root@cainites.net) Received: from cainites.net (tunnel3563.ipv6.xs4all.nl [IPv6:2001:888:10:deb::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8DC3F8FC1D for ; Sun, 20 Apr 2008 21:05:38 +0000 (UTC) (envelope-from prvs=09968df693=root@cainites.net) Received: from root by cainites.net with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Jnggu-000PDT-Q1 for FreeBSD-gnats-submit@freebsd.org; Sun, 20 Apr 2008 23:03:16 +0200 Message-Id: Date: Sun, 20 Apr 2008 23:03:16 +0200 From: Ralf van der Enden To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: [NEW PORT] dns/powerdns-devel: An advanced DNS server with multiple backends including SQL X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 122948 >Category: ports >Synopsis: [NEW PORT] dns/powerdns-devel: An advanced DNS server with multiple backends including SQL >Confidential: no >Severity: non-critical >Priority: low >Responsible: jadawin >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 20 21:10:00 UTC 2008 >Closed-Date: Wed May 07 13:32:58 UTC 2008 >Last-Modified: Wed May 07 13:32:58 UTC 2008 >Originator: Ralf van der Enden >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD lan.cainites.net 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Thu Apr 17 10:42:59 CEST 2008 >Description: PowerDNS is an advanced DNS server, which allows for several different backends. Current backends include MySQL, PostgreSQL, bind, etc. License: GPL V2 WWW: http://www.powerdns.com/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- powerdns-devel-3.0.20080406.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # powerdns-devel # powerdns-devel/files # powerdns-devel/files/pdns-devel.in # powerdns-devel/files/patch-modules_gpgsqlbackend_Makefile_in # powerdns-devel/files/pdns.conf # powerdns-devel/files/pkg-message.in # powerdns-devel/files/patch-modules_gpgsqlbackend_OBJECTLIBS # powerdns-devel/Makefile # powerdns-devel/distinfo # powerdns-devel/pkg-descr # powerdns-devel/pkg-plist # echo c - powerdns-devel mkdir -p powerdns-devel > /dev/null 2>&1 echo c - powerdns-devel/files mkdir -p powerdns-devel/files > /dev/null 2>&1 echo x - powerdns-devel/files/pdns-devel.in sed 's/^X//' >powerdns-devel/files/pdns-devel.in << 'END-of-powerdns-devel/files/pdns-devel.in' X#!/bin/sh X# X# $FreeBSD: ports/dns/powerdns/files/pdns.in,v 1.4 2007/02/07 04:04:45 alepulver Exp $ X# X X# PROVIDE: pdns_server X# REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%SLAPD%% X# KEYWORD: shutdown X X# X# Add the following lines to /etc/rc.conf to enable powerdns: X# X#pdns_enable="YES" X# X# See pdns_server(8) for flags. X# X X. %%RC_SUBR%% X Xname=pdns Xrcvar=`set_rcvar` X Xcommand=%%PREFIX%%/sbin/pdns_server X X# set defaults X Xpdns_enable=${pdns_enable:-"NO"} Xpdns_conf=${pdns_conf:-"%%PREFIX%%/etc/pdns/pdns.conf"} Xpdns_flags=${pdns_flags:-""} X Xload_rc_config ${name} X Xrequired_files=${pdns_conf} X Xmonitor_cmd="${command} --daemon=no --guardian=no --control-console --loglevel=9" Xextra_commands="monitor" X Xrun_rc_command "$1" END-of-powerdns-devel/files/pdns-devel.in echo x - powerdns-devel/files/patch-modules_gpgsqlbackend_Makefile_in sed 's/^X//' >powerdns-devel/files/patch-modules_gpgsqlbackend_Makefile_in << 'END-of-powerdns-devel/files/patch-modules_gpgsqlbackend_Makefile_in' X--- modules/gpgsqlbackend/Makefile.in.org 2008-03-18 22:30:19.000000000 +0100 X+++ modules/gpgsqlbackend/Makefile.in 2008-03-18 22:31:26.000000000 +0100 X@@ -213,14 +213,14 @@ X AM_CPPFLAGS = @THREADFLAGS@ X lib_LTLIBRARIES = libgpgsqlbackend.la X EXTRA_DIST = OBJECTFILES OBJECTLIBS X-INCLUDES = -I@PGSQL_incdir@ X+INCLUDES = -I@includedir@ -I@PGSQL_incdir@ X libgpgsqlbackend_la_SOURCES = gpgsqlbackend.cc gpgsqlbackend.hh \ X spgsql.hh spgsql.cc X X libgpgsqlbackend_la_LDFLAGS = -module -avoid-version @PGSQL_lib@ -Wl,-Bstatic -lpq \ X -Wl,-Bdynamic X X-libgpgsqlbackend_la_LIBADD = -lssl -lcrypt -lcrypto X+libgpgsqlbackend_la_LIBADD = -lssl -lcrypto X all: all-am X X .SUFFIXES: END-of-powerdns-devel/files/patch-modules_gpgsqlbackend_Makefile_in echo x - powerdns-devel/files/pdns.conf sed 's/^X//' >powerdns-devel/files/pdns.conf << 'END-of-powerdns-devel/files/pdns.conf' X# MySQL X#launch=gmysql X#gmysql-host=127.0.0.1 X#gmysql-dbname=pdns X#gmysql-user=pdns X#gmysql-password=pdns X X# PostgreSQL X#launch=gpgsql X#gpgsql-host=127.0.0.1 X#gpgsql-dbname=pdns X#gpgsql-user=pdns X#gpgsql-password=pdns X X# SQLite 2 X#launch=gsqlite X#gsqlite-database= X X# SQLite 3 X#launch=gsqlite3 X#gsqlite3-database= X X# LDAP (check http://www.linuxnetworks.de for more information) X#launch=ldap X#ldap-host (default "127.0.0.1:389") X#ldap-starttls (default "no") X#ldap-basedn (default "") X#ldap-binddn (default "") X#ldap-secret (default "") X#ldap-method (default "simple") X#ldap-filter-axfr (default "(:target:)" ) Xldap-filter-lookup (default "(:target:)" ) X X# OpenDBX (check http://www.linuxnetworks.de for more information) X#launch=opendbx X#opendbx-backend (default "mysql") X#opendbx-host-read (default "127.0.0.1") X#opendbx-host-write (default "127.0.0.1") X#opendbx-database (default "powerdns") X#opendbx-username (default "powerdns") X#opendbx-password (default "") X X# Autogenerated configuration file template X################################# X# allow-axfr-ips Allow zonetransfers only to these subnets X# X# allow-axfr-ips=0.0.0.0/0 X X################################# X# allow-recursion List of subnets that are allowed to recurse X# X# allow-recursion=0.0.0.0/0 X X################################# X# allow-recursion-override Set this so that local data fully overrides the recursor X# X# allow-recursion-override=no X X################################# X# cache-ttl Seconds to store packets in the PacketCache X# X# cache-ttl=20 X X################################# X# chroot If set, chroot to this directory for more security X# X# chroot= X X################################# X# config-dir Location of configuration directory (pdns.conf) X# X# config-dir=/usr/local/etc X X################################# X# config-name Name of this virtual configuration - will rename the binary image X# X# config-name= X X################################# X# control-console Debugging switch - don't use X# X# control-console=no X X################################# X# daemon Operate as a daemon X# X# daemon=no X X################################# X# default-soa-name name to insert in the SOA record if none set in the backend X# X# default-soa-name=a.misconfigured.powerdns.server X X################################# X# default-ttl Seconds a result is valid if not set otherwise X# X# default-ttl=3600 X X################################# X# disable-axfr Disable zonetransfers but do allow TCP queries X# X# disable-axfr=no X X################################# X# disable-tcp Do not listen to TCP queries X# X# disable-tcp=no X X################################# X# distributor-threads Default number of Distributor (backend) threads to start X# X# distributor-threads=3 X X################################# X# do-ipv6-additional-processing Do AAAA additional processing X# X# do-ipv6-additional-processing=no X X################################# X# fancy-records Process URL and MBOXFW records X# X# fancy-records=no X X################################# X# guardian Run within a guardian process X# X# guardian=no X X################################# X# launch Which backends to launch and order to query them in X# X# launch= X X################################# X# lazy-recursion Only recurse if question cannot be answered locally X# X# lazy-recursion=yes X X################################# X# load-modules Load this module - supply absolute or relative path X# X# load-modules= X X################################# X# local-address Local IP addresses to which we bind X# X# local-address=0.0.0.0 X X################################# X# local-ipv6 Local IP address to which we bind X# X# local-ipv6= X X################################# X# local-port The port on which we listen X# X# local-port=53 X X################################# X# log-dns-details If PDNS should log DNS non-erroneous details X# X# log-dns-details= X X################################# X# log-failed-updates If PDNS should log failed update requests X# X# log-failed-updates= X X################################# X# logfile Logfile to use X# X# logfile=pdns.log X X################################# X# logging-facility Log under a specific facility X# X# logging-facility= X X################################# X# loglevel Amount of logging. Higher is more. Do not set below 3 X# X# loglevel=4 X X################################# X# master Act as a master X# X# master=no X X################################# X# max-queue-length Maximum queuelength before considering situation lost X# X# max-queue-length=5000 X X################################# X# max-tcp-connections Maximum number of TCP connections X# X# max-tcp-connections=10 X X################################# X# module-dir Default directory for modules X# X# module-dir=/usr/local/lib X X################################# X# negquery-cache-ttl Seconds to store packets in the PacketCache X# X# negquery-cache-ttl=60 X X################################# X# no-shuffle Set this to prevent random shuffling of answers - for regression testing X# X# no-shuffle=off X X################################# X# out-of-zone-additional-processing Do out of zone additional processing X# X# out-of-zone-additional-processing=yes X X################################# X# pipebackend-abi-version Version of the pipe backend ABI X# X# pipebackend-abi-version=1 X X################################# X# query-cache-ttl Seconds to store packets in the PacketCache X# X# query-cache-ttl=20 X X################################# X# query-local-address Source IP address for sending queries X# X# query-local-address= X X################################# X# query-logging Hint backends that queries should be logged X# X# query-logging=no X X################################# X# queue-limit Maximum number of milliseconds to queue a query X# X# queue-limit=1500 X X################################# X# recursive-cache-ttl Seconds to store packets in the PacketCache X# X# recursive-cache-ttl=10 X X################################# X# recursor If recursion is desired, IP address of a recursing nameserver X# X# recursor=no X X################################# X# send-root-referral Send out old-fashioned root-referral instead of ServFail in case of no authority X# X# send-root-referral=no X X################################# X# setgid If set, change group id to this gid for more security X# X# setgid= X X################################# X# setuid If set, change user id to this uid for more security X# X# setuid= X X################################# X# skip-cname Do not perform CNAME indirection for each query X# X# skip-cname=no X X################################# X# slave Act as a slave X# X# slave=no X X################################# X# slave-cycle-interval Reschedule failed SOA serial checks once every .. seconds X# X# slave-cycle-interval=60 X X################################# X# smtpredirector Our smtpredir MX host X# X# smtpredirector=a.misconfigured.powerdns.smtp.server X X################################# X# soa-expire-default Default SOA expire X# X# soa-expire-default=604800 X X################################# X# soa-minimum-ttl Default SOA mininum ttl X# X# soa-minimum-ttl=3600 X X################################# X# soa-refresh-default Default SOA refresh X# X# soa-refresh-default=10800 X X################################# X# soa-retry-default Default SOA retry X# X# soa-retry-default=3600 X X################################# X# soa-serial-offset Make sure that no SOA serial is less than this number X# X# soa-serial-offset=0 X X################################# X# socket-dir Where the controlsocket will live X# X# socket-dir=/var/run X X################################# X# strict-rfc-axfrs Perform strictly rfc compliant axfrs (very slow) X# X# strict-rfc-axfrs=no X X################################# X# urlredirector Where we send hosts to that need to be url redirected X# X# urlredirector=127.0.0.1 X X################################# X# use-logfile Use a log file X# X# use-logfile=no X X################################# X# version-string PowerDNS version in packets - full, anonymous, powerdns or custom X# X# version-string=full X X################################# X# webserver Start a webserver for monitoring X# X# webserver=no X X################################# X# webserver-address IP Address of webserver to listen on X# X# webserver-address=127.0.0.1 X X################################# X# webserver-password Password required for accessing the webserver X# X# webserver-password= X X################################# X# webserver-port Port of webserver to listen on X# X# webserver-port=8081 X X################################# X# webserver-print-arguments If the webserver should print arguments X# X# webserver-print-arguments=no X X################################# X# wildcard-url Process URL and MBOXFW records X# X# wildcard-url=no X X################################# X# wildcards Honor wildcards in the database X# X# wildcards= END-of-powerdns-devel/files/pdns.conf echo x - powerdns-devel/files/pkg-message.in sed 's/^X//' >powerdns-devel/files/pkg-message.in << 'END-of-powerdns-devel/files/pkg-message.in' X X******************************************************************* X Enable powerdns in /etc/rc.conf with the following line: X X pdns_enable="YES" X X Configuration templates are available in %%PREFIX%%/etc/pdns X as pdns.conf-dist. X******************************************************************* X END-of-powerdns-devel/files/pkg-message.in echo x - powerdns-devel/files/patch-modules_gpgsqlbackend_OBJECTLIBS sed 's/^X//' >powerdns-devel/files/patch-modules_gpgsqlbackend_OBJECTLIBS << 'END-of-powerdns-devel/files/patch-modules_gpgsqlbackend_OBJECTLIBS' X--- modules/gpgsqlbackend/OBJECTLIBS.orig Sat Apr 23 23:40:15 2005 X+++ modules/gpgsqlbackend/OBJECTLIBS Mon Jul 18 14:21:17 2005 X@@ -1,3 +1,3 @@ X--lpq -lssl -lcrypto -lcrypt -lresolv -lnsl X+-lpq -lssl -lcrypto X X END-of-powerdns-devel/files/patch-modules_gpgsqlbackend_OBJECTLIBS echo x - powerdns-devel/Makefile sed 's/^X//' >powerdns-devel/Makefile << 'END-of-powerdns-devel/Makefile' X# New ports collection makefile for: powerdns-devel X# Date Created: 15 April 2008 X# Whom: tremere@cainites.net X# X# $FreeBSD$ X# X XPORTNAME= powerdns XPORTVERSION= 3.0.${SNAPSHOT} XCATEGORIES= dns ipv6 XMASTER_SITES= http://svn.powerdns.com/snapshots/${REVISION}/ XPKGNAMESUFFIX= -devel XDISTNAME= pdns-${PORTVERSION:S/.${SNAPSHOT}//}-svn.${SNAPSHOT}.${REVISION} X XMAINTAINER= tremere@cainites.net XCOMMENT= An advanced DNS server with multiple backends including SQL X XBUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost X XSNAPSHOT= 20080406 XREVISION= 1177 X XCONFLICTS= powerdns-[0-2]* X XUSE_GMAKE= YES XUSE_SUBMAKE= YES XUSE_AUTOTOOLS= libtool:15 XUSE_LDCONFIG= YES XCXXFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ARGS+= --with-modules="pipe" \ X --with-dynmodules="${CONFIGURE_MODULES}" \ X --sysconfdir="${PREFIX}/etc/pdns" \ X# --enable-debug XSCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ X CURDIR2="${.CURDIR}" \ X MKDIR="${MKDIR}" \ X DISTNAME="${DISTNAME}" \ X POWERDNS_OPTIONS="${POWERDNS_OPTIONS}" XMAN8= pdns_control.8 pdns_server.8 zone2sql.8 X XSUB_FILES= pkg-message X XOPTIONS= PGSQL "PostgreSQL backend" on \ X PGSQL_LOCAL "RUN_DEPEND on PostgreSQL" on \ X MYSQL "MySQL backend" off \ X MYSQL_LOCAL "RUN_DEPEND on MySQL server" off \ X SQLITE "SQLite 2 backend" off \ X SQLITE3 "SQLite 3 backend" off \ X OPENDBX "OpenDBX backend" off \ X OPENLDAP "OpenLDAP backend" off \ X OPENLDAP_LOCAL "RUN_DEPEND on OpenLDAP server" off \ X GEO "Geo backend" off X X.include X XUSE_RC_SUBR+= pdns-devel X X.if defined(WITH_GEO) XCONFIGURE_MODULES+= "geo" XPLIST_SUB+= WITHGEO="" X.else XPLIST_SUB+= WITHGEO="@comment " X.endif X X.if defined(WITH_SQLITE) && defined(WITH_SQLITE3) XBROKEN= choose only one SQLite backend version X.endif X X.if defined(WITH_PGSQL) X#USE_PGSQL?= YES XCONFIGURE_MODULES+= "gpgsql" XPLIST_SUB+= WITHPGSQL="" X.else XCONFIGURE_ARGS+= --disable-pgsql XPLIST_SUB+= WITHPGSQL="@comment " X.endif X X.if defined(WITH_MYSQL) X#USE_MYSQL?= YES XCONFIGURE_MODULES+= "gmysql" XCXXFLAGS+= -I${LOCALBASE}/include/mysql XLDFLAGS+= -L${LOCALBASE}/lib/mysql XPLIST_SUB+= WITHMYSQL="" X.else XCONFIGURE_ARGS+= --disable-mysql XPLIST_SUB+= WITHMYSQL="@comment " X.endif X X.if defined(WITH_OPENDBX) || defined(WITH_PGSQL) X. if defined(WITH_PGSQL_LOCAL) XUSE_PGSQL?= YES XRUN_DEPENDS+= postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server XSUB_LIST+= PGSQL=postgresql X. else XSUB_LIST+= PGSQL= X. endif X.endif X.if defined(WITH_OPENDBX) || defined(WITH_MYSQL) X. if defined(WITH_MYSQL_LOCAL) XUSE_MYSQL?= YES XRUN_DEPENDS+= mysql-server>=0:${PORTSDIR}/databases/mysql${MYSQL_VER}-server XSUB_LIST+= MYSQL=mysql X. else XSUB_LIST+= MYSQL= X. endif X.endif X X.if defined(WITH_OPENLDAP) XUSE_OPENLDAP?= YES XCONFIGURE_MODULES+= "ldap" XCXXFLAGS+= -L${LOCALBASE}/lib -DLDAP_DEPRECATED=1 XPLIST_SUB+= WITHOPENLDAP="" X. if defined(WITH_OPENLDAP_LOCAL) XRUN_DEPENDS+= openldap-server>=0:${PORTSDIR}/net/openldap${WANT_OPENLDAP_VER}-server XSUB_LIST+= SLAPD=slapd X. else XSUB_LIST+= SLAPD= X. endif X.else XPLIST_SUB+= WITHOPENLDAP="@comment " X.endif X X.if defined(WITH_SQLITE) XUSE_SQLITE?= 2 XCONFIGURE_MODULES+= "gsqlite" XPLIST_SUB+= WITHSQLITE="" X.else XPLIST_SUB+= WITHSQLITE="@comment " X.endif X X.if defined(WITH_SQLITE3) XUSE_SQLITE?= 3 XCONFIGURE_MODULES+= "gsqlite3" XPLIST_SUB+= WITHSQLITE3="" X.else XPLIST_SUB+= WITHSQLITE3="@comment " X.endif X X.if defined(WITH_OPENDBX) XLIB_DEPENDS+= opendbx.[1-2]:${PORTSDIR}/databases/opendbx XCONFIGURE_MODULES+= "opendbx" XPLIST_SUB+= WITHOPENDBX="" XCXXFLAGS+= -L${LOCALBASE}/lib X.else XPLIST_SUB+= WITHOPENDBX="@comment " X.endif X X.if ${OSVERSION} < 500039 XUSE_GCC=3.4 X.endif X X.if defined(WITH_OPENLDAP) Xpost-patch: X ${REINPLACE_CMD} -e 's;-I. ;-I. -I${LOCALBASE}/include ;' \ X -e 's;la_LDFLAGS =;la_LDFLAGS = -L${LOCALBASE}/lib;' \ X ${WRKSRC}/modules/ldapbackend/Makefile.in X ${REINPLACE_CMD} -e 's;@LIBDL@;@LIBDL@ -L${LOCALBASE}/lib;' \ X -e 's;@modulelibs@;@modulelibs@ -llber;' \ X ${WRKSRC}/pdns/Makefile.in X.endif X Xpost-install: X.if !exists(${PREFIX}/etc/pdns/pdns.conf) X ${INSTALL_DATA} ${PREFIX}/etc/pdns/pdns.conf-dist ${PREFIX}/etc/pdns/pdns.conf X.endif X.if !defined(NOPORTDOCS) X ${MKDIR} ${EXAMPLESDIR} X.for i in pdns.conf X ${INSTALL_DATA} ${FILESDIR}/$i ${EXAMPLESDIR}/ X.endfor X.endif X @${CAT} ${PKGMESSAGE} X X.include END-of-powerdns-devel/Makefile echo x - powerdns-devel/distinfo sed 's/^X//' >powerdns-devel/distinfo << 'END-of-powerdns-devel/distinfo' XMD5 (pdns-3.0-svn.20080406.1177.tar.gz) = af423e94344620573304aa0d52071a29 XSHA256 (pdns-3.0-svn.20080406.1177.tar.gz) = 9e3b62912dfc7fb10cf59f7215331701d9b219b9869a03020d680a41f0a12f4a XSIZE (pdns-3.0-svn.20080406.1177.tar.gz) = 1035388 END-of-powerdns-devel/distinfo echo x - powerdns-devel/pkg-descr sed 's/^X//' >powerdns-devel/pkg-descr << 'END-of-powerdns-devel/pkg-descr' XPowerDNS is an advanced DNS server, which allows for several different Xbackends. Current backends include MySQL, PostgreSQL, bind, etc. X XLicense: GPL V2 X XWWW: http://www.powerdns.com/ END-of-powerdns-devel/pkg-descr echo x - powerdns-devel/pkg-plist sed 's/^X//' >powerdns-devel/pkg-plist << 'END-of-powerdns-devel/pkg-plist' Xbin/pdns_control Xbin/zone2ldap Xbin/zone2sql Xsbin/pdns_server X%%WITHPGSQL%%lib/libgpgsqlbackend.a X%%WITHPGSQL%%lib/libgpgsqlbackend.la X%%WITHPGSQL%%lib/libgpgsqlbackend.so X%%WITHMYSQL%%lib/libgmysqlbackend.a X%%WITHMYSQL%%lib/libgmysqlbackend.la X%%WITHMYSQL%%lib/libgmysqlbackend.so X%%WITHSQLITE%%lib/libgsqlitebackend.a X%%WITHSQLITE%%lib/libgsqlitebackend.la X%%WITHSQLITE%%lib/libgsqlitebackend.so X%%WITHSQLITE3%%lib/libgsqlite3backend.a X%%WITHSQLITE3%%lib/libgsqlite3backend.la X%%WITHSQLITE3%%lib/libgsqlite3backend.so X%%WITHOPENLDAP%%lib/libldapbackend.a X%%WITHOPENLDAP%%lib/libldapbackend.la X%%WITHOPENLDAP%%lib/libldapbackend.so X%%WITHOPENDBX%%lib/libopendbxbackend.a X%%WITHOPENDBX%%lib/libopendbxbackend.la X%%WITHOPENDBX%%lib/libopendbxbackend.so X%%WITHGEO%%lib/libgeobackend.a X%%WITHGEO%%lib/libgeobackend.la X%%WITHGEO%%lib/libgeobackend.so Xlib/libpipebackend.a Xlib/libpipebackend.la Xlib/libpipebackend.so X@unexec if cmp -s %D/etc/pdns/pdns.conf %D/etc/pdns/pdns.conf-dist; then rm -f %D/etc/pdns/pdns.conf; fi Xetc/pdns/pdns.conf-dist X@exec [ -f %B/pdns.conf ] || cp %B/%f %B/pdns.conf X%%PORTDOCS%%%%EXAMPLESDIR%%/pdns.conf X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% X@dirrmtry etc/pdns END-of-powerdns-devel/pkg-plist exit --- powerdns-devel-3.0.20080406.shar ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->jadawin Responsible-Changed-By: jadawin Responsible-Changed-When: Mon Apr 21 14:18:34 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=122948 State-Changed-From-To: open->repocopy State-Changed-By: jadawin State-Changed-When: Mon Apr 21 14:27:28 UTC 2008 State-Changed-Why: Responsible-Changed-Why: Please repocopy dns/powerdns to dns/powerdns-devel http://www.freebsd.org/cgi/query-pr.cgi?pr=122948 Responsible-Changed-From-To: jadawin->portmgr Responsible-Changed-By: jadawin Responsible-Changed-When: Mon Apr 21 14:31:17 UTC 2008 Responsible-Changed-Why: Please repocopy dns/powerdns to dns/powerdns-devel http://www.freebsd.org/cgi/query-pr.cgi?pr=122948 State-Changed-From-To: repocopy->open State-Changed-By: marcus State-Changed-When: Sat Apr 26 17:55:40 UTC 2008 State-Changed-Why: Repocopy complete. Responsible-Changed-From-To: portmgr->jadawin Responsible-Changed-By: marcus Responsible-Changed-When: Sat Apr 26 17:55:40 UTC 2008 Responsible-Changed-Why: Repocopy complete. http://www.freebsd.org/cgi/query-pr.cgi?pr=122948 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/122948: commit references a PR Date: Wed, 7 May 2008 12:37:00 +0000 (UTC) jadawin 2008-05-07 12:36:50 UTC FreeBSD ports repository Modified files: dns/powerdns-devel Makefile distinfo pkg-descr pkg-plist Log: - Force commit, repocopy dns/powerdns to dns/powerdns-devel PR: ports/122948 Submitted by: Ralf van der Enden Approved by: thierry (mentor) Repocopy by: marcus Revision Changes Path 1.59 +0 -0 ports/dns/powerdns-devel/Makefile 1.16 +0 -0 ports/dns/powerdns-devel/distinfo 1.2 +0 -0 ports/dns/powerdns-devel/pkg-descr 1.15 +0 -0 ports/dns/powerdns-devel/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/122948: commit references a PR Date: Wed, 7 May 2008 12:40:08 +0000 (UTC) jadawin 2008-05-07 12:40:00 UTC FreeBSD ports repository Modified files: dns/powerdns-devel Makefile distinfo pkg-plist dns/powerdns-devel/files patch-modules_gpgsqlbackend_Makefile_in Added files: dns/powerdns-devel/files pdns-devel.in Removed files: dns/powerdns-devel/files patch-pdns_qtype_cc tables-mssql_or_sybase.sql tables-mysql.sql tables-pgsql.sql tables-sqlite.sql Log: PowerDNS is an advanced DNS server, which allows for several different backends. Current backends include MySQL, PostgreSQL, bind, etc. License: GPL V2 WWW: http://www.powerdns.com/ PR: ports/122948 Submitted by: Ralf van der Enden Approved by: thierry (mentor) Revision Changes Path 1.60 +46 -6 ports/dns/powerdns-devel/Makefile 1.17 +3 -3 ports/dns/powerdns-devel/distinfo 1.4 +5 -5 ports/dns/powerdns-devel/files/patch-modules_gpgsqlbackend_Makefile_in 1.2 +0 -15 ports/dns/powerdns-devel/files/patch-pdns_qtype_cc (dead) 1.1 +38 -0 ports/dns/powerdns-devel/files/pdns-devel.in (new) 1.2 +0 -56 ports/dns/powerdns-devel/files/tables-mssql_or_sybase.sql (dead) 1.2 +0 -57 ports/dns/powerdns-devel/files/tables-mysql.sql (dead) 1.2 +0 -57 ports/dns/powerdns-devel/files/tables-pgsql.sql (dead) 1.2 +0 -51 ports/dns/powerdns-devel/files/tables-sqlite.sql (dead) 1.16 +2 -6 ports/dns/powerdns-devel/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/122948: commit references a PR Date: Wed, 7 May 2008 12:43:44 +0000 (UTC) jadawin 2008-05-07 12:43:40 UTC FreeBSD ports repository Modified files: . modules dns Makefile Log: - Add dns/powerdns-devel PR: ports/122948 Submitted by: Ralf van der Enden Approved by: thierry Revision Changes Path 1.19777 +1 -0 CVSROOT/modules 1.93 +0 -0 ports/dns/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Wed May 7 13:32:57 UTC 2008 State-Changed-Why: New port added, with approved changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=122948 >Unformatted: