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:
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
|
@ -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
|
||||
|
|
33
textproc/p5-XML-OPML/Makefile
Normal file
33
textproc/p5-XML-OPML/Makefile
Normal 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>
|
3
textproc/p5-XML-OPML/distinfo
Normal file
3
textproc/p5-XML-OPML/distinfo
Normal 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
|
13
textproc/p5-XML-OPML/pkg-descr
Normal file
13
textproc/p5-XML-OPML/pkg-descr
Normal 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/
|
5
textproc/p5-XML-OPML/pkg-plist
Normal file
5
textproc/p5-XML-OPML/pkg-plist
Normal 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
|
Loading…
Reference in a new issue