diff options
author | aaron <aaron@FreeBSD.org> | 2006-01-22 23:55:04 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-01-22 23:55:04 +0000 |
commit | 7c57b0aaaee65a0b544e6037594f4715088d2009 (patch) | |
tree | feb4cb26b501ece438509eed3c452e39fb5a22fb /textproc | |
parent | 2d1e0acf1863af8a523a8760c6804e444f8b0635 (diff) | |
download | FreeBSD-ports-7c57b0aaaee65a0b544e6037594f4715088d2009.zip FreeBSD-ports-7c57b0aaaee65a0b544e6037594f4715088d2009.tar.gz |
Add p5-XML-OPML 0.26, creates and updates OPML (Outline Processor Markup
Language) files.
PR: ports/89350
Submitted by: ijliao
Approved by: tobez
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-OPML/Makefile | 33 | ||||
-rw-r--r-- | textproc/p5-XML-OPML/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-XML-OPML/pkg-descr | 13 | ||||
-rw-r--r-- | textproc/p5-XML-OPML/pkg-plist | 5 |
5 files changed, 55 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ddc3022..8ade526 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -515,6 +515,7 @@ SUBDIR += p5-XML-NamespaceSupport SUBDIR += p5-XML-Node SUBDIR += p5-XML-NodeFilter + SUBDIR += p5-XML-OPML SUBDIR += p5-XML-Parser SUBDIR += p5-XML-Parser-EasyTree SUBDIR += p5-XML-Parser-Lite-Tree diff --git a/textproc/p5-XML-OPML/Makefile b/textproc/p5-XML-OPML/Makefile new file mode 100644 index 0000000..6b98e1c --- /dev/null +++ b/textproc/p5-XML-OPML/Makefile @@ -0,0 +1,33 @@ +# ex:ts=8 +# Ports collection makefile for: XML-OPML +# Date created: Nov 21, 2005 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= XML-OPML +PORTVERSION= 0.26 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Creates and updates OPML (Outline Processor Markup Language) files + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/XML/SimpleObject.pm:${PORTSDIR}/textproc/p5-XML-SimpleObject +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= XML::OPML.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires Perl5.8 +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-XML-OPML/distinfo b/textproc/p5-XML-OPML/distinfo new file mode 100644 index 0000000..8fa5e31 --- /dev/null +++ b/textproc/p5-XML-OPML/distinfo @@ -0,0 +1,3 @@ +MD5 (XML-OPML-0.26.tar.gz) = 05cebfc3d224f463440d946818b91534 +SHA256 (XML-OPML-0.26.tar.gz) = 0043144f5bd45cd65babf80cc39ab00e9bb16030a8341d2cbe7aa9f842c87c3c +SIZE (XML-OPML-0.26.tar.gz) = 10271 diff --git a/textproc/p5-XML-OPML/pkg-descr b/textproc/p5-XML-OPML/pkg-descr new file mode 100644 index 0000000..6806982 --- /dev/null +++ b/textproc/p5-XML-OPML/pkg-descr @@ -0,0 +1,13 @@ +This experimental module is designed to allow for easy creation and +manipulation of OPML files. OPML files are most commonly used for the sharing +of blogrolls or subscriptions - an outlined list of what other blogs an +Internet blogger reads. + +This is purely experimental at this point and has a few limitations. This +module may now support attributes in the <outline> element of an embedded +hierarchy, but these are limited to the following attributes: date_added, +date_downloaded, description, email, filename, htmlurl, keywords, text, +title, type, version, and xmlurl. Additionally, the following alternate +spellings are also supported: dateAdded, dateDownloaded, htmlUrl, and xmlUrl. + +WWW: http://search.cpan.org/dist/XML-OPML/ diff --git a/textproc/p5-XML-OPML/pkg-plist b/textproc/p5-XML-OPML/pkg-plist new file mode 100644 index 0000000..3d9b91b --- /dev/null +++ b/textproc/p5-XML-OPML/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/XML/OPML.pm +@dirrmtry %%SITE_PERL%%/XML +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/OPML/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/OPML +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML |