1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

add p5-XML-RSS-SimpleGen 11.11

For writing RSS files
This commit is contained in:
Ying-Chieh Liao 2006-06-05 07:50:53 +00:00
parent 8d6794e274
commit 057262ad0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164396
5 changed files with 45 additions and 0 deletions

View File

@ -571,6 +571,7 @@
SUBDIR += p5-XML-RSS-JavaScript
SUBDIR += p5-XML-RSS-LibXML
SUBDIR += p5-XML-RSS-Parser
SUBDIR += p5-XML-RSS-SimpleGen
SUBDIR += p5-XML-RegExp
SUBDIR += p5-XML-SAX
SUBDIR += p5-XML-SAX-Expat

View File

@ -0,0 +1,23 @@
# ex:ts=8
# Ports collection makefile for: XML::RSS::SimpleGen
# Date created: Jun 5, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= XML-RSS-SimpleGen
PORTVERSION= 11.11
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= For writing RSS files
PERL_CONFIGURE= yes
MAN3= XML::RSS::SimpleGen.3 \
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (XML-RSS-SimpleGen-11.11.tar.gz) = 8a26892e85765d651e29adbd0bff6ad1
SHA256 (XML-RSS-SimpleGen-11.11.tar.gz) = 39ad945aa1cfc8f7bae9046bc78cfa712db2c48ffc17aac6175adcc344229b94
SIZE (XML-RSS-SimpleGen-11.11.tar.gz) = 30883

View File

@ -0,0 +1,10 @@
This module is for writing RSS files, simply. It transparently handles all
the unpleasant details of RSS, like proper XML escaping, and also has a good
number of Do-What-I-Mean features, like not changing the modtime on a
written-out RSS file if the file content hasn't changed, and like
automatically removing any HTML tags from content you might pass in.
This module isn't meant to have the full expressive power of RSS; instead, it
provides functions that are most commonly needed by RSS-writing programs.
WWW: http://search.cpan.org/dist/XML-RSS-SimpleGen/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/XML/RSS/SimpleGen.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS/SimpleGen/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS/SimpleGen
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
@dirrmtry %%SITE_PERL%%/XML/RSS/SimpleGen
@dirrmtry %%SITE_PERL%%/XML/RSS
@dirrmtry %%SITE_PERL%%/XML