diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-01-22 23:55:04 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-01-22 23:55:04 +0000 |
commit | e428e897159460bdc51f2527810711d3b9042664 (patch) | |
tree | 9e53b0f93835c348efdd048cddfc3118c646c83a /textproc/p5-XML-OPML | |
parent | c3eab14300fe68ff98aa891519a6952076f24dce (diff) | |
download | ports-e428e897159460bdc51f2527810711d3b9042664.tar.gz ports-e428e897159460bdc51f2527810711d3b9042664.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-OPML')
-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 |
4 files changed, 54 insertions, 0 deletions
diff --git a/textproc/p5-XML-OPML/Makefile b/textproc/p5-XML-OPML/Makefile new file mode 100644 index 000000000000..6b98e1c5b8dc --- /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 000000000000..8fa5e31b5a17 --- /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 000000000000..68069825dec6 --- /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 000000000000..3d9b91b9a487 --- /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 |