mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add p5-HTML-RSSAutodiscovery 1.21, methods for retreiving RSS-ish
information from an HTML document. PR: ports/103589 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
98e12f723a
commit
5272849d25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173848
5 changed files with 45 additions and 0 deletions
|
@ -614,6 +614,7 @@
|
|||
SUBDIR += p5-HTML-PrettyPrinter
|
||||
SUBDIR += p5-HTML-Prototype
|
||||
SUBDIR += p5-HTML-QuickCheck
|
||||
SUBDIR += p5-HTML-RSSAutodiscovery
|
||||
SUBDIR += p5-HTML-ResolveLink
|
||||
SUBDIR += p5-HTML-Scrubber
|
||||
SUBDIR += p5-HTML-SimpleLinkExtor
|
||||
|
|
32
www/p5-HTML-RSSAutodiscovery/Makefile
Normal file
32
www/p5-HTML-RSSAutodiscovery/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: p5-HTML-RSSAutodiscovery
|
||||
# Date created: 2006-09-25
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-RSSAutodiscovery
|
||||
PORTVERSION= 1.21
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= HTML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Methods for retreiving RSS-ish information from an HTML document
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600 # Inherited from both dependencies
|
||||
IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
MAN3= HTML::RSSAutodiscovery.3
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-HTML-RSSAutodiscovery/distinfo
Normal file
3
www/p5-HTML-RSSAutodiscovery/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (HTML-RSSAutodiscovery-1.21.tar.gz) = f2983533bc6b11743454bb3d5bf53cc2
|
||||
SHA256 (HTML-RSSAutodiscovery-1.21.tar.gz) = 4b696bb78886bc2d2d9f751bbc90d2a4071f960d1ba6aabb42d0b109bf7c8eda
|
||||
SIZE (HTML-RSSAutodiscovery-1.21.tar.gz) = 5064
|
3
www/p5-HTML-RSSAutodiscovery/pkg-descr
Normal file
3
www/p5-HTML-RSSAutodiscovery/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Methods for retreiving RSS-ish information from an HTML document.
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTML-RSSAutodiscovery/
|
6
www/p5-HTML-RSSAutodiscovery/pkg-plist
Normal file
6
www/p5-HTML-RSSAutodiscovery/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/RSSAutodiscovery/.packlist
|
||||
%%SITE_PERL%%/HTML/RSSAutodiscovery.pm
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/RSSAutodiscovery
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
Loading…
Add table
Reference in a new issue