From 2bb7f75ad010c19f7c350ec32dfe4c955227b01d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 5 Nov 2005 10:25:55 +0000 Subject: [PATCH] Remove these ports that depended on ruby-gnome. --- graphics/Makefile | 2 -- graphics/ruby-gdk_imlib/Makefile | 53 ------------------------------- graphics/ruby-gdk_imlib/pkg-descr | 3 -- graphics/ruby-gdk_imlib/pkg-plist | 10 ------ graphics/ruby-libart/Makefile | 47 --------------------------- graphics/ruby-libart/pkg-descr | 4 --- graphics/ruby-libart/pkg-plist | 7 ---- 7 files changed, 126 deletions(-) delete mode 100644 graphics/ruby-gdk_imlib/Makefile delete mode 100644 graphics/ruby-gdk_imlib/pkg-descr delete mode 100644 graphics/ruby-gdk_imlib/pkg-plist delete mode 100644 graphics/ruby-libart/Makefile delete mode 100644 graphics/ruby-libart/pkg-descr delete mode 100644 graphics/ruby-libart/pkg-plist diff --git a/graphics/Makefile b/graphics/Makefile index d48a5d6f0dbf..179117cf8474 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -498,14 +498,12 @@ SUBDIR += robot SUBDIR += ruby-cairo SUBDIR += ruby-gd - SUBDIR += ruby-gdk_imlib SUBDIR += ruby-gdk_pixbuf SUBDIR += ruby-gdk_pixbuf2 SUBDIR += ruby-gnomecanvas2 SUBDIR += ruby-graph SUBDIR += ruby-image_size SUBDIR += ruby-imlib2 - SUBDIR += ruby-libart SUBDIR += ruby-libart2 SUBDIR += ruby-libpng SUBDIR += ruby-ming diff --git a/graphics/ruby-gdk_imlib/Makefile b/graphics/ruby-gdk_imlib/Makefile deleted file mode 100644 index fd3251938cf5..000000000000 --- a/graphics/ruby-gdk_imlib/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: ruby-gdk_imlib -# Date created: 28 February 2001 -# Whom: Akinori MUSHA aka knu -# -# $FreeBSD$ -# - -PORTNAME= gdk_imlib -PORTVERSION= ${RUBY_GNOME_PORTVERSION} -PORTREVISION= 1 -CATEGORIES= graphics ruby -MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} -MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${RUBY_GNOME_DISTNAME} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= Ruby binding for Gdk-imlib - -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes -USE_XLIB= yes -USE_GNOME= imlib - -SLAVE_PORT= yes -MASTER_PORT= x11/ruby-gnome - -.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" - -WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} -INSTALL_TARGET= site-install -CONFIGURE_ARGS= --with-imlib-config="${IMLIB_CONFIG}" - -DOCS_EN= ChangeLog - -post-extract: - ${MV} ${WRKSRC:S/gdk_imlib$/gdkimlib/} ${WRKSRC} - ${FIND} ${WRKSRC} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -r - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include diff --git a/graphics/ruby-gdk_imlib/pkg-descr b/graphics/ruby-gdk_imlib/pkg-descr deleted file mode 100644 index bc77c7ed3c92..000000000000 --- a/graphics/ruby-gdk_imlib/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Ruby/GTK is a Ruby binding for Gdk-imlib. - -WWW: http://ruby-gnome.sourceforge.net/ diff --git a/graphics/ruby-gdk_imlib/pkg-plist b/graphics/ruby-gdk_imlib/pkg-plist deleted file mode 100644 index 6af319bc2049..000000000000 --- a/graphics/ruby-gdk_imlib/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/gdk_imlib.so -%%RUBY_SITELIBDIR%%/gdk_imlib.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample1.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample3.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample4.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample5.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/graphics/ruby-libart/Makefile b/graphics/ruby-libart/Makefile deleted file mode 100644 index ba39af3b4bfd..000000000000 --- a/graphics/ruby-libart/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: ruby-libart -# Date created: 1 September 2002 -# Whom: Akinori MUSHA aka knu -# -# $FreeBSD$ -# - -PORTNAME= libart -PORTVERSION= ${RUBY_GNOME_PORTVERSION} -CATEGORIES= graphics ruby -MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} -MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${RUBY_GNOME_DISTNAME} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= Ruby binding for libart - -LIB_DEPENDS= art_lgpl.5:${PORTSDIR}/graphics/libart \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -SLAVE_PORT= yes -MASTER_PORT= x11/ruby-gnome - -.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" - -WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} -INSTALL_TARGET= site-install - -DOCS_EN= ChangeLog README - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include diff --git a/graphics/ruby-libart/pkg-descr b/graphics/ruby-libart/pkg-descr deleted file mode 100644 index 620974f6e7b4..000000000000 --- a/graphics/ruby-libart/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Ruby/libart is a Ruby binding for libart. - -Author: KUBO Takehiro , Ruby-GNOME Project Team -WWW: http://ruby-gnome.sourceforge.net/ diff --git a/graphics/ruby-libart/pkg-plist b/graphics/ruby-libart/pkg-plist deleted file mode 100644 index d8c49b57f399..000000000000 --- a/graphics/ruby-libart/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/libart.so -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnome-canvas.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/rose.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%