summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkextra2
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkextra2')
-rw-r--r--x11-toolkits/gtkextra2/Makefile26
-rw-r--r--x11-toolkits/gtkextra2/distinfo2
-rw-r--r--x11-toolkits/gtkextra2/files/patch-aa22
-rw-r--r--x11-toolkits/gtkextra2/files/patch-ab11
-rw-r--r--x11-toolkits/gtkextra2/files/patch-ac14
-rw-r--r--x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotdt.c15
-rw-r--r--x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c15
-rw-r--r--x11-toolkits/gtkextra2/pkg-descr5
-rw-r--r--x11-toolkits/gtkextra2/pkg-plist39
9 files changed, 0 insertions, 149 deletions
diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile
deleted file mode 100644
index 86bb98223610..000000000000
--- a/x11-toolkits/gtkextra2/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: gtkextra
-# Date created: 17 August 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtkextra
-PORTVERSION= 0.99.17
-PORTREVISION= 1
-CATEGORIES= x11-toolkits
-MASTER_SITES= http://gtkextra.sourceforge.net/src/ \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= scigraphica
-DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A useful widget set complementary to GTK+
-
-USE_X_PREFIX= yes
-USE_INC_LIBTOOL_VER=13
-USE_GNOME= gtk12
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/gtkextra2/distinfo b/x11-toolkits/gtkextra2/distinfo
deleted file mode 100644
index 54bed6c57962..000000000000
--- a/x11-toolkits/gtkextra2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gtk+extra-0.99.17.tar.gz) = 390e622c12a5c7f7845ee144ae13ab93
-SIZE (gtk+extra-0.99.17.tar.gz) = 426952
diff --git a/x11-toolkits/gtkextra2/files/patch-aa b/x11-toolkits/gtkextra2/files/patch-aa
deleted file mode 100644
index 78234c32d161..000000000000
--- a/x11-toolkits/gtkextra2/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-
-$FreeBSD$
-
---- gtkextra/Makefile.in.orig Fri Nov 30 17:28:46 2001
-+++ gtkextra/Makefile.in Wed Dec 5 10:57:22 2001
-@@ -126,14 +126,14 @@
-
- lib_LTLIBRARIES = libgtkextra.la
- libgtkextra_la_SOURCES = $(gtkextra_c_sources)
--libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic $(shell gtk-config --libs) $(GTKGL_LIBS)
-+libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic $(shell gtk-config --libs) $(GTKGL_LIBS)
-
- EXTRA_HEADERS =
- EXTRA_DIST = $(gtkextra_private_h_sources) gtkextra.def Makefile.win32 makefile.msc sat.xpm sg_small.xpm cloud.xpm suncloud.xpm testgtkplotdt.in
-
- # test programs, not to be installed
-
--noinst_PROGRAMS = testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testiterator testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel testdt testgtkplotdt
-+noinst_PROGRAMS = #testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testiterator testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel testdt testgtkplotdt
- DEPS = libgtkextra.la
- LDADDS = libgtkextra.la $(GTK_LIBS)
-
diff --git a/x11-toolkits/gtkextra2/files/patch-ab b/x11-toolkits/gtkextra2/files/patch-ab
deleted file mode 100644
index 12426187d2e9..000000000000
--- a/x11-toolkits/gtkextra2/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtkextra-config.in 2000/08/29 08:25:13 1.1
-+++ gtkextra-config.in 2000/08/29 08:26:26
-@@ -86,7 +86,7 @@
-
- if test "$echo_libs" = "yes"; then
- libdirs=-L@libdir@
-- echo $libdirs -lgtk -lgdk -lgtkextra -lglib -lm
-+ echo @GTK_LIBS@ $libdirs -lgtkextra -lm
- fi
-
-
diff --git a/x11-toolkits/gtkextra2/files/patch-ac b/x11-toolkits/gtkextra2/files/patch-ac
deleted file mode 100644
index b640137d09c7..000000000000
--- a/x11-toolkits/gtkextra2/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Fri Mar 9 17:19:15 2001
-+++ Makefile.in Sun Mar 11 12:36:59 2001
-@@ -448,6 +448,8 @@
- installdirs mostlyclean-generic distclean-generic clean-generic \
- maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-
-+gtk+extra.m4:
-+ cp gtk.m4 gtk+extra.m4
-
- files:
- @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
diff --git a/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotdt.c b/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotdt.c
deleted file mode 100644
index bfc112f0e900..000000000000
--- a/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotdt.c
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- gtkextra/gtkplotdt.c 2001/12/05 09:01:36 1.1
-+++ gtkextra/gtkplotdt.c 2001/12/05 09:02:12
-@@ -20,7 +20,9 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <math.h>
-+#ifndef __FreeBSD__
- #include <malloc.h>
-+#endif
- #include <string.h>
- #include <gtk/gtk.h>
- #include "gtkplotdt.h"
diff --git a/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c b/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c
deleted file mode 100644
index 69cb86b60e9a..000000000000
--- a/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- gtkextra/gtkplotps.c.orig Fri Nov 30 17:13:40 2001
-+++ gtkextra/gtkplotps.c Wed Dec 5 10:58:27 2001
-@@ -34,7 +34,9 @@
- #include <ctype.h>
- #include <time.h>
- #include <gtk/gtk.h>
-+#if __FreeBSD_version >= 500019
- #include <wctype.h>
-+#endif
- #include <locale.h>
-
- #include "gtkplot.h"
diff --git a/x11-toolkits/gtkextra2/pkg-descr b/x11-toolkits/gtkextra2/pkg-descr
deleted file mode 100644
index 719c1361c8e0..000000000000
--- a/x11-toolkits/gtkextra2/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-GTK+extra is a useful widget set complementary to GTK+ for creating graphical
-interfaces for the X Windows System. It is written in C and requires GTK+
-version 1.2.x.
-
-WWW: http://gtkextra.sourceforge.net/
diff --git a/x11-toolkits/gtkextra2/pkg-plist b/x11-toolkits/gtkextra2/pkg-plist
deleted file mode 100644
index a49850b21179..000000000000
--- a/x11-toolkits/gtkextra2/pkg-plist
+++ /dev/null
@@ -1,39 +0,0 @@
-bin/gtkextra-config
-include/gtkextra/gtkbordercombo.h
-include/gtkextra/gtkcharsel.h
-include/gtkextra/gtkcheckitem.h
-include/gtkextra/gtkcolorcombo.h
-include/gtkextra/gtkcombobox.h
-include/gtkextra/gtkdirtree.h
-include/gtkextra/gtkextra.h
-include/gtkextra/gtkextrafeatures.h
-include/gtkextra/gtkfileicons.h
-include/gtkextra/gtkfilelist.h
-include/gtkextra/gtkfontcombo.h
-include/gtkextra/gtkiconfilesel.h
-include/gtkextra/gtkiconlist.h
-include/gtkextra/gtkitementry.h
-include/gtkextra/gtkplot.h
-include/gtkextra/gtkplot3d.h
-include/gtkextra/gtkplotbar.h
-include/gtkextra/gtkplotbox.h
-include/gtkextra/gtkplotcanvas.h
-include/gtkextra/gtkplotcsurface.h
-include/gtkextra/gtkplotdata.h
-include/gtkextra/gtkplotdt.h
-include/gtkextra/gtkplotflux.h
-include/gtkextra/gtkplotgdk.h
-include/gtkextra/gtkplotpc.h
-include/gtkextra/gtkplotpixmap.h
-include/gtkextra/gtkplotpolar.h
-include/gtkextra/gtkplotprint.h
-include/gtkextra/gtkplotps.h
-include/gtkextra/gtkplotsurface.h
-include/gtkextra/gtkpsfont.h
-include/gtkextra/gtksheet.h
-include/gtkextra/gtktogglecombo.h
-lib/libgtkextra.a
-lib/libgtkextra.so
-lib/libgtkextra.so.17
-share/aclocal/gtkextra.m4
-@dirrm include/gtkextra