pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-Binary



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Jan 26 08:08:41 UTC 2019

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

Log Message:
Import Data-Binary-0.01 as devel/p5-Data-Binary

Data::Binary provides string equivalents to the -T / -B operators. Since these
only work on file names and file handles, this module provides the same
functions but on strings.

Note that the actual implementation is currently different, basically because
the -T / -B functions are in C/XS, and this module is written in pure Perl. For
now, anyway.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Data-Binary/DESCR \
    pkgsrc/devel/p5-Data-Binary/Makefile pkgsrc/devel/p5-Data-Binary/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-Binary/DESCR
diff -u /dev/null pkgsrc/devel/p5-Data-Binary/DESCR:1.1
--- /dev/null   Sat Jan 26 08:08:41 2019
+++ pkgsrc/devel/p5-Data-Binary/DESCR   Sat Jan 26 08:08:41 2019
@@ -0,0 +1,7 @@
+Data::Binary provides string equivalents to the -T / -B operators. Since these
+only work on file names and file handles, this module provides the same
+functions but on strings.
+
+Note that the actual implementation is currently different, basically because
+the -T / -B functions are in C/XS, and this module is written in pure Perl. For
+now, anyway.
Index: pkgsrc/devel/p5-Data-Binary/Makefile
diff -u /dev/null pkgsrc/devel/p5-Data-Binary/Makefile:1.1
--- /dev/null   Sat Jan 26 08:08:41 2019
+++ pkgsrc/devel/p5-Data-Binary/Makefile        Sat Jan 26 08:08:41 2019
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/01/26 08:08:41 wen Exp $
+
+DISTNAME=      Data-Binary-0.01
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Data-Binary/
+COMMENT=       Simple detection of binary versus text in strings
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=                auto/Data/Binary/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Data-Binary/distinfo
diff -u /dev/null pkgsrc/devel/p5-Data-Binary/distinfo:1.1
--- /dev/null   Sat Jan 26 08:08:41 2019
+++ pkgsrc/devel/p5-Data-Binary/distinfo        Sat Jan 26 08:08:41 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/26 08:08:41 wen Exp $
+
+SHA1 (Data-Binary-0.01.tar.gz) = bbf3a313d00351b418f395630d02eb06d5dc0d65
+RMD160 (Data-Binary-0.01.tar.gz) = b785118c9347c9880be5746b9a094467c852d315
+SHA512 (Data-Binary-0.01.tar.gz) = fee212031713280218ad01aba596bb6827ee10c2cc258f18ddf02b2e5e3b5dbf40f80d8ad92f29e5acb390656fd1c7d752e783401842b45cb75ddd9ff6fd975d
+Size (Data-Binary-0.01.tar.gz) = 3419 bytes



Home | Main Index | Thread Index | Old Index