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:
parent
7fc2a1b3e3
commit
db51fec769
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194872
@ -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
|
||||
|
24
dns/pear-File_DNS/Makefile
Normal file
24
dns/pear-File_DNS/Makefile
Normal 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>
|
3
dns/pear-File_DNS/distinfo
Normal file
3
dns/pear-File_DNS/distinfo
Normal 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
|
2
dns/pear-File_DNS/pkg-descr
Normal file
2
dns/pear-File_DNS/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
The File_DNS class provides a way to read,
|
||||
edit and write RFC1033 style DNS Zones.
|
Loading…
Reference in New Issue
Block a user