diff options
Diffstat (limited to 'graphics/ruby-graph')
-rw-r--r-- | graphics/ruby-graph/Makefile | 46 | ||||
-rw-r--r-- | graphics/ruby-graph/distinfo | 2 | ||||
-rw-r--r-- | graphics/ruby-graph/pkg-descr | 10 | ||||
-rw-r--r-- | graphics/ruby-graph/pkg-plist | 8 |
4 files changed, 0 insertions, 66 deletions
diff --git a/graphics/ruby-graph/Makefile b/graphics/ruby-graph/Makefile deleted file mode 100644 index faee099be800..000000000000 --- a/graphics/ruby-graph/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: GraphR -# Date created: 24 October 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= graph -PORTVERSION= 0.1.9 -PORTREVISION= 4 -CATEGORIES= graphics ruby -MASTER_SITES= SF/rockit/${PORTNAME}r/${PORTVERSION} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}r-${PORTVERSION:S/./-/g} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Graph-related Ruby classes - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -RUN_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz - -USE_RUBY= yes - -NO_BUILD= yes - -DOCS= BUGS Changelog README - -do-install: - cd ${WRKSRC}; ${RUBY} install.rb - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> diff --git a/graphics/ruby-graph/distinfo b/graphics/ruby-graph/distinfo deleted file mode 100644 index 8eb47732fbd5..000000000000 --- a/graphics/ruby-graph/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/graphr-0-1-9.tar.gz) = 02db15e4333df3484edd3dd3cceec30790cd0b6c28b9a8c54c88bb6627f5d37b -SIZE (ruby/graphr-0-1-9.tar.gz) = 18471 diff --git a/graphics/ruby-graph/pkg-descr b/graphics/ruby-graph/pkg-descr deleted file mode 100644 index 6cb399d3e671..000000000000 --- a/graphics/ruby-graph/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -GraphR - Graph-related classes - - * DirectedGraph - fairly extensive directed graph class - * DotGraphFormatter - output a graph in GraphViz's dot format - -GraphR is very simple but might grow to support additional features of -dot. - -Author: Robert Feldt <feldt@ce.chalmers.se> -WWW: http://rockit.sourceforge.net/subprojects/graphr/ diff --git a/graphics/ruby-graph/pkg-plist b/graphics/ruby-graph/pkg-plist deleted file mode 100644 index dd842092a701..000000000000 --- a/graphics/ruby-graph/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%RUBY_SITELIBDIR%%/graph/base_extensions.rb -%%RUBY_SITELIBDIR%%/graph/directed_graph.rb -%%RUBY_SITELIBDIR%%/graph/graphviz_dot.rb -@dirrm %%RUBY_SITELIBDIR%%/graph -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/BUGS -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Changelog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |