diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-10-23 06:36:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-10-23 06:36:27 +0000 |
commit | 5fdf6a42c25d4d351adc2d74b149dff2748f6ad7 (patch) | |
tree | a44892af50875c8fe65234f2ae0889b9d8d2e6b8 /graphics | |
parent | f83367591aa03b5ab9f1a6cd4c657b96aa67c56f (diff) | |
download | ports-5fdf6a42c25d4d351adc2d74b149dff2748f6ad7.tar.gz ports-5fdf6a42c25d4d351adc2d74b149dff2748f6ad7.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/ruby-gdchart/Makefile | 46 | ||||
-rw-r--r-- | graphics/ruby-gdchart/distinfo | 2 | ||||
-rw-r--r-- | graphics/ruby-gdchart/files/patch-README.en | 18 | ||||
-rw-r--r-- | graphics/ruby-gdchart/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/ruby-gdchart/pkg-plist | 7 |
6 files changed, 0 insertions, 79 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ea42c557a9c0..9d3d8b3bc439 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -404,7 +404,6 @@ SUBDIR += robot SUBDIR += ruby-evas SUBDIR += ruby-gd - SUBDIR += ruby-gdchart SUBDIR += ruby-gdk_imlib SUBDIR += ruby-gdk_pixbuf SUBDIR += ruby-gdk_pixbuf2 diff --git a/graphics/ruby-gdchart/Makefile b/graphics/ruby-gdchart/Makefile deleted file mode 100644 index 51688dac3ddc..000000000000 --- a/graphics/ruby-gdchart/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: Ruby/GDChart -# Date created: 16 July 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ - -PORTNAME= gdchart -PORTVERSION= 0.0.9b -CATEGORIES= graphics ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ruby-gdchart/1080 -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION:S/b$/-beta/} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby extension to use the GDCHART library - -BROKEN= Does not compile -EXPIRATION_DATE=2004-08-20 -DEPRECATED= ${BROKEN} - -BUILD_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -CONFIGURE_ARGS= --with-gd-include="${LOCALBASE}/include/gd" -INSTALL_TARGET= site-install - -DOCS= ChangeLog README.en -EXAMPLES= *_sample.rb - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/ruby-gdchart/distinfo b/graphics/ruby-gdchart/distinfo deleted file mode 100644 index 9e788ddfffa9..000000000000 --- a/graphics/ruby-gdchart/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/ruby-gdchart-0.0.9-beta.tar.gz) = 2c315df7c3b309e6c5f367b974de532c -SIZE (ruby/ruby-gdchart-0.0.9-beta.tar.gz) = 56123 diff --git a/graphics/ruby-gdchart/files/patch-README.en b/graphics/ruby-gdchart/files/patch-README.en deleted file mode 100644 index d709a900ab9a..000000000000 --- a/graphics/ruby-gdchart/files/patch-README.en +++ /dev/null @@ -1,18 +0,0 @@ ---- README.en.orig Mon Nov 27 00:47:58 2000 -+++ README.en Mon Jul 16 17:24:47 2001 -@@ -18,6 +18,7 @@ - numsets = 1 - xsize = 200 - ysize = 200 -+GDChart.image_type = GDChart::PNG; - GDChart.out_graph(xsize, ysize, $stdout, GDChart::LINE, numpoints, \ - labels, numsets, data) - -- -@@ -54,6 +55,7 @@ - variable indicates its use. Basically, use a number when integer or - float, and a string when string (obviously). - -+GDC_image_type integer - GDC_ytitle string - GDC_xtitle string - GDC_ytitle2 string diff --git a/graphics/ruby-gdchart/pkg-descr b/graphics/ruby-gdchart/pkg-descr deleted file mode 100644 index 09e02132bfa0..000000000000 --- a/graphics/ruby-gdchart/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Ruby/GDChart is an extension to use Bruce Verderaime's GDCHART library -from Ruby. - -Author: Arjen Laarhoven <arjen@aragorn.demon.nl> -WWW: http://www.aragorn.demon.nl/ diff --git a/graphics/ruby-gdchart/pkg-plist b/graphics/ruby-gdchart/pkg-plist deleted file mode 100644 index af9035150fa2..000000000000 --- a/graphics/ruby-gdchart/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/GDChart.so -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/bar_sample.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pie_sample.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% |