summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-02-20 11:31:38 +0000
committerfhajny <fhajny>2014-02-20 11:31:38 +0000
commit7a82bd6a9c5d50f8efdd73da4b2a6c081c513d6b (patch)
tree5d9557eb065db9a0fa672c348732b6ed68d0255b /devel
parentda38b144135da017c51369c4a3a03c8cdbbb81eb (diff)
downloadpkgsrc-7a82bd6a9c5d50f8efdd73da4b2a6c081c513d6b.tar.gz
Import devel/p5-Convert-Binary-C.
Convert::Binary::C is a preprocessor and parser for C type definitions. It is highly configurable and should support arbitrarily complex data structures. Its object-oriented interface has pack and unpack methods that act as replacements for Perl's pack and unpack and allow to use the C types instead of a string representation of the data structure for conversion of binary data from and to Perl's complex data structures.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Convert-Binary-C/DESCR6
-rw-r--r--devel/p5-Convert-Binary-C/Makefile16
-rw-r--r--devel/p5-Convert-Binary-C/distinfo5
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/p5-Convert-Binary-C/DESCR b/devel/p5-Convert-Binary-C/DESCR
new file mode 100644
index 00000000000..9538d65f5db
--- /dev/null
+++ b/devel/p5-Convert-Binary-C/DESCR
@@ -0,0 +1,6 @@
+Convert::Binary::C is a preprocessor and parser for C type definitions.
+It is highly configurable and should support arbitrarily complex data
+structures. Its object-oriented interface has pack and unpack methods
+that act as replacements for Perl's pack and unpack and allow to use the
+C types instead of a string representation of the data structure for
+conversion of binary data from and to Perl's complex data structures.
diff --git a/devel/p5-Convert-Binary-C/Makefile b/devel/p5-Convert-Binary-C/Makefile
new file mode 100644
index 00000000000..00950b09f05
--- /dev/null
+++ b/devel/p5-Convert-Binary-C/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2014/02/20 11:31:38 fhajny Exp $
+
+DISTNAME= Convert-Binary-C-0.76
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Convert-Binary-C
+COMMENT= Binary Data Conversion using C Types
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Convert/Binary/C/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Convert-Binary-C/distinfo b/devel/p5-Convert-Binary-C/distinfo
new file mode 100644
index 00000000000..98175e07f9e
--- /dev/null
+++ b/devel/p5-Convert-Binary-C/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/02/20 11:31:38 fhajny Exp $
+
+SHA1 (Convert-Binary-C-0.76.tar.gz) = 386fddd7b97f5672bdabbf045afd721ad96e668b
+RMD160 (Convert-Binary-C-0.76.tar.gz) = 432b92e9626ff180f1e616a32f2c5a5022b57498
+Size (Convert-Binary-C-0.76.tar.gz) = 1562755 bytes