summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-02-16 14:11:58 +0000
committermiwi <miwi@FreeBSD.org>2008-02-16 14:11:58 +0000
commite6d118cc69d0e9fd6243504bb1e778c1e2158777 (patch)
tree900c5fba55e64a6d868f22712fc4f7da48ee23e6
parentab3de1e64520d55c7a0f806e7790de2b05a758ad (diff)
downloadFreeBSD-ports-e6d118cc69d0e9fd6243504bb1e778c1e2158777.zip
FreeBSD-ports-e6d118cc69d0e9fd6243504bb1e778c1e2158777.tar.gz
Web::Scraper::Config allows you to harness the power of
Web::Scraper from a config file. WWW: http://search.cpan.org/dist/Web-Scraper-Config/ PR: ports/120161 Submitted by: Masahiro Teramoto <markun at onohara.to>
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-Web-Scraper-Config/Makefile30
-rw-r--r--www/p5-Web-Scraper-Config/distinfo3
-rw-r--r--www/p5-Web-Scraper-Config/pkg-descr4
-rw-r--r--www/p5-Web-Scraper-Config/pkg-plist7
5 files changed, 45 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 97c1539..8230a81 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -956,6 +956,7 @@
SUBDIR += p5-WWW-Wikipedia
SUBDIR += p5-WWW-Yandex-TIC
SUBDIR += p5-Web-Scraper
+ SUBDIR += p5-Web-Scraper-Config
SUBDIR += p5-WebService-Basecamp
SUBDIR += p5-WebService-Bloglines
SUBDIR += p5-WebService-BuzzurlAPI
diff --git a/www/p5-Web-Scraper-Config/Makefile b/www/p5-Web-Scraper-Config/Makefile
new file mode 100644
index 0000000..af3e104
--- /dev/null
+++ b/www/p5-Web-Scraper-Config/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: p5-Web-Scraper-Config
+# Date created: 2008-01-30
+# Whom: Masahiro Teramoto <markun@onohara.to>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Web-Scraper-Config
+PORTVERSION= 0.01
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= markun@onohara.to
+COMMENT= Run Web::Scraper From Config Files
+
+BUILD_DEPENDS= p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
+ p5-Data-Visitor>=0:${PORTSDIR}/devel/p5-Data-Visitor \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI \
+ p5-Web-Scraper>=0:${PORTSDIR}/www/p5-Web-Scraper
+RUN_DEPENDS= p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
+ p5-Data-Visitor>=0:${PORTSDIR}/devel/p5-Data-Visitor \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI \
+ p5-Web-Scraper>=0:${PORTSDIR}/www/p5-Web-Scraper
+
+PERL_CONFIGURE= yes
+
+MAN3= Web::Scraper::Config.3
+
+.include <bsd.port.mk>
diff --git a/www/p5-Web-Scraper-Config/distinfo b/www/p5-Web-Scraper-Config/distinfo
new file mode 100644
index 0000000..68593da
--- /dev/null
+++ b/www/p5-Web-Scraper-Config/distinfo
@@ -0,0 +1,3 @@
+MD5 (Web-Scraper-Config-0.01.tar.gz) = 710d5d36d000b98640c059be4b897531
+SHA256 (Web-Scraper-Config-0.01.tar.gz) = 88e82802a9c748a12e45131c2ccc4679c7cc5aa2f56b0437e2238de03a2a5bf6
+SIZE (Web-Scraper-Config-0.01.tar.gz) = 20010
diff --git a/www/p5-Web-Scraper-Config/pkg-descr b/www/p5-Web-Scraper-Config/pkg-descr
new file mode 100644
index 0000000..0688eee
--- /dev/null
+++ b/www/p5-Web-Scraper-Config/pkg-descr
@@ -0,0 +1,4 @@
+Web::Scraper::Config allows you to harness the power of
+Web::Scraper from a config file.
+
+WWW: http://search.cpan.org/dist/Web-Scraper-Config/
diff --git a/www/p5-Web-Scraper-Config/pkg-plist b/www/p5-Web-Scraper-Config/pkg-plist
new file mode 100644
index 0000000..7ed7420
--- /dev/null
+++ b/www/p5-Web-Scraper-Config/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Scraper/Config/.packlist
+%%SITE_PERL%%/Web/Scraper/Config.pm
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Scraper/Config
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Scraper
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web
+@dirrmtry %%SITE_PERL%%/Web/Scraper
+@dirrmtry %%SITE_PERL%%/Web
OpenPOWER on IntegriCloud