1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add p5-Convert-Binary-C 0.53, binary Data Conversion using C Types.

This commit is contained in:
Sergey Skvortsov 2004-05-26 12:24:53 +00:00
parent fd77f3b6b4
commit 14c27fc21c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110050
5 changed files with 47 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (Convert-Binary-C-0.53.tar.gz) = 2560faf1cddf3c8a136a2cee99504468
SIZE (Convert-Binary-C-0.53.tar.gz) = 871873

View File

@ -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/

View File

@ -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