From owner-svn-ports-head@FreeBSD.ORG Tue Mar 18 16:42:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9775EC8; Tue, 18 Mar 2014 16:42:54 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B55B8C43; Tue, 18 Mar 2014 16:42:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2IGgsBJ040709; Tue, 18 Mar 2014 16:42:54 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2IGgr4v040703; Tue, 18 Mar 2014 16:42:53 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403181642.s2IGgr4v040703@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 18 Mar 2014 16:42:53 +0000 (UTC) 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 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.17 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: Tue, 18 Mar 2014 16:42:55 -0000 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 +# $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 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