The Libxml-Ruby project provides Ruby language bindings for the GNOME Libxml2 XML toolkit. It is free software, released under the MIT License.
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: ruby->swills I'll take it.
Author: swills Date: Sat Aug 18 16:38:53 2012 New Revision: 302726 URL: http://svn.freebsd.org/changeset/ports/302726 Log: The Libxml-Ruby project provides Ruby language bindings for the GNOME Libxml2 XML toolkit. It is free software, released under the MIT License. WWW: http://rubygems.org/gems/libxml-ruby PR: ports/170529 Submitted by: Michael Schout <mschout@gkg.net> Added: head/textproc/rubygem-libxml-ruby/ head/textproc/rubygem-libxml-ruby/Makefile (contents, props changed) head/textproc/rubygem-libxml-ruby/distinfo (contents, props changed) head/textproc/rubygem-libxml-ruby/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Aug 18 16:04:37 2012 (r302725) +++ head/textproc/Makefile Sat Aug 18 16:38:53 2012 (r302726) @@ -1267,6 +1267,7 @@ SUBDIR += rubygem-itextomml SUBDIR += rubygem-kramdown SUBDIR += rubygem-kwalify + SUBDIR += rubygem-libxml-ruby SUBDIR += rubygem-linguistics SUBDIR += rubygem-liquid SUBDIR += rubygem-loofah Added: head/textproc/rubygem-libxml-ruby/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-libxml-ruby/Makefile Sat Aug 18 16:38:53 2012 (r302726) @@ -0,0 +1,21 @@ +# Ports collection makefile for: rubygem-libxml-ruby +# Date created: 08 Aug 2012 +# Whom: Michael Schout <mschout@gkg.net> +# +# $FreeBSD$ + +PORTNAME= libxml-ruby +PORTVERSION= 2.3.3 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby bindings for the GNOME Libxml2 toolkit + +USE_GNOME= libxml2 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/textproc/rubygem-libxml-ruby/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-libxml-ruby/distinfo Sat Aug 18 16:38:53 2012 (r302726) @@ -0,0 +1,2 @@ +SHA256 (rubygem/libxml-ruby-2.3.3.gem) = 4a3343fcff372a75020b15c521ae89586771eaed8d9497d9c6c606de8c1c825a +SIZE (rubygem/libxml-ruby-2.3.3.gem) = 250368 Added: head/textproc/rubygem-libxml-ruby/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-libxml-ruby/pkg-descr Sat Aug 18 16:38:53 2012 (r302726) @@ -0,0 +1,4 @@ +The Libxml-Ruby project provides Ruby language bindings for the GNOME +Libxml2 XML toolkit. It is free software, released under the MIT License. + +WWW: http://rubygems.org/gems/libxml-ruby _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!