diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-04 08:21:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-04 08:21:53 +0000 |
commit | db51fec7693f46951abb75e972a8021541625545 (patch) | |
tree | 3e8921849d9a7a752b354c82ea1aa80a2558793f /dns | |
parent | 7fc2a1b3e39aa8372a0ea9a866fa51c8ff014087 (diff) | |
download | ports-db51fec7693f46951abb75e972a8021541625545.tar.gz ports-db51fec7693f46951abb75e972a8021541625545.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/pear-File_DNS/Makefile | 24 | ||||
-rw-r--r-- | dns/pear-File_DNS/distinfo | 3 | ||||
-rw-r--r-- | dns/pear-File_DNS/pkg-descr | 2 |
4 files changed, 30 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index c636aa6c799a..04722bb09b2a 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -94,6 +94,7 @@ SUBDIR += p5-Stanford-DNSserver SUBDIR += p5-Tie-DNS SUBDIR += pdnsd + SUBDIR += pear-File_DNS SUBDIR += pear-Net_DNS SUBDIR += posadis SUBDIR += poweradmin diff --git a/dns/pear-File_DNS/Makefile b/dns/pear-File_DNS/Makefile new file mode 100644 index 000000000000..45bbdade3f2a --- /dev/null +++ b/dns/pear-File_DNS/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: pear-File_DNS +# Date created: 03 July 2007 +# Whom: Chris St Denis (<chris@ctgameinfo.com>) +# +# $FreeBSD$ +# + +PORTNAME= File_DNS +PORTVERSION= 0.0.8 +CATEGORIES= dns devel pear + +MAINTAINER= chris@ctgameinfo.com +COMMENT= PEAR class to read and write RFC1033-style DNS Zonefiles + +BUILD_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File +RUN_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File + +CATEGORY= File +FILES= DNS.php +EXAMPLES= example.php example.net + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/dns/pear-File_DNS/distinfo b/dns/pear-File_DNS/distinfo new file mode 100644 index 000000000000..5a20392b5b47 --- /dev/null +++ b/dns/pear-File_DNS/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/File_DNS-0.0.8.tgz) = 3479d0aee8cc42cd2a811fd3fbc9ef8a +SHA256 (PEAR/File_DNS-0.0.8.tgz) = d2900bbc529c2e779cb4144b521ca9d9d086f90568060354fd903a5134e3d74f +SIZE (PEAR/File_DNS-0.0.8.tgz) = 9364 diff --git a/dns/pear-File_DNS/pkg-descr b/dns/pear-File_DNS/pkg-descr new file mode 100644 index 000000000000..691f67710668 --- /dev/null +++ b/dns/pear-File_DNS/pkg-descr @@ -0,0 +1,2 @@ +The File_DNS class provides a way to read, +edit and write RFC1033 style DNS Zones. |