Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jan 2015 16:05:34 +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: r375931 - in head/devel: . p5-Rinci
Message-ID:  <201501011605.t01G5YSo000940@svn.freebsd.org>

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

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



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