summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-13 19:08:49 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-13 19:08:49 +0000
commitaed9cbe1aed4111c6eb05f98c9b6bbee6cc8fe9b (patch)
treea9c697ebb0b1f66b3f2149593f3140927cd77674 /x11-toolkits
parentactivate IGNOREFILES. (diff)
Retire Ruby 1.4. Use 1.6 instead, now the migration period is over.
Approved by: yasuf@bsdclub.org (MAINTAINER)
Notes
Notes: svn path=/head/; revision=41350
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/ruby14-tk/Makefile48
-rw-r--r--x11-toolkits/ruby14-tk/distinfo1
-rw-r--r--x11-toolkits/ruby14-tk/pkg-comment1
-rw-r--r--x11-toolkits/ruby14-tk/pkg-descr5
-rw-r--r--x11-toolkits/ruby14-tk/pkg-plist23
5 files changed, 0 insertions, 78 deletions
diff --git a/x11-toolkits/ruby14-tk/Makefile b/x11-toolkits/ruby14-tk/Makefile
deleted file mode 100644
index 49d80e9561db..000000000000
--- a/x11-toolkits/ruby14-tk/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: ruby-tk
-# Date created: 15 March 1999
-# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tk
-PORTVERSION= ${RUBY_VERSION}
-CATEGORIES+= x11-toolkits ruby tk${TK_VERSION}
-MASTER_SITES= ${MASTER_SITE_RUBY}
-MASTER_SITE_SUBDIR= ${RUBY_VER}
-DISTNAME= ruby-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER?= yasuf@bsdclub.org
-
-RUN_DEPENDS= ${RUBY_ARCHLIBDIR}/tcltklib.so:${PORTSDIR}/${TCLTKLIB_CATEGORY}/ruby14-tcltklib
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/ext/tk
-
-RUBY_VER= 1.4
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-TK_VERSION?= 82
-.if defined(WITH_TCLTK_JP)
-TCLTKLIB_CATEGORY?= japanese
-.else
-TCLTKLIB_CATEGORY?= lang
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if defined(PKGNAMEPREFIX)
-PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX}
-.else
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/tk
- ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/tk/
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/x11-toolkits/ruby14-tk/distinfo b/x11-toolkits/ruby14-tk/distinfo
deleted file mode 100644
index 69b467fa2cd0..000000000000
--- a/x11-toolkits/ruby14-tk/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/ruby-1.4.6.tar.gz) = 3c910657b164749d9b98d7448df17f9a
diff --git a/x11-toolkits/ruby14-tk/pkg-comment b/x11-toolkits/ruby14-tk/pkg-comment
deleted file mode 100644
index b5d8d2d5dc56..000000000000
--- a/x11-toolkits/ruby14-tk/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby interface to the Tk widget set
diff --git a/x11-toolkits/ruby14-tk/pkg-descr b/x11-toolkits/ruby14-tk/pkg-descr
deleted file mode 100644
index 598f3c253bd7..000000000000
--- a/x11-toolkits/ruby14-tk/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is Ruby/Tk, a Ruby interface to the Tk widget set.
-It's a part of the official Ruby distribution.
-
-- Yasuhiro Fukuma
-yasuf@bsdclub.org
diff --git a/x11-toolkits/ruby14-tk/pkg-plist b/x11-toolkits/ruby14-tk/pkg-plist
deleted file mode 100644
index 538acd0b57b6..000000000000
--- a/x11-toolkits/ruby14-tk/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-%%RUBY_ARCHLIBDIR%%/tkutil.so
-%%RUBY_LIBDIR%%/tk.rb
-%%RUBY_LIBDIR%%/tkafter.rb
-%%RUBY_LIBDIR%%/tkbgerror.rb
-%%RUBY_LIBDIR%%/tkcanvas.rb
-%%RUBY_LIBDIR%%/tkclass.rb
-%%RUBY_LIBDIR%%/tkdialog.rb
-%%RUBY_LIBDIR%%/tkentry.rb
-%%RUBY_LIBDIR%%/tkfont.rb
-%%RUBY_LIBDIR%%/tkmenubar.rb
-%%RUBY_LIBDIR%%/tkmngfocus.rb
-%%RUBY_LIBDIR%%/tkpalette.rb
-%%RUBY_LIBDIR%%/tkscrollbox.rb
-%%RUBY_LIBDIR%%/tktext.rb
-%%RUBY_LIBDIR%%/tkvirtevent.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tk/tkbiff.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tk/tkbrowse.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tk/tkdialog.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tk/tkfrom.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tk/tkhello.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tk/tkline.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tk/tktimer.rb
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/tk