Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2019 21:18:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490405 - in head/devel: . p5-Data-Binary
Message-ID:  <201901152118.x0FLIPtd024827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 15 21:18:24 2019
New Revision: 490405
URL: https://svnweb.freebsd.org/changeset/ports/490405

Log:
  Add p5-Data-Binary 0.01
  
  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.
  
  WWW: https://metacpan.org/release/Data-Binary

Added:
  head/devel/p5-Data-Binary/
  head/devel/p5-Data-Binary/Makefile   (contents, props changed)
  head/devel/p5-Data-Binary/distinfo   (contents, props changed)
  head/devel/p5-Data-Binary/pkg-descr   (contents, props changed)
  head/devel/p5-Data-Binary/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 15 21:11:14 2019	(r490404)
+++ head/devel/Makefile	Tue Jan 15 21:18:24 2019	(r490405)
@@ -2252,6 +2252,7 @@
     SUBDIR += p5-Data-ACL
     SUBDIR += p5-Data-Alias
     SUBDIR += p5-Data-Average
+    SUBDIR += p5-Data-Binary
     SUBDIR += p5-Data-Bind
     SUBDIR += p5-Data-Capture
     SUBDIR += p5-Data-ClearSilver-HDF

Added: head/devel/p5-Data-Binary/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Binary/Makefile	Tue Jan 15 21:18:24 2019	(r490405)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Data-Binary
+PORTVERSION=	0.01
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Simple detection of binary versus text in strings
+
+LICENSE=	ART20
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-Data-Binary/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Binary/distinfo	Tue Jan 15 21:18:24 2019	(r490405)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1547582025
+SHA256 (Data-Binary-0.01.tar.gz) = 4821a2de10ac7108f4dcb284a71b876981b0cb1ea6c5ed6afb177bf2e7cb8d73
+SIZE (Data-Binary-0.01.tar.gz) = 3419

Added: head/devel/p5-Data-Binary/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Binary/pkg-descr	Tue Jan 15 21:18:24 2019	(r490405)
@@ -0,0 +1,9 @@
+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.
+
+WWW: https://metacpan.org/release/Data-Binary

Added: head/devel/p5-Data-Binary/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Binary/pkg-plist	Tue Jan 15 21:18:24 2019	(r490405)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Data/Binary.pm
+%%PERL5_MAN3%%/Data::Binary.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901152118.x0FLIPtd024827>