Date: Thu, 19 May 2016 16:41:23 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415510 - in head/textproc: . rubygem-pretty-xml Message-ID: <201605191641.u4JGfN1b027697@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brd Date: Thu May 19 16:41:23 2016 New Revision: 415510 URL: https://svnweb.freebsd.org/changeset/ports/415510 Log: Add a new port textproc/rubygem-pretty-xml Approved by: swills (mentor) Added: head/textproc/rubygem-pretty-xml/ head/textproc/rubygem-pretty-xml/Makefile (contents, props changed) head/textproc/rubygem-pretty-xml/distinfo (contents, props changed) head/textproc/rubygem-pretty-xml/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu May 19 16:36:21 2016 (r415509) +++ head/textproc/Makefile Thu May 19 16:41:23 2016 (r415510) @@ -1459,6 +1459,7 @@ SUBDIR += rubygem-org-ruby SUBDIR += rubygem-parslet SUBDIR += rubygem-phone + SUBDIR += rubygem-pretty-xml SUBDIR += rubygem-rails-dom-testing SUBDIR += rubygem-rails-html-sanitizer SUBDIR += rubygem-rak Added: head/textproc/rubygem-pretty-xml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-pretty-xml/Makefile Thu May 19 16:41:23 2016 (r415510) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= pretty-xml +PORTVERSION= 0.2.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Print well formatted XML + +LICENSE= RUBY + +RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/textproc/rubygem-pretty-xml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-pretty-xml/distinfo Thu May 19 16:41:23 2016 (r415510) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463675508 +SHA256 (rubygem/pretty-xml-0.2.0.gem) = 6d8e59649bbc225d33961fd2c0d2251a5cb7047b50992fe93de081f0193718b4 +SIZE (rubygem/pretty-xml-0.2.0.gem) = 9216 Added: head/textproc/rubygem-pretty-xml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-pretty-xml/pkg-descr Thu May 19 16:41:23 2016 (r415510) @@ -0,0 +1,3 @@ +A rubygem to print well formatted XML. + +WWW: https://github.com/jrobertson/pretty-xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605191641.u4JGfN1b027697>