This project is a web-based front-end for the PowerDNS DNS server.

PR:		ports/76480
Submitted by:	Geoffroy RIVAT <grivat@sicfa.net>
This commit is contained in:
Pav Lucistnik 2005-01-20 16:49:52 +00:00
parent 12c0903f21
commit 9200f42f58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126960
6 changed files with 97 additions and 0 deletions

View File

@ -68,6 +68,7 @@
SUBDIR += p5-Tie-DNS
SUBDIR += pdnsd
SUBDIR += posadis
SUBDIR += poweradmin
SUBDIR += powerdns
SUBDIR += py-adns
SUBDIR += py-dns

40
dns/poweradmin/Makefile Normal file
View File

@ -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 <bsd.port.mk>

2
dns/poweradmin/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (poweradmin-1.2.7.tar.gz) = 0e639b7a245b7ccda0af4b50221d2cea
SIZE (poweradmin-1.2.7.tar.gz) = 61531

View File

@ -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%%/
*******************************************************************************

6
dns/poweradmin/pkg-descr Normal file
View File

@ -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

39
dns/poweradmin/pkg-plist Normal file
View File

@ -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