aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-05 10:33:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-05 10:33:43 +0000
commitf107fae9587bbd18b8dc21187edca33fe0648f3e (patch)
treef3478be6a594fb407167c75196e021c30000cf85 /graphics
parent2bb7f75ad010c19f7c350ec32dfe4c955227b01d (diff)
downloadports-f107fae9587bbd18b8dc21187edca33fe0648f3e.tar.gz
ports-f107fae9587bbd18b8dc21187edca33fe0648f3e.zip
This port depended on ruby-gnome, which was removed.
Notes
Notes: svn path=/head/; revision=147361
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/ruby-gdk_pixbuf/Makefile52
-rw-r--r--graphics/ruby-gdk_pixbuf/pkg-descr3
-rw-r--r--graphics/ruby-gdk_pixbuf/pkg-plist9
4 files changed, 0 insertions, 65 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 179117cf8474..00d2f0cd32f1 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -498,7 +498,6 @@
SUBDIR += robot
SUBDIR += ruby-cairo
SUBDIR += ruby-gd
- SUBDIR += ruby-gdk_pixbuf
SUBDIR += ruby-gdk_pixbuf2
SUBDIR += ruby-gnomecanvas2
SUBDIR += ruby-graph
diff --git a/graphics/ruby-gdk_pixbuf/Makefile b/graphics/ruby-gdk_pixbuf/Makefile
deleted file mode 100644
index d508f607799b..000000000000
--- a/graphics/ruby-gdk_pixbuf/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: ruby-gdk_pixbuf
-# Date created: 28 February 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gdk_pixbuf
-PORTVERSION= ${RUBY_GNOME_PORTVERSION}
-PORTREVISION= 1
-CATEGORIES= graphics ruby gnome
-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 Gdkpixbuf
-
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-USE_XLIB= yes
-USE_GNOME= glib12 libcapplet gdkpixbuf
-
-SLAVE_PORT= yes
-MASTER_PORT= x11/ruby-gnome
-
-.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common"
-
-WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME}
-CONFIGURE_ARGS= --with-glib-config=${GLIB_CONFIG}
-INSTALL_TARGET= site-install
-
-DOCS_EN= ChangeLog README
-
-post-extract:
- ${MV} ${WRKSRC:S/gdk_pixbuf$/gdkpixbuf/} ${WRKSRC}
-
-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 <bsd.port.mk>
diff --git a/graphics/ruby-gdk_pixbuf/pkg-descr b/graphics/ruby-gdk_pixbuf/pkg-descr
deleted file mode 100644
index def5bdee0bac..000000000000
--- a/graphics/ruby-gdk_pixbuf/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Ruby/Gdkpixbuf is a Ruby binding for Gdkpixbuf.
-
-WWW: http://ruby-gnome.sourceforge.net/
diff --git a/graphics/ruby-gdk_pixbuf/pkg-plist b/graphics/ruby-gdk_pixbuf/pkg-plist
deleted file mode 100644
index ee96f305cb44..000000000000
--- a/graphics/ruby-gdk_pixbuf/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/gdk_pixbuf.so
-%%RUBY_SITELIBDIR%%/gdk_pixbuf.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scale.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/to_drawable.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%