- initial import of Data-Buffer-0.04

Data::Buffer implements a low-level binary buffer in which you can get
and put integers, strings, and other data. Internally the implementation
is based on "pack" and "unpack", such that Data::Buffer is really a
layer on top of those built-in functions.
This commit is contained in:
msf 2005-02-05 21:01:00 +00:00
parent fb88ddda06
commit 975506c45f
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/05 21:01:00 msf Exp $
COMMENT= "Perl module for creating read/write buffers"
DISTNAME= Data-Buffer-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Data-Buffer-0.04.tar.gz) = d971f7b92684cc4f4cba7a9c774b8480
RMD160 (Data-Buffer-0.04.tar.gz) = 4b2a46b9ace8ea503e5d7cb71910a67379974b50
SHA1 (Data-Buffer-0.04.tar.gz) = 88e148c05aa9230770a15061cef123722f59b6c9
SIZE (Data-Buffer-0.04.tar.gz) = 5497

View File

@ -0,0 +1,4 @@
Data::Buffer implements a low-level binary buffer in which you can get
and put integers, strings, and other data. Internally the implementation
is based on "pack" and "unpack", such that Data::Buffer is really a
layer on top of those built-in functions.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/05 21:01:00 msf Exp $
${P5SITE}/Data/
${P5SITE}/Data/Buffer.pm
@man man/man3p/Data::Buffer.3p