1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

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>)
This commit is contained in:
Martin Wilke 2007-07-04 08:21:53 +00:00
parent 7fc2a1b3e3
commit db51fec769
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194872
4 changed files with 30 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -0,0 +1,2 @@
The File_DNS class provides a way to read,
edit and write RFC1033 style DNS Zones.