Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2015 11:36:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201505031136.t43BaSQ1028058@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <wenheping@gmail.com>
 # $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505031136.t43BaSQ1028058>