mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-WWW-Link 0.030, maintain information about the state of links.
PR: 33422 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
b457163f6b
commit
c534da8bdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54388
6 changed files with 85 additions and 0 deletions
|
@ -282,6 +282,7 @@
|
|||
SUBDIR += p5-Template-Toolkit
|
||||
SUBDIR += p5-URI-Sequin
|
||||
SUBDIR += p5-WWW-Babelfish
|
||||
SUBDIR += p5-WWW-Link
|
||||
SUBDIR += p5-WWW-Robot
|
||||
SUBDIR += p5-WWW-Search
|
||||
SUBDIR += p5-WWW-Search-AltaVista
|
||||
|
|
41
www/p5-WWW-Link/Makefile
Normal file
41
www/p5-WWW-Link/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
|||
# New ports collection makefile for: WWW::Link
|
||||
# Date created: 31 Dec 2001
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WWW-Link
|
||||
PORTVERSION= 0.030
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIKEDLR
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= WWW::Link.3 \
|
||||
WWW::Link::Change.3 \
|
||||
WWW::Link::Merge.3 \
|
||||
WWW::Link::Repair.3 \
|
||||
WWW::Link::Repair::ResourceMapper.3 \
|
||||
WWW::Link::Repair::Substitutor.3 \
|
||||
WWW::Link::Reporter.3 \
|
||||
WWW::Link::Reporter::Compile.3 \
|
||||
WWW::Link::Reporter::HTML.3 \
|
||||
WWW::Link::Reporter::LongList.3 \
|
||||
WWW::Link::Reporter::RepairForm.3 \
|
||||
WWW::Link::Reporter::Text.3 \
|
||||
WWW::Link::Selector.3 \
|
||||
WWW::Link::Test.3 \
|
||||
WWW::Link::Test::Validate.3 \
|
||||
WWW::Link::Tester.3 \
|
||||
WWW::Link::Tester::Adaptive.3 \
|
||||
WWW::Link::Tester::Base.3 \
|
||||
WWW::Link::Tester::Complex.3 \
|
||||
WWW::Link::Tester::Simple.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-WWW-Link/distinfo
Normal file
1
www/p5-WWW-Link/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (WWW-Link-0.030.tar.gz) = 8f9c258cf97e159d36d852ddefc1aa63
|
1
www/p5-WWW-Link/pkg-comment
Normal file
1
www/p5-WWW-Link/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Maintain information about the state of links
|
11
www/p5-WWW-Link/pkg-descr
Normal file
11
www/p5-WWW-Link/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
WWW::Link is a perl class which accepts and maintains information
|
||||
about links. For example, this would include urls which are referenced
|
||||
from a WWW page.
|
||||
|
||||
The link class will be acted on by such programs as link checkers
|
||||
to give it information and by other programs to convert that
|
||||
information into something which can be used by humans.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=WWW-Link
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
30
www/p5-WWW-Link/pkg-plist
Normal file
30
www/p5-WWW-Link/pkg-plist
Normal file
|
@ -0,0 +1,30 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Change.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Merge.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Repair.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Repair/ResourceMapper.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Repair/Substitutor.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Reporter.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Reporter/Compile.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Reporter/HTML.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Reporter/LongList.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Reporter/RepairForm.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Reporter/Text.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Reporter/junk
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Selector.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Test.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Test/Validate.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Tester.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Tester/Adaptive.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Tester/Base.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Tester/Complex.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Tester/Complex.pm.extra
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Tester/Simple.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW-Link/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW-Link
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Tester
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Test
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Reporter
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Link/Repair
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Link
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/WWW 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue