1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

New port: net/pear-Net_CheckIP Check the syntax of IPv4 addresses

This package validates IPv4 addresses.

PR:		ports/74527
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
This commit is contained in:
Edwin Groothuis 2004-12-01 08:31:07 +00:00
parent 2b1bb16f2c
commit 5010646238
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122876
4 changed files with 29 additions and 0 deletions

View File

@ -522,6 +522,7 @@
SUBDIR += pbnc
SUBDIR += pchar
SUBDIR += pcnfsd
SUBDIR += pear-Net_CheckIP
SUBDIR += pear-Net_DIME
SUBDIR += pear-Net_IPv6
SUBDIR += pear-Net_NNTP

View File

@ -0,0 +1,23 @@
# Ports collection makefile for: pear-Net_CheckIP
# Date created: 29 November 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= Net_CheckIP
PORTVERSION= 1.1
CATEGORIES= net pear
MAINTAINER= antonio@php.net
COMMENT= Check the syntax of IPv4 addresses
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
FILES= CheckIP.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Net_CheckIP-1.1.tgz) = b7e7d4bd89e3140024d177a093d36d21
SIZE (PEAR/Net_CheckIP-1.1.tgz) = 1385

View File

@ -0,0 +1,3 @@
This package validates IPv4 addresses.
WWW: http://pear.php.net/package/Net_CheckIP/