Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2015 10:00:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385104 - in head/devel: . p5-Sah
Message-ID:  <201505011000.t41A02Nh041993@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505011000.t41A02Nh041993>