diff options
author | skv <skv@FreeBSD.org> | 2004-05-26 20:24:53 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-05-26 20:24:53 +0800 |
commit | 03ea18d1332b764f341494025e328b662fba9fc6 (patch) | |
tree | c2725bba7e380087594cfd1836e35fe9b18ea548 /converters/p5-Convert-Binary-C | |
parent | a94280440c58f968549b14318f7bdb869a1c8b7c (diff) | |
download | freebsd-ports-gnome-03ea18d1332b764f341494025e328b662fba9fc6.tar.gz freebsd-ports-gnome-03ea18d1332b764f341494025e328b662fba9fc6.tar.zst freebsd-ports-gnome-03ea18d1332b764f341494025e328b662fba9fc6.zip |
Add p5-Convert-Binary-C 0.53, binary Data Conversion using C Types.
Diffstat (limited to 'converters/p5-Convert-Binary-C')
-rw-r--r-- | converters/p5-Convert-Binary-C/Makefile | 23 | ||||
-rw-r--r-- | converters/p5-Convert-Binary-C/distinfo | 2 | ||||
-rw-r--r-- | converters/p5-Convert-Binary-C/pkg-descr | 9 | ||||
-rw-r--r-- | converters/p5-Convert-Binary-C/pkg-plist | 12 |
4 files changed, 46 insertions, 0 deletions
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 |