aboutsummaryrefslogtreecommitdiff
path: root/dns/pear-File_DNS
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-04 08:21:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-04 08:21:53 +0000
commitdb51fec7693f46951abb75e972a8021541625545 (patch)
tree3e8921849d9a7a752b354c82ea1aa80a2558793f /dns/pear-File_DNS
parent7fc2a1b3e39aa8372a0ea9a866fa51c8ff014087 (diff)
downloadports-db51fec7693f46951abb75e972a8021541625545.tar.gz
ports-db51fec7693f46951abb75e972a8021541625545.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>)
Notes
Notes: svn path=/head/; revision=194872
Diffstat (limited to 'dns/pear-File_DNS')
-rw-r--r--dns/pear-File_DNS/Makefile24
-rw-r--r--dns/pear-File_DNS/distinfo3
-rw-r--r--dns/pear-File_DNS/pkg-descr2
3 files changed, 29 insertions, 0 deletions
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.