Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2014 16:42: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: r348581 - in head/devel: . p5-Sub-Infix
Message-ID:  <201403181642.s2IGgr4v040703@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Sub-Infix
+PORTVERSION=	0.003
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@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
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Infix
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub
+@dirrmtry %%SITE_PERL%%/Sub



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