summaryrefslogtreecommitdiff
path: root/devel/ruby-libglade2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /devel/ruby-libglade2
parent8c307777eaf81af4195ae428b3ebbeba734fc5af (diff)
Diffstat (limited to 'devel/ruby-libglade2')
-rw-r--r--devel/ruby-libglade2/Makefile40
-rw-r--r--devel/ruby-libglade2/distinfo1
-rw-r--r--devel/ruby-libglade2/files/patch-extconf.rb25
-rw-r--r--devel/ruby-libglade2/pkg-comment1
-rw-r--r--devel/ruby-libglade2/pkg-descr4
-rw-r--r--devel/ruby-libglade2/pkg-plist6
6 files changed, 0 insertions, 77 deletions
diff --git a/devel/ruby-libglade2/Makefile b/devel/ruby-libglade2/Makefile
deleted file mode 100644
index 47bbc13a6a75..000000000000
--- a/devel/ruby-libglade2/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: Ruby-libglade
-# Date created: 8 February 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libglade
-PORTVERSION= 1.1
-CATEGORIES= devel ruby
-MASTER_SITES= http://beta4.com/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-WANT_GLIB= yes
-WANT_GTK= yes
-
-WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
-CONFIGURE_ARGS= --with-glade-include="${LOCALBASE}/include/glade" \
- --with-glib-config="${GLIB_CONFIG}" \
- --with-gtk-config="${GTK_CONFIG}"
-INSTALL_TARGET= site-install
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/libglade/
- ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/libglade/
- ${MKDIR} ${RUBY_DOCDIR}/libglade
- ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/libglade/
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/ruby-libglade2/distinfo b/devel/ruby-libglade2/distinfo
deleted file mode 100644
index 47a41b8f773b..000000000000
--- a/devel/ruby-libglade2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/ruby-libglade-1.1.tar.gz) = 216279927ce94e10ba4c5abcaa83e88a
diff --git a/devel/ruby-libglade2/files/patch-extconf.rb b/devel/ruby-libglade2/files/patch-extconf.rb
deleted file mode 100644
index de691728f32d..000000000000
--- a/devel/ruby-libglade2/files/patch-extconf.rb
+++ /dev/null
@@ -1,25 +0,0 @@
---- extconf.rb.orig Wed Jan 24 12:29:18 2001
-+++ extconf.rb Thu Feb 8 04:50:07 2001
-@@ -2,6 +2,16 @@
-
- $objs = ["rbglade.o"]
-
-+glib_config = with_config("glib-config", "glib-config")
-+$CFLAGS += " " + %x(#{glib_config} --cflags).chomp
-+$LDFLAGS += " " + %x(#{glib_config} --libs).chomp
-+
-+gtk_config = with_config("gtk-config", "gtk-config")
-+$CFLAGS += " " + %x(#{gtk_config} --cflags).chomp
-+$LDFLAGS += " " + %x(#{gtk_config} --libs).chomp
-+
-+puts $CFLAGS
-+
- dir_config("glade")
- dir_config("xml")
- dir_config("z")
-@@ -15,4 +25,4 @@
- end
- end
-
--create_makefile("lglade")
-+create_makefile("lglade")
diff --git a/devel/ruby-libglade2/pkg-comment b/devel/ruby-libglade2/pkg-comment
deleted file mode 100644
index 1f69e4855a9a..000000000000
--- a/devel/ruby-libglade2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A wrapper library of libglade for Ruby
diff --git a/devel/ruby-libglade2/pkg-descr b/devel/ruby-libglade2/pkg-descr
deleted file mode 100644
index 6869c89093e1..000000000000
--- a/devel/ruby-libglade2/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Ruby-libglade -- A wrapper library of libglade for ruby
-
-Author: Avi Bryant <avi@beta4.com>
-WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=Ruby%2FLibGlade
diff --git a/devel/ruby-libglade2/pkg-plist b/devel/ruby-libglade2/pkg-plist
deleted file mode 100644
index 331700550447..000000000000
--- a/devel/ruby-libglade2/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/lglade.so
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/libglade/test.glade
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/libglade/test.rb
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/libglade
-%%PORTDOCS%%%%RUBY_DOCDIR%%/libglade/README
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/libglade