aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-08-08 07:08:39 +0800
committerasami <asami@FreeBSD.org>1998-08-08 07:08:39 +0800
commit9434cb5021a883c8dc8e3c877c77d176880efc3d (patch)
tree3cbde5b24f859b34e82e60b90e4b12e974f1418c
parent244ed4256637f1dc064f3c6bf52b86eef4f6fab8 (diff)
downloadfreebsd-ports-graphics-9434cb5021a883c8dc8e3c877c77d176880efc3d.tar.gz
freebsd-ports-graphics-9434cb5021a883c8dc8e3c877c77d176880efc3d.tar.zst
freebsd-ports-graphics-9434cb5021a883c8dc8e3c877c77d176880efc3d.zip
I'm not sure how I missed these before. Move "gtk gtk11 p5-Gtk
p5-Tcl-Tk p5-Tk" from x11 to x11-toolkits. Note gtk11 is not in the Makefile because it's a repository copy of gtk awaiting an upgrade (vanilla, wake up! :).
-rw-r--r--x11-toolkits/Makefile6
-rw-r--r--x11-toolkits/gtk12/Makefile4
-rw-r--r--x11-toolkits/gtk13/Makefile4
-rw-r--r--x11-toolkits/gtk20/Makefile4
-rw-r--r--x11-toolkits/gtk30/Makefile4
-rw-r--r--x11-toolkits/p5-Gtk/Makefile4
-rw-r--r--x11-toolkits/p5-Tcl-Tk/Makefile4
-rw-r--r--x11-toolkits/p5-TclTk/Makefile4
-rw-r--r--x11-toolkits/p5-Tk/Makefile4
-rw-r--r--x11/Makefile6
10 files changed, 22 insertions, 22 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 67fec7a68db..4995015431f 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -1,13 +1,17 @@
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/08/07 22:08:20 asami Exp $
#
SUBDIR += FWF
SUBDIR += Xaw3d
SUBDIR += auis
SUBDIR += blt
+ SUBDIR += gtk
SUBDIR += iv
SUBDIR += lesstif
SUBDIR += neXtaw
+ SUBDIR += p5-Gtk
+ SUBDIR += p5-Tcl-Tk
+ SUBDIR += p5-Tk
SUBDIR += pmw
SUBDIR += pygtk
SUBDIR += qt
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile
index e18090a3233..2556e972318 100644
--- a/x11-toolkits/gtk12/Makefile
+++ b/x11-toolkits/gtk12/Makefile
@@ -3,12 +3,12 @@
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.20 1998/06/07 02:05:42 vanilla Exp $
+# $Id: Makefile,v 1.21 1998/07/30 05:24:38 vanilla Exp $
#
DISTNAME= gtk+-1.0.5
PKGNAME= gtk-1.0.5
-CATEGORIES= x11
+CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.0/ \
http://www.ameth.org/gimp/pub/gtk/v1.0/
diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile
index e18090a3233..2556e972318 100644
--- a/x11-toolkits/gtk13/Makefile
+++ b/x11-toolkits/gtk13/Makefile
@@ -3,12 +3,12 @@
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.20 1998/06/07 02:05:42 vanilla Exp $
+# $Id: Makefile,v 1.21 1998/07/30 05:24:38 vanilla Exp $
#
DISTNAME= gtk+-1.0.5
PKGNAME= gtk-1.0.5
-CATEGORIES= x11
+CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.0/ \
http://www.ameth.org/gimp/pub/gtk/v1.0/
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index e18090a3233..2556e972318 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,12 +3,12 @@
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.20 1998/06/07 02:05:42 vanilla Exp $
+# $Id: Makefile,v 1.21 1998/07/30 05:24:38 vanilla Exp $
#
DISTNAME= gtk+-1.0.5
PKGNAME= gtk-1.0.5
-CATEGORIES= x11
+CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.0/ \
http://www.ameth.org/gimp/pub/gtk/v1.0/
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index e18090a3233..2556e972318 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -3,12 +3,12 @@
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.20 1998/06/07 02:05:42 vanilla Exp $
+# $Id: Makefile,v 1.21 1998/07/30 05:24:38 vanilla Exp $
#
DISTNAME= gtk+-1.0.5
PKGNAME= gtk-1.0.5
-CATEGORIES= x11
+CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.0/ \
http://www.ameth.org/gimp/pub/gtk/v1.0/
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile
index 67ecb16a293..1ba9ac7b746 100644
--- a/x11-toolkits/p5-Gtk/Makefile
+++ b/x11-toolkits/p5-Gtk/Makefile
@@ -3,12 +3,12 @@
# Date created: 28 Oct 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.9 1998/06/01 23:32:50 vanilla Exp $
+# $Id: Makefile,v 1.10 1998/08/06 15:06:24 vanilla Exp $
#
DISTNAME= Gtk-0.2.2
PKGNAME= p5-Gtk-0.2.2
-CATEGORIES= x11 lang perl5
+CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Gtk
diff --git a/x11-toolkits/p5-Tcl-Tk/Makefile b/x11-toolkits/p5-Tcl-Tk/Makefile
index 2995b3c8bcf..57cfe679a40 100644
--- a/x11-toolkits/p5-Tcl-Tk/Makefile
+++ b/x11-toolkits/p5-Tcl-Tk/Makefile
@@ -3,11 +3,11 @@
# Date created: June 15th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.4 1997/11/22 01:11:36 asami Exp $
+# $Id: Makefile,v 1.5 1998/02/21 22:38:03 fenner Exp $
DISTNAME= TclTk-b1
PKGNAME= p5-Tcl-Tk-b1
-CATEGORIES= x11 lang perl5 tk41
+CATEGORIES= x11-toolkits lang perl5 tk41
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tcl
diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile
index 2995b3c8bcf..57cfe679a40 100644
--- a/x11-toolkits/p5-TclTk/Makefile
+++ b/x11-toolkits/p5-TclTk/Makefile
@@ -3,11 +3,11 @@
# Date created: June 15th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.4 1997/11/22 01:11:36 asami Exp $
+# $Id: Makefile,v 1.5 1998/02/21 22:38:03 fenner Exp $
DISTNAME= TclTk-b1
PKGNAME= p5-Tcl-Tk-b1
-CATEGORIES= x11 lang perl5 tk41
+CATEGORIES= x11-toolkits lang perl5 tk41
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tcl
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile
index 3f983006f90..4d7115136d9 100644
--- a/x11-toolkits/p5-Tk/Makefile
+++ b/x11-toolkits/p5-Tk/Makefile
@@ -3,12 +3,12 @@
# Date created: October 21st 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.14 1997/09/14 04:00:00 jfitz Exp $
+# $Id: Makefile,v 1.15 1998/08/07 12:01:21 markm Exp $
#
DISTNAME= Tk800.008
PKGNAME= p5-Tk-800.008
-CATEGORIES= x11 tk80 perl5
+CATEGORIES= x11-toolkits tk80 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tk
diff --git a/x11/Makefile b/x11/Makefile
index 8c91fd5e013..bd2e4b0d6a1 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.226 1998/08/07 22:56:12 asami Exp $
+# $Id: Makefile,v 1.227 1998/08/07 23:01:15 asami Exp $
#
SUBDIR += XFree86
@@ -11,7 +11,6 @@
SUBDIR += emu
SUBDIR += eterm
SUBDIR += fbsd-icons
- SUBDIR += gtk
SUBDIR += kb2mb2
SUBDIR += kde
SUBDIR += kdebase
@@ -23,9 +22,6 @@
SUBDIR += lupe
SUBDIR += offix-clipboard
SUBDIR += offix-execute
- SUBDIR += p5-Gtk
- SUBDIR += p5-Tcl-Tk
- SUBDIR += p5-Tk
SUBDIR += props
SUBDIR += pythonqt
SUBDIR += rxvt