svn commit: r348581 - in head/devel: . p5-Sub-Infix
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Mar 18 16:42:55 UTC 2014
Author: sunpoet
Date: Tue Mar 18 16:42:53 2014
New Revision: 348581
URL: http://svnweb.freebsd.org/changeset/ports/348581
QAT: https://qat.redports.org/buildarchive/r348581/
Log:
- Add p5-Sub-Infix 0.003
Sub::Infix creates fake infix operators using overloading. It doesn't use source
filters, or Devel::Declare, or any of that magic. It's pure Perl, has no
non-core dependencies, and runs on Perl 5.8.
WWW: http://search.cpan.org/dist/Sub-Infix/
Added:
head/devel/p5-Sub-Infix/
head/devel/p5-Sub-Infix/Makefile (contents, props changed)
head/devel/p5-Sub-Infix/distinfo (contents, props changed)
head/devel/p5-Sub-Infix/pkg-descr (contents, props changed)
head/devel/p5-Sub-Infix/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Mar 18 16:20:44 2014 (r348580)
+++ head/devel/Makefile Tue Mar 18 16:42:53 2014 (r348581)
@@ -2730,6 +2730,7 @@
SUBDIR += p5-Sub-Exporter-Lexical
SUBDIR += p5-Sub-Exporter-Progressive
SUBDIR += p5-Sub-Identify
+ SUBDIR += p5-Sub-Infix
SUBDIR += p5-Sub-Install
SUBDIR += p5-Sub-Installer
SUBDIR += p5-Sub-Multi
Added: head/devel/p5-Sub-Infix/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Sub-Infix/Makefile Tue Mar 18 16:42:53 2014 (r348581)
@@ -0,0 +1,21 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Sub-Infix
+PORTVERSION= 0.003
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Create a fake infix operator
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
+
+USE_PERL5= configure
+USES= perl5
+
+.include <bsd.port.mk>
Added: head/devel/p5-Sub-Infix/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Sub-Infix/distinfo Tue Mar 18 16:42:53 2014 (r348581)
@@ -0,0 +1,2 @@
+SHA256 (Sub-Infix-0.003.tar.gz) = dc83d856327099de0c5dd8c25cab1152dab227de0c2026aaa5d1bfccb8af3043
+SIZE (Sub-Infix-0.003.tar.gz) = 15072
Added: head/devel/p5-Sub-Infix/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Sub-Infix/pkg-descr Tue Mar 18 16:42:53 2014 (r348581)
@@ -0,0 +1,5 @@
+Sub::Infix creates fake infix operators using overloading. It doesn't use source
+filters, or Devel::Declare, or any of that magic. It's pure Perl, has no
+non-core dependencies, and runs on Perl 5.8.
+
+WWW: http://search.cpan.org/dist/Sub-Infix/
Added: head/devel/p5-Sub-Infix/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Sub-Infix/pkg-plist Tue Mar 18 16:42:53 2014 (r348581)
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/Sub/Infix.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Infix/.packlist
+%%PERL5_MAN3%%/Sub::Infix.3.gz
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Infix
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub
+ at dirrmtry %%SITE_PERL%%/Sub
More information about the svn-ports-all
mailing list