From owner-svn-ports-head@freebsd.org Wed May 11 19:37:29 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 8C95DB37EE3; Wed, 11 May 2016 19:37:29 +0000 (UTC) (envelope-from sunpoet@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 4F72313DF; Wed, 11 May 2016 19:37:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4BJbStS086039; Wed, 11 May 2016 19:37:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4BJbS9s086034; Wed, 11 May 2016 19:37:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605111937.u4BJbS9s086034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 May 2016 19:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415018 - in head/devel: . p5-Data-Sah-Normalize 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.22 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: Wed, 11 May 2016 19:37:29 -0000 Author: sunpoet Date: Wed May 11 19:37:27 2016 New Revision: 415018 URL: https://svnweb.freebsd.org/changeset/ports/415018 Log: - Add p5-Data-Sah-Normalize 0.04 This often-needed functionality is split from the main Data::Sah to keep it in a small and minimal-dependencies package. WWW: http://search.cpan.org/dist/Data-Sah-Normalize/ Added: head/devel/p5-Data-Sah-Normalize/ head/devel/p5-Data-Sah-Normalize/Makefile (contents, props changed) head/devel/p5-Data-Sah-Normalize/distinfo (contents, props changed) head/devel/p5-Data-Sah-Normalize/pkg-descr (contents, props changed) head/devel/p5-Data-Sah-Normalize/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed May 11 19:36:54 2016 (r415017) +++ head/devel/Makefile Wed May 11 19:37:27 2016 (r415018) @@ -2028,6 +2028,7 @@ SUBDIR += p5-Data-RoundRobin SUBDIR += p5-Data-Rx SUBDIR += p5-Data-SExpression + SUBDIR += p5-Data-Sah-Normalize SUBDIR += p5-Data-Section SUBDIR += p5-Data-Section-Simple SUBDIR += p5-Data-Serializable Added: head/devel/p5-Data-Sah-Normalize/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Sah-Normalize/Makefile Wed May 11 19:37:27 2016 (r415018) @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Data-Sah-Normalize +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Normalize Sah schema + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Data-Sah-Normalize/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Sah-Normalize/distinfo Wed May 11 19:37:27 2016 (r415018) @@ -0,0 +1,2 @@ +SHA256 (Data-Sah-Normalize-0.04.tar.gz) = a9afa2993d82a1478a5bc67893bbfe8bb2e89c035ea312464958f0142f31a101 +SIZE (Data-Sah-Normalize-0.04.tar.gz) = 16285 Added: head/devel/p5-Data-Sah-Normalize/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Sah-Normalize/pkg-descr Wed May 11 19:37:27 2016 (r415018) @@ -0,0 +1,4 @@ +This often-needed functionality is split from the main Data::Sah to keep it in a +small and minimal-dependencies package. + +WWW: http://search.cpan.org/dist/Data-Sah-Normalize/ Added: head/devel/p5-Data-Sah-Normalize/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Sah-Normalize/pkg-plist Wed May 11 19:37:27 2016 (r415018) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Data/Sah/Normalize.pm +%%PERL5_MAN3%%/Data::Sah::Normalize.3.gz