aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-gconf2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
commit306a0595289a1660e82e229cd0db19e1ff4ef59d (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /devel/ruby-gconf2
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_1'.release/4.6.1
Diffstat (limited to 'devel/ruby-gconf2')
-rw-r--r--devel/ruby-gconf2/Makefile44
-rw-r--r--devel/ruby-gconf2/distinfo1
-rw-r--r--devel/ruby-gconf2/pkg-comment1
-rw-r--r--devel/ruby-gconf2/pkg-descr8
-rw-r--r--devel/ruby-gconf2/pkg-plist9
5 files changed, 0 insertions, 63 deletions
diff --git a/devel/ruby-gconf2/Makefile b/devel/ruby-gconf2/Makefile
deleted file mode 100644
index 73294a36c710..000000000000
--- a/devel/ruby-gconf2/Makefile
+++ /dev/null
@@ -1,44 +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
-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
-
-LIB_DEPENDS= gconf-gtk-1.1:${PORTSDIR}/devel/gconf
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-USE_GTK= yes
-
-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_DOCDIR}/${PORTNAME}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/ruby-gconf2/distinfo b/devel/ruby-gconf2/distinfo
deleted file mode 100644
index 0a36ec32dcb5..000000000000
--- a/devel/ruby-gconf2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/ruby-gconf-0.2.tar.gz) = d9846c9821d7bc90d69acde6db548eb3
diff --git a/devel/ruby-gconf2/pkg-comment b/devel/ruby-gconf2/pkg-comment
deleted file mode 100644
index 64cf14b53596..000000000000
--- a/devel/ruby-gconf2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby interface to GConf (1.0.x)
diff --git a/devel/ruby-gconf2/pkg-descr b/devel/ruby-gconf2/pkg-descr
deleted file mode 100644
index d43b628789e8..000000000000
--- a/devel/ruby-gconf2/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-gconf2/pkg-plist b/devel/ruby-gconf2/pkg-plist
deleted file mode 100644
index 196f339e4597..000000000000
--- a/devel/ruby-gconf2/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/gconf.so
-%%PORTDOCS%%%%RUBY_DOCDIR%%/gconf/CREDITS
-%%PORTDOCS%%%%RUBY_DOCDIR%%/gconf/ChangeLog
-%%PORTDOCS%%%%RUBY_DOCDIR%%/gconf/INSTALL
-%%PORTDOCS%%%%RUBY_DOCDIR%%/gconf/Makefile
-%%PORTDOCS%%%%RUBY_DOCDIR%%/gconf/README
-%%PORTDOCS%%%%RUBY_DOCDIR%%/gconf/README.DEV
-%%PORTDOCS%%%%RUBY_DOCDIR%%/gconf/TODO
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/gconf