Date: Sat, 18 Aug 2012 16:38:54 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302726 - in head/textproc: . rubygem-libxml-ruby Message-ID: <201208181638.q7IGcsec051996@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208181638.q7IGcsec051996>