[Midnightbsd-cvs] mports [21053] trunk/devel/p5-Tie-Simple: add p5-Tie-Simple

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 6 21:08:17 EST 2016


Revision: 21053
          http://svnweb.midnightbsd.org/mports/?rev=21053
Author:   laffer1
Date:     2016-03-06 21:08:17 -0500 (Sun, 06 Mar 2016)
Log Message:
-----------
add p5-Tie-Simple

Added Paths:
-----------
    trunk/devel/p5-Tie-Simple/
    trunk/devel/p5-Tie-Simple/Makefile
    trunk/devel/p5-Tie-Simple/distinfo
    trunk/devel/p5-Tie-Simple/pkg-descr
    trunk/devel/p5-Tie-Simple/pkg-plist

Added: trunk/devel/p5-Tie-Simple/Makefile
===================================================================
--- trunk/devel/p5-Tie-Simple/Makefile	                        (rev 0)
+++ trunk/devel/p5-Tie-Simple/Makefile	2016-03-07 02:08:17 UTC (rev 21053)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+
+PORTNAME=	Tie-Simple
+PORTVERSION=	1.04
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Variable ties made easier: much, much, much easier
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes 
+USE_PERL5=	configure
+USES=		perl5
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/p5-Tie-Simple/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Tie-Simple/distinfo
===================================================================
--- trunk/devel/p5-Tie-Simple/distinfo	                        (rev 0)
+++ trunk/devel/p5-Tie-Simple/distinfo	2016-03-07 02:08:17 UTC (rev 21053)
@@ -0,0 +1,2 @@
+SHA256 (Tie-Simple-1.04.tar.gz) = 29e9e2133951046c78f205f1b3e8df62c90e114f0e08fa06b817766a0f808b12
+SIZE (Tie-Simple-1.04.tar.gz) = 13190


Property changes on: trunk/devel/p5-Tie-Simple/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Tie-Simple/pkg-descr
===================================================================
--- trunk/devel/p5-Tie-Simple/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-Tie-Simple/pkg-descr	2016-03-07 02:08:17 UTC (rev 21053)
@@ -0,0 +1,14 @@
+This module adds the ability to quickly create new types of tie objects without
+creating a complete class. It does so in such a way as to try and make the
+programmers life easier when it comes to single-use ties that I find myself
+wanting to use from time-to-time.
+
+The Tie::Simple package is actually a front-end to other classes which really do
+all the work once tied, but this package does the dwimming to automatically
+figure out what you're trying to do.
+
+I've tried to make this as intuitive as possible and dependent on other bits of
+Perl where I can to minimize the need for documentation and to make this extra,
+extra spiffy.
+
+WWW: http://search.cpan.org/dist/Tie-Simple/


Property changes on: trunk/devel/p5-Tie-Simple/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Tie-Simple/pkg-plist
===================================================================
--- trunk/devel/p5-Tie-Simple/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-Tie-Simple/pkg-plist	2016-03-07 02:08:17 UTC (rev 21053)
@@ -0,0 +1,12 @@
+%%SITE_PERL%%/Tie/Simple.pm
+%%SITE_PERL%%/Tie/Simple/Array.pm
+%%SITE_PERL%%/Tie/Simple/Handle.pm
+%%SITE_PERL%%/Tie/Simple/Hash.pm
+%%SITE_PERL%%/Tie/Simple/Scalar.pm
+%%SITE_PERL%%/Tie/Simple/Util.pm
+%%PERL5_MAN3%%/Tie::Simple.3.gz
+%%PERL5_MAN3%%/Tie::Simple::Array.3.gz
+%%PERL5_MAN3%%/Tie::Simple::Handle.3.gz
+%%PERL5_MAN3%%/Tie::Simple::Hash.3.gz
+%%PERL5_MAN3%%/Tie::Simple::Scalar.3.gz
+%%PERL5_MAN3%%/Tie::Simple::Util.3.gz


Property changes on: trunk/devel/p5-Tie-Simple/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list