From owner-svn-ports-all@FreeBSD.ORG Sun May 3 11:36:29 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B13911E7; Sun, 3 May 2015 11:36:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 932EC1335; Sun, 3 May 2015 11:36:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43BaTXI028063; Sun, 3 May 2015 11:36:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43BaSQ1028058; Sun, 3 May 2015 11:36:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505031136.t43BaSQ1028058@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 May 2015 11:36:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385263 - in head/graphics: . rubygem-graphviz rubygem-ruby-graphviz 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.20 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: Sun, 03 May 2015 11:36:29 -0000 Author: sunpoet Date: Sun May 3 11:36:28 2015 New Revision: 385263 URL: https://svnweb.freebsd.org/changeset/ports/385263 Log: - Move graphics/rubygem-graphviz to graphics/rubygem-ruby-graphviz - Add LICENSE - Fix RUN_DEPENDS - Sort PLIST_FILES - Update WWW Added: head/graphics/rubygem-ruby-graphviz/ - copied from r385240, head/graphics/rubygem-graphviz/ Deleted: head/graphics/rubygem-graphviz/ Modified: head/graphics/Makefile head/graphics/rubygem-ruby-graphviz/Makefile head/graphics/rubygem-ruby-graphviz/pkg-descr Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun May 3 11:32:55 2015 (r385262) +++ head/graphics/Makefile Sun May 3 11:36:28 2015 (r385263) @@ -917,7 +917,6 @@ SUBDIR += rubygem-geokit SUBDIR += rubygem-gitlab_emoji SUBDIR += rubygem-goocanvas - SUBDIR += rubygem-graphviz SUBDIR += rubygem-gruff SUBDIR += rubygem-image_science SUBDIR += rubygem-imagesize @@ -928,6 +927,7 @@ SUBDIR += rubygem-railroad SUBDIR += rubygem-rmagick SUBDIR += rubygem-rsvg2 + SUBDIR += rubygem-ruby-graphviz SUBDIR += rubygem-scruffy SUBDIR += rubyphoto SUBDIR += s10sh Modified: head/graphics/rubygem-ruby-graphviz/Makefile ============================================================================== --- head/graphics/rubygem-graphviz/Makefile Sun May 3 10:01:48 2015 (r385240) +++ head/graphics/rubygem-ruby-graphviz/Makefile Sun May 3 11:36:28 2015 (r385263) @@ -1,23 +1,22 @@ # Created by: Wen Heping # $FreeBSD$ -PORTNAME= graphviz +PORTNAME= ruby-graphviz PORTVERSION= 1.2.1 CATEGORIES= graphics ruby rubygems MASTER_SITES= RG -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Interface to the GraphViz Graphing Tool -RUN_DEPENDS= ${LOCALBASE}/bin/gxl2dot:${PORTSDIR}/graphics/graphviz \ - rubygem-treetop>=1.4.2:${PORTSDIR}/devel/rubygem-treetop +LICENSE= GPLv2 -GEM_NAME= ${DISTNAME} +RUN_DEPENDS= ${LOCALBASE}/bin/gxl2dot:${PORTSDIR}/graphics/graphviz USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/ruby2gv bin/gem2gv bin/dot2ruby bin/git2gv bin/xml2gv + +PLIST_FILES= bin/dot2ruby bin/gem2gv bin/git2gv bin/ruby2gv bin/xml2gv .include Modified: head/graphics/rubygem-ruby-graphviz/pkg-descr ============================================================================== --- head/graphics/rubygem-graphviz/pkg-descr Sun May 3 10:01:48 2015 (r385240) +++ head/graphics/rubygem-ruby-graphviz/pkg-descr Sun May 3 11:36:28 2015 (r385263) @@ -2,4 +2,4 @@ This modules provides an interface to la of directed graphs in a variety of formats (PostScript, PNG, etc.) using GraphViz. -WWW: http://raa.ruby-lang.org/project/ruby-graphviz/ +WWW: https://github.com/glejeune/Ruby-Graphviz