Bug 170529 - New port: textproc/rubygem-libxml-ruby
Summary: New port: textproc/rubygem-libxml-ruby
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-10 21:10 UTC by Michael Schout
Modified: 2012-08-18 17:40 UTC (History)
0 users

See Also:


Attachments
file.shar (1.66 KB, text/plain)
2012-08-10 21:10 UTC, Michael Schout
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schout 2012-08-10 21:10:00 UTC
The Libxml-Ruby project provides Ruby language bindings for the GNOME
Libxml2 XML toolkit. It is free software, released under the MIT License.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-10 21:10:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2012-08-14 02:45:25 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-18 17:39:07 UTC
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"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2012-08-18 17:39:10 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!