diff options
author | linimon <linimon@FreeBSD.org> | 2004-10-23 13:12:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-10-23 13:12:23 +0800 |
commit | d621ee6758d482a85dd5983bd8712997f37dc804 (patch) | |
tree | c38de0e040eb18991ff662a0cf22026ca19cad75 /devel | |
parent | 5b3a5981cdfe744475da69ef29e294079c1078c5 (diff) | |
download | freebsd-ports-gnome-d621ee6758d482a85dd5983bd8712997f37dc804.tar.gz freebsd-ports-gnome-d621ee6758d482a85dd5983bd8712997f37dc804.tar.zst freebsd-ports-gnome-d621ee6758d482a85dd5983bd8712997f37dc804.zip |
As previously announced, remove ruby-gconf. It has not installed
correctly in quite some time.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ruby-gconf/Makefile | 50 | ||||
-rw-r--r-- | devel/ruby-gconf/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-gconf/pkg-descr | 8 | ||||
-rw-r--r-- | devel/ruby-gconf/pkg-plist | 9 |
5 files changed, 0 insertions, 70 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7bfe468565c0..2d0d2240a259 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1240,7 +1240,6 @@ SUBDIR += ruby-fam SUBDIR += ruby-filelock SUBDIR += ruby-filemagic - SUBDIR += ruby-gconf SUBDIR += ruby-gconf2 SUBDIR += ruby-gemfinder SUBDIR += ruby-gems diff --git a/devel/ruby-gconf/Makefile b/devel/ruby-gconf/Makefile deleted file mode 100644 index 0f48da591f71..000000000000 --- a/devel/ruby-gconf/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: ruby-gconf -# Date created: 20 October 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= gconf -PORTVERSION= 0.2 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ruby-gnome -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby interface to GConf (1.0.x) - -BROKEN= "Build fails" -EXPIRATION_DATE=2004-08-20 -DEPRECATED= ${BROKEN} - -LIB_DEPENDS= gconf-gtk-1.1:${PORTSDIR}/devel/gconf - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes -USE_GNOME= gtk12 - -CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG} -INSTALL_TARGET= site-install - -DOCS= CREDITS \ - ChangeLog \ - INSTALL \ - Makefile \ - README \ - README.DEV \ - TODO - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/devel/ruby-gconf/distinfo b/devel/ruby-gconf/distinfo deleted file mode 100644 index ceae3857dea3..000000000000 --- a/devel/ruby-gconf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/ruby-gconf-0.2.tar.gz) = d9846c9821d7bc90d69acde6db548eb3 -SIZE (ruby/ruby-gconf-0.2.tar.gz) = 20135 diff --git a/devel/ruby-gconf/pkg-descr b/devel/ruby-gconf/pkg-descr deleted file mode 100644 index d43b628789e8..000000000000 --- a/devel/ruby-gconf/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package allows Ruby developers to write applications that store -their configuration data using GConf (1.0.x). GConf is a -configuration database system written by Havoc Pennington et al, and -part of the GNOME application development framework (although it can -be used separately). - -Author: Neil Conway <neilconway@home.com> -WWW: http://ruby-gnome.sf.net/gconf.html diff --git a/devel/ruby-gconf/pkg-plist b/devel/ruby-gconf/pkg-plist deleted file mode 100644 index 0045cb1aac7a..000000000000 --- a/devel/ruby-gconf/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/gconf.so -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CREDITS -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/INSTALL -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Makefile -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.DEV -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |