svn commit: r385263 - in head/graphics: . rubygem-graphviz rubygem-ruby-graphviz
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 3 11:36:29 UTC 2015
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 at 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 at 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
More information about the svn-ports-all
mailing list