Revision
68340
Author
singingwolfboy@macports.org
Date
2010-06-01 14:31:05 -0700 (Tue, 01 Jun 2010)

Log Message

New port: rb19-nokogiri

Added Paths

Diff

Added: trunk/dports/ruby/rb19-nokogiri/Portfile (0 => 68340)


--- trunk/dports/ruby/rb19-nokogiri/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb19-nokogiri/Portfile	2010-06-01 21:31:05 UTC (rev 68340)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem		    1.0
+PortGroup		    ruby 1.0
+
+ruby.setup          nokogiri 1.4.2 gem {} rubygems ruby19
+description		    HTML, XML, SAX, & Reader parser with XPath/CSS3 selector searching
+long_description	\
+    Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's \
+    many features is the ability to search documents via XPath or CSS3 \
+    selectors. XML is like violence - if it doesn’t solve your problems, \
+    you are not using enough of it.
+license             MIT
+maintainers		    singingwolfboy openmaintainer
+homepage		    http://nokogiri.org/
+categories-append   xml
+checksums           md5     f229d6ce94bc474c7e41e43ece32d4d8 \
+                    sha1    cd14810105332889bbf792cc63f5a49535a9078e \
+                    rmd160  aee3dcfbd5fe08780cbba56e99ab52052de53715
+
+depends_lib-append  port:libxml2 \
+                    port:libxslt
\ No newline at end of file
Property changes on: trunk/dports/ruby/rb19-nokogiri/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style