diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-04 16:21:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-04 16:21:53 +0800 |
commit | 739932ab8b3fd2d22d06eb3c34cd930fcd36bccb (patch) | |
tree | b0f229acbeb7dfa8a15d95b4f6d381867d51e7a4 /dns | |
parent | 78a8acfb6a788879f60f26e6b714a241be61f118 (diff) | |
download | freebsd-ports-gnome-739932ab8b3fd2d22d06eb3c34cd930fcd36bccb.tar.gz freebsd-ports-gnome-739932ab8b3fd2d22d06eb3c34cd930fcd36bccb.tar.zst freebsd-ports-gnome-739932ab8b3fd2d22d06eb3c34cd930fcd36bccb.zip |
The File_DNS class provides a way to read,
edit and write RFC1033 style DNS Zones.
PR: ports/114271
Submitted by: Chris St Denis (<chris at ctgameinfo.com>)
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. |