import p5-XML-Generator
In general, once you have an XML::Generator object, you then simply call methods on that object named for each XML tag you wish to generate. feedback & ok jasper@
This commit is contained in:
parent
022d8acc6e
commit
8f25b09671
20
textproc/p5-XML-Generator/Makefile
Normal file
20
textproc/p5-XML-Generator/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/13 09:56:15 simon Exp $
|
||||
|
||||
COMMENT= extension for generating XML
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= XML-Generator-1.01
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::textproc/p5-XML-DOM
|
||||
REGRESS_DEPENDS=::devel/p5-Tie-IxHash
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/p5-XML-Generator/distinfo
Normal file
5
textproc/p5-XML-Generator/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (XML-Generator-1.01.tar.gz) = j55rollbB5l++sE3fFSE6Q==
|
||||
RMD160 (XML-Generator-1.01.tar.gz) = GDY4KhyXwXN5+KOqZmlGsPw2Ijc=
|
||||
SHA1 (XML-Generator-1.01.tar.gz) = Vd+qMRa6OaBTYIEU6zX5vyhPoUE=
|
||||
SHA256 (XML-Generator-1.01.tar.gz) = Q/9D/BzrxA5VKEGxp6zSsig6sHq+b1XNnJJmiiawwy4=
|
||||
SIZE (XML-Generator-1.01.tar.gz) = 23541
|
2
textproc/p5-XML-Generator/pkg/DESCR
Normal file
2
textproc/p5-XML-Generator/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
In general, once you have an XML::Generator object, you then simply call
|
||||
methods on that object named for each XML tag you wish to generate.
|
6
textproc/p5-XML-Generator/pkg/PLIST
Normal file
6
textproc/p5-XML-Generator/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/13 09:56:15 simon Exp $
|
||||
${P5SITE}/XML/Generator/
|
||||
${P5SITE}/XML/Generator.pm
|
||||
${P5SITE}/XML/Generator/DOM.pm
|
||||
@man man/man3p/XML::Generator.3
|
||||
@man man/man3p/XML::Generator::DOM.3
|
Loading…
Reference in New Issue
Block a user