Add textproc/p5-XML-Atom-SimpleFeed 0.7, a Perl module that generates
simple Atom syndication feeds.
This commit is contained in:
parent
0004d8a88a
commit
32d693292d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145583
@ -447,6 +447,7 @@
|
||||
SUBDIR += p5-WordNet-Similarity
|
||||
SUBDIR += p5-XML-Atom
|
||||
SUBDIR += p5-XML-Atom-Filter
|
||||
SUBDIR += p5-XML-Atom-SimpleFeed
|
||||
SUBDIR += p5-XML-Atom-Syndication
|
||||
SUBDIR += p5-XML-AutoWriter
|
||||
SUBDIR += p5-XML-Catalog
|
||||
|
31
textproc/p5-XML-Atom-SimpleFeed/Makefile
Normal file
31
textproc/p5-XML-Atom-SimpleFeed/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: textproc/p5-XML-Atom-SimpleFeed
|
||||
# Date created: 16 October 2005
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-Atom-SimpleFeed
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= XML::Atom::SimpleFeed - Generate simple Atom syndication feeds
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::Atom::SimpleFeed.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
textproc/p5-XML-Atom-SimpleFeed/distinfo
Normal file
2
textproc/p5-XML-Atom-SimpleFeed/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (XML-Atom-SimpleFeed-0.7.tar.gz) = eda89192c36d3942ee5380376bf261e2
|
||||
SIZE (XML-Atom-SimpleFeed-0.7.tar.gz) = 6784
|
7
textproc/p5-XML-Atom-SimpleFeed/pkg-descr
Normal file
7
textproc/p5-XML-Atom-SimpleFeed/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module exists to generate basic Atom syndication feeds. While it
|
||||
does not provide a full, object-oriented interface into all the nooks
|
||||
and crannies of Atom feeds, an Atom parser, or an Atom client API, it
|
||||
should be useful for people who want to generate basic, valid Atom feeds
|
||||
of their content quickly and easily.
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-Atom-SimpleFeed/
|
7
textproc/p5-XML-Atom-SimpleFeed/pkg-plist
Normal file
7
textproc/p5-XML-Atom-SimpleFeed/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/XML/Atom/SimpleFeed.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom/SimpleFeed/.packlist
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom/SimpleFeed 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/XML/Atom 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user