pretty-print Data, catalyst prereq

This commit is contained in:
espie 2006-11-04 14:49:58 +00:00
parent 9c5b91160e
commit a16bf9a9ed
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 14:49:58 espie Exp $
COMMENT= "pretty printing of data structures"
DISTNAME= Data-Dump-1.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MAINTAINER= Simon Dassow <janus@errornet.de>
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Data-Dump-1.06.tar.gz) = ab41f4135e5460da837a7176ae4b3e39
RMD160 (Data-Dump-1.06.tar.gz) = a681f923f1e5331ee9930ad5dbdc60b81c8e54b1
SHA1 (Data-Dump-1.06.tar.gz) = 61f49e90d69d4f2da8dc2f8ec6f224c1da45d136
SIZE (Data-Dump-1.06.tar.gz) = 9816

View File

@ -0,0 +1,4 @@
This module provides a single function called dump() that takes a list
of values as its argument and produces a string as its result. The
string contains Perl code that, when evaled, produces a deep copy of
the original arguments. The string is formatted for easy reading.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/04 14:49:58 espie Exp $
${P5SITE}/Data/
${P5SITE}/Data/Dump.pm
@man man/man3p/Data::Dump.3p