pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-Structure-Util



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 30 14:13:48 UTC 2017

Added Files:
        pkgsrc/devel/p5-Data-Structure-Util: DESCR Makefile distinfo

Log Message:
Import p5-Data-Structure-Util-0.16 as devel/p5-Data-Structure-Util.

Data::Structure::Util is a toolbox to manipulate the data inside a data
structure. It can process an entire tree and perform the operation
requested on each appropriate element.

For example: It can transform all strings within a data structure to utf8
or transform any utf8 string back to the default encoding. It can remove
the blessing on any reference. It can collect all the objects or detect if
there is a circular reference.

It is written in C for decent speed.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Data-Structure-Util/DESCR \
    pkgsrc/devel/p5-Data-Structure-Util/Makefile \
    pkgsrc/devel/p5-Data-Structure-Util/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-Data-Structure-Util/DESCR
diff -u /dev/null pkgsrc/devel/p5-Data-Structure-Util/DESCR:1.1
--- /dev/null   Mon Jan 30 14:13:48 2017
+++ pkgsrc/devel/p5-Data-Structure-Util/DESCR   Mon Jan 30 14:13:48 2017
@@ -0,0 +1,10 @@
+Data::Structure::Util is a toolbox to manipulate the data inside a data
+structure. It can process an entire tree and perform the operation
+requested on each appropriate element.
+
+For example: It can transform all strings within a data structure to utf8
+or transform any utf8 string back to the default encoding. It can remove
+the blessing on any reference. It can collect all the objects or detect if
+there is a circular reference.
+
+It is written in C for decent speed.
Index: pkgsrc/devel/p5-Data-Structure-Util/Makefile
diff -u /dev/null pkgsrc/devel/p5-Data-Structure-Util/Makefile:1.1
--- /dev/null   Mon Jan 30 14:13:48 2017
+++ pkgsrc/devel/p5-Data-Structure-Util/Makefile        Mon Jan 30 14:13:48 2017
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/01/30 14:13:48 mef Exp $
+
+DISTNAME=      Data-Structure-Util-0.16
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/A/AN/ANDYA/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/A/AN/ANDYA/
+COMMENT=       Change nature of data within a structure
+LICENSE=        ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Data/Structure/Util/.packlist
+USE_LANGUAGES=  c
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Data-Structure-Util/distinfo
diff -u /dev/null pkgsrc/devel/p5-Data-Structure-Util/distinfo:1.1
--- /dev/null   Mon Jan 30 14:13:48 2017
+++ pkgsrc/devel/p5-Data-Structure-Util/distinfo        Mon Jan 30 14:13:48 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/30 14:13:48 mef Exp $
+
+SHA1 (Data-Structure-Util-0.16.tar.gz) = 2d7152a648c12ed413f47904c8d4dde7ed174b29
+RMD160 (Data-Structure-Util-0.16.tar.gz) = a490e7d221cc6526c3c6d0d1b2db2a7557485a7b
+SHA512 (Data-Structure-Util-0.16.tar.gz) = 7dc51a4ac3617e7deaf2a1d9e25ed3b9ad94fdfd288fa3331b43b23d5e1eaa09510cb098df1fe0c7cf3f76a00012576a62741916310bedc1089b56baaac6ff74
+Size (Data-Structure-Util-0.16.tar.gz) = 23936 bytes



Home | Main Index | Thread Index | Old Index