[128026] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Nov 10 17:40:35 PST 2014


Revision: 128026
          https://trac.macports.org/changeset/128026
Author:   devans at macports.org
Date:     2014-11-10 17:40:35 -0800 (Mon, 10 Nov 2014)
Log Message:
-----------
p5-web-scraper: new port, a Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions.

Added Paths:
-----------
    trunk/dports/perl/p5-web-scraper/
    trunk/dports/perl/p5-web-scraper/Portfile

Added: trunk/dports/perl/p5-web-scraper/Portfile
===================================================================
--- trunk/dports/perl/p5-web-scraper/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-web-scraper/Portfile	2014-11-11 01:40:35 UTC (rev 128026)
@@ -0,0 +1,47 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Web-Scraper 0.38
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Web::Scraper - Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions
+long_description    Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent Scrapi. \
+                    It provides a DSL-ish interface for traversing HTML documents and returning \
+                    a neatly arranged Perl data structure.
+
+platforms           darwin
+
+checksums           rmd160  0bf2655fbc315800ab8dcc2ddf82ea65bcf40716 \
+                    sha256  f95b6e5f8d7feebe116d05bf59a2b7cf1a51ed9d30bca80123430ec4567543bf
+
+if {${perl5.major} != ""} {
+    perl5.use_module_build
+    depends_build-append \
+                    port:p${perl5.major}-module-build-tiny \
+                    port:p${perl5.major}-extutils-config \
+                    port:p${perl5.major}-extutils-helpers \
+                    port:p${perl5.major}-extutils-installpaths \
+                    port:p${perl5.major}-test-base \
+                    port:p${perl5.major}-test-harness \
+                    port:p${perl5.major}-test-requires
+
+     depends_lib-append \
+                    port:p${perl5.major}-html-parser \
+                    port:p${perl5.major}-html-selector-xpath \
+                    port:p${perl5.major}-html-tagset \
+                    port:p${perl5.major}-html-tree \
+                    port:p${perl5.major}-html-treebuilder-xpath \
+                    port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-scalar-list-utils \
+                    port:p${perl5.major}-universal-require \
+                    port:p${perl5.major}-uri \
+                    port:p${perl5.major}-xml-xpathengine \
+                    port:p${perl5.major}-yaml
+
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-web-scraper/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141110/e7dc29cc/attachment-0001.html>


More information about the macports-changes mailing list