Index: head/dns/Makefile =================================================================== --- head/dns/Makefile (revision 126959) +++ head/dns/Makefile (revision 126960) @@ -1,87 +1,88 @@ # $FreeBSD$ # COMMENT = Domain Name Service tools SUBDIR += adns SUBDIR += ares SUBDIR += bind8 SUBDIR += bind84 SUBDIR += bind9 SUBDIR += bind9-dlz SUBDIR += crossip SUBDIR += ddclient SUBDIR += ddup SUBDIR += dhid SUBDIR += dhisd SUBDIR += djbdns SUBDIR += djbdns-tools SUBDIR += dlint SUBDIR += dnrd SUBDIR += dns_balance SUBDIR += dnsdoctor SUBDIR += dnsflood SUBDIR += dnshijacker SUBDIR += dnsjava SUBDIR += dnsmasq SUBDIR += dnsproxy SUBDIR += dnstop SUBDIR += dnstracer SUBDIR += dnsutl SUBDIR += dnswalk SUBDIR += domtools SUBDIR += drill SUBDIR += ez-ipupdate SUBDIR += fastresolve SUBDIR += firedns SUBDIR += fpdns SUBDIR += geta SUBDIR += ghtool SUBDIR += gresolver SUBDIR += h2n SUBDIR += hesiod SUBDIR += host SUBDIR += idnkit SUBDIR += ipcheck SUBDIR += ldapdns SUBDIR += libdjbdns SUBDIR += maradns SUBDIR += mdnsd SUBDIR += mydns SUBDIR += noip SUBDIR += nsd SUBDIR += nslint SUBDIR += nsping SUBDIR += odsclient SUBDIR += p5-BIND-Conf_Parser SUBDIR += p5-DNS-Config SUBDIR += p5-DNS-Zone SUBDIR += p5-DNS-ZoneParse SUBDIR += p5-Net-DNS SUBDIR += p5-Net-DNS-SEC SUBDIR += p5-Net-DNS-ZoneCheck SUBDIR += p5-Net-DNS-ZoneFile SUBDIR += p5-Net-DNS-ZoneFile-Fast SUBDIR += p5-Net-Nslookup SUBDIR += p5-POE-Component-Client-DNS SUBDIR += p5-Stanford-DNSserver SUBDIR += p5-Tie-DNS SUBDIR += pdnsd SUBDIR += posadis + SUBDIR += poweradmin SUBDIR += powerdns SUBDIR += py-adns SUBDIR += py-dns SUBDIR += py-dnspython SUBDIR += rbldnsd SUBDIR += rbllookup SUBDIR += sheerdns SUBDIR += skadns SUBDIR += sleuth SUBDIR += sqldjbdns SUBDIR += staticcharge SUBDIR += totd SUBDIR += updatedd SUBDIR += walker SUBDIR += zonecheck .include Property changes on: head/dns/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/dns/poweradmin/Makefile =================================================================== --- head/dns/poweradmin/Makefile (nonexistent) +++ head/dns/poweradmin/Makefile (revision 126960) @@ -0,0 +1,40 @@ +# New ports collection makefile for: poweradmin +# Date created: 19 January 2005 +# Whom: geo +# +# $FreeBSD$ +# + +PORTNAME= poweradmin +PORTVERSION= 1.2.7 +CATEGORIES= dns www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= poweradmin + +MAINTAINER= grivat@sicfa.net +COMMENT= A set of PHP-scripts to manage PowerDNS over the web + +RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB + +USE_PHP= mysql +WANT_PHP_WEB= yes +WANT_PHP_PEAR= yes +NO_BUILD= yes +SUB_FILES= pkg-message +SUB_LIST= INSTALLDIR=${INSTALLDIR} + +WEBOWN?= www +WEBGRP?= www +WWWDIR= ${PREFIX}/www +INSTALLDIR= ${WWWDIR}/poweradmin + +do-install: + ${MKDIR} ${INSTALLDIR} + cd ${WRKSRC}; ${FIND} . \ + | ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} + ${MV} ${INSTALLDIR}/inc/config-block.inc.php ${INSTALLDIR}/inc/config.inc.php.sample + +post-install: + @${CAT} ${PKGMESSAGE} + +.include Property changes on: head/dns/poweradmin/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/dns/poweradmin/distinfo =================================================================== --- head/dns/poweradmin/distinfo (nonexistent) +++ head/dns/poweradmin/distinfo (revision 126960) @@ -0,0 +1,2 @@ +MD5 (poweradmin-1.2.7.tar.gz) = 0e639b7a245b7ccda0af4b50221d2cea +SIZE (poweradmin-1.2.7.tar.gz) = 61531 Property changes on: head/dns/poweradmin/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/dns/poweradmin/files/pkg-message.in =================================================================== --- head/dns/poweradmin/files/pkg-message.in (nonexistent) +++ head/dns/poweradmin/files/pkg-message.in (revision 126960) @@ -0,0 +1,9 @@ +******************************************************************************* +A sample config file is located in %%INSTALLDIR%%/inc/config.inc.php.sample +You now need to add an alias to apache's httpd.conf pointing to +${INSTALLDIR} in order to access PowerAdmin from your web brower, +or create a VirtualHost with DocumentRoot set to that directory. + Alias /poweradmin/ %%INSTALLDIR%%/ + or + DocumentRoot %%INSTALLDIR%%/ +******************************************************************************* Property changes on: head/dns/poweradmin/files/pkg-message.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/dns/poweradmin/pkg-descr =================================================================== --- head/dns/poweradmin/pkg-descr (nonexistent) +++ head/dns/poweradmin/pkg-descr (revision 126960) @@ -0,0 +1,6 @@ +This project is a web-based front-end for the PowerDNS DNS server. + +WWW: http://www.poweradmin.org/ + +- Geoffroy RIVAT +grivat@sicfa.net Property changes on: head/dns/poweradmin/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/dns/poweradmin/pkg-plist =================================================================== --- head/dns/poweradmin/pkg-plist (nonexistent) +++ head/dns/poweradmin/pkg-plist (revision 126960) @@ -0,0 +1,39 @@ +www/poweradmin/add_record.php +www/poweradmin/delete_domain.php +www/poweradmin/delete_record.php +www/poweradmin/delete_user.php +www/poweradmin/docs/ChangeLog +www/poweradmin/docs/README +www/poweradmin/docs/README-Sequence +www/poweradmin/docs/REDHAT-README +www/poweradmin/docs/TODO +www/poweradmin/edit.php +www/poweradmin/edit_record.php +www/poweradmin/edit_user.php +www/poweradmin/images/background.jpg +www/poweradmin/images/delete.gif +www/poweradmin/images/edit.gif +www/poweradmin/inc/auth.inc.php +www/poweradmin/inc/config.inc.php.sample +www/poweradmin/inc/dal.inc.php +www/poweradmin/inc/database.inc.php +www/poweradmin/inc/dns.inc.php +www/poweradmin/inc/error.inc.php +www/poweradmin/inc/footer.inc.php +www/poweradmin/inc/header.inc.php +www/poweradmin/inc/record.inc.php +www/poweradmin/inc/toolkit.inc.php +www/poweradmin/inc/users.inc.php +www/poweradmin/index.php +www/poweradmin/install.php +www/poweradmin/migrator.php-pa +www/poweradmin/search.php +www/poweradmin/seq_update.php +www/poweradmin/style/style.css.php +www/poweradmin/test_setup.php +www/poweradmin/users.php +@dirrm www/poweradmin/style +@dirrm www/poweradmin/inc +@dirrm www/poweradmin/images +@dirrm www/poweradmin/docs +@dirrm www/poweradmin Property changes on: head/dns/poweradmin/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property