Date: Thu, 1 Jan 2015 16:04:53 +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: r375930 - in head/devel: . p5-DefHash Message-ID: <201501011604.t01G4rxm000643@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 1 16:04:52 2015 New Revision: 375930 URL: https://svnweb.freebsd.org/changeset/ports/375930 QAT: https://qat.redports.org/buildarchive/r375930/ Log: - Add p5-DefHash 1.0.8 DefHash is a specification for using hashes to define things. It was born out of several other projects/specifications like Sah, Rinci, Riap, Module::Patch. WWW: http://search.cpan.org/dist/DefHash/ Added: head/devel/p5-DefHash/ head/devel/p5-DefHash/Makefile (contents, props changed) head/devel/p5-DefHash/distinfo (contents, props changed) head/devel/p5-DefHash/pkg-descr (contents, props changed) head/devel/p5-DefHash/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jan 1 16:03:26 2015 (r375929) +++ head/devel/Makefile Thu Jan 1 16:04:52 2015 (r375930) @@ -1898,6 +1898,7 @@ SUBDIR += p5-Debug-Client SUBDIR += p5-Decision-ACL SUBDIR += p5-Declare-Constraints-Simple + SUBDIR += p5-DefHash SUBDIR += p5-Devel-ArgNames SUBDIR += p5-Devel-Autoflush SUBDIR += p5-Devel-Backtrace Added: head/devel/p5-DefHash/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-DefHash/Makefile Thu Jan 1 16:04:52 2015 (r375930) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= DefHash +PORTVERSION= 1.0.8 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PERLANCAR +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Define things according to a specification, using hashes + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> Added: head/devel/p5-DefHash/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-DefHash/distinfo Thu Jan 1 16:04:52 2015 (r375930) @@ -0,0 +1,2 @@ +SHA256 (DefHash-1.0.8.tar.gz) = bfdc8a4b15fb8072da2181640a8291af8bf68944963879ecfb4c740d075cf9fd +SIZE (DefHash-1.0.8.tar.gz) = 16299 Added: head/devel/p5-DefHash/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-DefHash/pkg-descr Thu Jan 1 16:04:52 2015 (r375930) @@ -0,0 +1,4 @@ +DefHash is a specification for using hashes to define things. It was born out of +several other projects/specifications like Sah, Rinci, Riap, Module::Patch. + +WWW: http://search.cpan.org/dist/DefHash/ Added: head/devel/p5-DefHash/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-DefHash/pkg-plist Thu Jan 1 16:04:52 2015 (r375930) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/DefHash.pm +%%SITE_PERL%%/DefHash.pod +%%SITE_PERL%%/Sah/Schema/DefHash.pm +%%PERL5_MAN3%%/DefHash.3.gz +%%PERL5_MAN3%%/Sah::Schema::DefHash.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501011604.t01G4rxm000643>