summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-09 01:46:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-09 01:46:25 +0000
commitb2b80428b6b1d556e8913eccde26b8ac6e0a1fa6 (patch)
tree53695a3f32692e927e3a651d62c9b9684b72d10f /x11
parentThese ports have been FORBIDDEN for 3 months, and removal was announced (diff)
This port has been FORBIDDEN for 10 months for security reasons, and
removal was announced on Oct 12.
Notes
Notes: svn path=/head/; revision=71456
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/launch.app/Makefile28
-rw-r--r--x11/launch.app/distinfo1
-rw-r--r--x11/launch.app/files/patch-GNUmakefile51
-rw-r--r--x11/launch.app/files/patch-launch.c27
-rw-r--r--x11/launch.app/pkg-comment1
-rw-r--r--x11/launch.app/pkg-descr13
-rw-r--r--x11/launch.app/pkg-plist5
8 files changed, 0 insertions, 127 deletions
diff --git a/x11/Makefile b/x11/Makefile
index cab82e77678d..630d865a5ca7 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -63,7 +63,6 @@
SUBDIR += kdelibs3
SUBDIR += keylaunch
SUBDIR += kgamma
- SUBDIR += launch.app
SUBDIR += libcapplet
SUBDIR += libdnd
SUBDIR += libgnome
diff --git a/x11/launch.app/Makefile b/x11/launch.app/Makefile
deleted file mode 100644
index 5eb008dc927e..000000000000
--- a/x11/launch.app/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: launch.app
-# Date created: 20 August 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= launch.app
-PORTVERSION= 0.7.1
-CATEGORIES= x11 windowmaker
-MASTER_SITES= http://stepmaker.sourceforge.net/launch/
-DISTNAME= ${PORTNAME:S/l/L/}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-
-FORBIDDEN= "Buffer overflows in setuid root code"
-
-LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker
-
-WRKSRC= ${WRKDIR}/${PORTNAME:S/l/L/}
-
-USE_X_PREFIX= yes
-USE_XPM= yes
-USE_GMAKE= yes
-MAKEFILE= GNUmakefile
-MAKE_ENV= MKDIR="${MKDIR}"
-
-.include <bsd.port.mk>
diff --git a/x11/launch.app/distinfo b/x11/launch.app/distinfo
deleted file mode 100644
index f24b0678ea65..000000000000
--- a/x11/launch.app/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Launch.app-0.7.1.tar.gz) = 25849532786aa0a8f76177f3b9164c6d
diff --git a/x11/launch.app/files/patch-GNUmakefile b/x11/launch.app/files/patch-GNUmakefile
deleted file mode 100644
index cd310962ff1b..000000000000
--- a/x11/launch.app/files/patch-GNUmakefile
+++ /dev/null
@@ -1,51 +0,0 @@
---- GNUmakefile.orig Thu Oct 18 14:26:03 2001
-+++ GNUmakefile Thu Jan 10 13:52:21 2002
-@@ -1,10 +1,10 @@
--PREFIX = /usr/local/GNUstep/Apps
-+prefix = $(PREFIX)/GNUstep/Apps
- # Comment out the line below if you don't use shadow passwords
--SHADOW = yes
--CFLAGS = `get-wings-flags --cflags` -DPREFIX="\"$(PREFIX)\""
--LDFLAGS = `get-wings-flags --ldflags`
--LIBS = `get-wings-flags --libs` -lWMaker -lcrypt
--CC = gcc -O2 -ggdb
-+#SHADOW = yes
-+CFLAGS += `get-wings-flags --cflags` -DPREFIX="\"$(prefix)\""
-+LDFLAGS = `get-wraster-flags --ldflags`
-+LIBS = `get-wings-flags --libs` -L$(X11BASE)/lib -L$(X11BASE)/GNUstep/lib -lWMaker -lcrypt
-+CC ?= gcc
- OBJS = launch.o history.o execute.o user_auth.o exec_panel.o \
- completion.o test_file.o common_panel.o preferences.o info.o legal.o utils.o
-
-@@ -51,21 +51,21 @@
- $(CC) $(CFLAGS) -c legal.c -o legal.o
-
- install: Launch
-- strip Launch
-- mkdir -p $(PREFIX)/Launch.app
-- install -c Launch $(PREFIX)/Launch.app/Launch
-- install -m 644 Launch.tiff $(PREFIX)/Launch.app/Launch.tiff
-- install -m 644 LaunchInfo.tiff $(PREFIX)/Launch.app/LaunchInfo.tiff
-- install -m 755 openurl $(PREFIX)/Launch.app/openurl
-+ #strip Launch
-+ $(MKDIR) $(prefix)/Launch.app
-+ $(BSD_INSTALL_PROGRAM) Launch $(prefix)/Launch.app/Launch
-+ $(BSD_INSTALL_DATA) Launch.tiff $(prefix)/Launch.app/Launch.tiff
-+ $(BSD_INSTALL_DATA) LaunchInfo.tiff $(prefix)/Launch.app/LaunchInfo.tiff
-+ $(BSD_INSTALL_SCRIPT) openurl $(prefix)/Launch.app/openurl
- ifeq ($(SHADOW), yes)
-- chown root.shadow $(PREFIX)/Launch.app/Launch
-+ chown root:wheel $(prefix)/Launch.app/Launch
- else
-- chown root.root $(PREFIX)/Launch.app/Launch
-+ chown root:wheel $(prefix)/Launch.app/Launch
- endif
-- chmod 4775 $(PREFIX)/Launch.app/Launch
-+ chmod 4775 $(prefix)/Launch.app/Launch
-
- uninstall:
-- rm -r $(PREFIX)/Launch.app
-+ rm -r $(prefix)/Launch.app
-
- clean:
- rm -rf *.o Launch *~
diff --git a/x11/launch.app/files/patch-launch.c b/x11/launch.app/files/patch-launch.c
deleted file mode 100644
index aa37fa960ee1..000000000000
--- a/x11/launch.app/files/patch-launch.c
+++ /dev/null
@@ -1,27 +0,0 @@
-
-$FreeBSD$
-
---- launch.c 2001/08/20 09:01:20 1.1
-+++ launch.c 2001/08/20 09:02:33
-@@ -208,8 +208,8 @@
- WMSynchronizeUserDefaults (udb);
- WMSetUDStringForKey (udb, "0.65", "Version");
- WMSynchronizeUserDefaults (udb);
-- WMSetUDStringForKey (udb, "/usr/local/GNUstep/Apps/Launch.app/openurl %s", "HTTP_App");
-- WMSetUDStringForKey (udb, "/usr/local/GNUstep/Apps/Launch.app/openurl %s", "FTP_App");
-+ WMSetUDStringForKey (udb, PREFIX "/Launch.app/openurl %s", "HTTP_App");
-+ WMSetUDStringForKey (udb, PREFIX "/Launch.app/openurl %s", "FTP_App");
- WMSetUDStringForKey (udb, "xterm -e %s", "Term_Com");
- WMSetUDBoolForKey (udb, True, "Enable_Switch");
- WMSynchronizeUserDefaults (udb);
-@@ -220,8 +220,8 @@
- {
- WMSetUDStringForKey (udb, "0.65", "Version");
- WMSynchronizeUserDefaults (udb);
-- WMSetUDStringForKey (udb, "/usr/local/GNUstep/Apps/Launch.app/openurl %s", "HTTP_App");
-- WMSetUDStringForKey (udb, "/usr/local/GNUstep/Apps/Launch.app/openurl %s", "FTP_App");
-+ WMSetUDStringForKey (udb, PREFIX "/Launch.app/openurl %s", "HTTP_App");
-+ WMSetUDStringForKey (udb, PREFIX "/Launch.app/openurl %s", "FTP_App");
- WMSynchronizeUserDefaults (udb);
- WMSaveUserDefaults (udb);
- }
diff --git a/x11/launch.app/pkg-comment b/x11/launch.app/pkg-comment
deleted file mode 100644
index 429d935804a5..000000000000
--- a/x11/launch.app/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An application launcher for WindowMaker dock
diff --git a/x11/launch.app/pkg-descr b/x11/launch.app/pkg-descr
deleted file mode 100644
index a6ef6e748d43..000000000000
--- a/x11/launch.app/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Launch.app is a small programm for executing applications, based on WINGs
-library.
-
-Features:
-
-- command history;
-- executing application under different user (e.g. root);
-- tab completion;
-- executing console applications;
-- recognition of URLs;
-- configuration.
-
-WWW: http://stepmaker.sourceforge.net/launch.html
diff --git a/x11/launch.app/pkg-plist b/x11/launch.app/pkg-plist
deleted file mode 100644
index c86de94b8420..000000000000
--- a/x11/launch.app/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-GNUstep/Apps/Launch.app/Launch
-GNUstep/Apps/Launch.app/Launch.tiff
-GNUstep/Apps/Launch.app/LaunchInfo.tiff
-GNUstep/Apps/Launch.app/openurl
-@dirrm GNUstep/Apps/Launch.app