From owner-svn-ports-all@freebsd.org Thu May 19 16:41:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FC8CB42D1C; Thu, 19 May 2016 16:41:25 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24B131CB4; Thu, 19 May 2016 16:41:25 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4JGfObB027702; Thu, 19 May 2016 16:41:24 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4JGfN1b027697; Thu, 19 May 2016 16:41:23 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201605191641.u4JGfN1b027697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 19 May 2016 16:41:23 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 16:41:25 -0000 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 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