pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Tie-Simple



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 26 10:37:40 UTC 2017

Added Files:
        pkgsrc/devel/p5-Tie-Simple: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Tie-Simple/DESCR \
    pkgsrc/devel/p5-Tie-Simple/Makefile pkgsrc/devel/p5-Tie-Simple/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-Tie-Simple/DESCR
diff -u /dev/null pkgsrc/devel/p5-Tie-Simple/DESCR:1.1
--- /dev/null   Tue Sep 26 10:37:40 2017
+++ pkgsrc/devel/p5-Tie-Simple/DESCR    Tue Sep 26 10:37:40 2017
@@ -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.
Index: pkgsrc/devel/p5-Tie-Simple/Makefile
diff -u /dev/null pkgsrc/devel/p5-Tie-Simple/Makefile:1.1
--- /dev/null   Tue Sep 26 10:37:40 2017
+++ pkgsrc/devel/p5-Tie-Simple/Makefile Tue Sep 26 10:37:40 2017
@@ -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"
Index: pkgsrc/devel/p5-Tie-Simple/distinfo
diff -u /dev/null pkgsrc/devel/p5-Tie-Simple/distinfo:1.1
--- /dev/null   Tue Sep 26 10:37:40 2017
+++ pkgsrc/devel/p5-Tie-Simple/distinfo Tue Sep 26 10:37:40 2017
@@ -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