Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  1 Jan 2001 16:54:14 +0100 (CET)
From:      tobez@tobez.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23993: New port: textproc/p5-XML-Dumper (Perl module for dumping Perl objects from/to XML)
Message-ID:  <20010101155414.E32DE54E7@heechee.tobez.org>
Resent-Message-ID: <200101011600.f01G06214214@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23993
>Category:       ports
>Synopsis:       New port: textproc/p5-XML-Dumper (Perl module for dumping Perl objects from/to XML)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 01 08:00:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anton Berezin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
>Description:

XML::Dumper dumps Perl data to a structured XML format.  XML::Dumper can
also read XML data that was previously dumped by the module and convert
it back to Perl.

This might be useful for dumping Perl objects to files using an XML
format that can be reloaded or accessed by other programs. Maybe even
other languages.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-XML-Dumper
#	p5-XML-Dumper/pkg-plist
#	p5-XML-Dumper/pkg-descr
#	p5-XML-Dumper/pkg-comment
#	p5-XML-Dumper/distinfo
#	p5-XML-Dumper/Makefile
#
echo c - p5-XML-Dumper
mkdir -p p5-XML-Dumper > /dev/null 2>&1
echo x - p5-XML-Dumper/pkg-plist
sed 's/^X//' >p5-XML-Dumper/pkg-plist << 'END-of-p5-XML-Dumper/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Dumper/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/XML/Dumper.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Dumper
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
END-of-p5-XML-Dumper/pkg-plist
echo x - p5-XML-Dumper/pkg-descr
sed 's/^X//' >p5-XML-Dumper/pkg-descr << 'END-of-p5-XML-Dumper/pkg-descr'
XXML::Dumper dumps Perl data to a structured XML format.  XML::Dumper can
Xalso read XML data that was previously dumped by the module and convert
Xit back to Perl.
X
XThis might be useful for dumping Perl objects to files using an XML
Xformat that can be reloaded or accessed by other programs. Maybe even
Xother languages.
X
X-Anton
X<tobez@tobez.org>
END-of-p5-XML-Dumper/pkg-descr
echo x - p5-XML-Dumper/pkg-comment
sed 's/^X//' >p5-XML-Dumper/pkg-comment << 'END-of-p5-XML-Dumper/pkg-comment'
XPerl module for dumping Perl objects from/to XML
END-of-p5-XML-Dumper/pkg-comment
echo x - p5-XML-Dumper/distinfo
sed 's/^X//' >p5-XML-Dumper/distinfo << 'END-of-p5-XML-Dumper/distinfo'
XMD5 (XML-Dumper-0.4.tar.gz) = 923aa94b232bcff813cba8e9e1b7744c
END-of-p5-XML-Dumper/distinfo
echo x - p5-XML-Dumper/Makefile
sed 's/^X//' >p5-XML-Dumper/Makefile << 'END-of-p5-XML-Dumper/Makefile'
X# New ports collection makefile for:	textproc/p5-XML-Dumper
X# Date created:				01 January 2001
X# Whom:					Anton Berezin <tobez@tobez.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	XML-Dumper
XPORTVERSION=	0.4
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	XML
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tobez@tobez.org
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_PERL5=	yes
XPERL_CONFIGURE=	yes
X
XMAN3=		XML::Dumper.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-XML-Dumper/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010101155414.E32DE54E7>