summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/Makefile2
-rw-r--r--x11/finder/Makefile22
-rw-r--r--x11/finder/distinfo1
-rw-r--r--x11/finder/files/patch-aa51
-rw-r--r--x11/finder/files/patch-ab13
-rw-r--r--x11/finder/files/patch-ac14
-rw-r--r--x11/finder/files/patch-ad13
-rw-r--r--x11/finder/pkg-descr4
-rw-r--r--x11/finder/pkg-plist5
-rw-r--r--x11/stockticker_applet/Makefile30
-rw-r--r--x11/stockticker_applet/distinfo1
-rw-r--r--x11/stockticker_applet/files/patch-aa10
-rw-r--r--x11/stockticker_applet/files/patch-ab11
-rw-r--r--x11/stockticker_applet/pkg-descr23
-rw-r--r--x11/stockticker_applet/pkg-plist12
15 files changed, 0 insertions, 212 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 0e7145f1c52d..6c1722628f55 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -36,7 +36,6 @@
SUBDIR += eterm
SUBDIR += eweather
SUBDIR += fbsd-icons
- SUBDIR += finder
SUBDIR += fspanel
SUBDIR += gdkxft
SUBDIR += gdm2
@@ -100,7 +99,6 @@
SUBDIR += rxvt-devel
SUBDIR += settitle
SUBDIR += startup-notification
- SUBDIR += stockticker_applet
SUBDIR += sxpc
SUBDIR += temperature.app
SUBDIR += tkgoodstuff
diff --git a/x11/finder/Makefile b/x11/finder/Makefile
deleted file mode 100644
index 8038ff1d8b8e..000000000000
--- a/x11/finder/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: finder
-# Date created: 4 September 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= finder
-PORTVERSION= 0.80.4
-CATEGORIES= x11 gnome
-MASTER_SITES= http://lfh.hkcampus.net/~lfh-lck/programs/finder/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A small program that creates a finder bar on your Gnome system
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= yes
-
-ALL_TARGET= default
-
-.include <bsd.port.mk>
diff --git a/x11/finder/distinfo b/x11/finder/distinfo
deleted file mode 100644
index 51c5e54cdfaa..000000000000
--- a/x11/finder/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (finder-0.80.4.tar.gz) = 2c19623ea25b6cd8c8e63728328a64f7
diff --git a/x11/finder/files/patch-aa b/x11/finder/files/patch-aa
deleted file mode 100644
index 583c3ea3d758..000000000000
--- a/x11/finder/files/patch-aa
+++ /dev/null
@@ -1,51 +0,0 @@
---- Makefile.orig Tue Sep 5 00:49:19 2000
-+++ Makefile Tue Sep 5 14:55:11 2000
-@@ -1,11 +1,11 @@
--INCLUDE=`gnome-config --cflags gnome gnomeui gnorba applets gdk_pixbuf` -I.
--LIBS=`gnome-config --libs gnome gnomeui gnorba applets gdk_pixbuf` -L.
--BIN=`gnome-config --bindir`
--PIXMAP=`gnome-config --prefix`/share/pixmaps
--DESKTOP=`gnome-config --prefix`/share/applets/Utility
--GNORBA=`gnome-config --prefix`/etc/CORBA/servers
-+INCLUDE=`$(X11BASE)/bin/gnome-config --cflags gnome gnomeui gnorba applets gdk_pixbuf` -I.
-+LIBS=`$(X11BASE)/bin/gnome-config --libs gnome gnomeui gnorba applets gdk_pixbuf` -L.
-+BIN=`$(X11BASE)/bin/gnome-config --bindir`
-+PIXMAP=`$(X11BASE)/bin/gnome-config --datadir`/pixmaps
-+DESKTOP=`$(X11BASE)/bin/gnome-config --datadir`/applets/Utility
-+GNORBA=`$(X11BASE)/bin/gnome-config --prefix`/etc/CORBA/servers
-
--CC=gcc
-+CC?=gcc
-
- CFLAGS+=$(INCLUDE)
-
-@@ -23,20 +23,20 @@
- compile: $(OBJS)
-
- finder:
-- make -C gwmh
-- make -C TaskMenu
-- make $(OBJS)
-- gcc $(CFLAGS) $(LIBS) -o finder $(OBJS)
-+ ${MAKE} -C gwmh
-+ ${MAKE} -C TaskMenu
-+ ${MAKE} $(OBJS)
-+ ${CC} $(CFLAGS) $(LIBS) -o finder $(OBJS)
-
- clean:
- rm -f $(OBJS) $(TARGETS)
-
- install: $(INST)
-- cp finder $(BIN)/finder
-- cp apple.png $(PIXMAP)/apple.png
-- cp finder.png $(PIXMAP)/finder.png
-- cp finder.desktop $(DESKTOP)/finder.desktop
-- cp finder.gnorba $(GNORBA)/finder.gnorba
-+ $(BSD_INSTALL_PROGRAM) finder $(BIN)/finder
-+ $(BSD_INSTALL_DATA) apple.png $(PIXMAP)/apple.png
-+ $(BSD_INSTALL_DATA) finder.png $(PIXMAP)/finder.png
-+ $(BSD_INSTALL_DATA) finder.desktop $(DESKTOP)/finder.desktop
-+ $(BSD_INSTALL_DATA) finder.gnorba $(GNORBA)/finder.gnorba
-
- uninstall:
- rm -f $(BIN)/finder
diff --git a/x11/finder/files/patch-ab b/x11/finder/files/patch-ab
deleted file mode 100644
index 8dfaa2d4675d..000000000000
--- a/x11/finder/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- gwmh/Makefile.orig Sun Sep 3 05:34:12 2000
-+++ gwmh/Makefile Mon Sep 4 16:18:43 2000
-@@ -1,8 +1,8 @@
--INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I.
-+INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I.
-
- OBJS=gwmh.o gstc.o
-
--CC=gcc
-+CC?=gcc
- CFLAGS+=$(INCLUDEFLAGS)
-
- default: $(OBJS)
diff --git a/x11/finder/files/patch-ac b/x11/finder/files/patch-ac
deleted file mode 100644
index 7bc232024a68..000000000000
--- a/x11/finder/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
---- TaskMenu/Makefile.orig Thu Nov 30 17:43:15 2000
-+++ TaskMenu/Makefile Mon Dec 4 10:07:31 2000
-@@ -1,9 +1,9 @@
--INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I.
-+INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I.
-
- OBJS=task-menu.o task-option.o task-manage.o task-icon.o task-global.o \
- task-operation.o
-
--CC=gcc
-+CC?=gcc
- CFLAGS+=$(INCLUDEFLAGS)
-
- default: $(OBJS)
diff --git a/x11/finder/files/patch-ad b/x11/finder/files/patch-ad
deleted file mode 100644
index 3890bad67ae2..000000000000
--- a/x11/finder/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- AboutDialog/Makefile 2000/09/04 13:19:20 1.1
-+++ AboutDialog/Makefile 2000/09/04 13:19:53
-@@ -1,8 +1,8 @@
--INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I.
-+INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I.
-
- OBJS=about-dialog.o
-
--CC=gcc
-+CC?=gcc
- CFLAGS+=$(INCLUDEFLAGS)
-
- default: $(OBJS)
diff --git a/x11/finder/pkg-descr b/x11/finder/pkg-descr
deleted file mode 100644
index 7c4a9e019256..000000000000
--- a/x11/finder/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Finder is a small program that creates a finder bar on your Gnome system. It
-can be used to switch tasks and launch applications.
-
-WWW: http://lfh.hkcampus.net/~lfh-lck/programs/finder/
diff --git a/x11/finder/pkg-plist b/x11/finder/pkg-plist
deleted file mode 100644
index 94a33ebadacc..000000000000
--- a/x11/finder/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/finder
-etc/CORBA/servers/finder.gnorba
-share/gnome/applets/Utility/finder.desktop
-share/gnome/pixmaps/apple.png
-share/gnome/pixmaps/finder.png
diff --git a/x11/stockticker_applet/Makefile b/x11/stockticker_applet/Makefile
deleted file mode 100644
index 887515083cf3..000000000000
--- a/x11/stockticker_applet/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Ports collection Makefile for: stockticker_applet
-# Date created: 1 August 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= stockticker_applet
-PORTVERSION= 0.2.2
-PORTREVISION= 2
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME:S/_applet//}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An applet that displays stock quotes in the Gnome panel
-
-USE_GNOME= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
- LDFLAGS=-L${LOCALBASE}/lib
-
-pre-patch:
- @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} \( -name "Makefile.in" -or -name "*.make" \) | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
-.include <bsd.port.mk>
diff --git a/x11/stockticker_applet/distinfo b/x11/stockticker_applet/distinfo
deleted file mode 100644
index 3366b7317b15..000000000000
--- a/x11/stockticker_applet/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (stockticker_applet-0.2.2.tar.gz) = b0431c5584e4268752b7f29a5f4bd899
diff --git a/x11/stockticker_applet/files/patch-aa b/x11/stockticker_applet/files/patch-aa
deleted file mode 100644
index a7fafe2afba8..000000000000
--- a/x11/stockticker_applet/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- stockticker_applet.desktop.orig Tue Aug 1 14:47:41 2000
-+++ stockticker_applet.desktop Tue Aug 1 14:49:07 2000
-@@ -1,6 +1,6 @@
- [Desktop Entry]
- Name=Stock Ticker
- Comment=Stock Ticker Applet
--Exec=stockticker_applet
-+Exec=stockticker_applet --activate-goad-server=stockticker_applet
- Icon=stockticker.png
- Type=Application
diff --git a/x11/stockticker_applet/files/patch-ab b/x11/stockticker_applet/files/patch-ab
deleted file mode 100644
index 6453498bf369..000000000000
--- a/x11/stockticker_applet/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/tick.c~ Sat Aug 19 12:56:47 2000
-+++ src/tick.c Sun Oct 20 02:43:29 2002
-@@ -377,7 +377,7 @@
-
- offset=str+curr_len;
-
-- args=va_start(args,fmt);
-+ va_start(args,fmt);
-
- written=vsnprintf(offset,left,fmt,args);
-
diff --git a/x11/stockticker_applet/pkg-descr b/x11/stockticker_applet/pkg-descr
deleted file mode 100644
index bb36244b0815..000000000000
--- a/x11/stockticker_applet/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-StockTicker Applet
-==================
-
-This applet displays stock quotes in the Gnome panel.
-
-
-Requirements
-============
-
-To use StockTicker, you must have:
-
- o Gnome (including libghttp and pixbuf support)
- o A net connection
-
-
-Running StockTicker
-===================
-
-Once installed, the ticker can be added to the panel by running it
-(stockticker_applet). You may want to add it to your applet menu by running
-gmenu.
-
-WWW: http://sourceforge.net/projects/stockticker/
diff --git a/x11/stockticker_applet/pkg-plist b/x11/stockticker_applet/pkg-plist
deleted file mode 100644
index a7ff81475e08..000000000000
--- a/x11/stockticker_applet/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/stockticker_applet
-etc/CORBA/servers/stockticker_applet.gnorba
-share/gnome/applets/Network/stockticker_applet.desktop
-share/gnome/help/stockticker_applet/C/docbook.css
-share/gnome/help/stockticker_applet/C/index.html
-share/gnome/help/stockticker_applet/C/ln13.html
-share/gnome/help/stockticker_applet/C/ticker_details.png
-share/gnome/help/stockticker_applet/C/ticker_panel.png
-share/gnome/pixmaps/stockticker.png
-@dirrm share/gnome/help/stockticker_applet/C/stylesheet-images
-@dirrm share/gnome/help/stockticker_applet/C
-@dirrm share/gnome/help/stockticker_applet