Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2005 13:16:30 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89350: [NEW PORT] textproc/p5-XML-OPML: Creates and updates OPML (Outline Processor Markup Language) files
Message-ID:  <20051121051630.1907D7E9AF@FreeBSD.csie.nctu.edu.tw>
Resent-Message-ID: <200511210520.jAL5KBt2036650@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89350
>Category:       ports
>Synopsis:       [NEW PORT] textproc/p5-XML-OPML: Creates and updates OPML (Outline Processor Markup Language) files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 21 05:20:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #1: Fri Nov 18 18:56:02 CST 2005
>Description:
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/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-XML-OPML-0.26.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-XML-OPML
#	p5-XML-OPML/Makefile
#	p5-XML-OPML/distinfo
#	p5-XML-OPML/pkg-descr
#	p5-XML-OPML/pkg-plist
#
echo c - p5-XML-OPML
mkdir -p p5-XML-OPML > /dev/null 2>&1
echo x - p5-XML-OPML/Makefile
sed 's/^X//' >p5-XML-OPML/Makefile << 'END-of-p5-XML-OPML/Makefile'
X# ex:ts=8
X# Ports collection makefile for:	XML-OPML
X# Date created:			Nov 21, 2005
X# Whom:				ijliao
X#
X# $FreeBSD$
X#
X
XPORTNAME=	XML-OPML
XPORTVERSION=	0.26
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	XML
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Creates and updates OPML (Outline Processor Markup Language) files
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
X		${SITE_PERL}/XML/SimpleObject.pm:${PORTSDIR}/textproc/p5-XML-SimpleObject
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	XML::OPML.3
X
X.include <bsd.port.mk>
END-of-p5-XML-OPML/Makefile
echo x - p5-XML-OPML/distinfo
sed 's/^X//' >p5-XML-OPML/distinfo << 'END-of-p5-XML-OPML/distinfo'
XMD5 (XML-OPML-0.26.tar.gz) = 05cebfc3d224f463440d946818b91534
XSHA256 (XML-OPML-0.26.tar.gz) = 0043144f5bd45cd65babf80cc39ab00e9bb16030a8341d2cbe7aa9f842c87c3c
XSIZE (XML-OPML-0.26.tar.gz) = 10271
END-of-p5-XML-OPML/distinfo
echo x - p5-XML-OPML/pkg-descr
sed 's/^X//' >p5-XML-OPML/pkg-descr << 'END-of-p5-XML-OPML/pkg-descr'
XThis experimental module is designed to allow for easy creation and
Xmanipulation of OPML files. OPML files are most commonly used for the sharing
Xof blogrolls or subscriptions - an outlined list of what other blogs an
XInternet blogger reads.
X
XThis is purely experimental at this point and has a few limitations. This
Xmodule may now support attributes in the <outline> element of an embedded
Xhierarchy, but these are limited to the following attributes: date_added,
Xdate_downloaded, description, email, filename, htmlurl, keywords, text,
Xtitle, type, version, and xmlurl. Additionally, the following alternate
Xspellings are also supported: dateAdded, dateDownloaded, htmlUrl, and xmlUrl.
X
XWWW: http://search.cpan.org/dist/XML-OPML/
END-of-p5-XML-OPML/pkg-descr
echo x - p5-XML-OPML/pkg-plist
sed 's/^X//' >p5-XML-OPML/pkg-plist << 'END-of-p5-XML-OPML/pkg-plist'
X%%SITE_PERL%%/XML/OPML.pm
X@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/OPML/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/OPML
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
END-of-p5-XML-OPML/pkg-plist
exit
--- p5-XML-OPML-0.26.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051121051630.1907D7E9AF>