From owner-svn-ports-head@FreeBSD.ORG Thu Jan 1 16:05:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1274F19C; Thu, 1 Jan 2015 16:05:36 +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 F211966FD9; Thu, 1 Jan 2015 16:05:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t01G5Zf6000945; Thu, 1 Jan 2015 16:05:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t01G5YSo000940; Thu, 1 Jan 2015 16:05:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501011605.t01G5YSo000940@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Jan 2015 16:05:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375931 - in head/devel: . p5-Rinci 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.18-1 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, 01 Jan 2015 16:05:36 -0000 Author: sunpoet Date: Thu Jan 1 16:05:33 2015 New Revision: 375931 URL: https://svnweb.freebsd.org/changeset/ports/375931 QAT: https://qat.redports.org/buildarchive/r375931/ Log: - Add p5-Rinci 1.1.70 Rinci is a set of extensible, language-neutral metadata specifications for your code (functions/methods, variables, packages, classes, and so on). It allows various helper tools, from code generator to web middleware to documentation generator to other protocols, to act on your code, making your life easier as a programmer. Rinci also allows better interoperability between programming languages. It is geared towards dynamic scripting languages like Perl, Python, Ruby, PHP, JavaScript, but is not limited to those languages. WWW: http://search.cpan.org/dist/Rinci/ Added: head/devel/p5-Rinci/ head/devel/p5-Rinci/Makefile (contents, props changed) head/devel/p5-Rinci/distinfo (contents, props changed) head/devel/p5-Rinci/pkg-descr (contents, props changed) head/devel/p5-Rinci/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jan 1 16:04:52 2015 (r375930) +++ head/devel/Makefile Thu Jan 1 16:05:33 2015 (r375931) @@ -2709,6 +2709,7 @@ SUBDIR += p5-Return-MultiLevel SUBDIR += p5-Return-Type SUBDIR += p5-Return-Value + SUBDIR += p5-Rinci SUBDIR += p5-Role-Basic SUBDIR += p5-Role-HasMessage SUBDIR += p5-Role-Identifiable Added: head/devel/p5-Rinci/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Rinci/Makefile Thu Jan 1 16:05:33 2015 (r375931) @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Rinci +PORTVERSION= 1.1.70 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PERLANCAR +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Language-neutral metadata for your code entities + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DefHash>=1.0.6:${PORTSDIR}/devel/p5-DefHash +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Rinci/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Rinci/distinfo Thu Jan 1 16:05:33 2015 (r375931) @@ -0,0 +1,2 @@ +SHA256 (Rinci-1.1.70.tar.gz) = aba27d00a3861f0d49ecf89472fc441ed437a76bfa141f87426fa6c02ec5d36a +SIZE (Rinci-1.1.70.tar.gz) = 55552 Added: head/devel/p5-Rinci/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Rinci/pkg-descr Thu Jan 1 16:05:33 2015 (r375931) @@ -0,0 +1,9 @@ +Rinci is a set of extensible, language-neutral metadata specifications for your +code (functions/methods, variables, packages, classes, and so on). It allows +various helper tools, from code generator to web middleware to documentation +generator to other protocols, to act on your code, making your life easier as a +programmer. Rinci also allows better interoperability between programming +languages. It is geared towards dynamic scripting languages like Perl, Python, +Ruby, PHP, JavaScript, but is not limited to those languages. + +WWW: http://search.cpan.org/dist/Rinci/ Added: head/devel/p5-Rinci/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Rinci/pkg-plist Thu Jan 1 16:05:33 2015 (r375931) @@ -0,0 +1,21 @@ +%%SITE_PERL%%/Rinci.pm +%%SITE_PERL%%/Rinci.pod +%%SITE_PERL%%/Rinci/FAQ.pod +%%SITE_PERL%%/Rinci/Transaction.pod +%%SITE_PERL%%/Rinci/Undo.pod +%%SITE_PERL%%/Rinci/Upgrading.pod +%%SITE_PERL%%/Rinci/function.pod +%%SITE_PERL%%/Rinci/package.pod +%%SITE_PERL%%/Rinci/resmeta.pod +%%SITE_PERL%%/Rinci/variable.pod +%%SITE_PERL%%/Sah/Schema/Rinci.pm +%%PERL5_MAN3%%/Rinci.3.gz +%%PERL5_MAN3%%/Rinci::FAQ.3.gz +%%PERL5_MAN3%%/Rinci::Transaction.3.gz +%%PERL5_MAN3%%/Rinci::Undo.3.gz +%%PERL5_MAN3%%/Rinci::Upgrading.3.gz +%%PERL5_MAN3%%/Rinci::function.3.gz +%%PERL5_MAN3%%/Rinci::package.3.gz +%%PERL5_MAN3%%/Rinci::resmeta.3.gz +%%PERL5_MAN3%%/Rinci::variable.3.gz +%%PERL5_MAN3%%/Sah::Schema::Rinci.3.gz