From c3df4f93ad4d3f493510697171fbe379b3b129e9 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Wed, 28 Dec 2011 17:49:04 +0000 Subject: Remove expired, unmaintained ports: 2011-11-30 textproc/skribe 2011-11-30 emulators/wahcade 2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is scheduled for deletion 2011-11-30 editors/koffice-kde3 2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion 2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported 2011-11-30 databases/fireprofile 2011-12-01 audio/gnowavcut: Abandonware 2011-12-01 mail/demime: No upstream development since 2007 2011-12-03 x11/wmmsg: No more public distfiles 2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on anymore. 2011-12-03 misc/demoniac: No more upstream, no more public distfiles 2011-12-03 cad/gtkwave: No more public distfiles, no more upstream 2011-12-07 databases/clip: No develop anymore for long 2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend on --- x11-toolkits/gtkextra/Makefile | 28 --------------- x11-toolkits/gtkextra/distinfo | 2 -- x11-toolkits/gtkextra/files/patch-aa | 22 ------------ x11-toolkits/gtkextra/files/patch-ab | 11 ------ x11-toolkits/gtkextra/files/patch-ac | 34 ------------------ .../gtkextra/files/patch-gtkextra::gtkplotdt.c | 15 -------- .../gtkextra/files/patch-gtkextra::gtkplotps.c | 15 -------- x11-toolkits/gtkextra/pkg-descr | 5 --- x11-toolkits/gtkextra/pkg-plist | 40 ---------------------- 9 files changed, 172 deletions(-) delete mode 100644 x11-toolkits/gtkextra/Makefile delete mode 100644 x11-toolkits/gtkextra/distinfo delete mode 100644 x11-toolkits/gtkextra/files/patch-aa delete mode 100644 x11-toolkits/gtkextra/files/patch-ab delete mode 100644 x11-toolkits/gtkextra/files/patch-ac delete mode 100644 x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotdt.c delete mode 100644 x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c delete mode 100644 x11-toolkits/gtkextra/pkg-descr delete mode 100644 x11-toolkits/gtkextra/pkg-plist (limited to 'x11-toolkits/gtkextra') diff --git a/x11-toolkits/gtkextra/Makefile b/x11-toolkits/gtkextra/Makefile deleted file mode 100644 index baba51dd3bf7..000000000000 --- a/x11-toolkits/gtkextra/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: gtkextra -# Date created: 17 August 2000 -# Whom: Maxim Sobolev -# -# $FreeBSD$ -# - -PORTNAME= gtkextra -PORTVERSION= 0.99.17 -PORTREVISION= 4 -CATEGORIES= x11-toolkits -MASTER_SITES= http://gtkextra.sourceforge.net/src/ \ - SF/scigraphica/scigraphica-0.x/0.8.0-source - -DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A useful widget set complementary to GTK+ - -DEPRECATED= no longer supported upstream, no more depend on -EXPIRATION_DATE= 2011-12-09 - -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -USE_GNOME= gtk12 -USE_LDCONFIG= yes - -.include diff --git a/x11-toolkits/gtkextra/distinfo b/x11-toolkits/gtkextra/distinfo deleted file mode 100644 index dc37a905a347..000000000000 --- a/x11-toolkits/gtkextra/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gtk+extra-0.99.17.tar.gz) = 19af1aa49f95de51a8fcc24d9aeff93ca4f078f5053bff6d54a04859c425296b -SIZE (gtk+extra-0.99.17.tar.gz) = 426952 diff --git a/x11-toolkits/gtkextra/files/patch-aa b/x11-toolkits/gtkextra/files/patch-aa deleted file mode 100644 index 78234c32d161..000000000000 --- a/x11-toolkits/gtkextra/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/gtkextra/files/patch-ab b/x11-toolkits/gtkextra/files/patch-ab deleted file mode 100644 index 12426187d2e9..000000000000 --- a/x11-toolkits/gtkextra/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/gtkextra/files/patch-ac b/x11-toolkits/gtkextra/files/patch-ac deleted file mode 100644 index 61dc0fa18919..000000000000 --- a/x11-toolkits/gtkextra/files/patch-ac +++ /dev/null @@ -1,34 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig 2001-11-30 16:28:45.000000000 +0100 -+++ Makefile.in 2011-03-12 23:15:59.000000000 +0100 -@@ -448,17 +448,19 @@ install uninstall-am uninstall all-redir - 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 \ -- echo $$p; \ -- done -- @for subdir in $(SUBDIRS); do \ -- files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \ -- for file in $$files; do \ -- echo $$subdir/$$file; \ -- done; \ -- done -+ @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ -+ echo $$p; \ -+ done -+ @for subdir in $(SUBDIRS); do \ -+ files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \ -+ for file in $$files; do \ -+ echo $$subdir/$$file; \ -+ done; \ -+ done - release: - rm -rf .deps */.deps - $(MAKE) distcheck diff --git a/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotdt.c b/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotdt.c deleted file mode 100644 index bfc112f0e900..000000000000 --- a/x11-toolkits/gtkextra/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 - #include - #include -+#ifndef __FreeBSD__ - #include -+#endif - #include - #include - #include "gtkplotdt.h" diff --git a/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c b/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c deleted file mode 100644 index 69cb86b60e9a..000000000000 --- a/x11-toolkits/gtkextra/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 - #include - #include -+#if __FreeBSD_version >= 500019 - #include -+#endif - #include - - #include "gtkplot.h" diff --git a/x11-toolkits/gtkextra/pkg-descr b/x11-toolkits/gtkextra/pkg-descr deleted file mode 100644 index 719c1361c8e0..000000000000 --- a/x11-toolkits/gtkextra/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/gtkextra/pkg-plist b/x11-toolkits/gtkextra/pkg-plist deleted file mode 100644 index 93c2842408b8..000000000000 --- a/x11-toolkits/gtkextra/pkg-plist +++ /dev/null @@ -1,40 +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.la -lib/libgtkextra.so -lib/libgtkextra.so.17 -share/aclocal/gtkextra.m4 -@dirrm include/gtkextra -- cgit v1.2.3