From owner-svn-ports-head@freebsd.org Thu Sep 15 15:39:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4C3EBDC328; Thu, 15 Sep 2016 15:39:56 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6741D2BA; Thu, 15 Sep 2016 15:39:56 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8FFdtAp039487; Thu, 15 Sep 2016 15:39:55 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8FFdttx039483; Thu, 15 Sep 2016 15:39:55 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201609151539.u8FFdttx039483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 15 Sep 2016 15:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422209 - in head/textproc: . pear-Validate_ISPN X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 15:39:56 -0000 Author: riggs Date: Thu Sep 15 15:39:55 2016 New Revision: 422209 URL: https://svnweb.freebsd.org/changeset/ports/422209 Log: Add new port: textproc/pear-Validate_ISPN PR: 212299 Submitted by: dbaio@bsd.com.br (maintainer of textproc/pear-Validate_ISPN) Added: head/textproc/pear-Validate_ISPN/ head/textproc/pear-Validate_ISPN/Makefile (contents, props changed) head/textproc/pear-Validate_ISPN/distinfo (contents, props changed) head/textproc/pear-Validate_ISPN/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Sep 15 15:33:48 2016 (r422208) +++ head/textproc/Makefile Thu Sep 15 15:39:55 2016 (r422209) @@ -1147,6 +1147,7 @@ SUBDIR += pear-Symfony_Component_Yaml SUBDIR += pear-Text_Highlighter SUBDIR += pear-Text_Template + SUBDIR += pear-Validate_ISPN SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_DTD SUBDIR += pear-XML_Feed_Parser Added: head/textproc/pear-Validate_ISPN/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/pear-Validate_ISPN/Makefile Thu Sep 15 15:39:55 2016 (r422209) @@ -0,0 +1,19 @@ +# Created by: Danilo G. Baio +# $FreeBSD$ + +PORTNAME= Validate_ISPN +PORTVERSION= 0.6.1 +CATEGORIES= textproc pear + +MAINTAINER= dbaio@bsd.com.br +COMMENT= Validation class for ISPN (International Standard Product Numbers) + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PEARDIR}/Validate.php:devel/pear-Validate + +USES= pear +NO_ARCH= yes + +.include Added: head/textproc/pear-Validate_ISPN/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/pear-Validate_ISPN/distinfo Thu Sep 15 15:39:55 2016 (r422209) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472680879 +SHA256 (PEAR/Validate_ISPN-0.6.1.tgz) = d6f4f05b48af3ac9e447e5d3c082d0b1702976798247940aad7b78b2b234b6ec +SIZE (PEAR/Validate_ISPN-0.6.1.tgz) = 5719 Added: head/textproc/pear-Validate_ISPN/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/pear-Validate_ISPN/pkg-descr Thu Sep 15 15:39:55 2016 (r422209) @@ -0,0 +1,12 @@ +This class provides methods to validate: + - ISBN (International Standard Book Number) + - ISSN (International Standard Serial Number) + - ISMN (International Standard Music Number) + - ISRC (International Standard Recording Code) + - EAN/UCC-8 number + - EAN/UCC-13 number + - EAN/UCC-14 number + - UCC-12 (U.P.C.) ID number + - SSCC (Serial Shipping Container Code) + +WWW: http://pear.php.net/package/Validate_ISPN