diff --git a/textproc/p5-XML-Generator/Makefile b/textproc/p5-XML-Generator/Makefile new file mode 100644 index 00000000000..294cde003fe --- /dev/null +++ b/textproc/p5-XML-Generator/Makefile @@ -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 + +# 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 diff --git a/textproc/p5-XML-Generator/distinfo b/textproc/p5-XML-Generator/distinfo new file mode 100644 index 00000000000..a2a3cf958a0 --- /dev/null +++ b/textproc/p5-XML-Generator/distinfo @@ -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 diff --git a/textproc/p5-XML-Generator/pkg/DESCR b/textproc/p5-XML-Generator/pkg/DESCR new file mode 100644 index 00000000000..14230c1425e --- /dev/null +++ b/textproc/p5-XML-Generator/pkg/DESCR @@ -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. diff --git a/textproc/p5-XML-Generator/pkg/PLIST b/textproc/p5-XML-Generator/pkg/PLIST new file mode 100644 index 00000000000..5ad09a54e5f --- /dev/null +++ b/textproc/p5-XML-Generator/pkg/PLIST @@ -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