diff options
author | kris <kris@FreeBSD.org> | 2005-11-05 17:07:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-11-05 17:07:44 +0800 |
commit | fd6ea44e7341e5eceafc62d7ff6eec0a45d23321 (patch) | |
tree | 839702695a2079fd711fd7410d5347d7c6f267e2 /x11-toolkits | |
parent | 1c5ecd19cefacc1ef8c4bf064d043bff0ffe99dc (diff) | |
download | freebsd-ports-gnome-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.tar.gz freebsd-ports-gnome-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.tar.zst freebsd-ports-gnome-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.zip |
Remove expired ports
Diffstat (limited to 'x11-toolkits')
49 files changed, 0 insertions, 3785 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 9c587cb76595..586fec50742e 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -13,7 +13,6 @@ SUBDIR += easygtk SUBDIR += eel SUBDIR += efltk - SUBDIR += erlgtk SUBDIR += etox SUBDIR += ewl SUBDIR += fl_editor @@ -66,11 +65,9 @@ SUBDIR += gtoolkit SUBDIR += guile-gnome SUBDIR += guile-gtk - SUBDIR += guis SUBDIR += hs-frantk SUBDIR += hs-gio SUBDIR += hs-gtk2hs - SUBDIR += hs-port SUBDIR += inti SUBDIR += inti-gconf SUBDIR += inti-gl @@ -78,7 +75,6 @@ SUBDIR += irrlicht SUBDIR += itk SUBDIR += iwidgets - SUBDIR += jx SUBDIR += lesstif SUBDIR += libXaw SUBDIR += libXmu @@ -170,7 +166,6 @@ SUBDIR += py-wxPython26-unicode SUBDIR += py-xlib SUBDIR += qscintilla - SUBDIR += qt145 SUBDIR += qt33 SUBDIR += qtpixmap SUBDIR += qwt diff --git a/x11-toolkits/erlgtk/Makefile b/x11-toolkits/erlgtk/Makefile deleted file mode 100644 index dd2860589979..000000000000 --- a/x11-toolkits/erlgtk/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: erlgtk -# Date Created: 2 June 2003 -# Whom: cpressey@catseye.mb.ca -# -# $FreeBSD$ -# - -PORTNAME= erlgtk -PORTVERSION= 0.9.7 -PORTREVISION= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= erlgtk -DIST_SUBDIR= erlang - -MAINTAINER= ports@FreeBSD.org -COMMENT= GTK+ binding for Erlang/OTP - -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang -.if defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} -.endif - -BROKEN= Missing dependency -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -PLIST_SUB= VERSION="${PORTVERSION}" - -CONFIGURE_WRKSRC=${WRKSRC}/config -GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 213 -USE_GMAKE= yes - -.if defined(WITH_GTK2) -PKGNAMESUFFIX= -gtk2 -CONFIGURE_ARGS= --without-gnome --with-gtk=2.0 -USE_GNOME= gtk20 gdkpixbuf -.else -CONFIGURE_ARGS= --without-gnome --with-gtk=1.2 -USE_GNOME= gtk12 gdkpixbuf -.endif - -.if !defined(DISPLAY) && !defined(PACKAGE_BUILDING) -IGNORE= must be built from within the X11 environment -.endif - -pre-everything:: - @${ECHO} "" - @${ECHO} "The following build options are available:" - @${ECHO} "" - @${ECHO} " WITH_GTK2=yes Build erlgtk with GTK+ 2.x binding" - @${ECHO} "" - -post-install: - @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/erlgtk - -.include <bsd.port.mk> diff --git a/x11-toolkits/erlgtk/distinfo b/x11-toolkits/erlgtk/distinfo deleted file mode 100644 index b0d9e53effaa..000000000000 --- a/x11-toolkits/erlgtk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (erlang/erlgtk-0.9.7.tar.gz) = f573101e387a5b2d7de87fcaec9dea54 -SIZE (erlang/erlgtk-0.9.7.tar.gz) = 211257 diff --git a/x11-toolkits/erlgtk/files/patch-c__src_Makefile.in b/x11-toolkits/erlgtk/files/patch-c__src_Makefile.in deleted file mode 100644 index b571f8e6c01a..000000000000 --- a/x11-toolkits/erlgtk/files/patch-c__src_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- c_src/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ c_src/Makefile.in Sat Jul 19 12:03:41 2003 -@@ -10,7 +10,7 @@ - - MODULES = gtk gdk - --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - X = - O = .o - SO = .so diff --git a/x11-toolkits/erlgtk/files/patch-c__src_gtk2.h b/x11-toolkits/erlgtk/files/patch-c__src_gtk2.h deleted file mode 100644 index 105c58f39659..000000000000 --- a/x11-toolkits/erlgtk/files/patch-c__src_gtk2.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- c_src/gtk2.h.orig Tue Nov 4 13:25:21 2003 -+++ c_src/gtk2.h Tue Nov 4 13:25:36 2003 -@@ -1008,7 +1008,7 @@ - gchar* gtk_type_name (GtkType type) = g_type_name; - - /* NEW STUFF */ --typedef gpointer GtkClipboard; -+/*typedef gpointer GtkClipboard;*/ - - - /**************************************************************************** diff --git a/x11-toolkits/erlgtk/files/patch-c__src_gtk__drv.c b/x11-toolkits/erlgtk/files/patch-c__src_gtk__drv.c deleted file mode 100644 index 0149f1094d1c..000000000000 --- a/x11-toolkits/erlgtk/files/patch-c__src_gtk__drv.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- c_src/gtk_drv.c.orig Tue Nov 4 13:41:13 2003 -+++ c_src/gtk_drv.c Tue Nov 4 13:42:12 2003 -@@ -2203,7 +2203,7 @@ - return gdrv_encode_ulong(mpp, 0); - } - -- if (type == GDK_TYPE_EVENT) { -+ if (gtk_type_is_a(type, GDK_TYPE_EVENT)) { - return encode_gdk_event(mpp, (GdkEvent*) ptr); - } - else if ((type == GDK_TYPE_WINDOW)||(type == GDK_TYPE_PIXMAP) || diff --git a/x11-toolkits/erlgtk/files/patch-c__src_gtk__drv__type.c b/x11-toolkits/erlgtk/files/patch-c__src_gtk__drv__type.c deleted file mode 100644 index 8dfcb7c31c18..000000000000 --- a/x11-toolkits/erlgtk/files/patch-c__src_gtk__drv__type.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- c_src/gtk_drv_type.c.orig Tue Nov 4 13:27:55 2003 -+++ c_src/gtk_drv_type.c Tue Nov 4 13:29:00 2003 -@@ -316,6 +316,7 @@ - INIT_TYPE(GTK_TYPE_ACCEL_FLAGS); - INIT_TYPE(GTK_TYPE_CALENDAR_DISPLAY_OPTIONS); - INIT_TYPE(GTK_TYPE_CELL_TYPE); -+ INIT_TYPE(GTK_TYPE_CLIPBOARD); - INIT_TYPE(GTK_TYPE_CLIST_DRAG_POS); - INIT_TYPE(GTK_TYPE_BUTTON_ACTION); - INIT_TYPE(GTK_TYPE_CTREE_POS); diff --git a/x11-toolkits/erlgtk/files/patch-config_configure.in b/x11-toolkits/erlgtk/files/patch-config_configure.in deleted file mode 100644 index e0529919509b..000000000000 --- a/x11-toolkits/erlgtk/files/patch-config_configure.in +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- config/configure.in.orig Tue Sep 2 14:17:18 2003 -+++ config/configure.in Tue Nov 4 13:08:00 2003 -@@ -64,7 +64,7 @@ - EXISTS_FLAG="" - fi - --AC_MSG_RESULT(PGK_CONFIG = $PKG_CONFIG) -+AC_MSG_RESULT(PKG_CONFIG = $PKG_CONFIG) - AC_MSG_RESULT(GTK_CONFIG = $GTK_CONFIG) - AC_MSG_RESULT(GNOME_CONFIG = $GNOME_CONFIG) - AC_MSG_RESULT(GDK_PIXBUF_CONFIG = $GDK_PIXBUF_CONFIG) -@@ -107,7 +107,7 @@ - fi - - AC_MSG_RESULT(GTK_DO = $GTK_DO) --if test "x$GTK" == "x-2.0"; then -+if test "x$GTK" = "x-2.0"; then - GTK_REL="2"; - else - GTK_REL="" diff --git a/x11-toolkits/erlgtk/files/patch-examples_Makefile.in b/x11-toolkits/erlgtk/files/patch-examples_Makefile.in deleted file mode 100644 index 35125c604baf..000000000000 --- a/x11-toolkits/erlgtk/files/patch-examples_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- examples/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ examples/Makefile.in Sat Jul 19 12:04:25 2003 -@@ -10,7 +10,7 @@ - - INSTALL = @INSTALL@ - --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - - - MODULES = \ diff --git a/x11-toolkits/erlgtk/files/patch-gdk__imlib_Makefile.in b/x11-toolkits/erlgtk/files/patch-gdk__imlib_Makefile.in deleted file mode 100644 index 369a129dbf18..000000000000 --- a/x11-toolkits/erlgtk/files/patch-gdk__imlib_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gdk_imlib/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ gdk_imlib/Makefile.in Sat Jul 19 12:04:11 2003 -@@ -10,7 +10,7 @@ - - MODULES = gdk_imlib - --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - X = - O = .o - SO = .so diff --git a/x11-toolkits/erlgtk/files/patch-gdk__pixbuf_Makefile.in b/x11-toolkits/erlgtk/files/patch-gdk__pixbuf_Makefile.in deleted file mode 100644 index dd4735e0db30..000000000000 --- a/x11-toolkits/erlgtk/files/patch-gdk__pixbuf_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gdk_pixbuf/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ gdk_pixbuf/Makefile.in Sat Jul 19 12:04:15 2003 -@@ -10,7 +10,7 @@ - - MODULES = gdk_pixbuf gdk_pixbuf_loader - --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - X = - O = .o - SO = .so diff --git a/x11-toolkits/erlgtk/files/patch-glade_Makefile.in b/x11-toolkits/erlgtk/files/patch-glade_Makefile.in deleted file mode 100644 index 85d8c5816c34..000000000000 --- a/x11-toolkits/erlgtk/files/patch-glade_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- glade/Makefile.in.orig Thu May 2 08:42:20 2002 -+++ glade/Makefile.in Sat Jul 19 12:19:25 2003 -@@ -9,7 +9,7 @@ - ERLC_FLAGS = @ERLC_FLAGS@ -pa ../../erlgtk@BUILD_VSN@/ebin - - INSTALL = @INSTALL@ --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - - RDIR = ../releases/erlgtk-$(VSN) - RFILES = \ diff --git a/x11-toolkits/erlgtk/files/patch-gnome_Makefile.in b/x11-toolkits/erlgtk/files/patch-gnome_Makefile.in deleted file mode 100644 index 2cb8dc61a212..000000000000 --- a/x11-toolkits/erlgtk/files/patch-gnome_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gnome/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ gnome/Makefile.in Sat Jul 19 12:04:00 2003 -@@ -10,7 +10,7 @@ - - MODULES = gnome_stock gnome_druid gnome_canvas - --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - X = - O = .o - SO = .so diff --git a/x11-toolkits/erlgtk/files/patch-gtkgl_Makefile.in b/x11-toolkits/erlgtk/files/patch-gtkgl_Makefile.in deleted file mode 100644 index b9c861266a03..000000000000 --- a/x11-toolkits/erlgtk/files/patch-gtkgl_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gtkgl/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ gtkgl/Makefile.in Sat Jul 19 12:04:07 2003 -@@ -10,7 +10,7 @@ - - MODULES = gdk_gl gtk_gl_area gl glu - --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - X = - O = .o - SO = .so diff --git a/x11-toolkits/erlgtk/files/patch-src_Makefile.in b/x11-toolkits/erlgtk/files/patch-src_Makefile.in deleted file mode 100644 index 4cef7b59427b..000000000000 --- a/x11-toolkits/erlgtk/files/patch-src_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ src/Makefile.in Sat Jul 19 12:03:47 2003 -@@ -9,7 +9,7 @@ - ERLC_FLAGS = @ERLC_FLAGS@ -pa ../../erlgtk@BUILD_VSN@/ebin - - INSTALL = @INSTALL@ --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - - RDIR = ../releases/erlgtk-$(VSN) - RFILES = \ diff --git a/x11-toolkits/erlgtk/pkg-descr b/x11-toolkits/erlgtk/pkg-descr deleted file mode 100644 index 36005f10e2f0..000000000000 --- a/x11-toolkits/erlgtk/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -erlgtk is a GTK+ binding for Erlang/OTP. - -erlgtk allows you to use the popular GTK+ GUI toolkit from the comfort -and safety of the Erlang programming language. - -Mutually exclusive support for both GTK+ 1.2 and GTK+ 2.x is included -in this port. Support for GNOME is present in the binding, but is not -enabled in this port, due to simplicity and stability concerns. It -may be included in this port at some future date. Watch this space. - -WWW: http://erlgtk.sourceforge.net/ diff --git a/x11-toolkits/erlgtk/pkg-plist b/x11-toolkits/erlgtk/pkg-plist deleted file mode 100644 index b6adeb5c1be5..000000000000 --- a/x11-toolkits/erlgtk/pkg-plist +++ /dev/null @@ -1,117 +0,0 @@ -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/gdk.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/gdk_pixbuf.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/gdk_pixbuf_loader.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/glade2erl.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/glade_http.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/glade_http_cli.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/glade_http_header.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/glade_parse.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/glade_url.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/gtk.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/gtk_lib.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/all.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/all.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/arrow.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/arrow.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/aspectframe.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/aspectframe.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/base.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/base.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/button_swap.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/button_swap.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/buttons.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/buttons.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/clist.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/clist.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/draw.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/draw.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/entry.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/entry.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/event.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/event.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/eventbox.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/eventbox.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/filesel.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/filesel.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/gnome_buttons.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/gnome_buttons.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/gnome_wiz.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/gnome_wiz.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/helloworld.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/helloworld.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/helloworld2.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/helloworld2.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/info.xpm -lib/erlang/lib/erlgtk-%%VERSION%%/examples/input.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/input.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/ip_entry.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/ip_entry.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/ip_test.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/ip_test.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/label.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/label.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/notebook.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/notebook.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/packbox.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/packbox.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/paned.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/paned.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/pixmap.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/pixmap.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/progressbar.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/progressbar.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/rangewidgets.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/rangewidgets.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/re_entry.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/re_entry.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/rulers.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/rulers.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/scroll.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/scroll.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/scrolledwin.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/scrolledwin.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/statusbar.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/statusbar.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/table.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/table.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/text.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/text.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/tree.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/tree.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/wheelbarrow.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/wheelbarrow.erl -lib/erlang/lib/erlgtk-%%VERSION%%/include/gdk.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/include/gdk_keysyms.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/include/gtk.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/include/libgdk.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/include/libgdk_pixbuf.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/include/libgdk_pixbuf_loader.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/include/libgtk.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/priv/bin/def2mod -lib/erlang/lib/erlgtk-%%VERSION%%/priv/bin/glade2erl -lib/erlang/lib/erlgtk-%%VERSION%%/priv/bin/gtk_drv -lib/erlang/lib/erlgtk-%%VERSION%%/priv/modules/libgdk_pixbuf.so -lib/erlang/lib/erlgtk-%%VERSION%%/priv/modules/libgdk_pixbuf_loader.so -lib/erlang/lib/erlgtk-%%VERSION%%/priv/src/gdk.inc -lib/erlang/lib/erlgtk-%%VERSION%%/priv/src/gdk_pixbuf.inc -lib/erlang/lib/erlgtk-%%VERSION%%/priv/src/gdk_pixbuf_loader.inc -lib/erlang/lib/erlgtk-%%VERSION%%/priv/src/gtk.inc -lib/erlang/lib/erlgtk-%%VERSION%%/src/gdk.erl -lib/erlang/lib/erlgtk-%%VERSION%%/src/gdk_pixbuf.erl -lib/erlang/lib/erlgtk-%%VERSION%%/src/gdk_pixbuf_loader.erl -lib/erlang/lib/erlgtk-%%VERSION%%/src/gtk.erl -lib/erlang/lib/erlgtk-%%VERSION%%/src/gtk_lib.erl -lib/erlang/lib/erlgtk-%%VERSION%%/usr/include/gtk_drv_api.h -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/usr/include -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/usr -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/src -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/priv/src -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/priv/modules -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/priv/bin -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/priv -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/include -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/examples -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/ebin -@dirrm lib/erlang/lib/erlgtk-%%VERSION%% -@exec ln -sf erlgtk-%%VERSION%% %D/lib/erlang/lib/erlgtk -@unexec rm -f %D/lib/erlang/lib/erlgtk diff --git a/x11-toolkits/guis/Makefile b/x11-toolkits/guis/Makefile deleted file mode 100644 index 0a6f98cd250c..000000000000 --- a/x11-toolkits/guis/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: guis -# Date created: Apr 13, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= guis -PORTVERSION= 1.4 -PORTREVISION= 3 -CATEGORIES= x11-toolkits -MASTER_SITES= http://www.starynkevitch.net/Basile/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A GUI widget server - -USE_PYTHON= 2.3 -USE_RUBY= yes -USE_GCC= 3.4 -USE_GNOME= pkgconfig gtk20 pango libglade2 pygtk2 -USE_GMAKE= yes -MAKEFILE= Makefile_guis -MAKE_ENV= PYTHONCFLAGS="-I${LOCALBASE}/include/python${USE_PYTHON} ${PTHREAD_CFLAGS}" \ - PYTHONLDFLAGS="-L${LOCALBASE}/lib -lpython${USE_PYTHON} ${PTHREAD_LIBS}" \ - RUBY="ruby18" -ALL_TARGET= prog - -BROKEN= Broken dependency after python 2.4 update -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -PLIST_FILES= bin/pyguis bin/ruguis bin/pyguis-scripter bin/ruguis-scripter -MAN1= pyguis.1 -MLINKS= pyguis.1 ruguis.1 \ - pyguis.1 pyguis-scripter.1 \ - pyguis.1 ruguis-scripter.1 - -do-install: -.for lang in py ru - ${INSTALL_PROGRAM} ${WRKSRC}/${lang}guis ${PREFIX}/bin - ${LN} -fs ${PREFIX}/bin/${lang}guis ${PREFIX}/bin/${lang}guis-scripter -.endfor - ${INSTALL_MAN} ${WRKSRC}/pyguis.man ${MAN1PREFIX}/man/man1/pyguis.1 - -.include <bsd.port.mk> diff --git a/x11-toolkits/guis/distinfo b/x11-toolkits/guis/distinfo deleted file mode 100644 index 31dadb4f6516..000000000000 --- a/x11-toolkits/guis/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (guis-1.4.tar.gz) = 5b5e5666a0b878adb170c626b44b5f87 -SIZE (guis-1.4.tar.gz) = 518832 diff --git a/x11-toolkits/guis/pkg-descr b/x11-toolkits/guis/pkg-descr deleted file mode 100644 index 17f5ff1f47c0..000000000000 --- a/x11-toolkits/guis/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Guis is a small widget server. It is a gtk2 based program listening on a pipe -for widget requests (requests are Python [or Ruby] scripts) and outputting -events or replies Guis is useful for programs (in particular, setuid programs -or (ruby,ocaml,perl...) scripts) which do not want to link in a full widget -toolkit but prefer to delegate the user interface to another process. - -WWW: http://www.starynkevitch.net/Basile/guisdoc.html diff --git a/x11-toolkits/hs-port/Makefile b/x11-toolkits/hs-port/Makefile deleted file mode 100644 index 172df781a148..000000000000 --- a/x11-toolkits/hs-port/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: port -# Date created: 2004-03-09 -# Whom: obraun@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= port -PORTVERSION= 1.2 -PORTREVISION= 4 -CATEGORIES= x11-toolkits haskell -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= htoolkit -PKGNAMEPREFIX= hs- - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A low-level GUI library for Haskell - -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc - -BROKEN= Does not compile -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_GNOME= glib20 gtk20 libgnomeui -USE_BZIP2= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes -USE_GMAKE= yes -MAKEFILE= makefile -MAKE_ENV+= DOCSDIR="${DOCSDIR}" INSTALL_DATA="${INSTALL_DATA}" -ALL_TARGET= release - -GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version` -PLIST_SUB+= GHC_VERSION="${GHC_VERSION}" - -.if !defined(NOPORTDOCS) -BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock \ - ${LOCALBASE}/share/doc/ghc6/index.html:${PORTSDIR}/lang/ghc-doc -CONFIGURE_ARGS+= -haddock-libs ${LOCALBASE}/share/doc/ghc6/libraries/base \ - -haddock-html ${LOCALBASE}/share/doc/ghc6/libraries/ -ALL_TARGET= release doc -INSTALL_TARGET= install install-doc -.endif - -post-configure: - @${REINPLACE_CMD} 's|\"/usr/local/lib/glib-2.0/include\",|| ;\ - s|\"/usr/X11R6/lib/gnome-vfs-2.0/include\",|| ;\ - s|\"/usr/X11R6/lib/gtk-2.0/include\",||' \ - ${WRKSRC}/config/port.pkg - -post-install: - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/config/port.pkg ${DATADIR} - -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-port/distinfo b/x11-toolkits/hs-port/distinfo deleted file mode 100644 index 85f9c96a88c7..000000000000 --- a/x11-toolkits/hs-port/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (port-1.2.tar.bz2) = 3d02a5edadd22c7c99a116ed0a416562 -SIZE (port-1.2.tar.bz2) = 190214 diff --git a/x11-toolkits/hs-port/files/patch-makefile b/x11-toolkits/hs-port/files/patch-makefile deleted file mode 100644 index fb1ab410cbcf..000000000000 --- a/x11-toolkits/hs-port/files/patch-makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- makefile.orig Mon Oct 20 23:21:59 2003 -+++ makefile Tue Mar 9 13:42:15 2004 -@@ -140,7 +140,6 @@ - install: $(MAINLIB) $(PKG) - install -d $(LIBDIR)/imports/Graphics/UI/Port - install -d $(LIBDIR)/include/port -- install -d $(LIBDIR)/doc/html/port - install -m 644 src/include/HsPort.h $(LIBDIR)/include/port - install -m 644 $(HOUTDIR)/*.hi $(LIBDIR)/imports/Graphics/UI - install -m 644 $(HOUTDIR)/Port/*.hi $(LIBDIR)/imports/Graphics/UI/Port -@@ -150,7 +149,10 @@ - $(RM) $(LIBDIR)/include/port/HsPort.h - $(RM) $(LIBDIR)/$(MAINOBJ) - $(HCPKG) -u -g -i $(PKG) -- install -m 644 doc/*.html doc/*.css doc/*.gif doc/*.haddock $(LIBDIR)/doc/html/port -+ -+install-doc: -+ install -d ${DOCSDIR} -+ ${INSTALL_DATA} doc/*.html doc/*.css doc/*.gif doc/*.haddock ${DOCSDIR} - - $(MAINLIB): $(HOBJS) $(COBJS) $(STUBSTUBOBJS) - $(RM) $(MAINLIB) diff --git a/x11-toolkits/hs-port/files/patch-src::Port::Types.hs b/x11-toolkits/hs-port/files/patch-src::Port::Types.hs deleted file mode 100644 index a0d1fc15b1bc..000000000000 --- a/x11-toolkits/hs-port/files/patch-src::Port::Types.hs +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Port/Types.hs.orig Fri Aug 29 21:39:21 2003 -+++ src/Port/Types.hs Tue Mar 9 11:58:33 2004 -@@ -848,7 +848,7 @@ - - fromCBitmap :: BitmapHandle -> IO Bitmap - fromCBitmap bh -- = do bm <- newForeignPtr bh osDeleteBitmap -+ = do bm <- newForeignPtr osDeleteBitmap bh - return (Bitmap bm) - foreign import ccall "&osDeleteBitmap" osDeleteBitmap :: FinalizerPtr BH - -@@ -934,7 +934,7 @@ - - fromCFont :: FontDef -> FontHandle -> IO Font - fromCFont fontdef handle -- = do fhandle <- newForeignPtr handle osDeleteFont -+ = do fhandle <- newForeignPtr osDeleteFont handle - return (Font fhandle fontdef) - foreign import ccall "&osDeleteFont" osDeleteFont :: FinalizerPtr FH - diff --git a/x11-toolkits/hs-port/pkg-descr b/x11-toolkits/hs-port/pkg-descr deleted file mode 100644 index f6b07b5348f5..000000000000 --- a/x11-toolkits/hs-port/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Port is part of the HToolkit. The goal of the HToolkit project is to implement -a portable Haskell library for writing graphical user interfaces (GUI's). - -To tackle the problem of portability, the library will be built upon a -low-level interface that will be implemented for each different target -platform. The low-level library is called Port and is currently implemented for -GTK and Windows. - -WWW: http://htoolkit.sourceforge.net/ - --- Oliver Braun -obraun@FreeBSD.org diff --git a/x11-toolkits/hs-port/pkg-plist b/x11-toolkits/hs-port/pkg-plist deleted file mode 100644 index 8cc594fab5d3..000000000000 --- a/x11-toolkits/hs-port/pkg-plist +++ /dev/null @@ -1,153 +0,0 @@ -lib/ghc-%%GHC_VERSION%%/HSport.o -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Bitmap.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Canvas.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Colors.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/CommonDialogs.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/ConfigKey.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Controls.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Document.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Font.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Handlers.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/IntMap.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Menu.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Message.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Process.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/PtrMap.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Timer.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/ToolBar.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Types.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Window.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port.hi -lib/ghc-%%GHC_VERSION%%/include/HsPort.h -lib/ghc-%%GHC_VERSION%%/include/port/Bitmap.h -lib/ghc-%%GHC_VERSION%%/include/port/Button.h -lib/ghc-%%GHC_VERSION%%/include/port/Canvas.h -lib/ghc-%%GHC_VERSION%%/include/port/CheckBox.h -lib/ghc-%%GHC_VERSION%%/include/port/CommonDialogs.h -lib/ghc-%%GHC_VERSION%%/include/port/ConfigKey.h -lib/ghc-%%GHC_VERSION%%/include/port/EditBox.h -lib/ghc-%%GHC_VERSION%%/include/port/Font.h -lib/ghc-%%GHC_VERSION%%/include/port/GroupBox.h -lib/ghc-%%GHC_VERSION%%/include/port/Label.h -lib/ghc-%%GHC_VERSION%%/include/port/ListBox.h -lib/ghc-%%GHC_VERSION%%/include/port/Menu.h -lib/ghc-%%GHC_VERSION%%/include/port/Message.h -lib/ghc-%%GHC_VERSION%%/include/port/Notebook.h -lib/ghc-%%GHC_VERSION%%/include/port/PopUp.h -lib/ghc-%%GHC_VERSION%%/include/port/ProgressBar.h -lib/ghc-%%GHC_VERSION%%/include/port/RadioBox.h -lib/ghc-%%GHC_VERSION%%/include/port/Slider.h -lib/ghc-%%GHC_VERSION%%/include/port/Timer.h -lib/ghc-%%GHC_VERSION%%/include/port/ToolBar.h -lib/ghc-%%GHC_VERSION%%/include/port/Types.h -lib/ghc-%%GHC_VERSION%%/include/port/Window.h -lib/ghc-%%GHC_VERSION%%/include/port/config.h -lib/ghc-%%GHC_VERSION%%/libHSport.a -share/port/port.pkg -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Bitmap.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Canvas.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Colors.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.CommonDialogs.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.ConfigKey.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Controls.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Document.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Font.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Handlers.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Menu.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Message.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Process.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Timer.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.ToolBar.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Window.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.html -%%PORTDOCS%%%%DOCSDIR%%/colors.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-A.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-B.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-C.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-D.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-F.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-G.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-H.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-I.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-J.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-K.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-L.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-M.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-N.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-O.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-P.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-Q.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-R.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-S.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-T.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-U.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-V.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-W.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-Y.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tA.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tB.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tC.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tD.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tE.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tF.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tG.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tH.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tI.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tJ.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tK.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tL.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tM.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tN.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tO.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tP.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tQ.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tR.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tS.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tT.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tU.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tV.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tW.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tX.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tY.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tZ.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vA.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vB.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vC.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vD.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vE.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vF.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vG.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vH.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vI.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vJ.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vK.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vL.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vM.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vN.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vO.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vP.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vQ.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vR.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vS.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vT.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vU.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vV.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vW.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vX.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vY.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vZ.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/haddock.css -%%PORTDOCS%%%%DOCSDIR%%/haskell_icon.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/port.haddock -@dirrm share/port -@dirrm lib/ghc-%%GHC_VERSION%%/include/port -@dirrm lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port -@dirrm lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI -@dirrm lib/ghc-%%GHC_VERSION%%/imports/Graphics -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@exec %D/bin/ghc-pkg -u -g -i %D/share/port/port.pkg -@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec %D/bin/ghc-pkg -r port -@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile deleted file mode 100644 index 2c955e95d7a6..000000000000 --- a/x11-toolkits/jx/Makefile +++ /dev/null @@ -1,268 +0,0 @@ -# New ports collection makefile for: JX -# Date created: 30 July 1999 -# Whom: Davec <davec@unforgettable.com> -# -# $FreeBSD$ -# - -PORTNAME= JX -PORTVERSION= 1.5.3 -PORTREVISION= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.matrix.com.br/pub/linuxberg/files/x11/dev/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= libs/X/c++libs -DISTNAME= ${PORTNAME}_source-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A C++ application framework and widget library for X11 - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png - -BROKEN= Incorrect pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USE_AUTOCONF_VER= 213 -USE_REINPLACE= yes -USE_X_PREFIX= yes -USE_XPM= yes -USE_BISON= yes -GNU_CONFIGURE= yes -CONFIGURE_WRKSRC= ${WRKDIR} -USE_GMAKE= yes -MAKE_ARGS= CC="${CC}" CXX="${CXX}" \ - CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -MAKE_ENV= JX_INSTALL_ROOT="${PREFIX}/bin" \ - JX_LIB_ROOT="${PREFIX}/lib" -PLIST_SUB= LIBACE="${LIBACE}" \ - LIBJTOOL="${LIBJTOOL}" \ - LIBJX="${LIBJX}" -INSTALLS_SHLIB= yes - -# Installs dir with proper permissions -INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 -# the libraries -LIBFILES= libACE-5_0_2.so \ - libjcore-1_5_3.a libjcore-1_5_3.so \ - libjx-1_5_3.a libjx-1_5_3.so -# bin program files -PROGRAMFILES= lib/util/autodoc/autodoc programs/jxlayout/jxlayout \ - programs/makemake/makemake -PROGRAMFILES_SCRIPT= jxlayout/jfdesign makemake/makecheck \ - makemake/maketouch -# header files -INCLUDEDIR= jcore jx -INCLUDEDIR_ACE_WRKSRC= ACE/ACE_wrappers/ace -INCLUDEDIR_ACE_DIR= . CLASSIX -# documentation -DOCDIR_PREFIX= ${PREFIX}/share/doc/jx -DOCFILES= README FAQ LICENSE CHANGES -DOCDIRS= ACE jxlayout makemake -DOCDIRFILES= LICENSE README -# examples -EXAMPLEDIRS= tutorial -EXAMPLEDIR_PREFIX= ${PREFIX}/share/examples/jx -# xpm images -ICONDIRS= libjx/menu_image -ICONDIR_PREFIX= ${PREFIX}/share/jx -# additional configuration and header files -EXTRALIB_PREFIX= ${PREFIX}/lib/jx -EXTRALIBDIRS= jxlayout lib make -EXTRALIBFILES_JXLAYOUT= class_map need_font_list option_map -EXTRALIBFILES_MAKE_WRKSRC= include/make -EXTRALIBFILES_MAKE_DIR= . sys -# odd behavior -POSTBUILD_WRKSRC= jxlayout -# post patch preprocessing -POSTPATCH_FILES= post-patch-aa -# post configure placement directory -POSTCONFIGURE_WRKSRC= include/make/sys -# configuration preprocessing -CONFIGURE_PREPROCESSING_FILES= FreeBSD-2.x_g++ FreeBSD-3.x_g++ - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 300000 -ALL_TARGET= freebsd3.x -LIBACE= 5 -LIBJTOOL= 0 -LIBJX= 1 -.else -ALL_TARGET= freebsd2.x -LIBACE= 5.0 -LIBJTOOL= 0.5 -LIBJX= 1.5 -.endif - -# -CURRENT post gcc 3.1 -.if ${OSVERSION} >= 500035 -BROKEN= Does not work with gcc 3.x -.endif - -# wrapper to allow makemake to work during build time -# it requires some libs which are not available in build time -makemake-extract-wrapper: - @${SED} \ - -e 's|%libdir%|${WRKSRC}/lib|' \ - -e 's|%makemake%|${WRKSRC}/programs/makemake/makemake|' \ - ${FILESDIR}/makemake-template \ - > ${WRKDIR}/makemake - @${CHMOD} u+rx ${WRKDIR}/makemake - -# have all relevant places point to location of the makemake wrapper -makemake-patch-path: - @${FIND} ${WRKSRC}/libjx ${WRKSRC}/libjcore \ - -name "Make*" \ - -exec ${REINPLACE_CMD} -E \ - -e 's|makemake;|${WRKDIR}/makemake;|' \ - {} \; - @${REINPLACE_CMD} -E \ - -e 's|; makemake;|; ${WRKDIR}/makemake;|' \ - ${WRKSRC}/lib/Makefile - -post-extract: makemake-extract-wrapper - -post-patch: makemake-patch-path -.for i in ${CONFIGURE_PREPROCESSING_FILES} - @${CP} ${WRKSRC}/${POSTCONFIGURE_WRKSRC}/${i} ${WRKDIR}/${i}.in - @cd ${WRKDIR}; ${PATCH} -s ${i}.in < ${PATCHDIR}/${POSTPATCH_FILES} -.endfor - -pre-configure: - @${CP} ${FILESDIR}/configure.in ${WRKDIR} - @cd ${WRKDIR}; ${AUTOCONF} - -post-configure: -.for i in ${CONFIGURE_PREPROCESSING_FILES} - @${CP} ${WRKDIR}/${i} ${WRKSRC}/${POSTCONFIGURE_WRKSRC}/${i} -.endfor - -# odd behavior -post-build: -.for i in ${POSTBUILD_WRKSRC} - @cd ${WRKSRC}/programs/${i}; ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} -.endfor - -do-install: -.if !defined(NOPORTDOCS) -# Install all documentation - @${INSTALL_DATA_DIR} ${DOCDIR_PREFIX} -.for i in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCDIR_PREFIX} -.endfor -.for i in ${DOCDIRS} - @for j in ${DOCDIRFILES} ; \ - do \ - if [ -f ${WRKSRC}/programs/${i}/$${j} ]; \ - then \ - ${INSTALL_DATA} ${WRKSRC}/programs/${i}/$${j} \ - ${DOCDIR_PREFIX}/$${j}_${i} ; \ - elif [ -f ${WRKSRC}/${i}/$${j} ]; \ - then \ - ${INSTALL_DATA} ${WRKSRC}/${i}/$${j} \ - ${DOCDIR_PREFIX}/$${j}_${i} ; \ - fi ; \ - done -.endfor - @${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCDIR_PREFIX} - @${INSTALL_DATA} ${WRKSRC}/ACE/ACE_wrappers/VERSION \ - ${DOCDIR_PREFIX}/ACE_VERSION -# Install all examples -.for i in ${EXAMPLEDIRS} - @${INSTALL_DATA_DIR} ${EXAMPLEDIR_PREFIX}/${i} ; \ - cd ${WRKSRC}/${i}; \ - for j in * ; \ - do \ - if [ -f $${j} ]; \ - then \ - ${INSTALL_DATA} $${j} ${EXAMPLEDIR_PREFIX}/${i} ; \ - elif [ -d $${j} ]; \ - then \ - ${INSTALL_DATA_DIR} ${EXAMPLEDIR_PREFIX}/${i}/$${j} ; \ - for k in $${j}/* ; \ - do \ - ${INSTALL_DATA} $${k} ${EXAMPLEDIR_PREFIX}/${i}/$${j} ; \ - done; \ - fi ; \ - done -.endfor -.endif # !defined(NOPORTDOCS) -# Install all icons -.for i in ${ICONDIRS} - @${INSTALL_DATA_DIR} ${ICONDIR_PREFIX} ; \ - for j in ${WRKSRC}/${i}/*.xpm ; \ - do \ - ${INSTALL_DATA} $${j} ${ICONDIR_PREFIX} ; \ - done -.endfor -# Install all header files -.for i in ${INCLUDEDIR} - @${INSTALL_DATA_DIR} ${PREFIX}/include/${i} ; \ - for j in ${WRKSRC}/include/${i}/*.*h \ - ${WRKSRC}/include/${i}/*.tmpl \ - ${WRKSRC}/include/${i}/*.tmpls ; \ - do \ - if [ -f $${j} ]; \ - then \ - ${INSTALL_DATA} $${j} ${PREFIX}/include/${i}/ ; \ - fi ; \ - done -.endfor -.for i in ${INCLUDEDIR_ACE_DIR} - @${INSTALL_DATA_DIR} ${PREFIX}/include/ace/${i} ; \ - for j in ${WRKSRC}/${INCLUDEDIR_ACE_WRKSRC}/${i}/*.cpp \ - ${WRKSRC}/${INCLUDEDIR_ACE_WRKSRC}/${i}/*.h \ - ${WRKSRC}/${INCLUDEDIR_ACE_WRKSRC}/${i}/*.i ; \ - do \ - if [ -f $${j} ]; \ - then \ - ${INSTALL_DATA} $${j} ${PREFIX}/include/ace/${i}/ ; \ - fi ; \ - done -.endfor -# Install all libraries -.for i in ${LIBFILES} - @${INSTALL_PROGRAM} ${WRKSRC}/lib/${i} ${PREFIX}/lib -.endfor -# Install additional library files -.for i in ${EXTRALIBDIRS} - @${INSTALL_DATA_DIR} ${EXTRALIB_PREFIX}/${i} -.endfor -.for i in ${EXTRALIBFILES_JXLAYOUT} - @${INSTALL_DATA} ${WRKSRC}/programs/jxlayout/${i} \ - ${EXTRALIB_PREFIX}/jxlayout -.endfor -.for i in ${EXTRALIBFILES_MAKE_DIR} - @${INSTALL_DATA_DIR} ${EXTRALIB_PREFIX}/make/${i} ; \ - for j in ${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/${i}/* ; \ - do \ - if [ -f $${j} ]; \ - then \ - ${INSTALL_DATA} $${j} ${EXTRALIB_PREFIX}/make/${i}/ ; \ - fi ; \ - done -.endfor -# Install all programs -.for i in ${PROGRAMFILES} - @${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin -.endfor -.for i in ${PROGRAMFILES_SCRIPT} - @${INSTALL_SCRIPT} ${WRKSRC}/programs/${i} ${PREFIX}/bin -.endfor - -post-install: - @${LN} -sf libACE-5_0_2.so \ - ${PREFIX}/lib/libACE-5_0_2.so.${LIBACE} - @${LN} -sf libjcore-1_5_3.so \ - ${PREFIX}/lib/libjcore-1_5_3.so.${LIBJX} - @${LN} -sf libjx-1_5_3.so \ - ${PREFIX}/lib/libjx-1_5_3.so.${LIBJX} -.for i in ${LIBFILES} - @${LN} -sf ../../${i} ${EXTRALIB_PREFIX}/lib/${i} -.endfor - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/jx/distinfo b/x11-toolkits/jx/distinfo deleted file mode 100644 index b9b4b0491191..000000000000 --- a/x11-toolkits/jx/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (JX_source-1.5.3.tar.gz) = e35ea2a77c777d96c3d9b566254d2562 -MD5 (JX_source-1.5.3.tar.gz) = 311c4267ffd114a3b3ec76af09db5ecb diff --git a/x11-toolkits/jx/files/configure.in b/x11-toolkits/jx/files/configure.in deleted file mode 100644 index 7c22ea3c9237..000000000000 --- a/x11-toolkits/jx/files/configure.in +++ /dev/null @@ -1,18 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -AC_INIT(FreeBSD-3.x_g++.in) - -dnl Check for X library and header files -AC_PATH_X - -AC_SUBST(x_includes) -AC_SUBST(x_libraries) - -dnl Checks for typedefs, structures, and compiler characteristics. - -dnl Checks sizeof long -AC_CHECK_SIZEOF(long) - -dnl Checks sizeof int -AC_CHECK_SIZEOF(int) - -AC_OUTPUT(FreeBSD-2.x_g++ FreeBSD-3.x_g++) diff --git a/x11-toolkits/jx/files/makemake-template b/x11-toolkits/jx/files/makemake-template deleted file mode 100644 index f2c3a535a9f4..000000000000 --- a/x11-toolkits/jx/files/makemake-template +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -#export LD_LIBRARY_PATH - -if [ -z "${LD_LIBRARY_PATH}" ] -then -LD_LIBRARY_PATH="%libdir%" -else -LD_LIBRARY_PATH="%libdir%:${LD_LIBRARY_PATH}" -fi - -env "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}" "%makemake%" "${@}" diff --git a/x11-toolkits/jx/files/patch-aa b/x11-toolkits/jx/files/patch-aa deleted file mode 100644 index 96c1edb4d40b..000000000000 --- a/x11-toolkits/jx/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- programs/makemake/Make.header.orig Tue Sep 21 16:33:40 1999 -+++ programs/makemake/Make.header Tue May 30 11:07:18 2000 -@@ -95,7 +95,7 @@ - # - - .PHONY : jxinstall --jxinstall: makemake -+jxinstall_not: makemake - @strip makemake - @mv makemake ${JX_INSTALL_ROOT}/ - @chmod a+x ${SCRIPT_FILES} diff --git a/x11-toolkits/jx/files/patch-ab b/x11-toolkits/jx/files/patch-ab deleted file mode 100644 index a44b19866856..000000000000 --- a/x11-toolkits/jx/files/patch-ab +++ /dev/null @@ -1,27 +0,0 @@ ---- programs/makemake/Makefile.port.orig Tue Sep 21 22:03:14 1999 -+++ programs/makemake/Makefile.port Sat Mar 8 14:44:25 2003 -@@ -49,24 +49,7 @@ - .PHONY : jxinstall - jxinstall: regex makemake - @strip makemake -- @mv makemake ${JX_INSTALL_ROOT}/ - -- @if { which makemake > /dev/null; } then \ -- { \ -- echo "makemake successfully installed"; \ -- } \ -- else \ -- { \ -- echo; \ -- echo "makemake is not on your execution path. It was placed in"; \ -- echo; \ -- echo " ${JX_INSTALL_ROOT}"; \ -- echo; \ -- echo "Please add this to your execution path and restart start the build."; \ -- echo; \ -- false; \ -- } \ -- fi - - # - # libraries we have eaten diff --git a/x11-toolkits/jx/files/patch-ac b/x11-toolkits/jx/files/patch-ac deleted file mode 100644 index bf9c36ac4f1b..000000000000 --- a/x11-toolkits/jx/files/patch-ac +++ /dev/null @@ -1,26 +0,0 @@ ---- ACE/ACE_wrappers/ace/config-freebsd-pthread.h.orig Mon Apr 10 13:55:24 2000 -+++ ACE/ACE_wrappers/ace/config-freebsd-pthread.h Mon Apr 10 13:56:09 2000 -@@ -44,7 +44,6 @@ - #define ACE_HAS_NONCONST_SELECT_TIMEVAL - #define ACE_HAS_CHARPTR_DL - //#define ACE_USES_ASM_SYMBOL_IN_DLSYM --#define ACE_LACKS_SIGSET - #define ACE_NEEDS_SCHED_H - - // Use of <malloc.h> is deprecated. -@@ -84,6 +83,15 @@ - #if (__FreeBSD_version >= 300000) - #define ACE_HAS_SIGINFO_T - #endif /* __FreeBSD_version >= 300000 */ -+ -+#if (__FreeBSD_version < 400000) -+#define ACE_LACKS_SIGSET -+#endif /* __FreeBSD_version < 400000 */ -+ -+#if (__FreeBSD_version >= 400000) -+#define ACE_HAS_UCONTEXT_T -+#define ACE_HAS_SOCKLEN_T -+#endif /* __FreeBSD_version >= 400000 */ - - #define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES - #define ACE_LACKS_SIGINFO_H diff --git a/x11-toolkits/jx/files/patch-ad b/x11-toolkits/jx/files/patch-ad deleted file mode 100644 index 559110cf9ed0..000000000000 --- a/x11-toolkits/jx/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- ACE/ACE_wrappers/ace/Log_Msg.cpp.orig Mon Apr 10 14:01:34 2000 -+++ ACE/ACE_wrappers/ace/Log_Msg.cpp Mon Apr 10 14:02:38 2000 -@@ -670,9 +670,9 @@ - ACE_TRACE ("ACE_Log_Msg::log"); - // External decls. - --#if ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) -+#if defined(ACE_LACKS_SYS_NERR) - extern int sys_nerr; --#endif /* ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) */ -+#endif /* defined(ACE_LACKS_SYS_NERR) */ - typedef void (*PTF)(...); - - // Only print the message if <priority_mask_> hasn't been reset to diff --git a/x11-toolkits/jx/files/patch-ae b/x11-toolkits/jx/files/patch-ae deleted file mode 100644 index 35ccdca55dea..000000000000 --- a/x11-toolkits/jx/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- programs/jxlayout/Make.header.ORIG Tue May 30 10:58:37 2000 -+++ programs/jxlayout/Make.header Tue May 30 11:04:08 2000 -@@ -102,7 +102,7 @@ - # - - .PHONY : jxinstall --jxinstall: jxlayout -+jxinstall_not: jxlayout - @strip jxlayout - @mv jxlayout ${JX_INSTALL_ROOT}/ - @cp ${DATA_FILES} ${JX_INSTALL_ROOT}/ diff --git a/x11-toolkits/jx/files/patch-ag b/x11-toolkits/jx/files/patch-ag deleted file mode 100644 index bed4d7983e44..000000000000 --- a/x11-toolkits/jx/files/patch-ag +++ /dev/null @@ -1,42 +0,0 @@ ---- misc/regex/Makefile.orig Tue Jun 13 21:56:06 2000 -+++ misc/regex/Makefile Tue Jun 13 21:58:03 2000 -@@ -4,13 +4,13 @@ - include ${JX_ROOT}/include/make/jx_config - CPPFLAGS= - --# You probably want to take -DREDEBUG out of CFLAGS, and put something like -+# You probably want to take -DREDEBUG out of MYCFLAGS, and put something like - # -O in, *after* testing (-DREDEBUG strengthens testing by enabling a lot of - # internal assertion checking and some debugging facilities). - # Put -Dconst= in for a pre-ANSI compiler. - # Do not take -DPOSIX_MISTAKE out. - # REGCFLAGS isn't important to you (it's for my use in some special contexts). --CFLAGS=-I. -DREDEBUG $(REGCFLAGS) $(J_REGEX_USE_BCOPY) $(J_BUILD_SHARED_LIB) # -DPOSIX_MISTAKE -+MYCFLAGS=-I. -DREDEBUG $(REGCFLAGS) $(J_REGEX_USE_BCOPY) $(J_BUILD_SHARED_LIB) # -DPOSIX_MISTAKE - - # If you have a pre-ANSI compiler, put -o into MKHFLAGS. If you want - # the Berkeley __P macro, put -b in. -@@ -35,10 +35,13 @@ - JUNKLINT=possible pointer alignment|null effect - - # arrangements to build forward-reference header files --.SUFFIXES: .ih .h -+.SUFFIXES: .ih .h .c .o - .c.ih: - sh ./mkh $(MKHFLAGS) -p $< >$@ - -+.c.o: -+ $(CC) $(MYCFLAGS) -fPIC -DPIC -o $@ -c $< -+ - default: r - - # JAFL: this target builds the .o files for libjcore.* -@@ -70,7 +73,7 @@ - - # tester - re: $(OBJS) -- $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@ -+ $(CC) $(MYCFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@ - - # regression test - r: re tests diff --git a/x11-toolkits/jx/files/patch-libjcore::code::jNew.h b/x11-toolkits/jx/files/patch-libjcore::code::jNew.h deleted file mode 100644 index de3e1ac85681..000000000000 --- a/x11-toolkits/jx/files/patch-libjcore::code::jNew.h +++ /dev/null @@ -1,28 +0,0 @@ ---- libjcore/code/jNew.h.orig Fri Sep 20 13:49:44 2002 -+++ libjcore/code/jNew.h Fri Sep 20 13:50:41 2002 -@@ -26,7 +26,7 @@ - #ifdef __KCC - void* operator new(size_t size) MSIPL_THROW_STR(std::bad_alloc); - #else -- void* operator new(size_t size); -+ // void* operator new(size_t size); - #endif - - void* operator new(size_t size, const JCharacter* file, const JUInt32 line); -@@ -34,13 +34,13 @@ - #ifdef __KCC - void* operator new[](size_t size) MSIPL_THROW_STR(std::bad_alloc); - #else -- void* operator new[](size_t size); -+ //void* operator new[](size_t size); - #endif - - void* operator new[](size_t size, const JCharacter* file, const JUInt32 line); - -- void operator delete(void* memory); -- void operator delete[](void* memory); -+ //void operator delete(void* memory); -+ //void operator delete[](void* memory); - - void LocateDelete(const JCharacter* file, const JUInt32 line); - diff --git a/x11-toolkits/jx/files/post-patch-aa b/x11-toolkits/jx/files/post-patch-aa deleted file mode 100644 index 4a25da9d6060..000000000000 --- a/x11-toolkits/jx/files/post-patch-aa +++ /dev/null @@ -1,52 +0,0 @@ -@@ -6,11 +6,11 @@ - - # This tells us where to find the X libraries. - --J_X11_LIB_DIR := -L/usr/X11R6/lib -+J_X11_LIB_DIR := -L@x_libraries@ - - # Uncomment this and change it if your X11 headers are not in /usr/include/X11. - --J_X11_INCLUDE_DIR := -I/usr/X11R6/include -+J_X11_INCLUDE_DIR := -I@x_includes@ - - # Uncomment this if you want to compile libXpm into libjx - -@@ -66,7 +66,7 @@ - # Adjust these until everything compiles - - J_RAW_SYSTEM_STUFF := \ -- -DSIZEOF_LONG=4 -DSIZEOF_INT=4 -+ @DEFS@ - - # - # Nothing below this line should ever need to be changed. -@@ -79,7 +79,6 @@ - J_COMPILER_DEPEND_FLAGS_FOR_BISON := \ - -Wall -Wno-unused \ - -fno-implicit-templates -fno-rtti \ -- -O${J_OPTIMIZE_LEVEL} \ - -D_J_UNIX ${J_ISTRSTREAM_BROKEN} ${J_ARRAY_NEW_OVERRIDABLE} \ - ${J_RAW_SYSTEM_STUFF} - -@@ -88,15 +87,15 @@ - - # makemake variables - --LINKER := g++ -+LINKER := ${CXX} - - # make variables - --CC := gcc --CXX := g++ -+CC := ${CC} -+CXX := ${CXX} - CPPFLAGS = ${DEPENDFLAGS} --CFLAGS = ${J_MAKE_NEEDS_OUTPUT_ARG} --CXXFLAGS = ${J_MAKE_NEEDS_OUTPUT_ARG} -+CFLAGS := ${CFLAGS} -+CXXFLAGS := ${CXXFLAGS} - - # libraries to link - diff --git a/x11-toolkits/jx/pkg-descr b/x11-toolkits/jx/pkg-descr deleted file mode 100644 index e5e0b4fd4c7e..000000000000 --- a/x11-toolkits/jx/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -JX is a full-featured application framework and widget library for -use with the X Window System. It provides support for all facets -of application development, including distributed applications, -and aims to combine the best of MacOS and NeXTSTEP. It is built -directly on top of Xlib and has been carefully optimized for -performance. - -WWW: http://www.newplanetsoftware.com/jx/ diff --git a/x11-toolkits/jx/pkg-plist b/x11-toolkits/jx/pkg-plist deleted file mode 100644 index 80099c16ee03..000000000000 --- a/x11-toolkits/jx/pkg-plist +++ /dev/null @@ -1,1372 +0,0 @@ -bin/autodoc -bin/jfdesign -bin/jxlayout -bin/makecheck -bin/makemake -bin/maketouch -include/ace/ACE.cpp -include/ace/ACE.h -include/ace/ACE.i -include/ace/ACED.cpp -include/ace/ACER.cpp -include/ace/ARGV.cpp -include/ace/ARGV.h -include/ace/ARGV.i -include/ace/ATM_Acceptor.cpp -include/ace/ATM_Acceptor.h -include/ace/ATM_Acceptor.i -include/ace/ATM_Addr.cpp -include/ace/ATM_Addr.h -include/ace/ATM_Addr.i -include/ace/ATM_Connector.cpp -include/ace/ATM_Connector.h -include/ace/ATM_Connector.i -include/ace/ATM_Params.cpp -include/ace/ATM_Params.h -include/ace/ATM_Params.i -include/ace/ATM_QoS.cpp -include/ace/ATM_QoS.h -include/ace/ATM_QoS.i -include/ace/ATM_Stream.cpp -include/ace/ATM_Stream.h -include/ace/ATM_Stream.i -include/ace/Acceptor.cpp -include/ace/Acceptor.h -include/ace/Acceptor.i -include/ace/Activation_Queue.cpp -include/ace/Activation_Queue.h -include/ace/Activation_Queue.i -include/ace/Active_Map_Manager.cpp -include/ace/Active_Map_Manager.h -include/ace/Active_Map_Manager.i -include/ace/Active_Map_Manager_T.cpp -include/ace/Active_Map_Manager_T.h -include/ace/Active_Map_Manager_T.i -include/ace/Addr.cpp -include/ace/Addr.h -include/ace/Addr.i -include/ace/Arg_Shifter.cpp -include/ace/Arg_Shifter.h -include/ace/Array.h -include/ace/Asynch_Acceptor.cpp -include/ace/Asynch_Acceptor.h -include/ace/Asynch_Acceptor.i -include/ace/Asynch_IO.cpp -include/ace/Asynch_IO.h -include/ace/Asynch_IO.i -include/ace/Asynch_IO_Impl.cpp -include/ace/Asynch_IO_Impl.h -include/ace/Asynch_IO_Impl.i -include/ace/Atomic_Op.i -include/ace/Auto_Ptr.cpp -include/ace/Auto_Ptr.h -include/ace/Auto_Ptr.i -include/ace/Based_Pointer_Repository.cpp -include/ace/Based_Pointer_Repository.h -include/ace/Based_Pointer_T.cpp -include/ace/Based_Pointer_T.h -include/ace/Based_Pointer_T.i -include/ace/Basic_Types.cpp -include/ace/Basic_Types.h -include/ace/Basic_Types.i -include/ace/CDR_Stream.cpp -include/ace/CDR_Stream.h -include/ace/CDR_Stream.i -include/ace/CORBA_Handler.cpp -include/ace/CORBA_Handler.h -include/ace/CORBA_Handler.i -include/ace/CORBA_Ref.cpp -include/ace/CORBA_Ref.h -include/ace/CORBA_Ref.i -include/ace/CORBA_macros.h -include/ace/Cache_Map_Manager_T.cpp -include/ace/Cache_Map_Manager_T.h -include/ace/Cache_Map_Manager_T.i -include/ace/Cached_Connect_Strategy_T.cpp -include/ace/Cached_Connect_Strategy_T.h -include/ace/Cached_Connect_Strategy_T.i -include/ace/Caching_Strategies_T.cpp -include/ace/Caching_Strategies_T.h -include/ace/Caching_Strategies_T.i -include/ace/Caching_Utility_T.cpp -include/ace/Caching_Utility_T.h -include/ace/Caching_Utility_T.i -include/ace/Cleanup_Strategies_T.cpp -include/ace/Cleanup_Strategies_T.h -include/ace/Cleanup_Strategies_T.i -include/ace/Codeset_IBM1047.cpp -include/ace/Codeset_IBM1047.h -include/ace/Connector.cpp -include/ace/Connector.h -include/ace/Connector.i -include/ace/Containers.cpp -include/ace/Containers.h -include/ace/Containers.i -include/ace/Containers_T.cpp -include/ace/Containers_T.h -include/ace/Containers_T.i -include/ace/DEV.cpp -include/ace/DEV.h -include/ace/DEV.i -include/ace/DEV_Addr.cpp -include/ace/DEV_Addr.h -include/ace/DEV_Addr.i -include/ace/DEV_Connector.cpp -include/ace/DEV_Connector.h -include/ace/DEV_Connector.i -include/ace/DEV_IO.cpp -include/ace/DEV_IO.h -include/ace/DEV_IO.i -include/ace/DLL.cpp -include/ace/DLL.h -include/ace/Date_Time.cpp -include/ace/Date_Time.h -include/ace/Date_Time.i -include/ace/Dirent.cpp -include/ace/Dirent.h -include/ace/Dirent.i -include/ace/Dump.cpp -include/ace/Dump.h -include/ace/Dump_T.cpp -include/ace/Dump_T.h -include/ace/Dynamic.cpp -include/ace/Dynamic.h -include/ace/Dynamic.i -include/ace/Dynamic_Service.cpp -include/ace/Dynamic_Service.h -include/ace/Dynamic_Service.i -include/ace/Env_Value_T.cpp -include/ace/Env_Value_T.h -include/ace/Env_Value_T.i -include/ace/Event_Handler.cpp -include/ace/Event_Handler.h -include/ace/Event_Handler.i -include/ace/Event_Handler_T.cpp -include/ace/Event_Handler_T.h -include/ace/Event_Handler_T.i -include/ace/FIFO.cpp -include/ace/FIFO.h -include/ace/FIFO.i -include/ace/FIFO_Recv.cpp -include/ace/FIFO_Recv.h -include/ace/FIFO_Recv.i -include/ace/FIFO_Recv_Msg.cpp -include/ace/FIFO_Recv_Msg.h -include/ace/FIFO_Recv_Msg.i -include/ace/FIFO_Send.cpp -include/ace/FIFO_Send.h -include/ace/FIFO_Send.i -include/ace/FIFO_Send_Msg.cpp -include/ace/FIFO_Send_Msg.h -include/ace/FIFO_Send_Msg.i -include/ace/FILE.cpp -include/ace/FILE.h -include/ace/FILE.i -include/ace/FILE_Addr.cpp -include/ace/FILE_Addr.h -include/ace/FILE_Addr.i -include/ace/FILE_Connector.cpp -include/ace/FILE_Connector.h -include/ace/FILE_Connector.i -include/ace/FILE_IO.cpp -include/ace/FILE_IO.h -include/ace/FILE_IO.i -include/ace/Filecache.cpp -include/ace/Filecache.h -include/ace/FlReactor.cpp -include/ace/FlReactor.h -include/ace/FlReactor.i -include/ace/Free_List.cpp -include/ace/Free_List.h -include/ace/Free_List.i -include/ace/Functor.cpp -include/ace/Functor.h -include/ace/Functor.i -include/ace/Functor_T.cpp -include/ace/Functor_T.h -include/ace/Functor_T.i -include/ace/Future.cpp -include/ace/Future.h -include/ace/Future_Set.cpp -include/ace/Future_Set.h -include/ace/Get_Opt.cpp -include/ace/Get_Opt.h -include/ace/Get_Opt.i -include/ace/Handle_Gobbler.h -include/ace/Handle_Gobbler.i -include/ace/Handle_Set.cpp -include/ace/Handle_Set.h -include/ace/Handle_Set.i -include/ace/Hash_Cache_Map_Manager_T.cpp -include/ace/Hash_Cache_Map_Manager_T.h -include/ace/Hash_Cache_Map_Manager_T.i -include/ace/Hash_Map_Manager.cpp -include/ace/Hash_Map_Manager.h -include/ace/Hash_Map_Manager.i -include/ace/Hash_Map_Manager_T.cpp -include/ace/Hash_Map_Manager_T.h -include/ace/Hash_Map_Manager_T.i -include/ace/Hash_Map_With_Allocator_T.cpp -include/ace/Hash_Map_With_Allocator_T.h -include/ace/Hash_Map_With_Allocator_T.i -include/ace/High_Res_Timer.cpp -include/ace/High_Res_Timer.h -include/ace/High_Res_Timer.i -include/ace/INET_Addr.cpp -include/ace/INET_Addr.h -include/ace/INET_Addr.i -include/ace/IOStream.cpp -include/ace/IOStream.h -include/ace/IOStream_T.cpp -include/ace/IOStream_T.h -include/ace/IOStream_T.i -include/ace/IO_Cntl_Msg.cpp -include/ace/IO_Cntl_Msg.h -include/ace/IO_Cntl_Msg.i -include/ace/IO_SAP.cpp -include/ace/IO_SAP.h -include/ace/IO_SAP.i -include/ace/IPC_SAP.cpp -include/ace/IPC_SAP.h -include/ace/IPC_SAP.i -include/ace/LOCK_SOCK_Acceptor.cpp -include/ace/LOCK_SOCK_Acceptor.h -include/ace/LSOCK.cpp -include/ace/LSOCK.h -include/ace/LSOCK.i -include/ace/LSOCK_Acceptor.cpp -include/ace/LSOCK_Acceptor.h -include/ace/LSOCK_Acceptor.i -include/ace/LSOCK_CODgram.cpp -include/ace/LSOCK_CODgram.h -include/ace/LSOCK_CODgram.i -include/ace/LSOCK_Connector.cpp -include/ace/LSOCK_Connector.h -include/ace/LSOCK_Connector.i -include/ace/LSOCK_Dgram.cpp -include/ace/LSOCK_Dgram.h -include/ace/LSOCK_Dgram.i -include/ace/LSOCK_Stream.cpp -include/ace/LSOCK_Stream.h -include/ace/LSOCK_Stream.i -include/ace/Local_Name_Space.cpp -include/ace/Local_Name_Space.h -include/ace/Local_Name_Space_T.cpp -include/ace/Local_Name_Space_T.h -include/ace/Local_Tokens.cpp -include/ace/Local_Tokens.h -include/ace/Local_Tokens.i -include/ace/Log_Msg.cpp -include/ace/Log_Msg.h -include/ace/Log_Msg.i -include/ace/Log_Priority.h -include/ace/Log_Record.cpp -include/ace/Log_Record.h -include/ace/Log_Record.i -include/ace/Malloc.cpp -include/ace/Malloc.h -include/ace/Malloc.i -include/ace/Malloc_Base.h -include/ace/Malloc_T.cpp -include/ace/Malloc_T.h -include/ace/Malloc_T.i -include/ace/Managed_Object.cpp -include/ace/Managed_Object.h -include/ace/Managed_Object.i -include/ace/Map.cpp -include/ace/Map.h -include/ace/Map.i -include/ace/Map_Manager.cpp -include/ace/Map_Manager.h -include/ace/Map_Manager.i -include/ace/Map_T.cpp -include/ace/Map_T.h -include/ace/Map_T.i -include/ace/Mem_Map.cpp -include/ace/Mem_Map.h -include/ace/Mem_Map.i -include/ace/Memory_Pool.cpp -include/ace/Memory_Pool.h -include/ace/Memory_Pool.i -include/ace/Message_Block.cpp -include/ace/Message_Block.h -include/ace/Message_Block.i -include/ace/Message_Block_T.cpp -include/ace/Message_Block_T.h -include/ace/Message_Block_T.i -include/ace/Message_Queue.cpp -include/ace/Message_Queue.h -include/ace/Message_Queue.i -include/ace/Message_Queue_T.cpp -include/ace/Message_Queue_T.h -include/ace/Message_Queue_T.i -include/ace/Method_Object.h -include/ace/Method_Request.cpp -include/ace/Method_Request.h -include/ace/Module.cpp -include/ace/Module.h -include/ace/Module.i -include/ace/Msg_WFMO_Reactor.cpp -include/ace/Msg_WFMO_Reactor.h -include/ace/Msg_WFMO_Reactor.i -include/ace/Multiplexor.cpp -include/ace/Multiplexor.h -include/ace/Multiplexor.i -include/ace/NT_Service.cpp -include/ace/NT_Service.h -include/ace/NT_Service.i -include/ace/Name_Proxy.cpp -include/ace/Name_Proxy.h -include/ace/Name_Request_Reply.cpp -include/ace/Name_Request_Reply.h -include/ace/Name_Space.cpp -include/ace/Name_Space.h -include/ace/Naming_Context.cpp -include/ace/Naming_Context.h -include/ace/OS.cpp -include/ace/OS.h -include/ace/OS.i -include/ace/Object_Manager.cpp -include/ace/Object_Manager.h -include/ace/Object_Manager.i -include/ace/Obstack.cpp -include/ace/Obstack.h -include/ace/Obstack.i -include/ace/POSIX_Asynch_IO.cpp -include/ace/POSIX_Asynch_IO.h -include/ace/POSIX_Asynch_IO.i -include/ace/POSIX_Proactor.cpp -include/ace/POSIX_Proactor.h -include/ace/POSIX_Proactor.i -include/ace/Pair.cpp -include/ace/Pair.h -include/ace/Pair.i -include/ace/Pair_T.cpp -include/ace/Pair_T.h -include/ace/Pair_T.i -include/ace/Parse_Node.cpp -include/ace/Parse_Node.h -include/ace/Parse_Node.i -include/ace/Pipe.cpp -include/ace/Pipe.h -include/ace/Pipe.i -include/ace/Priority_Reactor.cpp -include/ace/Priority_Reactor.h -include/ace/Priority_Reactor.i -include/ace/Proactor.cpp -include/ace/Proactor.h -include/ace/Proactor.i -include/ace/Proactor_Impl.h -include/ace/Process.cpp -include/ace/Process.h -include/ace/Process.i -include/ace/Process_Manager.cpp -include/ace/Process_Manager.h -include/ace/Process_Manager.i -include/ace/Profile_Timer.cpp -include/ace/Profile_Timer.h -include/ace/Profile_Timer.i -include/ace/RB_Tree.cpp -include/ace/RB_Tree.h -include/ace/RB_Tree.i -include/ace/Reactor.cpp -include/ace/Reactor.h -include/ace/Reactor.i -include/ace/Reactor_Impl.h -include/ace/Read_Buffer.cpp -include/ace/Read_Buffer.h -include/ace/Read_Buffer.i -include/ace/Registry.cpp -include/ace/Registry.h -include/ace/Registry_Name_Space.cpp -include/ace/Registry_Name_Space.h -include/ace/Remote_Name_Space.cpp -include/ace/Remote_Name_Space.h -include/ace/Remote_Tokens.cpp -include/ace/Remote_Tokens.h -include/ace/Remote_Tokens.i -include/ace/SOCK.cpp -include/ace/SOCK.h -include/ace/SOCK.i -include/ace/SOCK_Acceptor.cpp -include/ace/SOCK_Acceptor.h -include/ace/SOCK_Acceptor.i -include/ace/SOCK_CODgram.cpp -include/ace/SOCK_CODgram.h -include/ace/SOCK_CODgram.i -include/ace/SOCK_Connector.cpp -include/ace/SOCK_Connector.h -include/ace/SOCK_Connector.i -include/ace/SOCK_Dgram.cpp -include/ace/SOCK_Dgram.h -include/ace/SOCK_Dgram.i -include/ace/SOCK_Dgram_Bcast.cpp -include/ace/SOCK_Dgram_Bcast.h -include/ace/SOCK_Dgram_Bcast.i -include/ace/SOCK_Dgram_Mcast.cpp -include/ace/SOCK_Dgram_Mcast.h -include/ace/SOCK_Dgram_Mcast.i -include/ace/SOCK_IO.cpp -include/ace/SOCK_IO.h -include/ace/SOCK_IO.i -include/ace/SOCK_Stream.cpp -include/ace/SOCK_Stream.h -include/ace/SOCK_Stream.i -include/ace/SPIPE.cpp -include/ace/SPIPE.h -include/ace/SPIPE.i -include/ace/SPIPE_Acceptor.cpp -include/ace/SPIPE_Acceptor.h -include/ace/SPIPE_Acceptor.i -include/ace/SPIPE_Addr.cpp -include/ace/SPIPE_Addr.h -include/ace/SPIPE_Addr.i -include/ace/SPIPE_Connector.cpp -include/ace/SPIPE_Connector.h -include/ace/SPIPE_Connector.i -include/ace/SPIPE_Stream.cpp -include/ace/SPIPE_Stream.h -include/ace/SPIPE_Stream.i -include/ace/SString.cpp -include/ace/SString.h -include/ace/SString.i -include/ace/SV_Message.cpp -include/ace/SV_Message.h -include/ace/SV_Message.i -include/ace/SV_Message_Queue.cpp -include/ace/SV_Message_Queue.h -include/ace/SV_Message_Queue.i -include/ace/SV_Semaphore_Complex.cpp -include/ace/SV_Semaphore_Complex.h -include/ace/SV_Semaphore_Complex.i -include/ace/SV_Semaphore_Simple.cpp -include/ace/SV_Semaphore_Simple.h -include/ace/SV_Semaphore_Simple.i -include/ace/SV_Shared_Memory.cpp -include/ace/SV_Shared_Memory.h -include/ace/SV_Shared_Memory.i -include/ace/Sched_Params.cpp -include/ace/Sched_Params.h -include/ace/Sched_Params.i -include/ace/Select_Reactor.cpp -include/ace/Select_Reactor.h -include/ace/Select_Reactor.i -include/ace/Select_Reactor_Base.cpp -include/ace/Select_Reactor_Base.h -include/ace/Select_Reactor_Base.i -include/ace/Select_Reactor_T.cpp -include/ace/Select_Reactor_T.h -include/ace/Select_Reactor_T.i -include/ace/Service_Config.cpp -include/ace/Service_Config.h -include/ace/Service_Config.i -include/ace/Service_Manager.cpp -include/ace/Service_Manager.h -include/ace/Service_Manager.i -include/ace/Service_Object.cpp -include/ace/Service_Object.h -include/ace/Service_Object.i -include/ace/Service_Repository.cpp -include/ace/Service_Repository.h -include/ace/Service_Repository.i -include/ace/Service_Types.cpp -include/ace/Service_Types.h -include/ace/Service_Types.i -include/ace/Shared_Memory.cpp -include/ace/Shared_Memory.h -include/ace/Shared_Memory_MM.cpp -include/ace/Shared_Memory_MM.h -include/ace/Shared_Memory_MM.i -include/ace/Shared_Memory_SV.cpp -include/ace/Shared_Memory_SV.h -include/ace/Shared_Memory_SV.i -include/ace/Shared_Object.cpp -include/ace/Shared_Object.h -include/ace/Shared_Object.i -include/ace/Signal.cpp -include/ace/Signal.h -include/ace/Signal.i -include/ace/Singleton.cpp -include/ace/Singleton.h -include/ace/Singleton.i -include/ace/Stats.cpp -include/ace/Stats.h -include/ace/Stats.i -include/ace/Strategies.cpp -include/ace/Strategies.h -include/ace/Strategies.i -include/ace/Strategies_T.cpp -include/ace/Strategies_T.h -include/ace/Strategies_T.i -include/ace/Stream.cpp -include/ace/Stream.h -include/ace/Stream.i -include/ace/Stream_Modules.cpp -include/ace/Stream_Modules.h -include/ace/Stream_Modules.i -include/ace/Svc_Conf.h -include/ace/Svc_Conf_Tokens.h -include/ace/Svc_Conf_l.cpp -include/ace/Svc_Conf_y.cpp -include/ace/Svc_Handler.cpp -include/ace/Svc_Handler.h -include/ace/Svc_Handler.i -include/ace/Synch.cpp -include/ace/Synch.h -include/ace/Synch.i -include/ace/Synch_Options.cpp -include/ace/Synch_Options.h -include/ace/Synch_Options.i -include/ace/Synch_T.cpp -include/ace/Synch_T.h -include/ace/Synch_T.i -include/ace/System_Time.cpp -include/ace/System_Time.h -include/ace/TLI.cpp -include/ace/TLI.h -include/ace/TLI.i -include/ace/TLI_Acceptor.cpp -include/ace/TLI_Acceptor.h -include/ace/TLI_Acceptor.i -include/ace/TLI_Connector.cpp -include/ace/TLI_Connector.h -include/ace/TLI_Connector.i -include/ace/TLI_Stream.cpp -include/ace/TLI_Stream.h -include/ace/TLI_Stream.i -include/ace/TP_Reactor.cpp -include/ace/TP_Reactor.h -include/ace/TP_Reactor.i -include/ace/TTY_IO.cpp -include/ace/TTY_IO.h -include/ace/Task.cpp -include/ace/Task.h -include/ace/Task.i -include/ace/Task_T.cpp -include/ace/Task_T.h -include/ace/Task_T.i -include/ace/Template_Instantiations.cpp -include/ace/Thread.cpp -include/ace/Thread.h -include/ace/Thread.i -include/ace/Thread_Manager.cpp -include/ace/Thread_Manager.h -include/ace/Thread_Manager.i -include/ace/Time_Request_Reply.cpp -include/ace/Time_Request_Reply.h -include/ace/Time_Value.h -include/ace/Timeprobe.cpp -include/ace/Timeprobe.h -include/ace/Timeprobe.i -include/ace/Timeprobe_T.cpp -include/ace/Timeprobe_T.h -include/ace/Timer_Hash.cpp -include/ace/Timer_Hash.h -include/ace/Timer_Hash_T.cpp -include/ace/Timer_Hash_T.h -include/ace/Timer_Heap.cpp -include/ace/Timer_Heap.h -include/ace/Timer_Heap_T.cpp -include/ace/Timer_Heap_T.h -include/ace/Timer_List.cpp -include/ace/Timer_List.h -include/ace/Timer_List_T.cpp -include/ace/Timer_List_T.h -include/ace/Timer_Queue.cpp -include/ace/Timer_Queue.h -include/ace/Timer_Queue_Adapters.cpp -include/ace/Timer_Queue_Adapters.h -include/ace/Timer_Queue_Adapters.i -include/ace/Timer_Queue_T.cpp -include/ace/Timer_Queue_T.h -include/ace/Timer_Queue_T.i -include/ace/Timer_Wheel.cpp -include/ace/Timer_Wheel.h -include/ace/Timer_Wheel_T.cpp -include/ace/Timer_Wheel_T.h -include/ace/TkReactor.cpp -include/ace/TkReactor.h -include/ace/Token.cpp -include/ace/Token.h -include/ace/Token.i -include/ace/Token_Collection.cpp -include/ace/Token_Collection.h -include/ace/Token_Collection.i -include/ace/Token_Invariants.cpp -include/ace/Token_Invariants.h -include/ace/Token_Invariants.i -include/ace/Token_Manager.cpp -include/ace/Token_Manager.h -include/ace/Token_Manager.i -include/ace/Token_Request_Reply.cpp -include/ace/Token_Request_Reply.h -include/ace/Token_Request_Reply.i -include/ace/Trace.cpp -include/ace/Trace.h -include/ace/Trace.i -include/ace/Typed_SV_Message.cpp -include/ace/Typed_SV_Message.h -include/ace/Typed_SV_Message.i -include/ace/Typed_SV_Message_Queue.cpp -include/ace/Typed_SV_Message_Queue.h -include/ace/Typed_SV_Message_Queue.i -include/ace/UNIX_Addr.cpp -include/ace/UNIX_Addr.h -include/ace/UNIX_Addr.i -include/ace/UPIPE_Acceptor.cpp -include/ace/UPIPE_Acceptor.h -include/ace/UPIPE_Acceptor.i -include/ace/UPIPE_Addr.h -include/ace/UPIPE_Connector.cpp -include/ace/UPIPE_Connector.h -include/ace/UPIPE_Connector.i -include/ace/UPIPE_Stream.cpp -include/ace/UPIPE_Stream.h -include/ace/UPIPE_Stream.i -include/ace/Version.h -include/ace/WFMO_Reactor.cpp -include/ace/WFMO_Reactor.h -include/ace/WFMO_Reactor.i -include/ace/WIN32_Asynch_IO.cpp -include/ace/WIN32_Asynch_IO.h -include/ace/WIN32_Asynch_IO.i -include/ace/WIN32_Proactor.cpp -include/ace/WIN32_Proactor.h -include/ace/WIN32_Proactor.i -include/ace/XTI_ATM_Mcast.cpp -include/ace/XTI_ATM_Mcast.h -include/ace/XTI_ATM_Mcast.i -include/ace/XtReactor.cpp -include/ace/XtReactor.h -include/ace/config-WinCE.h -include/ace/config-aix-3.2.5.h -include/ace/config-aix-4.1.x.h -include/ace/config-aix-4.2.x.h -include/ace/config-aix-4.3.x.h -include/ace/config-aix-4.x.h -include/ace/config-chorus.h -include/ace/config-cray.h -include/ace/config-cygwin32-common.h -include/ace/config-cygwin32.h -include/ace/config-dgux-4.11-epc.h -include/ace/config-dgux-4.x-ghs.h -include/ace/config-freebsd-pthread.h -include/ace/config-freebsd.h -include/ace/config-fsu-pthread.h -include/ace/config-g++-common.h -include/ace/config-ghs-common.h -include/ace/config-hpux-10.x-g++.h -include/ace/config-hpux-10.x-hpc++.h -include/ace/config-hpux-10.x.h -include/ace/config-hpux-11.x-hpc++.h -include/ace/config-hpux-9.x-orbix.h -include/ace/config-hpux-9.x.h -include/ace/config-hpux11.h -include/ace/config-irix5.2.h -include/ace/config-irix5.3-g++.h -include/ace/config-irix5.3-sgic++.h -include/ace/config-irix6.x-common.h -include/ace/config-irix6.x-g++.h -include/ace/config-irix6.x-kcc.h -include/ace/config-irix6.x-sgic++-nothreads.h -include/ace/config-irix6.x-sgic++.h -include/ace/config-kcc-common.h -include/ace/config-linux-common.h -include/ace/config-linux-kcc.h -include/ace/config-linux-lxpthreads.h -include/ace/config-linux-pthread.h -include/ace/config-linux.h -include/ace/config-linuxppc4.h -include/ace/config-lynxos.h -include/ace/config-m88k.h -include/ace/config-minimal.h -include/ace/config-mit-pthread.h -include/ace/config-mklinux.h -include/ace/config-mvs.h -include/ace/config-netbsd.h -include/ace/config-osf1-3.2.h -include/ace/config-osf1-4.0.h -include/ace/config-pharlap.h -include/ace/config-psos-diab-mips.h -include/ace/config-psos-diab-ppc.h -include/ace/config-psos-diab.h -include/ace/config-psos-tm.h -include/ace/config-psosim-g++.h -include/ace/config-qnx-neutrino.h -include/ace/config-sco-4.2-nothread.h -include/ace/config-sco-5.0.0-fsu-pthread.h -include/ace/config-sco-5.0.0-mit-pthread.h -include/ace/config-sco-5.0.0-nothread.h -include/ace/config-sco-5.0.0.h -include/ace/config-sunos4-g++.h -include/ace/config-sunos4-lucid3.2.h -include/ace/config-sunos4-sun3.x.h -include/ace/config-sunos4-sun4.1.4.h -include/ace/config-sunos4-sun4.x-orbix.h -include/ace/config-sunos4-sun4.x.h -include/ace/config-sunos5.4-centerline-2.x.h -include/ace/config-sunos5.4-g++.h -include/ace/config-sunos5.4-sunc++-4.x-orbix.h -include/ace/config-sunos5.4-sunc++-4.x.h -include/ace/config-sunos5.5.h -include/ace/config-sunos5.6.h -include/ace/config-sunos5.7.h -include/ace/config-sunos5.x-sunc++-4.x-orbix.h -include/ace/config-tandem.h -include/ace/config-tru64.h -include/ace/config-unixware-2.01-g++.h -include/ace/config-unixware-2.1.2-g++.h -include/ace/config-visualage.h -include/ace/config-vxworks5.x.h -include/ace/config-win32-borland.h -include/ace/config-win32-common.h -include/ace/config-win32-visualage.h -include/ace/config-win32.h -include/ace/config.h -include/ace/gethrtime.cpp -include/ace/inc_user_config.h -include/ace/iosfwd.h -include/ace/streams.h -include/ace/ws2tcpip.h -include/ace/CLASSIX/CLASSIX_Addr.cpp -include/ace/CLASSIX/CLASSIX_Addr.h -include/ace/CLASSIX/CLASSIX_Addr.i -include/ace/CLASSIX/CLASSIX_CLD_Connector.cpp -include/ace/CLASSIX/CLASSIX_CLD_Connector.h -include/ace/CLASSIX/CLASSIX_CLD_Connector.i -include/ace/CLASSIX/CLASSIX_CO_Acceptor.cpp -include/ace/CLASSIX/CLASSIX_CO_Acceptor.h -include/ace/CLASSIX/CLASSIX_CO_Acceptor.i -include/ace/CLASSIX/CLASSIX_CO_Connector.cpp -include/ace/CLASSIX/CLASSIX_CO_Connector.h -include/ace/CLASSIX/CLASSIX_CO_Connector.i -include/ace/CLASSIX/CLASSIX_Dgram_Mcast.cpp -include/ace/CLASSIX/CLASSIX_Dgram_Mcast.h -include/ace/CLASSIX/CLASSIX_Dgram_Mcast.i -include/ace/CLASSIX/CLASSIX_Group.cpp -include/ace/CLASSIX/CLASSIX_Group.h -include/ace/CLASSIX/CLASSIX_Group.i -include/ace/CLASSIX/CLASSIX_Group_Dynamic.cpp -include/ace/CLASSIX/CLASSIX_Group_Dynamic.h -include/ace/CLASSIX/CLASSIX_Group_Dynamic.i -include/ace/CLASSIX/CLASSIX_Group_Stamp.cpp -include/ace/CLASSIX/CLASSIX_Group_Stamp.h -include/ace/CLASSIX/CLASSIX_Group_Stamp.i -include/ace/CLASSIX/CLASSIX_OS.cpp -include/ace/CLASSIX/CLASSIX_OS.h -include/ace/CLASSIX/CLASSIX_OS.i -include/ace/CLASSIX/CLASSIX_Peer_SAP.cpp -include/ace/CLASSIX/CLASSIX_Peer_SAP.h -include/ace/CLASSIX/CLASSIX_Peer_SAP.i -include/ace/CLASSIX/CLASSIX_Port.cpp -include/ace/CLASSIX/CLASSIX_Port.h -include/ace/CLASSIX/CLASSIX_Port.i -include/ace/CLASSIX/CLASSIX_Port_Core.cpp -include/ace/CLASSIX/CLASSIX_Port_Core.h -include/ace/CLASSIX/CLASSIX_Port_Core.i -include/ace/CLASSIX/CLASSIX_Port_Default.cpp -include/ace/CLASSIX/CLASSIX_Port_Default.h -include/ace/CLASSIX/CLASSIX_Port_Default.i -include/ace/CLASSIX/CLASSIX_SAP.cpp -include/ace/CLASSIX/CLASSIX_SAP.h -include/ace/CLASSIX/CLASSIX_SAP.i -include/ace/CLASSIX/CLASSIX_Select_Reactor.cpp -include/ace/CLASSIX/CLASSIX_Select_Reactor.h -include/ace/CLASSIX/CLASSIX_Select_Reactor.i -include/ace/CLASSIX/CLASSIX_Stream.cpp -include/ace/CLASSIX/CLASSIX_Stream.h -include/ace/CLASSIX/CLASSIX_Stream.i -include/jcore/FlexLexer.h -include/jcore/JArray.h -include/jcore/JArray.tmpl -include/jcore/JArray.tmpls -include/jcore/JAssertBase.h -include/jcore/JAsynchDataReceiver.h -include/jcore/JAsynchDataReceiver.tmpl -include/jcore/JAsynchDataReceiver.tmpls -include/jcore/JAuxTableData.h -include/jcore/JAuxTableData.tmpl -include/jcore/JAuxTableData.tmpls -include/jcore/JBroadcastSnooper.h -include/jcore/JBroadcaster.h -include/jcore/JChooseSaveFile.h -include/jcore/JCollection.h -include/jcore/JColormap.h -include/jcore/JComplex.h -include/jcore/JConstBitmap.h -include/jcore/JConstHashCursor.h -include/jcore/JConstHashCursor.tmpl -include/jcore/JContainer.h -include/jcore/JCoreLibVersion.h -include/jcore/JCreateProgressDisplay.h -include/jcore/JCreateTextPG.h -include/jcore/JDynamicHistogram.h -include/jcore/JDynamicHistogram.tmpl -include/jcore/JDynamicHistogram.tmpls -include/jcore/JEPSPrinter.h -include/jcore/JError.h -include/jcore/JErrorState.h -include/jcore/JFAID.h -include/jcore/JFAIndex.h -include/jcore/JFileArray.h -include/jcore/JFileArrayIndex.h -include/jcore/JFloatBufferTableData.h -include/jcore/JFloatTableData.h -include/jcore/JFontManager.h -include/jcore/JFontStyle.h -include/jcore/JGetCurrentColormap.h -include/jcore/JGetCurrentFontManager.h -include/jcore/JHTMLScanner.h -include/jcore/JHashCursor.h -include/jcore/JHashCursor.tmpl -include/jcore/JHashRecord.h -include/jcore/JHashRecord.tmpl -include/jcore/JHashTable.h -include/jcore/JHashTable.tmpl -include/jcore/JHashTable.tmpls -include/jcore/JHistogram.h -include/jcore/JHistogram.tmpl -include/jcore/JHistogram.tmpls -include/jcore/JIPCError.h -include/jcore/JImage.h -include/jcore/JImageMask.h -include/jcore/JInPipeStream.h -include/jcore/JIndexRange.h -include/jcore/JIntRange.h -include/jcore/JInterpolate.h -include/jcore/JKLRand.h -include/jcore/JLatentPG.h -include/jcore/JLinkedList.h -include/jcore/JLinkedList.tmpl -include/jcore/JLinkedList.tmpls -include/jcore/JLinkedListIterator.h -include/jcore/JLinkedListIterator.tmpl -include/jcore/JMDIServer.h -include/jcore/JMMArrayTable.h -include/jcore/JMMErrorPrinter.h -include/jcore/JMMHashTable.h -include/jcore/JMMMonitor.h -include/jcore/JMMRecord.h -include/jcore/JMMTable.h -include/jcore/JMatrix.h -include/jcore/JMemoryManager.h -include/jcore/JMessageProtocol.h -include/jcore/JMessageProtocol.tmpl -include/jcore/JMessageProtocol.tmpls -include/jcore/JMinMax.h -include/jcore/JMinMax.tmpl -include/jcore/JMinMax.tmpls -include/jcore/JObjTableData.h -include/jcore/JObjTableData.tmpl -include/jcore/JObjTableData.tmpls -include/jcore/JOrderedSet.h -include/jcore/JOrderedSet.tmpl -include/jcore/JOrderedSetIterator.h -include/jcore/JOrderedSetIterator.tmpl -include/jcore/JOrderedSetUtil.h -include/jcore/JOutPipeStream.h -include/jcore/JPSPrinter.h -include/jcore/JPSPrinterBase.h -include/jcore/JPTPrinter.h -include/jcore/JPackedTableData.h -include/jcore/JPackedTableData.tmpl -include/jcore/JPackedTableData.tmpls -include/jcore/JPagePrinter.h -include/jcore/JPainter.h -include/jcore/JPartition.h -include/jcore/JPoint.h -include/jcore/JPolygon.h -include/jcore/JPrefObject.h -include/jcore/JPrefsFile.h -include/jcore/JPrefsManager.h -include/jcore/JPrinter.h -include/jcore/JProbDistr.h -include/jcore/JProcess.h -include/jcore/JProcessError.h -include/jcore/JProgressDisplay.h -include/jcore/JPtrArray-JString.h -include/jcore/JPtrArray.h -include/jcore/JPtrArray.tmpl -include/jcore/JPtrArray.tmpls -include/jcore/JPtrArray2.tmpls -include/jcore/JPtrArrayIterator.h -include/jcore/JPtrArrayIterator.tmpl -include/jcore/JPtrQueue.h -include/jcore/JPtrQueue.tmpl -include/jcore/JPtrQueue.tmpls -include/jcore/JPtrStack.h -include/jcore/JPtrStack.tmpl -include/jcore/JPtrStack.tmpls -include/jcore/JQueue.h -include/jcore/JQueue.tmpl -include/jcore/JQueue.tmpls -include/jcore/JRTTIBase.h -include/jcore/JRect.h -include/jcore/JRegex.h -include/jcore/JRunArray.h -include/jcore/JRunArray.tmpl -include/jcore/JRunArray.tmpls -include/jcore/JRunArrayIterator.h -include/jcore/JRunArrayIterator.tmpl -include/jcore/JSimpleProcess.h -include/jcore/JSliderBase.h -include/jcore/JSortablePtrArray.tmpls -include/jcore/JStack.h -include/jcore/JStack.tmpl -include/jcore/JStack.tmpls -include/jcore/JStaticBuffer.h -include/jcore/JStdError.h -include/jcore/JStopWatch.h -include/jcore/JStrValue.h -include/jcore/JStrValue.tmpl -include/jcore/JStrValue.tmpls -include/jcore/JString.h -include/jcore/JStringMap.h -include/jcore/JStringMap.tmpl -include/jcore/JStringMap.tmpls -include/jcore/JStringMapCursor.h -include/jcore/JStringMapCursor.tmpl -include/jcore/JStringPtrMap.h -include/jcore/JStringPtrMap.tmpl -include/jcore/JStringPtrMap.tmpls -include/jcore/JStringPtrMapCursor.h -include/jcore/JStringPtrMapCursor.tmpl -include/jcore/JStringTableData.h -include/jcore/JSubset.h -include/jcore/JSubstitute.h -include/jcore/JTEHTMLScanner.h -include/jcore/JTESetFont.th -include/jcore/JTEStyler.h -include/jcore/JTEUndoBase.h -include/jcore/JTEUndoDrop.h -include/jcore/JTEUndoPaste.h -include/jcore/JTEUndoStyle.h -include/jcore/JTEUndoTabShift.h -include/jcore/JTEUndoTextBase.h -include/jcore/JTEUndoTyping.h -include/jcore/JTable.h -include/jcore/JTableData.h -include/jcore/JTableSelection.h -include/jcore/JTableSelectionIterator.h -include/jcore/JTextChooseSaveFile.h -include/jcore/JTextEditor.h -include/jcore/JTextProgressDisplay.h -include/jcore/JTextUserNotification.h -include/jcore/JThisProcess.h -include/jcore/JUNIXDirEntry.h -include/jcore/JUNIXDirInfo.h -include/jcore/JUNIXPrefsFile.h -include/jcore/JUNIXPrefsManager.h -include/jcore/JUndo.h -include/jcore/JUserNotification.h -include/jcore/JValueTableData.h -include/jcore/JValueTableData.tmpl -include/jcore/JValueTableData.tmpls -include/jcore/JVector.h -include/jcore/JXPM.h -include/jcore/instantiate_template.h -include/jcore/jASCIIConstants.h -include/jcore/jAssert.h -include/jcore/jColor.h -include/jcore/jCommandLine.h -include/jcore/jDirUtil.h -include/jcore/jErrno.h -include/jcore/jFStreamUtil.h -include/jcore/jFileUtil.h -include/jcore/jGlobals.h -include/jcore/jHashFunctions.h -include/jcore/jMath.h -include/jcore/jMemory.h -include/jcore/jMissingProto.h -include/jcore/jNew.h -include/jcore/jNumericConstants.h -include/jcore/jProcessUtil.h -include/jcore/jRand.h -include/jcore/jSignal.h -include/jcore/jStrStreamUtil.h -include/jcore/jStreamUtil.h -include/jcore/jTime.h -include/jcore/jTypes.h -include/jcore/jUNIXUtil.h -include/jcore/regex.h -include/jx/JXAdjustIWBoundsTask.h -include/jx/JXAdjustScrollbarTask.h -include/jx/JXAnimationTask.h -include/jx/JXApplication.h -include/jx/JXAssert.h -include/jx/JXAtLeastOneCBGroup.h -include/jx/JXBorderRect.h -include/jx/JXButton.h -include/jx/JXButtonStates.h -include/jx/JXCSFDialogBase.h -include/jx/JXCSFSelectPrevDirTask.h -include/jx/JXCardFile.h -include/jx/JXCharInput.h -include/jx/JXCheckbox.h -include/jx/JXCheckboxGroup.h -include/jx/JXChooseColorDialog.h -include/jx/JXChooseFileDialog.h -include/jx/JXChooseFontSizeDialog.h -include/jx/JXChooseMonoFont.h -include/jx/JXChoosePathDialog.h -include/jx/JXChooseSaveFile.h -include/jx/JXColHeaderWidget.h -include/jx/JXColormap.h -include/jx/JXContainer.h -include/jx/JXCreatePG.h -include/jx/JXCursor.h -include/jx/JXCursorAnimationTask.h -include/jx/JXCursorAnimator.h -include/jx/JXDNDChooseDropActionDialog.h -include/jx/JXDNDManager.h -include/jx/JXDSSFinishSaveTask.h -include/jx/JXDecorRect.h -include/jx/JXDialogDirector.h -include/jx/JXDirectSaveSource.h -include/jx/JXDirector.h -include/jx/JXDisplay.h -include/jx/JXDisplayDirector.h -include/jx/JXDisplayMenu.h -include/jx/JXDocument.h -include/jx/JXDocumentManager.h -include/jx/JXDocumentMenu.h -include/jx/JXDownRect.h -include/jx/JXDragPainter.h -include/jx/JXEPSPrintSetupDialog.h -include/jx/JXEPSPrinter.h -include/jx/JXEditHelpPrefsDialog.h -include/jx/JXEditTable.h -include/jx/JXEmbossedRect.h -include/jx/JXEngravedRect.h -include/jx/JXErrorDialog.h -include/jx/JXFLInputBase.h -include/jx/JXFLRegexInput.h -include/jx/JXFLWildcardInput.h -include/jx/JXFileDocument.h -include/jx/JXFileHistoryMenu.h -include/jx/JXFileInput.h -include/jx/JXFileListSet.h -include/jx/JXFileListTable.h -include/jx/JXFileNameDisplay.h -include/jx/JXFixLenPGDirector.h -include/jx/JXFlatRect.h -include/jx/JXFloatInput.h -include/jx/JXFloatTable.h -include/jx/JXFontManager.h -include/jx/JXFontNameMenu.h -include/jx/JXFontSizeMenu.h -include/jx/JXGC.h -include/jx/JXGetCurrColormap.h -include/jx/JXGetCurrFontMgr.h -include/jx/JXGetNewDirDialog.h -include/jx/JXGetPreallocColor.th -include/jx/JXGoToLineDialog.h -include/jx/JXHelpDirector.h -include/jx/JXHelpManager.h -include/jx/JXHelpText.h -include/jx/JXHintDirector.h -include/jx/JXHintManager.h -include/jx/JXHistoryMenuBase.h -include/jx/JXHorizPartition.h -include/jx/JXIdleTask.h -include/jx/JXImage.h -include/jx/JXImageButton.h -include/jx/JXImageCheckbox.h -include/jx/JXImageMask.h -include/jx/JXImageMenu.h -include/jx/JXImageMenuData.h -include/jx/JXImageMenuDirector.h -include/jx/JXImageMenuTable.h -include/jx/JXImagePainter.h -include/jx/JXImageRadioButton.h -include/jx/JXImageWidget.h -include/jx/JXInputField.h -include/jx/JXIntegerInput.h -include/jx/JXKeyModifiers.h -include/jx/JXLevelControl.h -include/jx/JXLibVersion.h -include/jx/JXLinkText.h -include/jx/JXMDIServer.h -include/jx/JXMenu.h -include/jx/JXMenuBar.h -include/jx/JXMenuData.h -include/jx/JXMenuDirector.h -include/jx/JXMenuItemIDUtil.th -include/jx/JXMenuManager.h -include/jx/JXMenuTable.h -include/jx/JXMessageDialog.h -include/jx/JXNewDirButton.h -include/jx/JXNewDisplayDialog.h -include/jx/JXOKToCloseDialog.h -include/jx/JXPGDirectorBase.h -include/jx/JXPGMessageDirector.h -include/jx/JXPSPageSetupDialog.h -include/jx/JXPSPrintSetupDialog.h -include/jx/JXPSPrinter.h -include/jx/JXPTPageSetupDialog.h -include/jx/JXPTPrintSetupDialog.h -include/jx/JXPTPrinter.h -include/jx/JXPartition.h -include/jx/JXPasswordInput.h -include/jx/JXPathHistoryMenu.h -include/jx/JXPathInput.h -include/jx/JXProgressDisplay.h -include/jx/JXProgressIndicator.h -include/jx/JXRadioButton.h -include/jx/JXRadioGroup.h -include/jx/JXRadioGroupDialog.h -include/jx/JXRegexInput.h -include/jx/JXRegexReplaceInput.h -include/jx/JXRowHeaderWidget.h -include/jx/JXSafetySaveTask.h -include/jx/JXSaveFileDialog.h -include/jx/JXSaveFileInput.h -include/jx/JXScrollableWidget.h -include/jx/JXScrollbar.h -include/jx/JXScrollbarSet.h -include/jx/JXScrolltab.h -include/jx/JXSelectionManager.h -include/jx/JXSlider.h -include/jx/JXSliderBase.h -include/jx/JXStandAlonePG.h -include/jx/JXStaticText.h -include/jx/JXStringHistoryMenu.h -include/jx/JXStringList.h -include/jx/JXStringTable.h -include/jx/JXStyleMenu.h -include/jx/JXStyleMenuDirector.h -include/jx/JXStyleMenuTable.h -include/jx/JXStyleTable.h -include/jx/JXStyleTableMenu.h -include/jx/JXStyleTableThunksTask.h -include/jx/JXTEBase.h -include/jx/JXTEBlinkCaretTask.h -include/jx/JXTEStyleMenu.h -include/jx/JXTable.h -include/jx/JXTextButton.h -include/jx/JXTextCheckbox.h -include/jx/JXTextClipboard.h -include/jx/JXTextEditor.h -include/jx/JXTextEditorSet.h -include/jx/JXTextMenu.h -include/jx/JXTextMenuData.h -include/jx/JXTextMenuDirector.h -include/jx/JXTextMenuTable.h -include/jx/JXTextRadioButton.h -include/jx/JXTimerTask.h -include/jx/JXUNDialogBase.h -include/jx/JXUNIXDirTable.h -include/jx/JXUNIXDirUpdateTask.h -include/jx/JXUpRect.h -include/jx/JXUpdateDocMenuTask.h -include/jx/JXUpdateShortcutIndex.th -include/jx/JXUpdateStringListWidth.h -include/jx/JXUrgentTask.h -include/jx/JXUserNotification.h -include/jx/JXUserNotificationIcons.h -include/jx/JXVarLenPGDirector.h -include/jx/JXVertPartition.h -include/jx/JXWarningDialog.h -include/jx/JXWidget.h -include/jx/JXWidgetSet.h -include/jx/JXWindow.h -include/jx/JXWindowDirector.h -include/jx/JXWindowPainter.h -include/jx/JXXFontMenu.h -include/jx/jXActionDefs.h -include/jx/jXActions.h -include/jx/jXCSFIcons.h -include/jx/jXConstants.h -include/jx/jXEventUtil.h -include/jx/jXGlobals.h -include/jx/jXKeysym.h -include/jx/jXPainterUtil.h -include/jx/jXUtil.h -lib/jx/jxlayout/class_map -lib/jx/jxlayout/need_font_list -lib/jx/jxlayout/option_map -lib/jx/lib/libACE-5_0_2.so -lib/jx/lib/libjcore-1_5_3.a -lib/jx/lib/libjcore-1_5_3.so -lib/jx/lib/libjx-1_5_3.a -lib/jx/lib/libjx-1_5_3.so -lib/jx/make/default_lib_target -lib/jx/make/jx_config -lib/jx/make/jx_config_common -lib/jx/make/jx_constants -lib/jx/make/jx_targets -lib/jx/make/sys/AIX-4.x_g++ -lib/jx/make/sys/FreeBSD-2.x_g++ -lib/jx/make/sys/FreeBSD-3.x_g++ -lib/jx/make/sys/HP-UX10_g++ -lib/jx/make/sys/IRIX-5.x_g++ -lib/jx/make/sys/IRIX-6.x_g++ -lib/jx/make/sys/Linux-Alpha-RH5.x -lib/jx/make/sys/Linux-Intel-OpenLinux2.2 -lib/jx/make/sys/Linux-Intel-RH4.2 -lib/jx/make/sys/Linux-Intel-RH5.x -lib/jx/make/sys/Linux-Intel-RH5.x-kcc -lib/jx/make/sys/Linux-Intel-SuSE5.x -lib/jx/make/sys/LinuxPPC_4 -lib/jx/make/sys/LinuxPPC_5 -lib/jx/make/sys/MkLinux_g++ -lib/jx/make/sys/NetBSD_g++ -lib/jx/make/sys/OSF1-4.x_g++ -lib/jx/make/sys/SunOS-4_g++ -lib/jx/make/sys/SunOS-5.4_g++ -lib/jx/make/sys/SunOS-5.5_SunCC -lib/jx/make/sys/SunOS-5.5_g++ -lib/jx/make/sys/SunOS-5.6_SunCC -lib/jx/make/sys/SunOS-5.6_g++ -lib/jx/make/sys/template_g++ -lib/libACE-5_0_2.so -lib/libACE-5_0_2.so.%%LIBACE%% -lib/libjcore-1_5_3.a -lib/libjcore-1_5_3.so -lib/libjcore-1_5_3.so.%%LIBJX%% -lib/libjx-1_5_3.a -lib/libjx-1_5_3.so -lib/libjx-1_5_3.so.%%LIBJX%% -%%PORTDOCS%%share/doc/jx/ACE_VERSION -%%PORTDOCS%%share/doc/jx/CHANGES -%%PORTDOCS%%share/doc/jx/FAQ -%%PORTDOCS%%share/doc/jx/LICENSE -%%PORTDOCS%%share/doc/jx/LICENSE_jxlayout -%%PORTDOCS%%share/doc/jx/LICENSE_makemake -%%PORTDOCS%%share/doc/jx/Make.files_template -%%PORTDOCS%%share/doc/jx/Make.header_template -%%PORTDOCS%%share/doc/jx/Makefiles.txt -%%PORTDOCS%%share/doc/jx/README -%%PORTDOCS%%share/doc/jx/README_ACE -%%PORTDOCS%%share/doc/jx/README_jxlayout -%%PORTDOCS%%share/doc/jx/README_makemake -%%PORTDOCS%%share/doc/jx/jcore_1.0.0.ps.gz -%%PORTDOCS%%share/doc/jx/jcore_1.0.0.txt -%%PORTDOCS%%share/doc/jx/jx_1.0.0.ps.gz -%%PORTDOCS%%share/doc/jx/jx_1.0.0.txt -%%PORTDOCS%%share/examples/jx/tutorial/01-HelloWorld/HelloWorldDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/01-HelloWorld/HelloWorldDir.h -%%PORTDOCS%%share/examples/jx/tutorial/01-HelloWorld/hello_world.cc -%%PORTDOCS%%share/examples/jx/tutorial/02-MenuHello/MenuHelloDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/02-MenuHello/MenuHelloDir.h -%%PORTDOCS%%share/examples/jx/tutorial/02-MenuHello/menu_hello.cc -%%PORTDOCS%%share/examples/jx/tutorial/03-DialogHello/DHStringInputDialog.cc -%%PORTDOCS%%share/examples/jx/tutorial/03-DialogHello/DHStringInputDialog.h -%%PORTDOCS%%share/examples/jx/tutorial/03-DialogHello/DialogHelloDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/03-DialogHello/DialogHelloDir.h -%%PORTDOCS%%share/examples/jx/tutorial/03-DialogHello/dialog_hello.cc -%%PORTDOCS%%share/examples/jx/tutorial/04-Widget/Widget.cc -%%PORTDOCS%%share/examples/jx/tutorial/04-Widget/Widget.h -%%PORTDOCS%%share/examples/jx/tutorial/04-Widget/WidgetDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/04-Widget/WidgetDir.h -%%PORTDOCS%%share/examples/jx/tutorial/04-Widget/widget_main.cc -%%PORTDOCS%%share/examples/jx/tutorial/05-Scrolling/ScrollingWidget.cc -%%PORTDOCS%%share/examples/jx/tutorial/05-Scrolling/ScrollingWidget.h -%%PORTDOCS%%share/examples/jx/tutorial/05-Scrolling/ScrollingWidgetDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/05-Scrolling/ScrollingWidgetDir.h -%%PORTDOCS%%share/examples/jx/tutorial/05-Scrolling/scrolling.cc -%%PORTDOCS%%share/examples/jx/tutorial/06-DragPainter/DragWidget.cc -%%PORTDOCS%%share/examples/jx/tutorial/06-DragPainter/DragWidget.h -%%PORTDOCS%%share/examples/jx/tutorial/06-DragPainter/DragWidgetDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/06-DragPainter/DragWidgetDir.h -%%PORTDOCS%%share/examples/jx/tutorial/06-DragPainter/drag_painter.cc -%%PORTDOCS%%share/examples/jx/tutorial/07-Printing/PrintWidget.cc -%%PORTDOCS%%share/examples/jx/tutorial/07-Printing/PrintWidget.h -%%PORTDOCS%%share/examples/jx/tutorial/07-Printing/PrintWidgetDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/07-Printing/PrintWidgetDir.h -%%PORTDOCS%%share/examples/jx/tutorial/07-Printing/printing.cc -%%PORTDOCS%%share/examples/jx/tutorial/08-SimpleTable/SimpleTable.cc -%%PORTDOCS%%share/examples/jx/tutorial/08-SimpleTable/SimpleTable.h -%%PORTDOCS%%share/examples/jx/tutorial/08-SimpleTable/SimpleTableDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/08-SimpleTable/SimpleTableDir.h -%%PORTDOCS%%share/examples/jx/tutorial/08-SimpleTable/simpletable_main.cc -%%PORTDOCS%%share/examples/jx/tutorial/09-DataTable/DataTable.cc -%%PORTDOCS%%share/examples/jx/tutorial/09-DataTable/DataTable.h -%%PORTDOCS%%share/examples/jx/tutorial/09-DataTable/DataTableDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/09-DataTable/DataTableDir.h -%%PORTDOCS%%share/examples/jx/tutorial/09-DataTable/datatable_main.cc -%%PORTDOCS%%share/examples/jx/tutorial/10-SelectionTable/SelectionTable.cc -%%PORTDOCS%%share/examples/jx/tutorial/10-SelectionTable/SelectionTable.h -%%PORTDOCS%%share/examples/jx/tutorial/10-SelectionTable/SelectionTableDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/10-SelectionTable/SelectionTableDir.h -%%PORTDOCS%%share/examples/jx/tutorial/10-SelectionTable/selectiontable_main.cc -%%PORTDOCS%%share/examples/jx/tutorial/11-EditTable/EditTable.cc -%%PORTDOCS%%share/examples/jx/tutorial/11-EditTable/EditTable.h -%%PORTDOCS%%share/examples/jx/tutorial/11-EditTable/EditTableDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/11-EditTable/EditTableDir.h -%%PORTDOCS%%share/examples/jx/tutorial/11-EditTable/edittable_main.cc -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/CBStringInputDialog.cc -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/CBStringInputDialog.h -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/ClipboardDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/ClipboardDir.h -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/ClipboardWidget.cc -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/ClipboardWidget.h -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/clipboard.cc -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/JPtrArray-JUndo.cc -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/RedoLine.cc -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/RedoLine.h -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/UndoLine.cc -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/UndoLine.h -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/UndoWidget.cc -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/UndoWidget.h -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/UndoWidgetDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/UndoWidgetDir.h -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/undo.cc -%%PORTDOCS%%share/examples/jx/tutorial/Make.files -%%PORTDOCS%%share/examples/jx/tutorial/Make.header -%%PORTDOCS%%share/examples/jx/tutorial/Makefile -%%PORTDOCS%%share/examples/jx/tutorial/README -share/jx/blank.xpm -share/jx/jx_check_spelling.xpm -share/jx/jx_edit_clean_right_margin.xpm -share/jx/jx_edit_clear.xpm -share/jx/jx_edit_coerce_right_margin.xpm -share/jx/jx_edit_copy.xpm -share/jx/jx_edit_cut.xpm -share/jx/jx_edit_paste.xpm -share/jx/jx_edit_read_only.xpm -share/jx/jx_edit_redo.xpm -share/jx/jx_edit_shift_left.xpm -share/jx/jx_edit_shift_right.xpm -share/jx/jx_edit_undo.xpm -share/jx/jx_file_new.xpm -share/jx/jx_file_open.xpm -share/jx/jx_file_print.xpm -share/jx/jx_file_revert_to_saved.xpm -share/jx/jx_file_save.xpm -share/jx/jx_file_save_all.xpm -share/jx/jx_find.xpm -share/jx/jx_find_next.xpm -share/jx/jx_find_previous.xpm -share/jx/jx_find_selection_backwards.xpm -share/jx/jx_find_selection_forward.xpm -share/jx/jx_help_specific.xpm -share/jx/jx_help_toc.xpm -share/jx/jx_replace_selection.xpm -share/jx/jx_run_script.xpm -@dirrm share/jx -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/13-Undo -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/12-Clipboard -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/11-EditTable -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/10-SelectionTable -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/09-DataTable -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/08-SimpleTable -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/07-Printing -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/06-DragPainter -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/05-Scrolling -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/04-Widget -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/03-DialogHello -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/02-MenuHello -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/01-HelloWorld -%%PORTDOCS%%@dirrm share/examples/jx/tutorial -%%PORTDOCS%%@dirrm share/examples/jx -%%PORTDOCS%%@dirrm share/doc/jx -@dirrm lib/jx/make/sys -@dirrm lib/jx/make -@dirrm lib/jx/lib -@dirrm lib/jx/jxlayout -@dirrm lib/jx -@dirrm include/jx -@dirrm include/jcore -@dirrm include/ace/CLASSIX -@dirrm include/ace diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile deleted file mode 100644 index a88f88d92569..000000000000 --- a/x11-toolkits/qt145/Makefile +++ /dev/null @@ -1,94 +0,0 @@ -# New ports collection makefile for: qt -# Date created: 30 Jul 1996 -# Whom: searle@longacre.demon.co.uk -# -# $FreeBSD$ -# - -PORTNAME= qt1 -PORTVERSION= 1.45 -PORTREVISION= 3 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ -DISTNAME= ${PORTNAME:S/1//}-${PORTVERSION} -DIST_SUBDIR= KDE - -PATCH_SITES= ftp://ftp.kde.gr.jp/pub/qt/patch/ -PATCHFILES= qt-1.45-i18n-20000531.diff.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A C++ X GUI toolkit - -DEPRECATED= unsupported version -EXPIRATION_DATE= 2005-10-31 - -LATEST_LINK= qt1 -USE_GCC= 2.95 -USE_GMAKE= yes -USE_PERL5_BUILD=yes -USE_X_PREFIX= yes -.if defined(MAKE_JOBS) -MAKE_ARGS+= MAKE="${GMAKE} -j${MAKE_JOBS}" -.else -MAKE_ARGS+= MAKE="${GMAKE} -j2" -.endif -MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" \ - CXXFLAGS="${CXXFLAGS} -frerun-cse-after-loop" CC="${CC}" - -VER_MAJ= 3 -VER_MIN= 0 -VERSION= ${VER_MAJ} - -MAKE_ENV+= VERSION="${VERSION}" VER_MIN=${VER_MIN} VER_MAJ=${VER_MAJ} -PLIST_SUB+= VERSION="${VER_MAJ}" - -.include <bsd.port.pre.mk> - -MAN1= moc.1 -.include "${FILESDIR}/man3" - -.if defined(WANT_STATIC) -STATIC= static -.else -STATIC= shared -INSTALLS_SHLIB= yes -.endif - -post-patch: - @${FIND} ${WRKSRC}/src -name \*.h ! -name y.tab.h \ - | ${SED} -e "s,${WRKSRC},..," \ - | eval `${AWK} '{print "ln -sf",$$1,"${WRKSRC}/include"}'` - -post-configure: - @${PERL} -pi -e "s:g\+\+:${CXX}:g ; \ - s:/usr/X11R6:${PREFIX}:g ; \ - s:%%CXXFLAGS%%:${CXXFLAGS} -frerun-cse-after-loop:g ; \ - s:%%VERSION%%:${VERSION}:g" ${WRKSRC}/configs/freebsd-g++-${STATIC} - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} freebsd-g++-${STATIC}) - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${PREFIX}/bin/moc1 -.if !defined(WANT_STATIC) - @${INSTALL_DATA} ${WRKSRC}/lib/libqt1.so.${VERSION} ${PREFIX}/lib - @${LN} -sf ${PREFIX}/lib/libqt1.so.${VERSION} ${PREFIX}/lib/libqt1.so -.else - @${INSTALL_DATA} ${WRKSRC}/lib/libqt1.a ${PREFIX}/lib/libqt1.a.${VERSION} - @${LN} -sf ${PREFIX}/lib/libqt1.a.${VERSION} ${PREFIX}/lib/libqt1.a -.endif - @${MKDIR} ${PREFIX}/include/X11/qt1 - @${MKDIR} ${PREFIX}/share/doc/qt1/html - @(cd ${WRKSRC} ; \ - ${INSTALL_DATA} include/*.h ${PREFIX}/include/X11/qt1 ; \ - ${INSTALL_MAN} man/man1/* ${PREFIX}/man/man1 ; \ - ${INSTALL_MAN} man/man3/* ${PREFIX}/man/man3 ; \ - ${INSTALL_DATA} README ${PREFIX}/share/doc/qt1 ; \ - ${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt1 ; \ - ${INSTALL_DATA} html/* ${PREFIX}/share/doc/qt1/html ) - -.if defined(WANT_STATIC) -post-install: - @${PERL} -pi -e 's/libqt1\.so/libqt1.a/' ${TMPPLIST} -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/qt145/distinfo b/x11-toolkits/qt145/distinfo deleted file mode 100644 index ac6cd398a639..000000000000 --- a/x11-toolkits/qt145/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (KDE/qt-1.45.tar.gz) = 0602a23f58e436dda670ae50e37c9765 -SIZE (KDE/qt-1.45.tar.gz) = 2725237 -MD5 (KDE/qt-1.45-i18n-20000531.diff.gz) = 120b94e683e7054fadc5541b517361cc -SIZE (KDE/qt-1.45-i18n-20000531.diff.gz) = 27409 diff --git a/x11-toolkits/qt145/files/man3 b/x11-toolkits/qt145/files/man3 deleted file mode 100644 index aa8c049fe2a7..000000000000 --- a/x11-toolkits/qt145/files/man3 +++ /dev/null @@ -1,89 +0,0 @@ -MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ - QBitArray.3qt QBitVal.3qt QBitmap.3qt QBoxLayout.3qt \ - QBrush.3qt QBuffer.3qt QButton.3qt QButtonGroup.3qt \ - QByteArray.3qt QCache.3qt QCacheIterator.3qt QCheckBox.3qt \ - QCheckListItem.3qt QChildEvent.3qt QClipboard.3qt \ - QCloseEvent.3qt QCollection.3qt QColor.3qt QColorGroup.3qt \ - QComboBox.3qt QConnection.3qt QCursor.3qt QCustomEvent.3qt \ - QDataPump.3qt QDataSink.3qt QDataSource.3qt QDataStream.3qt \ - QDate.3qt QDateTime.3qt QDialog.3qt QDict.3qt QDictIterator.3qt \ - QDir.3qt QDoubleValidator.3qt QDragMoveEvent.3qt QDragObject.3qt \ - QDropEvent.3qt QEvent.3qt QFile.3qt QFileDialog.3qt \ - QFileIconProvider.3qt QFileInfo.3qt QFocusData.3qt \ - QFocusEvent.3qt QFont.3qt QFontInfo.3qt QFontMetrics.3qt \ - QFrame.3qt QGArray.3qt QGCache.3qt QGCacheIterator.3qt \ - QGDict.3qt QGDictIterator.3qt QGLContext.3qt QGLFormat.3qt QGLWidget.3qt QGList.3qt \ - QGListIterator.3qt QGManager.3qt QGridLayout.3qt QGroupBox.3qt \ - QHBoxLayout.3qt QHeader.3qt QIODevice.3qt QIODeviceSource.3qt \ - QIconSet.3qt QImage.3qt QImageConsumer.3qt QImageDecoder.3qt \ - QImageDrag.3qt QImageFormat.3qt QImageFormatType.3qt \ - QImageIO.3qt QIntCache.3qt QIntCacheIterator.3qt QIntDict.3qt \ - QIntDictIterator.3qt QIntValidator.3qt QKeyEvent.3qt \ - QLCDNumber.3qt QLNode.3qt QLabel.3qt QLayout.3qt QLineEdit.3qt \ - QList.3qt QListBox.3qt QListBoxItem.3qt QListBoxPixmap.3qt \ - QListBoxText.3qt QListIterator.3qt QListView.3qt \ - QListViewItem.3qt QMainWindow.3qt QMenuBar.3qt QMenuData.3qt \ - QMessageBox.3qt QMouseEvent.3qt QMoveEvent.3qt QMovie.3qt \ - QMultiLineEdit.3qt QNPInstance.3qt QNPStream.3qt QNPWidget.3qt \ - QNPlugin.3qt QObject.3qt QPaintDevice.3qt QPaintDeviceMetrics.3qt \ - QPaintEvent.3qt QPainter.3qt QPalette.3qt QPen.3qt QPicture.3qt \ - QPixmap.3qt QPixmapCache.3qt QPoint.3qt QPointArray.3qt \ - QPointVal.3qt QPopupMenu.3qt QPrintDialog.3qt QPrinter.3qt \ - QProgressBar.3qt QProgressDialog.3qt QPtrDict.3qt \ - QPtrDictIterator.3qt QPushButton.3qt QQueue.3qt QRadioButton.3qt \ - QRangeControl.3qt QRect.3qt QRegExp.3qt QRegion.3qt \ - QResizeEvent.3qt QScrollBar.3qt QScrollView.3qt QSemiModal.3qt \ - QShared.3qt QSignal.3qt QSignalMapper.3qt QSize.3qt \ - QSlider.3qt QSocketNotifier.3qt QSpinBox.3qt QSplitter.3qt \ - QStack.3qt QStatusBar.3qt QStoredDrag.3qt QStrIList.3qt \ - QStrList.3qt QString.3qt QTabBar.3qt QTabDialog.3qt \ - QTableView.3qt QTextDrag.3qt QTextStream.3qt QTime.3qt \ - QTimer.3qt QTimerEvent.3qt QToolBar.3qt QToolButton.3qt \ - QToolTip.3qt QToolTipGroup.3qt QUrlDrag.3qt QVBoxLayout.3qt \ - QValidator.3qt QWMatrix.3qt QWhatsThis.3qt QWidget.3qt \ - QWidgetStack.3qt QWindow.3qt QXtApplication.3qt QXtWidget.3qt \ - qaccel.3qt qapplication.3qt qarray.3qt qasyncio.3qt \ - qbitarray.3qt qbitmap.3qt qbitval.3qt qboxlayout.3qt \ - qbrush.3qt qbuffer.3qt qbutton.3qt qbuttongroup.3qt \ - qbytearray.3qt qcache.3qt qcacheiterator.3qt qcheckbox.3qt \ - qchecklistitem.3qt qchildevent.3qt qclipboard.3qt \ - qcloseevent.3qt qcollection.3qt qcolor.3qt qcolorgroup.3qt \ - qcombobox.3qt qconnection.3qt qcursor.3qt qcustomevent.3qt \ - qdatapump.3qt qdatasink.3qt qdatasource.3qt qdatastream.3qt \ - qdate.3qt qdatetime.3qt qdialog.3qt qdict.3qt qdictiterator.3qt \ - qdir.3qt qdoublevalidator.3qt qdragmoveevent.3qt qdragobject.3qt \ - qdropevent.3qt qevent.3qt qfile.3qt qfiledialog.3qt \ - qfileiconprovider.3qt qfileinfo.3qt qfocusdata.3qt \ - qfocusevent.3qt qfont.3qt qfontinfo.3qt qfontmetrics.3qt \ - qframe.3qt qgarray.3qt qgcache.3qt qgcacheiterator.3qt \ - qgdict.3qt qgdictiterator.3qt qglcontext.3qt qglformat.3qt qglist.3qt qglistiterator.3qt \ - qglwidget.3qt qgmanager.3qt qgridlayout.3qt qgroupbox.3qt \ - qhboxlayout.3qt qheader.3qt qiconset.3qt qimage.3qt \ - qimageconsumer.3qt qimagedecoder.3qt qimagedrag.3qt \ - qimageformat.3qt qimageformattype.3qt qimageio.3qt \ - qintcache.3qt qintcacheiterator.3qt qintdict.3qt \ - qintdictiterator.3qt qintvalidator.3qt qiodevice.3qt \ - qiodevicesource.3qt qkeyevent.3qt qlabel.3qt qlayout.3qt \ - qlcdnumber.3qt qlineedit.3qt qlist.3qt qlistbox.3qt \ - qlistboxitem.3qt qlistboxpixmap.3qt qlistboxtext.3qt \ - qlistiterator.3qt qlistview.3qt qlistviewitem.3qt qlnode.3qt \ - qmainwindow.3qt qmenubar.3qt qmenudata.3qt qmessagebox.3qt \ - qmouseevent.3qt qmoveevent.3qt qmovie.3qt qmultilineedit.3qt \ - qnpinstance.3qt qnplugin.3qt qnpstream.3qt qnpwidget.3qt \ - qobject.3qt qpaintdevice.3qt qpaintdevicemetrics.3qt \ - qpainter.3qt qpaintevent.3qt qpalette.3qt qpen.3qt qpicture.3qt \ - qpixmap.3qt qpixmapcache.3qt qpoint.3qt qpointarray.3qt \ - qpointval.3qt qpopupmenu.3qt qprintdialog.3qt qprinter.3qt \ - qprogressbar.3qt qprogressdialog.3qt qptrdict.3qt \ - qptrdictiterator.3qt qpushbutton.3qt qqueue.3qt qradiobutton.3qt \ - qrangecontrol.3qt qrect.3qt qregexp.3qt qregion.3qt \ - qresizeevent.3qt qscrollbar.3qt qscrollview.3qt qsemimodal.3qt \ - qshared.3qt qsignal.3qt qsignalmapper.3qt qsize.3qt \ - qslider.3qt qsocketnotifier.3qt qspinbox.3qt qsplitter.3qt \ - qstack.3qt qstatusbar.3qt qstoreddrag.3qt qstrilist.3qt \ - qstring.3qt qstrlist.3qt qtabbar.3qt qtabdialog.3qt \ - qtableview.3qt qtextdrag.3qt qtextstream.3qt qtime.3qt \ - qtimer.3qt qtimerevent.3qt qtoolbar.3qt qtoolbutton.3qt \ - qtooltip.3qt qtooltipgroup.3qt qurldrag.3qt qvalidator.3qt \ - qvboxlayout.3qt qwhatsthis.3qt qwidget.3qt qwidgetstack.3qt \ - qwindow.3qt qwmatrix.3qt qxtapplication.3qt qxtwidget.3qt diff --git a/x11-toolkits/qt145/files/patch-aa b/x11-toolkits/qt145/files/patch-aa deleted file mode 100644 index 999e2d80af94..000000000000 --- a/x11-toolkits/qt145/files/patch-aa +++ /dev/null @@ -1,47 +0,0 @@ ---- configs/freebsd-g++-shared.orig Mon Nov 15 10:50:49 2004 -+++ configs/freebsd-g++-shared Mon Nov 15 10:52:33 2004 -@@ -25,8 +25,8 @@ - - # Linking applications - SYSCONF_LINK = g++ --SYSCONF_LFLAGS = --SYSCONF_LIBS = -lxpg4 -+SYSCONF_LFLAGS = %%CXXFLAGS%% -+SYSCONF_LIBS = - - # Link flags shared objects - SYSCONF_LFLAGS_SHOBJ = -shared -@@ -40,15 +40,13 @@ - # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN) - # - SYSCONF_LINK_SHLIB = g++ --SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) --SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ -+SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.3 -+SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared %%CXXFLAGS%% \ - $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS); \ - mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR); \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ) -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so - - # Linking static libraries - # - Build the $(TARGET) library, eg. lib$(TARGET).a -@@ -59,11 +57,11 @@ - SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) - # Compiling application source --SYSCONF_CXXFLAGS = -pipe -O2 -fno-strength-reduce -+SYSCONF_CXXFLAGS = %%CXXFLAGS%% -fno-strength-reduce - # Compiling library source --SYSCONF_CXXFLAGS_LIB = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CXXFLAGS_LIB = %%CXXFLAGS%% -fno-strength-reduce -fPIC - # Compiling shared-object source --SYSCONF_CXXFLAGS_SHOBJ = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CXXFLAGS_SHOBJ = %%CXXFLAGS%% -fno-strength-reduce -fPIC - # Default link type (stati linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) diff --git a/x11-toolkits/qt145/files/patch-ab b/x11-toolkits/qt145/files/patch-ab deleted file mode 100644 index dd8a135fdd9c..000000000000 --- a/x11-toolkits/qt145/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig Fri Nov 12 08:57:29 1999 -+++ src/Makefile.in Sun May 5 14:28:22 2002 -@@ -22,10 +22,10 @@ - - ####### Target - --TARGET = qt -+TARGET = qt1 - DESTDIR = ../lib/ --VER_MAJ = 1 --VER_MIN = 44 -+VER_MAJ ?= 1 -+VER_MIN ?= 44 - - ####### Files - diff --git a/x11-toolkits/qt145/files/patch-ac b/x11-toolkits/qt145/files/patch-ac deleted file mode 100644 index ef21e277bc0f..000000000000 --- a/x11-toolkits/qt145/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile Fri Feb 26 12:02:39 1999 -+++ Makefile.new Mon May 29 00:59:55 2000 -@@ -4,7 +4,7 @@ - # Read PORTING for instructions how to port Qt to a new platform. - - --all: moc src tutorial examples -+all: moc src - @echo - @echo "The Qt library is now built in ./lib" - @echo "The Qt examples are built in the directories in ./examples" -@@ -32,8 +32,6 @@ - - depend: - cd src; $(MAKE) depend -- cd tutorial; $(MAKE) depend -- cd examples; $(MAKE) depend - - config: variables - -rm variables diff --git a/x11-toolkits/qt145/files/patch-ad b/x11-toolkits/qt145/files/patch-ad deleted file mode 100644 index f74bb55cfde0..000000000000 --- a/x11-toolkits/qt145/files/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ ---- src/kernel/qapplication_x11.cpp.orig Thu Mar 23 21:51:42 2000 -+++ src/kernel/qapplication_x11.cpp Thu Mar 23 21:57:48 2000 -@@ -108,6 +108,12 @@ - #undef select - extern "C" int select( int, void *, void *, void *, struct timeval * ); - -+extern "C" char *XSetIMValues( -+#if NeedVarargsPrototypes -+ XIM /* im */, ... -+#endif -+); -+ - #if defined(_OS_AIX_) - // for FD_ZERO - static inline void bzero( void *s, int n ) diff --git a/x11-toolkits/qt145/pkg-descr b/x11-toolkits/qt145/pkg-descr deleted file mode 100644 index c482809f35d0..000000000000 --- a/x11-toolkits/qt145/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in /usr/X11R6/share/doc/qt and is also available -on the homepage. - -WWW: http://doc.trolltech.com/ - -- Michael Searle -searle@longacre.demon.co.uk diff --git a/x11-toolkits/qt145/pkg-plist b/x11-toolkits/qt145/pkg-plist deleted file mode 100644 index 8a345f0f70b0..000000000000 --- a/x11-toolkits/qt145/pkg-plist +++ /dev/null @@ -1,910 +0,0 @@ -bin/moc1 -include/X11/qt1/jri.h -include/X11/qt1/jri_md.h -include/X11/qt1/jritypes.h -include/X11/qt1/npapi.h -include/X11/qt1/npupp.h -include/X11/qt1/qaccel.h -include/X11/qt1/qapp.h -include/X11/qt1/qapplication.h -include/X11/qt1/qarray.h -include/X11/qt1/qasyncimageio.h -include/X11/qt1/qasyncio.h -include/X11/qt1/qbitarray.h -include/X11/qt1/qbitarry.h -include/X11/qt1/qbitmap.h -include/X11/qt1/qbrush.h -include/X11/qt1/qbttngrp.h -include/X11/qt1/qbuffer.h -include/X11/qt1/qbutton.h -include/X11/qt1/qbuttongroup.h -include/X11/qt1/qcache.h -include/X11/qt1/qcheckbox.h -include/X11/qt1/qchkbox.h -include/X11/qt1/qclipboard.h -include/X11/qt1/qclipbrd.h -include/X11/qt1/qcollect.h -include/X11/qt1/qcollection.h -include/X11/qt1/qcolor.h -include/X11/qt1/qcombo.h -include/X11/qt1/qcombobox.h -include/X11/qt1/qconnect.h -include/X11/qt1/qconnection.h -include/X11/qt1/qcursor.h -include/X11/qt1/qdatastream.h -include/X11/qt1/qdatetime.h -include/X11/qt1/qdatetm.h -include/X11/qt1/qdialog.h -include/X11/qt1/qdict.h -include/X11/qt1/qdir.h -include/X11/qt1/qdragobject.h -include/X11/qt1/qdrawutil.h -include/X11/qt1/qdrawutl.h -include/X11/qt1/qdropsite.h -include/X11/qt1/qdstream.h -include/X11/qt1/qevent.h -include/X11/qt1/qfile.h -include/X11/qt1/qfiledef.h -include/X11/qt1/qfiledefs.h -include/X11/qt1/qfiledialog.h -include/X11/qt1/qfiledlg.h -include/X11/qt1/qfileinf.h -include/X11/qt1/qfileinfo.h -include/X11/qt1/qfocusdata.h -include/X11/qt1/qfont.h -include/X11/qt1/qfontdata.h -include/X11/qt1/qfontdta.h -include/X11/qt1/qfontinf.h -include/X11/qt1/qfontinfo.h -include/X11/qt1/qfontmet.h -include/X11/qt1/qfontmetrics.h -include/X11/qt1/qframe.h -include/X11/qt1/qgarray.h -include/X11/qt1/qgcache.h -include/X11/qt1/qgdict.h -include/X11/qt1/qgeneric.h -include/X11/qt1/qgl.h -include/X11/qt1/qglist.h -include/X11/qt1/qglobal.h -include/X11/qt1/qgmanager.h -include/X11/qt1/qgmanagr.h -include/X11/qt1/qgroupbox.h -include/X11/qt1/qgrpbox.h -include/X11/qt1/qgvector.h -include/X11/qt1/qheader.h -include/X11/qt1/qiconset.h -include/X11/qt1/qimage.h -include/X11/qt1/qimageio.h -include/X11/qt1/qintcach.h -include/X11/qt1/qintcache.h -include/X11/qt1/qintdict.h -include/X11/qt1/qiodev.h -include/X11/qt1/qiodevice.h -include/X11/qt1/qjpegio.h -include/X11/qt1/qkeycode.h -include/X11/qt1/qlabel.h -include/X11/qt1/qlayout.h -include/X11/qt1/qlcdnum.h -include/X11/qt1/qlcdnumber.h -include/X11/qt1/qlined.h -include/X11/qt1/qlineedit.h -include/X11/qt1/qlist.h -include/X11/qt1/qlistbox.h -include/X11/qt1/qlistview.h -include/X11/qt1/qmainwindow.h -include/X11/qt1/qmenubar.h -include/X11/qt1/qmenudata.h -include/X11/qt1/qmenudta.h -include/X11/qt1/qmessagebox.h -include/X11/qt1/qmetaobj.h -include/X11/qt1/qmetaobject.h -include/X11/qt1/qmlined.h -include/X11/qt1/qmovie.h -include/X11/qt1/qmsgbox.h -include/X11/qt1/qmultilinedit.h -include/X11/qt1/qnp.h -include/X11/qt1/qobjcoll.h -include/X11/qt1/qobjdefs.h -include/X11/qt1/qobject.h -include/X11/qt1/qobjectdefs.h -include/X11/qt1/qobjectdict.h -include/X11/qt1/qobjectlist.h -include/X11/qt1/qpaintd.h -include/X11/qt1/qpaintdc.h -include/X11/qt1/qpaintdevice.h -include/X11/qt1/qpaintdevicedefs.h -include/X11/qt1/qpaintdevicemetrics.h -include/X11/qt1/qpainter.h -include/X11/qt1/qpalette.h -include/X11/qt1/qpdevmet.h -include/X11/qt1/qpen.h -include/X11/qt1/qpicture.h -include/X11/qt1/qpixmap.h -include/X11/qt1/qpixmapcache.h -include/X11/qt1/qpmcache.h -include/X11/qt1/qpngio.h -include/X11/qt1/qpntarry.h -include/X11/qt1/qpoint.h -include/X11/qt1/qpointarray.h -include/X11/qt1/qpopmenu.h -include/X11/qt1/qpopupmenu.h -include/X11/qt1/qprintdialog.h -include/X11/qt1/qprinter.h -include/X11/qt1/qprndlg.h -include/X11/qt1/qprogbar.h -include/X11/qt1/qprogdlg.h -include/X11/qt1/qprogressbar.h -include/X11/qt1/qprogressdialog.h -include/X11/qt1/qpsprinter.h -include/X11/qt1/qpsprn.h -include/X11/qt1/qptrdict.h -include/X11/qt1/qpushbt.h -include/X11/qt1/qpushbutton.h -include/X11/qt1/qqueue.h -include/X11/qt1/qradiobt.h -include/X11/qt1/qradiobutton.h -include/X11/qt1/qrangecontrol.h -include/X11/qt1/qrangect.h -include/X11/qt1/qrect.h -include/X11/qt1/qregexp.h -include/X11/qt1/qregion.h -include/X11/qt1/qscrbar.h -include/X11/qt1/qscrollbar.h -include/X11/qt1/qscrollview.h -include/X11/qt1/qsemimodal.h -include/X11/qt1/qshared.h -include/X11/qt1/qsignal.h -include/X11/qt1/qsignalmapper.h -include/X11/qt1/qsignalslotimp.h -include/X11/qt1/qsize.h -include/X11/qt1/qslider.h -include/X11/qt1/qsocketnotifier.h -include/X11/qt1/qsocknot.h -include/X11/qt1/qspinbox.h -include/X11/qt1/qsplitter.h -include/X11/qt1/qstack.h -include/X11/qt1/qstatusbar.h -include/X11/qt1/qstring.h -include/X11/qt1/qstrlist.h -include/X11/qt1/qstrvec.h -include/X11/qt1/qt_gif.h -include/X11/qt1/qtabbar.h -include/X11/qt1/qtabdialog.h -include/X11/qt1/qtabdlg.h -include/X11/qt1/qtableview.h -include/X11/qt1/qtablevw.h -include/X11/qt1/qtextstream.h -include/X11/qt1/qtimer.h -include/X11/qt1/qtoolbar.h -include/X11/qt1/qtoolbutton.h -include/X11/qt1/qtooltip.h -include/X11/qt1/qtstream.h -include/X11/qt1/qvalidator.h -include/X11/qt1/qvector.h -include/X11/qt1/qwellarray.h -include/X11/qt1/qwhatsthis.h -include/X11/qt1/qwidcoll.h -include/X11/qt1/qwidget.h -include/X11/qt1/qwidgetintdict.h -include/X11/qt1/qwidgetlist.h -include/X11/qt1/qwidgetstack.h -include/X11/qt1/qwindefs.h -include/X11/qt1/qwindow.h -include/X11/qt1/qwindowdefs.h -include/X11/qt1/qwmatrix.h -include/X11/qt1/qxt.h -lib/libqt1.so -lib/libqt1.so.%%VERSION%% -share/doc/qt1/README -share/doc/qt1/README.QT -share/doc/qt1/html/abstractwidgets.html -share/doc/qt1/html/aclock-aclock-cpp.html -share/doc/qt1/html/annotated.html -share/doc/qt1/html/application-application-cpp.html -share/doc/qt1/html/application.html -share/doc/qt1/html/bearings.gif -share/doc/qt1/html/biff-biff-cpp.html -share/doc/qt1/html/book.gif -share/doc/qt1/html/classes.html -share/doc/qt1/html/collection.html -share/doc/qt1/html/connect-connect-cpp.html -share/doc/qt1/html/coordsys.gif -share/doc/qt1/html/coordsys.html -share/doc/qt1/html/credits.html -share/doc/qt1/html/cursor-cursor-cpp.html -share/doc/qt1/html/dclock-dclock-cpp.html -share/doc/qt1/html/debug.html -share/doc/qt1/html/design.html -share/doc/qt1/html/desktop-desktop-cpp.html -share/doc/qt1/html/dialogs.html -share/doc/qt1/html/dirview-dirview-cpp.html -share/doc/qt1/html/dochead.gif -share/doc/qt1/html/dochead.jpg -share/doc/qt1/html/drawdemo-drawdemo-cpp.html -share/doc/qt1/html/drawing.html -share/doc/qt1/html/easteregg.html -share/doc/qt1/html/easteregg2.html -share/doc/qt1/html/examples.html -share/doc/qt1/html/fontmatch.html -share/doc/qt1/html/fonts.html -share/doc/qt1/html/forever-forever-cpp.html -share/doc/qt1/html/frames.gif -share/doc/qt1/html/functions.html -share/doc/qt1/html/geomanagement.html -share/doc/qt1/html/graph.g1n -share/doc/qt1/html/grapher-grapher-cpp.html -share/doc/qt1/html/gridlayout.gif -share/doc/qt1/html/guibooks.html -share/doc/qt1/html/headers.html -share/doc/qt1/html/hello-hello-cpp.html -share/doc/qt1/html/hierarchy.html -share/doc/qt1/html/imageio.html -share/doc/qt1/html/images.html -share/doc/qt1/html/index.html -share/doc/qt1/html/io.html -share/doc/qt1/html/kernel.html -share/doc/qt1/html/layout-layout-cpp.html -share/doc/qt1/html/letter.gif -share/doc/qt1/html/license.html -share/doc/qt1/html/life-life-cpp.html -share/doc/qt1/html/listview.gif -share/doc/qt1/html/mailinglists.html -share/doc/qt1/html/mainlyMotif-editor-cpp.html -share/doc/qt1/html/mainlyQt-editor-cpp.html -share/doc/qt1/html/mainlyXt-editor-cpp.html -share/doc/qt1/html/menu-menu-cpp.html -share/doc/qt1/html/metaobjects.html -share/doc/qt1/html/misc.html -share/doc/qt1/html/moc.html -share/doc/qt1/html/movies-main-cpp.html -share/doc/qt1/html/nsplugin.html -share/doc/qt1/html/picture-picture-cpp.html -share/doc/qt1/html/pictures.html -share/doc/qt1/html/pnglogo.png -share/doc/qt1/html/pref-pref-cpp.html -share/doc/qt1/html/primes.html -share/doc/qt1/html/printerdialog.gif -share/doc/qt1/html/progress-progress-cpp.html -share/doc/qt1/html/qaccel-h.html -share/doc/qt1/html/qaccel-members.html -share/doc/qt1/html/qaccel.html -share/doc/qt1/html/qapplication-h.html -share/doc/qt1/html/qapplication-members.html -share/doc/qt1/html/qapplication.html -share/doc/qt1/html/qarray-h.html -share/doc/qt1/html/qarray-members.html -share/doc/qt1/html/qarray.html -share/doc/qt1/html/qasyncimageio-h.html -share/doc/qt1/html/qasyncio-h.html -share/doc/qt1/html/qasyncio-members.html -share/doc/qt1/html/qasyncio.html -share/doc/qt1/html/qbitarray-h.html -share/doc/qt1/html/qbitarray-members.html -share/doc/qt1/html/qbitarray.html -share/doc/qt1/html/qbitmap-h.html -share/doc/qt1/html/qbitmap-members.html -share/doc/qt1/html/qbitmap.html -share/doc/qt1/html/qbitval-members.html -share/doc/qt1/html/qbitval.html -share/doc/qt1/html/qboxlayout-members.html -share/doc/qt1/html/qboxlayout.html -share/doc/qt1/html/qbrush-h.html -share/doc/qt1/html/qbrush-members.html -share/doc/qt1/html/qbrush.html -share/doc/qt1/html/qbttngrp-m.gif -share/doc/qt1/html/qbttngrp-w.gif -share/doc/qt1/html/qbuffer-h.html -share/doc/qt1/html/qbuffer-members.html -share/doc/qt1/html/qbuffer.html -share/doc/qt1/html/qbutton-h.html -share/doc/qt1/html/qbutton-members.html -share/doc/qt1/html/qbutton.html -share/doc/qt1/html/qbuttongroup-h.html -share/doc/qt1/html/qbuttongroup-members.html -share/doc/qt1/html/qbuttongroup.html -share/doc/qt1/html/qbytearray-members.html -share/doc/qt1/html/qbytearray.html -share/doc/qt1/html/qcache-h.html -share/doc/qt1/html/qcache-members.html -share/doc/qt1/html/qcache.html -share/doc/qt1/html/qcacheiterator-members.html -share/doc/qt1/html/qcacheiterator.html -share/doc/qt1/html/qcheckbox-h.html -share/doc/qt1/html/qcheckbox-m.gif -share/doc/qt1/html/qcheckbox-members.html -share/doc/qt1/html/qcheckbox-w.gif -share/doc/qt1/html/qcheckbox.html -share/doc/qt1/html/qchecklistitem-members.html -share/doc/qt1/html/qchecklistitem.html -share/doc/qt1/html/qchildevent-members.html -share/doc/qt1/html/qchildevent.html -share/doc/qt1/html/qchkbox-m.gif -share/doc/qt1/html/qchkbox-w.gif -share/doc/qt1/html/qclipboard-h.html -share/doc/qt1/html/qclipboard-members.html -share/doc/qt1/html/qclipboard.html -share/doc/qt1/html/qcloseevent-members.html -share/doc/qt1/html/qcloseevent.html -share/doc/qt1/html/qcollection-h.html -share/doc/qt1/html/qcollection-members.html -share/doc/qt1/html/qcollection.html -share/doc/qt1/html/qcolor-h.html -share/doc/qt1/html/qcolor-members.html -share/doc/qt1/html/qcolor.html -share/doc/qt1/html/qcolorgroup-members.html -share/doc/qt1/html/qcolorgroup.html -share/doc/qt1/html/qcombo1-m.gif -share/doc/qt1/html/qcombo1-w.gif -share/doc/qt1/html/qcombo2-m.gif -share/doc/qt1/html/qcombo2-w.gif -share/doc/qt1/html/qcombo3-m.gif -share/doc/qt1/html/qcombo3-w.gif -share/doc/qt1/html/qcombobox-h.html -share/doc/qt1/html/qcombobox-members.html -share/doc/qt1/html/qcombobox.html -share/doc/qt1/html/qconnection-h.html -share/doc/qt1/html/qconnection-members.html -share/doc/qt1/html/qconnection.html -share/doc/qt1/html/qcursor-h.html -share/doc/qt1/html/qcursor-members.html -share/doc/qt1/html/qcursor.html -share/doc/qt1/html/qcustomevent-members.html -share/doc/qt1/html/qcustomevent.html -share/doc/qt1/html/qdatapump-members.html -share/doc/qt1/html/qdatapump.html -share/doc/qt1/html/qdatasink-members.html -share/doc/qt1/html/qdatasink.html -share/doc/qt1/html/qdatasource-members.html -share/doc/qt1/html/qdatasource.html -share/doc/qt1/html/qdatastream-h.html -share/doc/qt1/html/qdatastream-members.html -share/doc/qt1/html/qdatastream.html -share/doc/qt1/html/qdate-members.html -share/doc/qt1/html/qdate.html -share/doc/qt1/html/qdatetime-h.html -share/doc/qt1/html/qdatetime-members.html -share/doc/qt1/html/qdatetime.html -share/doc/qt1/html/qdialog-h.html -share/doc/qt1/html/qdialog-members.html -share/doc/qt1/html/qdialog.html -share/doc/qt1/html/qdict-h.html -share/doc/qt1/html/qdict-members.html -share/doc/qt1/html/qdict.html -share/doc/qt1/html/qdictiterator-members.html -share/doc/qt1/html/qdictiterator.html -share/doc/qt1/html/qdir-h.html -share/doc/qt1/html/qdir-members.html -share/doc/qt1/html/qdir.html -share/doc/qt1/html/qdoublevalidator-members.html -share/doc/qt1/html/qdoublevalidator.html -share/doc/qt1/html/qdragmoveevent-members.html -share/doc/qt1/html/qdragmoveevent.html -share/doc/qt1/html/qdragobject-h.html -share/doc/qt1/html/qdragobject-members.html -share/doc/qt1/html/qdragobject.html -share/doc/qt1/html/qdrawutil-h.html -share/doc/qt1/html/qdropevent-members.html -share/doc/qt1/html/qdropevent.html -share/doc/qt1/html/qevent-h.html -share/doc/qt1/html/qevent-members.html -share/doc/qt1/html/qevent.html -share/doc/qt1/html/qfile-h.html -share/doc/qt1/html/qfile-members.html -share/doc/qt1/html/qfile.html -share/doc/qt1/html/qfiledialog-h.html -share/doc/qt1/html/qfiledialog-members.html -share/doc/qt1/html/qfiledialog.html -share/doc/qt1/html/qfiledlg-m.gif -share/doc/qt1/html/qfiledlg-w.gif -share/doc/qt1/html/qfileiconprovider-members.html -share/doc/qt1/html/qfileiconprovider.html -share/doc/qt1/html/qfileinfo-h.html -share/doc/qt1/html/qfileinfo-members.html -share/doc/qt1/html/qfileinfo.html -share/doc/qt1/html/qfocusdata-h.html -share/doc/qt1/html/qfocusdata-members.html -share/doc/qt1/html/qfocusdata.html -share/doc/qt1/html/qfocusevent-members.html -share/doc/qt1/html/qfocusevent.html -share/doc/qt1/html/qfont-h.html -share/doc/qt1/html/qfont-members.html -share/doc/qt1/html/qfont.html -share/doc/qt1/html/qfontinfo-h.html -share/doc/qt1/html/qfontinfo-members.html -share/doc/qt1/html/qfontinfo.html -share/doc/qt1/html/qfontmetrics-h.html -share/doc/qt1/html/qfontmetrics-members.html -share/doc/qt1/html/qfontmetrics.html -share/doc/qt1/html/qframe-h.html -share/doc/qt1/html/qframe-members.html -share/doc/qt1/html/qframe.html -share/doc/qt1/html/qgarray-h.html -share/doc/qt1/html/qgarray-members.html -share/doc/qt1/html/qgarray.html -share/doc/qt1/html/qgcache-h.html -share/doc/qt1/html/qgcache-members.html -share/doc/qt1/html/qgcache.html -share/doc/qt1/html/qgcacheiterator-members.html -share/doc/qt1/html/qgcacheiterator.html -share/doc/qt1/html/qgdict-h.html -share/doc/qt1/html/qgdict-members.html -share/doc/qt1/html/qgdict.html -share/doc/qt1/html/qgdictiterator-members.html -share/doc/qt1/html/qgdictiterator.html -share/doc/qt1/html/qgl-h.html -share/doc/qt1/html/qgl.html -share/doc/qt1/html/qglcontext-members.html -share/doc/qt1/html/qglcontext.html -share/doc/qt1/html/qglformat-members.html -share/doc/qt1/html/qglformat.html -share/doc/qt1/html/qglist-h.html -share/doc/qt1/html/qglist-members.html -share/doc/qt1/html/qglist.html -share/doc/qt1/html/qglistiterator-members.html -share/doc/qt1/html/qglistiterator.html -share/doc/qt1/html/qglobal-h.html -share/doc/qt1/html/qglwidget-members.html -share/doc/qt1/html/qglwidget.html -share/doc/qt1/html/qgmanager-h.html -share/doc/qt1/html/qgmanager-members.html -share/doc/qt1/html/qgmanager.html -share/doc/qt1/html/qgridlayout-members.html -share/doc/qt1/html/qgridlayout.html -share/doc/qt1/html/qgroupbox-h.html -share/doc/qt1/html/qgroupbox-members.html -share/doc/qt1/html/qgroupbox.html -share/doc/qt1/html/qgrpbox-m.gif -share/doc/qt1/html/qgrpbox-w.gif -share/doc/qt1/html/qhboxlayout-members.html -share/doc/qt1/html/qhboxlayout.html -share/doc/qt1/html/qheader-h.html -share/doc/qt1/html/qheader-m.gif -share/doc/qt1/html/qheader-members.html -share/doc/qt1/html/qheader-w.gif -share/doc/qt1/html/qheader.html -share/doc/qt1/html/qiconset-h.html -share/doc/qt1/html/qiconset-members.html -share/doc/qt1/html/qiconset.html -share/doc/qt1/html/qimage-h.html -share/doc/qt1/html/qimage-members.html -share/doc/qt1/html/qimage.html -share/doc/qt1/html/qimageconsumer-members.html -share/doc/qt1/html/qimageconsumer.html -share/doc/qt1/html/qimagedecoder-members.html -share/doc/qt1/html/qimagedecoder.html -share/doc/qt1/html/qimagedrag-members.html -share/doc/qt1/html/qimagedrag.html -share/doc/qt1/html/qimageformat-members.html -share/doc/qt1/html/qimageformat.html -share/doc/qt1/html/qimageformattype-members.html -share/doc/qt1/html/qimageformattype.html -share/doc/qt1/html/qimageio-members.html -share/doc/qt1/html/qimageio.html -share/doc/qt1/html/qintcache-h.html -share/doc/qt1/html/qintcache-members.html -share/doc/qt1/html/qintcache.html -share/doc/qt1/html/qintcacheiterator-members.html -share/doc/qt1/html/qintcacheiterator.html -share/doc/qt1/html/qintdict-h.html -share/doc/qt1/html/qintdict-members.html -share/doc/qt1/html/qintdict.html -share/doc/qt1/html/qintdictiterator-members.html -share/doc/qt1/html/qintdictiterator.html -share/doc/qt1/html/qintvalidator-members.html -share/doc/qt1/html/qintvalidator.html -share/doc/qt1/html/qiodevice-h.html -share/doc/qt1/html/qiodevice-members.html -share/doc/qt1/html/qiodevice.html -share/doc/qt1/html/qiodevicesource-members.html -share/doc/qt1/html/qiodevicesource.html -share/doc/qt1/html/qkeycode-h.html -share/doc/qt1/html/qkeyevent-members.html -share/doc/qt1/html/qkeyevent.html -share/doc/qt1/html/qlabel-h.html -share/doc/qt1/html/qlabel-m.gif -share/doc/qt1/html/qlabel-members.html -share/doc/qt1/html/qlabel-w.gif -share/doc/qt1/html/qlabel.html -share/doc/qt1/html/qlayout-h.html -share/doc/qt1/html/qlayout-members.html -share/doc/qt1/html/qlayout.html -share/doc/qt1/html/qlcdnum-m.gif -share/doc/qt1/html/qlcdnum-w.gif -share/doc/qt1/html/qlcdnumber-h.html -share/doc/qt1/html/qlcdnumber-members.html -share/doc/qt1/html/qlcdnumber.html -share/doc/qt1/html/qlined-m.gif -share/doc/qt1/html/qlined-w.gif -share/doc/qt1/html/qlineedit-h.html -share/doc/qt1/html/qlineedit-members.html -share/doc/qt1/html/qlineedit.html -share/doc/qt1/html/qlist-h.html -share/doc/qt1/html/qlist-members.html -share/doc/qt1/html/qlist.html -share/doc/qt1/html/qlistbox-h.html -share/doc/qt1/html/qlistbox-m.gif -share/doc/qt1/html/qlistbox-members.html -share/doc/qt1/html/qlistbox-w.gif -share/doc/qt1/html/qlistbox.html -share/doc/qt1/html/qlistboxitem-members.html -share/doc/qt1/html/qlistboxitem.html -share/doc/qt1/html/qlistboxpixmap-members.html -share/doc/qt1/html/qlistboxpixmap.html -share/doc/qt1/html/qlistboxtext-members.html -share/doc/qt1/html/qlistboxtext.html -share/doc/qt1/html/qlistiterator-members.html -share/doc/qt1/html/qlistiterator.html -share/doc/qt1/html/qlistview-h.html -share/doc/qt1/html/qlistview-members.html -share/doc/qt1/html/qlistview.html -share/doc/qt1/html/qlistviewitem-members.html -share/doc/qt1/html/qlistviewitem.html -share/doc/qt1/html/qlnode-members.html -share/doc/qt1/html/qlnode.html -share/doc/qt1/html/qmag-qmag-cpp.html -share/doc/qt1/html/qmainwindow-h.html -share/doc/qt1/html/qmainwindow-m.gif -share/doc/qt1/html/qmainwindow-members.html -share/doc/qt1/html/qmainwindow-w.gif -share/doc/qt1/html/qmainwindow.html -share/doc/qt1/html/qmenubar-h.html -share/doc/qt1/html/qmenubar-m.gif -share/doc/qt1/html/qmenubar-members.html -share/doc/qt1/html/qmenubar-w.gif -share/doc/qt1/html/qmenubar.html -share/doc/qt1/html/qmenudata-h.html -share/doc/qt1/html/qmenudata-members.html -share/doc/qt1/html/qmenudata.html -share/doc/qt1/html/qmessagebox-h.html -share/doc/qt1/html/qmessagebox-members.html -share/doc/qt1/html/qmessagebox.html -share/doc/qt1/html/qmlined-m.gif -share/doc/qt1/html/qmlined-w.gif -share/doc/qt1/html/qmouseevent-members.html -share/doc/qt1/html/qmouseevent.html -share/doc/qt1/html/qmoveevent-members.html -share/doc/qt1/html/qmoveevent.html -share/doc/qt1/html/qmovie-h.html -share/doc/qt1/html/qmovie-members.html -share/doc/qt1/html/qmovie.gif -share/doc/qt1/html/qmovie.html -share/doc/qt1/html/qmsgbox-m.gif -share/doc/qt1/html/qmsgbox-w.gif -share/doc/qt1/html/qmultilinedit-h.html -share/doc/qt1/html/qmultilineedit-members.html -share/doc/qt1/html/qmultilineedit.html -share/doc/qt1/html/qnp-h.html -share/doc/qt1/html/qnpinstance-members.html -share/doc/qt1/html/qnpinstance.html -share/doc/qt1/html/qnplugin-members.html -share/doc/qt1/html/qnplugin.html -share/doc/qt1/html/qnpstream-members.html -share/doc/qt1/html/qnpstream.html -share/doc/qt1/html/qnpwidget-members.html -share/doc/qt1/html/qnpwidget.html -share/doc/qt1/html/qobject-h.html -share/doc/qt1/html/qobject-members.html -share/doc/qt1/html/qobject.html -share/doc/qt1/html/qpaintdevice-h.html -share/doc/qt1/html/qpaintdevice-members.html -share/doc/qt1/html/qpaintdevice.html -share/doc/qt1/html/qpaintdevicemetrics-h.html -share/doc/qt1/html/qpaintdevicemetrics-members.html -share/doc/qt1/html/qpaintdevicemetrics.html -share/doc/qt1/html/qpainter-h.html -share/doc/qt1/html/qpainter-members.html -share/doc/qt1/html/qpainter.html -share/doc/qt1/html/qpaintevent-members.html -share/doc/qt1/html/qpaintevent.html -share/doc/qt1/html/qpalette-h.html -share/doc/qt1/html/qpalette-members.html -share/doc/qt1/html/qpalette.html -share/doc/qt1/html/qpen-h.html -share/doc/qt1/html/qpen-members.html -share/doc/qt1/html/qpen.html -share/doc/qt1/html/qpicture-h.html -share/doc/qt1/html/qpicture-members.html -share/doc/qt1/html/qpicture.html -share/doc/qt1/html/qpixmap-h.html -share/doc/qt1/html/qpixmap-members.html -share/doc/qt1/html/qpixmap.html -share/doc/qt1/html/qpixmapcache-h.html -share/doc/qt1/html/qpixmapcache-members.html -share/doc/qt1/html/qpixmapcache.html -share/doc/qt1/html/qpoint-h.html -share/doc/qt1/html/qpoint-members.html -share/doc/qt1/html/qpoint.html -share/doc/qt1/html/qpointarray-h.html -share/doc/qt1/html/qpointarray-members.html -share/doc/qt1/html/qpointarray.html -share/doc/qt1/html/qpointval-members.html -share/doc/qt1/html/qpointval.html -share/doc/qt1/html/qpopmenu-m.gif -share/doc/qt1/html/qpopmenu-w.gif -share/doc/qt1/html/qpopupmenu-h.html -share/doc/qt1/html/qpopupmenu-members.html -share/doc/qt1/html/qpopupmenu.html -share/doc/qt1/html/qprintdialog-h.html -share/doc/qt1/html/qprintdialog-members.html -share/doc/qt1/html/qprintdialog.html -share/doc/qt1/html/qprinter-h.html -share/doc/qt1/html/qprinter-members.html -share/doc/qt1/html/qprinter.html -share/doc/qt1/html/qprogbar-m.gif -share/doc/qt1/html/qprogbar-w.gif -share/doc/qt1/html/qprogdlg-m.gif -share/doc/qt1/html/qprogdlg-w.gif -share/doc/qt1/html/qprogressbar-h.html -share/doc/qt1/html/qprogressbar-members.html -share/doc/qt1/html/qprogressbar.html -share/doc/qt1/html/qprogressdialog-h.html -share/doc/qt1/html/qprogressdialog-members.html -share/doc/qt1/html/qprogressdialog.html -share/doc/qt1/html/qptrdict-h.html -share/doc/qt1/html/qptrdict-members.html -share/doc/qt1/html/qptrdict.html -share/doc/qt1/html/qptrdictiterator-members.html -share/doc/qt1/html/qptrdictiterator.html -share/doc/qt1/html/qpushbt-m.gif -share/doc/qt1/html/qpushbt-w.gif -share/doc/qt1/html/qpushbutton-h.html -share/doc/qt1/html/qpushbutton-members.html -share/doc/qt1/html/qpushbutton.html -share/doc/qt1/html/qqueue-h.html -share/doc/qt1/html/qqueue-members.html -share/doc/qt1/html/qqueue.html -share/doc/qt1/html/qradiobt-m.gif -share/doc/qt1/html/qradiobt-w.gif -share/doc/qt1/html/qradiobutton-h.html -share/doc/qt1/html/qradiobutton-members.html -share/doc/qt1/html/qradiobutton.html -share/doc/qt1/html/qrangecontrol-h.html -share/doc/qt1/html/qrangecontrol-members.html -share/doc/qt1/html/qrangecontrol.html -share/doc/qt1/html/qrect-h.html -share/doc/qt1/html/qrect-members.html -share/doc/qt1/html/qrect.html -share/doc/qt1/html/qregexp-h.html -share/doc/qt1/html/qregexp-members.html -share/doc/qt1/html/qregexp.html -share/doc/qt1/html/qregion-h.html -share/doc/qt1/html/qregion-members.html -share/doc/qt1/html/qregion.html -share/doc/qt1/html/qresizeevent-members.html -share/doc/qt1/html/qresizeevent.html -share/doc/qt1/html/qscrbar-m.gif -share/doc/qt1/html/qscrbar-w.gif -share/doc/qt1/html/qscrollbar-h.html -share/doc/qt1/html/qscrollbar-members.html -share/doc/qt1/html/qscrollbar.html -share/doc/qt1/html/qscrollview-h.html -share/doc/qt1/html/qscrollview-m.gif -share/doc/qt1/html/qscrollview-members.html -share/doc/qt1/html/qscrollview-w.gif -share/doc/qt1/html/qscrollview.html -share/doc/qt1/html/qsemimodal-h.html -share/doc/qt1/html/qsemimodal-members.html -share/doc/qt1/html/qsemimodal.html -share/doc/qt1/html/qsenderobject-members.html -share/doc/qt1/html/qshared-h.html -share/doc/qt1/html/qshared-members.html -share/doc/qt1/html/qshared.html -share/doc/qt1/html/qsignal-h.html -share/doc/qt1/html/qsignal-members.html -share/doc/qt1/html/qsignal.html -share/doc/qt1/html/qsignalmapper-h.html -share/doc/qt1/html/qsignalmapper-members.html -share/doc/qt1/html/qsignalmapper.html -share/doc/qt1/html/qsize-h.html -share/doc/qt1/html/qsize-members.html -share/doc/qt1/html/qsize.html -share/doc/qt1/html/qslider-h.html -share/doc/qt1/html/qslider-m.gif -share/doc/qt1/html/qslider-members.html -share/doc/qt1/html/qslider-w.gif -share/doc/qt1/html/qslider.html -share/doc/qt1/html/qsocketnotifier-h.html -share/doc/qt1/html/qsocketnotifier-members.html -share/doc/qt1/html/qsocketnotifier.html -share/doc/qt1/html/qspinbox-h.html -share/doc/qt1/html/qspinbox-m.gif -share/doc/qt1/html/qspinbox-members.html -share/doc/qt1/html/qspinbox-w.gif -share/doc/qt1/html/qspinbox.html -share/doc/qt1/html/qsplitter-h.html -share/doc/qt1/html/qsplitter-m.gif -share/doc/qt1/html/qsplitter-members.html -share/doc/qt1/html/qsplitter-w.gif -share/doc/qt1/html/qsplitter.html -share/doc/qt1/html/qstack-h.html -share/doc/qt1/html/qstack-members.html -share/doc/qt1/html/qstack.html -share/doc/qt1/html/qstatusbar-h.html -share/doc/qt1/html/qstatusbar-m.gif -share/doc/qt1/html/qstatusbar-members.html -share/doc/qt1/html/qstatusbar-w.gif -share/doc/qt1/html/qstatusbar.html -share/doc/qt1/html/qstoreddrag-members.html -share/doc/qt1/html/qstoreddrag.html -share/doc/qt1/html/qstrilist-members.html -share/doc/qt1/html/qstrilist.html -share/doc/qt1/html/qstring-h.html -share/doc/qt1/html/qstring-members.html -share/doc/qt1/html/qstring.html -share/doc/qt1/html/qstrlist-h.html -share/doc/qt1/html/qstrlist-members.html -share/doc/qt1/html/qstrlist.html -share/doc/qt1/html/qtabbar-h.html -share/doc/qt1/html/qtabbar-m.gif -share/doc/qt1/html/qtabbar-members.html -share/doc/qt1/html/qtabbar-w.gif -share/doc/qt1/html/qtabbar.html -share/doc/qt1/html/qtabdialog-h.html -share/doc/qt1/html/qtabdialog-members.html -share/doc/qt1/html/qtabdialog.html -share/doc/qt1/html/qtabdlg-m.gif -share/doc/qt1/html/qtabdlg-w.gif -share/doc/qt1/html/qtableview-h.html -share/doc/qt1/html/qtableview-members.html -share/doc/qt1/html/qtableview.html -share/doc/qt1/html/qtablevw-m.gif -share/doc/qt1/html/qtablevw-w.gif -share/doc/qt1/html/qtextdrag-members.html -share/doc/qt1/html/qtextdrag.html -share/doc/qt1/html/qtextstream-h.html -share/doc/qt1/html/qtextstream-members.html -share/doc/qt1/html/qtextstream.html -share/doc/qt1/html/qtimage-qtimage-cpp.html -share/doc/qt1/html/qtime-members.html -share/doc/qt1/html/qtime.html -share/doc/qt1/html/qtimer-h.html -share/doc/qt1/html/qtimer-members.html -share/doc/qt1/html/qtimer.html -share/doc/qt1/html/qtimerevent-members.html -share/doc/qt1/html/qtimerevent.html -share/doc/qt1/html/qtlogo.jpg -share/doc/qt1/html/qtoolbar-h.html -share/doc/qt1/html/qtoolbar-members.html -share/doc/qt1/html/qtoolbar.html -share/doc/qt1/html/qtoolbutton-h.html -share/doc/qt1/html/qtoolbutton-members.html -share/doc/qt1/html/qtoolbutton.html -share/doc/qt1/html/qtooltip-h.html -share/doc/qt1/html/qtooltip-members.html -share/doc/qt1/html/qtooltip.html -share/doc/qt1/html/qtooltipgroup-members.html -share/doc/qt1/html/qtooltipgroup.html -share/doc/qt1/html/qurldrag-members.html -share/doc/qt1/html/qurldrag.html -share/doc/qt1/html/qvalidator-h.html -share/doc/qt1/html/qvalidator-members.html -share/doc/qt1/html/qvalidator.html -share/doc/qt1/html/qvboxlayout-members.html -share/doc/qt1/html/qvboxlayout.html -share/doc/qt1/html/qwhatsthis-h.html -share/doc/qt1/html/qwhatsthis-members.html -share/doc/qt1/html/qwhatsthis.html -share/doc/qt1/html/qwidget-h.html -share/doc/qt1/html/qwidget-members.html -share/doc/qt1/html/qwidget.html -share/doc/qt1/html/qwidgetstack-h.html -share/doc/qt1/html/qwidgetstack-members.html -share/doc/qt1/html/qwidgetstack.html -share/doc/qt1/html/qwindow-h.html -share/doc/qt1/html/qwindow-members.html -share/doc/qt1/html/qwindow.html -share/doc/qt1/html/qwindowdefs-h.html -share/doc/qt1/html/qwmatrix-h.html -share/doc/qt1/html/qwmatrix-members.html -share/doc/qt1/html/qwmatrix.html -share/doc/qt1/html/qxt-h.html -share/doc/qt1/html/qxtapplication-members.html -share/doc/qt1/html/qxtapplication.html -share/doc/qt1/html/qxtwidget-members.html -share/doc/qt1/html/qxtwidget.html -share/doc/qt1/html/realwidgets.html -share/doc/qt1/html/shared.html -share/doc/qt1/html/shclass.html -share/doc/qt1/html/showimg-showimg-cpp.html -share/doc/qt1/html/t1.gif -share/doc/qt1/html/t1.html -share/doc/qt1/html/t10-cannon-cpp.html -share/doc/qt1/html/t10-cannon-h.html -share/doc/qt1/html/t10-lcdrange-cpp.html -share/doc/qt1/html/t10-lcdrange-h.html -share/doc/qt1/html/t10-main-cpp.html -share/doc/qt1/html/t10-makefile.html -share/doc/qt1/html/t10.gif -share/doc/qt1/html/t10.html -share/doc/qt1/html/t11-cannon-cpp.html -share/doc/qt1/html/t11-cannon-h.html -share/doc/qt1/html/t11-lcdrange-cpp.html -share/doc/qt1/html/t11-lcdrange-h.html -share/doc/qt1/html/t11-main-cpp.html -share/doc/qt1/html/t11-makefile.html -share/doc/qt1/html/t11.gif -share/doc/qt1/html/t11.html -share/doc/qt1/html/t12-cannon-cpp.html -share/doc/qt1/html/t12-cannon-h.html -share/doc/qt1/html/t12-lcdrange-cpp.html -share/doc/qt1/html/t12-lcdrange-h.html -share/doc/qt1/html/t12-main-cpp.html -share/doc/qt1/html/t12-makefile.html -share/doc/qt1/html/t12.gif -share/doc/qt1/html/t12.html -share/doc/qt1/html/t13-cannon-cpp.html -share/doc/qt1/html/t13-cannon-h.html -share/doc/qt1/html/t13-gamebrd-cpp.html -share/doc/qt1/html/t13-gamebrd-h.html -share/doc/qt1/html/t13-lcdrange-cpp.html -share/doc/qt1/html/t13-lcdrange-h.html -share/doc/qt1/html/t13-main-cpp.html -share/doc/qt1/html/t13-makefile.html -share/doc/qt1/html/t13.gif -share/doc/qt1/html/t13.html -share/doc/qt1/html/t14-cannon-cpp.html -share/doc/qt1/html/t14-cannon-h.html -share/doc/qt1/html/t14-gamebrd-cpp.html -share/doc/qt1/html/t14-gamebrd-h.html -share/doc/qt1/html/t14-lcdrange-cpp.html -share/doc/qt1/html/t14-lcdrange-h.html -share/doc/qt1/html/t14-main-cpp.html -share/doc/qt1/html/t14-makefile.html -share/doc/qt1/html/t14.gif -share/doc/qt1/html/t14.html -share/doc/qt1/html/t2.gif -share/doc/qt1/html/t2.html -share/doc/qt1/html/t3.gif -share/doc/qt1/html/t3.html -share/doc/qt1/html/t4.gif -share/doc/qt1/html/t4.html -share/doc/qt1/html/t5.gif -share/doc/qt1/html/t5.html -share/doc/qt1/html/t6.gif -share/doc/qt1/html/t6.html -share/doc/qt1/html/t7-lcdrange-cpp.html -share/doc/qt1/html/t7-lcdrange-h.html -share/doc/qt1/html/t7-main-cpp.html -share/doc/qt1/html/t7-makefile.html -share/doc/qt1/html/t7.gif -share/doc/qt1/html/t7.html -share/doc/qt1/html/t8-cannon-cpp.html -share/doc/qt1/html/t8-cannon-h.html -share/doc/qt1/html/t8-lcdrange-cpp.html -share/doc/qt1/html/t8-lcdrange-h.html -share/doc/qt1/html/t8-main-cpp.html -share/doc/qt1/html/t8-makefile.html -share/doc/qt1/html/t8.gif -share/doc/qt1/html/t8.html -share/doc/qt1/html/t9-cannon-cpp.html -share/doc/qt1/html/t9-cannon-h.html -share/doc/qt1/html/t9-lcdrange-cpp.html -share/doc/qt1/html/t9-lcdrange-h.html -share/doc/qt1/html/t9-main-cpp.html -share/doc/qt1/html/t9-makefile.html -share/doc/qt1/html/t9.gif -share/doc/qt1/html/t9.html -share/doc/qt1/html/t9_1.gif -share/doc/qt1/html/t9_2.gif -share/doc/qt1/html/table-table-cpp.html -share/doc/qt1/html/test.png -share/doc/qt1/html/tictac-tictac-cpp.html -share/doc/qt1/html/time.html -share/doc/qt1/html/tools.html -share/doc/qt1/html/tooltip-tooltip-cpp.html -share/doc/qt1/html/topicals.html -share/doc/qt1/html/trademarks.html -share/doc/qt1/html/treeview.gif -share/doc/qt1/html/trivial-trivial-cpp.html -share/doc/qt1/html/troll.html -share/doc/qt1/html/ttlogo-small.jpg -share/doc/qt1/html/tutorial.gif -share/doc/qt1/html/tutorial.html -share/doc/qt1/html/whatsthis.gif -share/doc/qt1/html/widgets-widgets-cpp.html -share/doc/qt1/html/xform-xform-cpp.html -share/doc/qt1/html/xt.html -share/doc/qt1/html/y2k.html -@dirrm share/doc/qt1/html -@dirrm share/doc/qt1 -@dirrm include/X11/qt1 |