From owner-svn-ports-all@FreeBSD.ORG Fri May 1 10:00:03 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3EE0BF8; Fri, 1 May 2015 10:00:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B1A9112C0; Fri, 1 May 2015 10:00:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t41A03uf042009; Fri, 1 May 2015 10:00:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t41A02Nh041993; Fri, 1 May 2015 10:00:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505011000.t41A02Nh041993@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 May 2015 10:00:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385104 - in head/devel: . p5-Sah X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 10:00:04 -0000 Author: sunpoet Date: Fri May 1 10:00:01 2015 New Revision: 385104 URL: https://svnweb.freebsd.org/changeset/ports/385104 Log: - Add p5-Sah 0.9.34 Sah is a schema language for validating data structures. In the 0.9.0 series, there will probably still be incompatible syntax changes between revision before the spec stabilizes into 1.0 series. WWW: http://search.cpan.org/dist/Sah/ Added: head/devel/p5-Sah/ head/devel/p5-Sah/Makefile (contents, props changed) head/devel/p5-Sah/distinfo (contents, props changed) head/devel/p5-Sah/pkg-descr (contents, props changed) head/devel/p5-Sah/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 1 09:59:55 2015 (r385103) +++ head/devel/Makefile Fri May 1 10:00:01 2015 (r385104) @@ -2815,6 +2815,7 @@ SUBDIR += p5-SVN-Statistics SUBDIR += p5-SVN-Web SUBDIR += p5-Safe-Isa + SUBDIR += p5-Sah SUBDIR += p5-Scalar-Defer SUBDIR += p5-Scalar-Does SUBDIR += p5-Scalar-Listify Added: head/devel/p5-Sah/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sah/Makefile Fri May 1 10:00:01 2015 (r385104) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Sah +PORTVERSION= 0.9.34 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PERLANCAR +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Schema for data structures (specification) + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DefHash>=1.0.6:${PORTSDIR}/devel/p5-DefHash \ + p5-File-ShareDir-Install>=0.06:${PORTSDIR}/devel/p5-File-ShareDir-Install +RUN_DEPENDS= p5-DefHash>=1.0.6:${PORTSDIR}/devel/p5-DefHash + +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Sah/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sah/distinfo Fri May 1 10:00:01 2015 (r385104) @@ -0,0 +1,2 @@ +SHA256 (Sah-0.9.34.tar.gz) = 5fc74907d30b5f3575ef4d4c4b74b2fbef0ebce93591ce963fd152ac0f34735c +SIZE (Sah-0.9.34.tar.gz) = 82366 Added: head/devel/p5-Sah/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sah/pkg-descr Fri May 1 10:00:01 2015 (r385104) @@ -0,0 +1,5 @@ +Sah is a schema language for validating data structures. In the 0.9.0 series, +there will probably still be incompatible syntax changes between revision before +the spec stabilizes into 1.0 series. + +WWW: http://search.cpan.org/dist/Sah/ Added: head/devel/p5-Sah/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sah/pkg-plist Fri May 1 10:00:01 2015 (r385104) @@ -0,0 +1,12 @@ +%%SITE_PERL%%/Sah.pm +%%SITE_PERL%%/Sah.pod +%%SITE_PERL%%/Sah/Examples.pod +%%SITE_PERL%%/Sah/FAQ.pod +%%SITE_PERL%%/Sah/Schema/Sah.pm +%%SITE_PERL%%/Sah/Type.pod +%%SITE_PERL%%/auto/share/dist/Sah/shared-files.tar.gz +%%PERL5_MAN3%%/Sah.3.gz +%%PERL5_MAN3%%/Sah::Examples.3.gz +%%PERL5_MAN3%%/Sah::FAQ.3.gz +%%PERL5_MAN3%%/Sah::Schema::Sah.3.gz +%%PERL5_MAN3%%/Sah::Type.3.gz