pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Tie-Simple devel/p5-Tie-Simple: import p5-Tie...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a96b8cfae7e
branches:  trunk
changeset: 369030:8a96b8cfae7e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 26 10:37:40 2017 +0000

description:
devel/p5-Tie-Simple: import p5-Tie-Simple-1.04

Packaged for wip by mef@ and myself.

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.

diffstat:

 devel/p5-Tie-Simple/DESCR    |   8 ++++++++
 devel/p5-Tie-Simple/Makefile |  18 ++++++++++++++++++
 devel/p5-Tie-Simple/distinfo |   6 ++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 2f9f9275dc8f -r 8a96b8cfae7e devel/p5-Tie-Simple/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tie-Simple/DESCR Tue Sep 26 10:37:40 2017 +0000
@@ -0,0 +1,8 @@
+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.
diff -r 2f9f9275dc8f -r 8a96b8cfae7e devel/p5-Tie-Simple/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tie-Simple/Makefile      Tue Sep 26 10:37:40 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/09/26 10:37:40 wiz Exp $
+
+DISTNAME=      Tie-Simple-1.04
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/H/HA/HANENKAMP/
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Tie/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~hanenkamp/Tie-Simple/Simple.pm
+COMMENT=       Variable ties made easier: much, much, much easier
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=        auto/Tie/Simple/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2f9f9275dc8f -r 8a96b8cfae7e devel/p5-Tie-Simple/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tie-Simple/distinfo      Tue Sep 26 10:37:40 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/26 10:37:40 wiz Exp $
+
+SHA1 (Tie-Simple-1.04.tar.gz) = a49f1d454dcc0998a5a6ace627f5cc735579fae5
+RMD160 (Tie-Simple-1.04.tar.gz) = 7181342843e82438fea381b73448286aec34c7a9
+SHA512 (Tie-Simple-1.04.tar.gz) = 24843a02565b525ff5ffbd362b1b746a3c576569c3e5c5fff5a0d543c2fbdbb4e1d6a6c45faeaff0a2721f2525996f21d46b7db88a40b49bc2541d0f99806ef2
+Size (Tie-Simple-1.04.tar.gz) = 13190 bytes



Home | Main Index | Thread Index | Old Index