Add p5-XML-OPML 0.26, creates and updates OPML (Outline Processor Markup

Language) files.

PR:		ports/89350
Submitted by:	ijliao
Approved by:	tobez
This commit is contained in:
Aaron Dalton 2006-01-22 23:55:04 +00:00
parent c3eab14300
commit e428e89715
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154202
5 changed files with 55 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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/

View file

@ -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