New port: net/pear-Net_DNSBL PEAR DNSBL Checker
Checks if a given Host or URL is listed on an DNSBL or SURBL. PR: ports/74611 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
This commit is contained in:
parent
45463d7774
commit
3c46e40810
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123856
4 changed files with 41 additions and 0 deletions
|
@ -526,6 +526,7 @@
|
|||
SUBDIR += pcnfsd
|
||||
SUBDIR += pear-Net_CheckIP
|
||||
SUBDIR += pear-Net_DIME
|
||||
SUBDIR += pear-Net_DNSBL
|
||||
SUBDIR += pear-Net_IPv6
|
||||
SUBDIR += pear-Net_NNTP
|
||||
SUBDIR += pear-Net_POP3
|
||||
|
|
35
net/pear-Net_DNSBL/Makefile
Normal file
35
net/pear-Net_DNSBL/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Ports collection makefile for: pear-Net_DNSBL
|
||||
# Date created: 02 December 2004
|
||||
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net_DNSBL
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= net pear
|
||||
|
||||
MAINTAINER= antonio@php.net
|
||||
COMMENT= PEAR DNSBL Checker
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \
|
||||
${PEARDIR}/Net/CheckIP.php:${PORTSDIR}/net/pear-Net_CheckIP \
|
||||
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PHP= yes
|
||||
|
||||
CATEGORY= Net
|
||||
FILES= DNSBL.php DNSBL/SURBL.php
|
||||
TESTS= testNetDNSBL.php testNetDNSBLSURBL.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PHP_VERS= ${PHP_VERSION:S/.//g}
|
||||
|
||||
.if defined(PHP_VERS) && ${PHP_VERS} < 420
|
||||
IGNORE= "You need PHP 4.3.6 or later to install PEAR::Net_DNSBL"
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
2
net/pear-Net_DNSBL/distinfo
Normal file
2
net/pear-Net_DNSBL/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (PEAR/Net_DNSBL-0.5.4.tgz) = 24b43fdc8ab393c8ba0bc8a2b1ee2855
|
||||
SIZE (PEAR/Net_DNSBL-0.5.4.tgz) = 4181
|
3
net/pear-Net_DNSBL/pkg-descr
Normal file
3
net/pear-Net_DNSBL/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Checks if a given Host or URL is listed on an DNSBL or SURBL.
|
||||
|
||||
WWW: http://pear.php.net/package/Net_DNSBL/
|
Loading…
Reference in a new issue