diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/rubygem-graphviz/Makefile | 28 | ||||
-rw-r--r-- | graphics/rubygem-graphviz/distinfo | 3 | ||||
-rw-r--r-- | graphics/rubygem-graphviz/pkg-descr | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e91b00e0c496..52cd8c464777 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -749,6 +749,7 @@ SUBDIR += rubygem-captcha SUBDIR += rubygem-exifr SUBDIR += rubygem-gd2 + SUBDIR += rubygem-graphviz SUBDIR += rubygem-gruff SUBDIR += rubygem-objectdetect SUBDIR += rubygem-railroad diff --git a/graphics/rubygem-graphviz/Makefile b/graphics/rubygem-graphviz/Makefile new file mode 100644 index 000000000000..4a7b9efbeb30 --- /dev/null +++ b/graphics/rubygem-graphviz/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: graphviz +# Date created: 21 march, 2009 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= graphviz +PORTVERSION= 0.9.0 +CATEGORIES= graphics ruby +MASTER_SITES= RF +MASTER_SITE_SUBDIR= ruby-asp +DISTNAME= ruby-${PORTNAME}-${PORTVERSION} + +MAINTAINER= wenheping@gmail.com +COMMENT= Ruby Interface to the GraphViz Graphing Tool + +RUN_DEPENDS= ${LOCALBASE}/bin/gxl2dot:${PORTSDIR}/graphics/graphviz + +USE_RUBY= yes +USE_RUBYGEMS= yes +GEM_NAME= ${DISTNAME} +RUBYGEM_AUTOPLIST= yes + +post-install: + @${ECHO} 'bin/ruby2gv' >> ${TMPPLIST} + +.include <bsd.port.mk> diff --git a/graphics/rubygem-graphviz/distinfo b/graphics/rubygem-graphviz/distinfo new file mode 100644 index 000000000000..a2bf8464f7d6 --- /dev/null +++ b/graphics/rubygem-graphviz/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/ruby-graphviz-0.9.0.gem) = cf1517ec27480a980ae0f20a39b9860d +SHA256 (rubygem/ruby-graphviz-0.9.0.gem) = bf24e1179a45ec064d0748c744055bc18283dcd0e4eeafdc804488a8836eab0d +SIZE (rubygem/ruby-graphviz-0.9.0.gem) = 34816 diff --git a/graphics/rubygem-graphviz/pkg-descr b/graphics/rubygem-graphviz/pkg-descr new file mode 100644 index 000000000000..af7b7404edbe --- /dev/null +++ b/graphics/rubygem-graphviz/pkg-descr @@ -0,0 +1,5 @@ +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/ |