From 91ab13cf8679b3b571c71d820dc11d9a1e9c8ad5 Mon Sep 17 00:00:00 2001 From: Will Andrews <will@FreeBSD.org> Date: Wed, 3 Jan 2001 23:49:29 +0000 Subject: Add p5-File-Binary 0.3, a perl interface to modify and read binary files. --- devel/Makefile | 1 + devel/p5-File-Binary/Makefile | 23 +++++++++++++++++++++++ devel/p5-File-Binary/distinfo | 1 + devel/p5-File-Binary/pkg-comment | 1 + devel/p5-File-Binary/pkg-descr | 6 ++++++ devel/p5-File-Binary/pkg-plist | 3 +++ 6 files changed, 35 insertions(+) create mode 100644 devel/p5-File-Binary/Makefile create mode 100644 devel/p5-File-Binary/distinfo create mode 100644 devel/p5-File-Binary/pkg-comment create mode 100644 devel/p5-File-Binary/pkg-descr create mode 100644 devel/p5-File-Binary/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index d9598b25faac..ed489f79f19d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -234,6 +234,7 @@ SUBDIR += p5-Devel-Symdump SUBDIR += p5-Errno SUBDIR += p5-File-BasicFlock + SUBDIR += p5-File-Binary SUBDIR += p5-File-Lock SUBDIR += p5-File-MMagic SUBDIR += p5-File-Slurp diff --git a/devel/p5-File-Binary/Makefile b/devel/p5-File-Binary/Makefile new file mode 100644 index 000000000000..f98d36fe950c --- /dev/null +++ b/devel/p5-File-Binary/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: File-Binary +# Date created: Mon Jan 1 11:48:35 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= File-Binary +PORTVERSION= 0.3 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= File::Binary.3 + +.include <bsd.port.mk> diff --git a/devel/p5-File-Binary/distinfo b/devel/p5-File-Binary/distinfo new file mode 100644 index 000000000000..8f0231365f6e --- /dev/null +++ b/devel/p5-File-Binary/distinfo @@ -0,0 +1 @@ +MD5 (File-Binary-0.3.tar.gz) = d15f164258ddd1af6905825de9068229 diff --git a/devel/p5-File-Binary/pkg-comment b/devel/p5-File-Binary/pkg-comment new file mode 100644 index 000000000000..62d7330ac4c1 --- /dev/null +++ b/devel/p5-File-Binary/pkg-comment @@ -0,0 +1 @@ +Perl interface to modify and read binary files diff --git a/devel/p5-File-Binary/pkg-descr b/devel/p5-File-Binary/pkg-descr new file mode 100644 index 000000000000..40032158f6b8 --- /dev/null +++ b/devel/p5-File-Binary/pkg-descr @@ -0,0 +1,6 @@ +File::Binary is a perl module that provides an interface to modify +and read binary files. + +Author: Simon Wistow <simon@twoshortplanks.com> + +--will diff --git a/devel/p5-File-Binary/pkg-plist b/devel/p5-File-Binary/pkg-plist new file mode 100644 index 000000000000..404a7d60aa06 --- /dev/null +++ b/devel/p5-File-Binary/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/File/Binary.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Binary/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Binary -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0