aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-01 22:56:27 +0800
committerbapt <bapt@FreeBSD.org>2014-09-01 22:56:27 +0800
commit67614607d9ab0ca1644d011d7cd259289afe35e9 (patch)
tree4d98153b7661e659f7aefdb05f75d34db867d4cd /dns
parent723181ce5503ce7e979c83e2b995f4f2b6fe114e (diff)
downloadfreebsd-ports-gnome-67614607d9ab0ca1644d011d7cd259289afe35e9.tar.gz
freebsd-ports-gnome-67614607d9ab0ca1644d011d7cd259289afe35e9.tar.zst
freebsd-ports-gnome-67614607d9ab0ca1644d011d7cd259289afe35e9.zip
Finish r366879
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/poweradmin/Makefile76
-rw-r--r--dns/poweradmin/distinfo2
-rw-r--r--dns/poweradmin/files/pkg-message.in9
-rw-r--r--dns/poweradmin/pkg-descr3
-rw-r--r--dns/poweradmin/pkg-plist-chunk5
6 files changed, 0 insertions, 96 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 078141fd1cf5..57dbce16471f 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -142,7 +142,6 @@
SUBDIR += pear-Net_DNS
SUBDIR += pear-Net_DNS2
SUBDIR += posadis
- SUBDIR += poweradmin
SUBDIR += powerdns
SUBDIR += powerdns-devel
SUBDIR += powerdns-recursor
diff --git a/dns/poweradmin/Makefile b/dns/poweradmin/Makefile
deleted file mode 100644
index 8f19aa6ecfba..000000000000
--- a/dns/poweradmin/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-# Created by: geo
-# $FreeBSD$
-
-PORTNAME= poweradmin
-PORTVERSION= 2.1.6
-CATEGORIES= dns www
-MASTER_SITES= SF/${PORTNAME} \
- https://www.poweradmin.org/download/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Set of PHP-scripts to manage PowerDNS over the web
-
-USE_PHP= gettext session mcrypt
-WANT_PHP_WEB= yes
-NO_BUILD= yes
-PEARDIR= ${PREFIX}/share/pear
-
-OPTIONS_DEFINE= MYSQL PGSQL
-OPTIONS_DEFAULT= MYSQL
-
-SUB_FILES= pkg-message
-
-CFGDIR= inc
-CFGFILE= config.inc.php
-
-PLIST= ${WRKDIR}/plist
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MMYSQL}
-RUN_DEPENDS+= ${PEARDIR}/MDB2/Driver/mysql.php:${PORTSDIR}/databases/pear-MDB2_Driver_mysql
-.endif
-
-.if ${PORT_OPTIONS:MPGSQL}
-RUN_DEPENDS+= ${PEARDIR}/MDB2/Driver/pgsql.php:${PORTSDIR}/databases/pear-MDB2_Driver_pgsql
-.endif
-
-post-extract:
- @cd ${WRKSRC} && ${RM} -rf "install"
-
-post-patch:
- cd ${WRKSRC} ; \
- ${FIND} . ! -type d ! -name config-me.inc.php | ${SORT} | \
- ${SED} -e "s,^\.,%%WWWDIR%%," >${PLIST} ; \
- ${CAT} ${PKGDIR}/pkg-plist-chunk >>${PLIST} ; \
- ${FIND} . -type d | ${SORT} -r | ${SED} \
- -e 's!^\./${CFGDIR}$$!@dirrmtry %%WWWDIR%%/${CFGDIR}!' \
- -e 's!^\.$$!@dirrmtry %%WWWDIR%%!' \
- -e 's!^\.!@dirrm %%WWWDIR%%!' >>${PLIST}
-
-do-install: install-app install-conf
-
-install-app:
- cd ${WRKSRC} ; \
- for src in $$( ${FIND} . ) ; do \
- dst=${WWWDIR}$${src#.} ; \
- if ${TEST} -d $$src ; then \
- ${MKDIR} $$dst ; \
- else \
- ${INSTALL_DATA} $$src $$dst ; \
- fi \
- done
-
-install-conf: install-app
- cd ${WWWDIR}/${CFGDIR} ; \
- ${CHMOD} 0644 config-me.inc.php ; \
- if ${TEST} ! -f ${CFGFILE} ; then \
- ${CP} -p config-me.inc.php ${CFGFILE} ; \
- fi
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/dns/poweradmin/distinfo b/dns/poweradmin/distinfo
deleted file mode 100644
index 1dfed9b20563..000000000000
--- a/dns/poweradmin/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (poweradmin-2.1.6.tgz) = ea728a522641bce59dfbe67b080c168b5484aa67b1af90a61c52f36ee573097d
-SIZE (poweradmin-2.1.6.tgz) = 254258
diff --git a/dns/poweradmin/files/pkg-message.in b/dns/poweradmin/files/pkg-message.in
deleted file mode 100644
index d08b5796c970..000000000000
--- a/dns/poweradmin/files/pkg-message.in
+++ /dev/null
@@ -1,9 +0,0 @@
-*******************************************************************************
-A sample config file is located in %%WWWDIR%%/inc/config.inc.php
-You now need to add an alias to apache's httpd.conf pointing to
-%%WWWDIR%% in order to access PowerAdmin from your web brower,
-or create a VirtualHost with DocumentRoot set to that directory.
- Alias /poweradmin/ %%WWWDIR%%/
- or
- DocumentRoot %%WWWDIR%%/
-*******************************************************************************
diff --git a/dns/poweradmin/pkg-descr b/dns/poweradmin/pkg-descr
deleted file mode 100644
index d6d9cfc0e78d..000000000000
--- a/dns/poweradmin/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This project is a web-based front-end for the PowerDNS DNS server.
-
-WWW: http://www.poweradmin.org/
diff --git a/dns/poweradmin/pkg-plist-chunk b/dns/poweradmin/pkg-plist-chunk
deleted file mode 100644
index 2f3b4bf4bc71..000000000000
--- a/dns/poweradmin/pkg-plist-chunk
+++ /dev/null
@@ -1,5 +0,0 @@
-@mode 644
-@unexec if cmp -s %D/%%WWWDIR%%/inc/config-me.inc.php %D/%%WWWDIR%%/inc/config.inc.php; then rm -f %D/%%WWWDIR%%/inc/config.inc.php; fi
-%%WWWDIR%%/inc/config-me.inc.php
-@exec if [ ! -f %B/inc/config.inc.php ] ; then cp -p %B/%f %B/inc/config.inc.php; fi
-@mode