summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-05-26 12:24:53 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-05-26 12:24:53 +0000
commit14c27fc21c4552d7a88a7e7c1f25b3e05b6abc5f (patch)
tree7116e40a25dd4772a54895ec8dcffae4d2692d45 /converters
parentRegister conflicts with new port x11-wm/expocity. (diff)
Add p5-Convert-Binary-C 0.53, binary Data Conversion using C Types.
Notes
Notes: svn path=/head/; revision=110050
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/p5-Convert-Binary-C/Makefile23
-rw-r--r--converters/p5-Convert-Binary-C/distinfo2
-rw-r--r--converters/p5-Convert-Binary-C/pkg-descr9
-rw-r--r--converters/p5-Convert-Binary-C/pkg-plist12
5 files changed, 47 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 555408dc455e..979ea7d7b05e 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -36,6 +36,7 @@
SUBDIR += p5-Convert-ASN1
SUBDIR += p5-Convert-BER
SUBDIR += p5-Convert-BinHex
+ SUBDIR += p5-Convert-Binary-C
SUBDIR += p5-Convert-Morse
SUBDIR += p5-Convert-PEM
SUBDIR += p5-Convert-Recode
diff --git a/converters/p5-Convert-Binary-C/Makefile b/converters/p5-Convert-Binary-C/Makefile
new file mode 100644
index 000000000000..a2ba2be8f509
--- /dev/null
+++ b/converters/p5-Convert-Binary-C/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: Convert-Binary-C
+# Date created: 26 May 2004
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Convert-Binary-C
+PORTVERSION= 0.53
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Convert
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Binary Data Conversion using C Types
+
+PERL_CONFIGURE= yes
+
+MAN1= ccconfig.1
+MAN3= Convert::Binary::C.3 Convert::Binary::C::Cached.3
+
+.include <bsd.port.mk>
diff --git a/converters/p5-Convert-Binary-C/distinfo b/converters/p5-Convert-Binary-C/distinfo
new file mode 100644
index 000000000000..f6a1b18e0737
--- /dev/null
+++ b/converters/p5-Convert-Binary-C/distinfo
@@ -0,0 +1,2 @@
+MD5 (Convert-Binary-C-0.53.tar.gz) = 2560faf1cddf3c8a136a2cee99504468
+SIZE (Convert-Binary-C-0.53.tar.gz) = 871873
diff --git a/converters/p5-Convert-Binary-C/pkg-descr b/converters/p5-Convert-Binary-C/pkg-descr
new file mode 100644
index 000000000000..3e558fe41cf0
--- /dev/null
+++ b/converters/p5-Convert-Binary-C/pkg-descr
@@ -0,0 +1,9 @@
+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.
+
+WWW: http://search.cpan.org/dist/Convert-Binary-C/
diff --git a/converters/p5-Convert-Binary-C/pkg-plist b/converters/p5-Convert-Binary-C/pkg-plist
new file mode 100644
index 000000000000..7f4006b8c485
--- /dev/null
+++ b/converters/p5-Convert-Binary-C/pkg-plist
@@ -0,0 +1,12 @@
+bin/ccconfig
+%%SITE_PERL%%/%%PERL_ARCH%%/Convert/Binary/C.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Convert/Binary/C/Cached.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Binary/C/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Binary/C/C.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Binary/C/C.so
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Convert/Binary/C
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Binary/C
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Convert/Binary 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Convert 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Binary 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true