mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Move graphics/rubygem-graphviz to graphics/rubygem-ruby-graphviz
- Add LICENSE - Fix RUN_DEPENDS - Sort PLIST_FILES - Update WWW
This commit is contained in:
parent
067313259a
commit
8d3153ddfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385263
@ -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
|
||||
|
@ -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>
|
@ -2,4 +2,4 @@ This modules provides an interface to layout and generate images
|
||||
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
|
Loading…
Reference in New Issue
Block a user