Date: Wed, 19 Jan 2005 18:53:02 +0100 From: "\"Geoffroy RIVAT\" <Geoffroy RIVAT" <grivat@sicfa.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: Geoffroy RIVAT <grivat@sicfa.net> Subject: ports/76480: New port: dns/poweradmin - Frond-end for PowerDNS Message-ID: <1106157182.0@elrond.multi-visp.com> Resent-Message-ID: <200501192250.j0JMoO0s077857@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76480 >Category: ports >Synopsis: New port: dns/poweradmin - Frond-end for PowerDNS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 19 22:50:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Geoffroy RIVAT >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #2: Thu Nov 18 15:55:08 CET 2004 grivat@elrond.multi-visp.com:/usr/obj/usr/src/sys/ELROND >Description: This project is a web-based front-end for the PowerDNS DNS server. WWW: http://www.poweradmin.org/ - Geoffroy RIVAT grivat@sicfa.net >How-To-Repeat: >Fix: --- Makefile begins here --- # 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 USE_PHP= mysql WANT_PHP_WEB= yes WANT_PHP_PEAR= yes RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB 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> --- Makefile ends here --- --- distinfo begins here --- MD5 (poweradmin-1.2.7.tar.gz) = 0e639b7a245b7ccda0af4b50221d2cea SIZE (poweradmin-1.2.7.tar.gz) = 61531 --- distinfo ends here --- --- pkg-descr begins here --- This project is a web-based front-end for the PowerDNS DNS server. WWW: http://www.poweradmin.org/ - Geoffroy RIVAT grivat@sicfa.net --- pkg-descr ends here --- --- pkg-plist begins here --- 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 --- pkg-plist ends here --- --- pkg-message.in begins here --- ******************************************************************************* 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%%/ ******************************************************************************* --- pkg-message.in ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1106157182.0>