diff options
Diffstat (limited to 'x11')
49 files changed, 0 insertions, 1175 deletions
diff --git a/x11/Makefile b/x11/Makefile index c5045c13f9a7..ed0d6df29e34 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -26,7 +26,6 @@ SUBDIR += bgs SUBDIR += bitmap SUBDIR += bmpanel2 - SUBDIR += bricons SUBDIR += brisk-menu SUBDIR += cde SUBDIR += cinnamon @@ -342,7 +341,6 @@ SUBDIR += tilix SUBDIR += tint SUBDIR += trayer - SUBDIR += tycoon SUBDIR += ulauncher SUBDIR += urxvt-font-size SUBDIR += urxvt-perls @@ -372,11 +370,9 @@ SUBDIR += wmctrl SUBDIR += wmdrawer SUBDIR += wmfocus - SUBDIR += wmmatrix SUBDIR += wmsystemtray SUBDIR += wmutils-core SUBDIR += wmutils-opt - SUBDIR += wmxss SUBDIR += wob SUBDIR += wofi SUBDIR += workrave @@ -393,7 +389,6 @@ SUBDIR += xbacklight SUBDIR += xballoon SUBDIR += xbanish - SUBDIR += xbanner SUBDIR += xbiff SUBDIR += xbindkeys SUBDIR += xbitmaps @@ -452,7 +447,6 @@ SUBDIR += xforward SUBDIR += xgamma SUBDIR += xgc - SUBDIR += xgrab SUBDIR += xhost SUBDIR += xidle SUBDIR += xinit @@ -483,7 +477,6 @@ SUBDIR += xmessage SUBDIR += xmh SUBDIR += xmodmap - SUBDIR += xmon SUBDIR += xmore SUBDIR += xmotd SUBDIR += xmsg diff --git a/x11/bricons/Makefile b/x11/bricons/Makefile deleted file mode 100644 index 25df49303040..000000000000 --- a/x11/bricons/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: shanee@augusta.de - -PORTNAME= bricons -PORTVERSION= 3.0 -DISTVERSIONPREFIX= athena- -PORTREVISION= 3 -CATEGORIES= x11 -MASTER_SITES= XCONTRIB/../R5contrib - -MAINTAINER= ports@FreeBSD.org -COMMENT= Quick start up utility for applications on an X display - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USES= imake perl5 tar:Z xorg -USE_PERL5= build -USE_XORG= xaw - -CFLAGS+= -fcommon - -DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) -EXPIRATION_DATE=2021-04-01 - -post-patch: - @${REINPLACE_CMD} -e \ - 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/Xbricons - @${REINPLACE_CMD} -e \ - 's|^unsigned int argc|int argc|' ${WRKSRC}/main.c - -post-install: - ${INSTALL_DATA} ${WRKSRC}/Xbricons ${STAGEDIR}${PREFIX}/lib/X11/app-defaults - @${MKDIR} ${STAGEDIR}${PREFIX}/include/X11/bitmaps - ${INSTALL_DATA} ${WRKSRC}/bitmaps/* ${STAGEDIR}${PREFIX}/include/X11/bitmaps - @${MKDIR} ${STAGEDIR}${PREFIX}/include/X11/pixmaps - ${INSTALL_DATA} ${WRKSRC}/*.xpm ${STAGEDIR}${PREFIX}/include/X11/pixmaps - -.include <bsd.port.mk> diff --git a/x11/bricons/distinfo b/x11/bricons/distinfo deleted file mode 100644 index 09a955489e6c..000000000000 --- a/x11/bricons/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bricons-athena-3.0.tar.Z) = 581216ff75729c1e2649a8354557581b81e1b24eb64cf292ecbf7ede63ebf668 -SIZE (bricons-athena-3.0.tar.Z) = 39783 diff --git a/x11/bricons/files/DOTbriconsrc b/x11/bricons/files/DOTbriconsrc deleted file mode 100644 index 3813d86f9104..000000000000 --- a/x11/bricons/files/DOTbriconsrc +++ /dev/null @@ -1,27 +0,0 @@ -# <-- a line starting with a '#' is a comment line -# - -# first line must have keyword %icon or %text -# to indicate if button is an icon -%icon help.xbm -xman -%icon letters.xbm -knews -%pixmap /usr/X11R6/include/X11/pixmaps/mail.xpm -exmh -%icon calander.xbm -xcalendar -%text Sub-\nmenu -%sub_menu - %text \n bitmap\n editor\n - %pixmap /usr/X11R6/include/X11/pixmaps/clock.xpm - xclock - %icon load.xbm - xload - %text+ \n Shell\n - xterm -n Shell & -%end_sub_menu -%pixmap+ /usr/X11R6/include/X11/pixmaps/xterm.xpm -xterm & -%pixmap+ /usr/X11R6/include/X11/pixmaps/editor.xpm -xedit & diff --git a/x11/bricons/files/patch-Imakefile b/x11/bricons/files/patch-Imakefile deleted file mode 100644 index a559725121f7..000000000000 --- a/x11/bricons/files/patch-Imakefile +++ /dev/null @@ -1,49 +0,0 @@ -*** Imakefile.orig Thu Jan 21 21:27:31 1993 ---- Imakefile Sat Aug 3 14:30:53 1996 -*************** -*** 7,28 **** - /**/# Here's what to change to customize the installation... - /**/# Where do you want this stuff (if the defaults aren't okay)? - -! BINDIR = /home/cur/bri/bin/mbins/${M}bin -! LIBDIR = /home/cur/bri/lib -! MANDIR = /home/cur/bri/Man - - /**/# Where is the Xpm header and library files - /**/# This program needs the Xpm libraries written by Arnaud Le Hors. - /**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu - /**/# and from many other sites. - -! XPM_DIR = /home/cur/bri/Xstuff/Progs/bricons/xpm - XPM_INCLUDE_DIR = $(XPM_DIR) -! XPM_LIB_DIR = $(LIBDIR) - - /**/# This is -g for debugging or -O for optimization (or nothing). - -! CDEBUGFLAGS = -g - - /**/# Nothing to change below here - ---- 7,28 ---- - /**/# Here's what to change to customize the installation... - /**/# Where do you want this stuff (if the defaults aren't okay)? - -! XCOMM BINDIR = /home/cur/bri/bin/mbins/${M}bin -! XCOMM LIBDIR = /home/cur/bri/lib -! XCOMM MANDIR = /home/cur/bri/Man - - /**/# Where is the Xpm header and library files - /**/# This program needs the Xpm libraries written by Arnaud Le Hors. - /**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu - /**/# and from many other sites. - -! XPM_DIR = $(INCROOT)/X11 - XPM_INCLUDE_DIR = $(XPM_DIR) -! XPM_LIB_DIR = $(LIBDIR) - - /**/# This is -g for debugging or -O for optimization (or nothing). - -! XCOMM CDEBUGFLAGS = -g - - /**/# Nothing to change below here - diff --git a/x11/bricons/files/patch-Xbricons b/x11/bricons/files/patch-Xbricons deleted file mode 100644 index ba87b18d4bc4..000000000000 --- a/x11/bricons/files/patch-Xbricons +++ /dev/null @@ -1,22 +0,0 @@ -*** Xbricons.orig Thu Jan 21 21:27:32 1993 ---- Xbricons Sat Aug 3 15:14:56 1996 -*************** -*** 1,9 **** - ! Application resources file for bricons program - ! B.R. Ingram 9th Sept 1991 - *no_of_cols: 16 -! *icon_file: /home/cur/bri/.briconsrc -! *help_file: /home/cur/bri/Man/bricons.man -! .bitmapFilePath: /usr/local/include/X11/bitmaps:/s/bri/Pics - *borderColor: yellow - *popup_layout*.borderColor: black - *background: #ffd28e ---- 1,8 ---- - ! Application resources file for bricons program - ! B.R. Ingram 9th Sept 1991 - *no_of_cols: 16 -! *help_file: bricons -! *.bitmapFilePath: %%PREFIX%%/include/X11/bitmaps - *borderColor: yellow - *popup_layout*.borderColor: black - *background: #ffd28e diff --git a/x11/bricons/files/patch-action.c b/x11/bricons/files/patch-action.c deleted file mode 100644 index c06c417a6d1c..000000000000 --- a/x11/bricons/files/patch-action.c +++ /dev/null @@ -1,11 +0,0 @@ ---- action.c.orig Fri Oct 25 11:18:06 2002 -+++ action.c Fri Oct 25 11:18:39 2002 -@@ -178,7 +178,7 @@ - { - int pid; - int i = 0; -- union wait status; -+ int status; - - - /* diff --git a/x11/bricons/files/patch-gen.h b/x11/bricons/files/patch-gen.h deleted file mode 100644 index 8cd99bc489b7..000000000000 --- a/x11/bricons/files/patch-gen.h +++ /dev/null @@ -1,32 +0,0 @@ ---- gen.h.orig 1993-01-22 05:27:33.000000000 +0900 -+++ gen.h 2013-01-12 22:14:38.000000000 +0900 -@@ -1,6 +1,7 @@ - static char* sccs_gen_h = "%W%%G%"; - - #include <stdio.h> -+#include <string.h> - #include <sys/param.h> - #include <sys/stat.h> - #include <X11/Xos.h> -@@ -11,8 +12,8 @@ - #include <X11/Xaw/MenuButton.h> - #include <X11/Shell.h> - #include <X11/Xaw/Cardinals.h> --/* #include <stdlib.h> */ --#include <malloc.h> -+#include <stdlib.h> -+/* #include <malloc.h> */ - #include <ctype.h> - #include <unistd.h> - #include "xpm.h" -@@ -76,10 +77,6 @@ - - ChildInfo ci_ptr[MAXPROCS]; - --/* forward declarations */ --int fprintf(), ungetc(), fclose(), fscanf(); --char *strcpy(), *getenv(), *malloc(); -- - typedef int bool_t; - - Pixmap pix, pix2; diff --git a/x11/bricons/pkg-descr b/x11/bricons/pkg-descr deleted file mode 100644 index 6e8fe95a70cf..000000000000 --- a/x11/bricons/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Bricons program allows the user to quickly start up applications by -selecting the appropriate button from the display and pressing the left -mouse button. A maximum of up to sixteen main menu buttons can be -displayed. Each main menu button can launch an application or pop-up a -sub menu containing more buttons. The buttons can be represented as a -bitmap, text or a colour icon (i.e Pixmap). diff --git a/x11/bricons/pkg-plist b/x11/bricons/pkg-plist deleted file mode 100644 index 0bd9e5c389d9..000000000000 --- a/x11/bricons/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/bricons -lib/X11/app-defaults/Xbricons -include/X11/bitmaps/calander.xbm -include/X11/bitmaps/help.xbm -include/X11/bitmaps/letters.xbm -include/X11/bitmaps/load.xbm -include/X11/pixmaps/clock.xpm -include/X11/pixmaps/editor.xpm -include/X11/pixmaps/mail.xpm -include/X11/pixmaps/news.xpm -man/man1/bricons.1.gz diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile deleted file mode 100644 index 30a53e8bc706..000000000000 --- a/x11/tycoon/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: steve@farrell.org - -PORTNAME= tycoon -PORTVERSION= 1.07o -PORTREVISION= 9 -CATEGORIES= x11 -MASTER_SITES= SUNSITE/X11/desktop - -MAINTAINER= ports@FreeBSD.org -COMMENT= Nifty set of desktop apps, including floating buttons - -# Fix build with -fno-common (llvm 11) -CFLAGS+= -fcommon - -DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) -EXPIRATION_DATE=2021-04-01 - -LIB_DEPENDS= libforms.so:x11-toolkits/xforms - -USES= imake xorg -USE_XORG= xaw - -post-patch: - @${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \ - ${WRKSRC}/xbackdrop/backdrops/index - @${REINPLACE_CMD} -e 's|^update_file|void update_file|' \ - ${WRKSRC}/xchooser/xchooser.c - @${FIND} ${WRKSRC} -name '*.c' -type f | ${XARGS} ${REINPLACE_CMD} -e \ - 's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g' - -pre-configure: - @${RM} ${WRKSRC}/xbackdrop/backdrops/index?* - -.include <bsd.port.mk> diff --git a/x11/tycoon/distinfo b/x11/tycoon/distinfo deleted file mode 100644 index 8757361f264e..000000000000 --- a/x11/tycoon/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tycoon-1.07o.tar.gz) = da43fc991202cbfcce829f7ab37c9141bb3a03191d37c2c44cf95c1edf39faae -SIZE (tycoon-1.07o.tar.gz) = 280576 diff --git a/x11/tycoon/files/patch-fclock__Imakefile b/x11/tycoon/files/patch-fclock__Imakefile deleted file mode 100644 index 051828969862..000000000000 --- a/x11/tycoon/files/patch-fclock__Imakefile +++ /dev/null @@ -1,16 +0,0 @@ ---- fclock/Imakefile.orig Tue Sep 26 20:53:47 1995 -+++ fclock/Imakefile Wed Nov 1 08:18:31 2000 -@@ -1,9 +1,9 @@ - - SRCS = clock_main.c - OBJS = clock_main.o --EXTRA_LIBRARIES = -L/usr/local/lib -lforms -lXpm -lm --EXTRA_INCLUDES = -I/usr/local/include -I. --EXTRA_DEFINES = -DICON_DIR=\"/usr/include/X11/pixmaps\" -+EXTRA_LIBRARIES = -lforms -lXpm -lm -+EXTRA_INCLUDES = -I. -I${INCDIR}/X11 -+EXTRA_DEFINES = -DICON_DIR=\"${INCDIR}/pixmaps/\" - LDLIBS = $(EXTRA_LIBRARIES) $(EXTENSIONLIB) $(XLIB) - --ComplexProgramTarget(fclock) -+ComplexProgramTargetNoMan(fclock) diff --git a/x11/tycoon/files/patch-tycoon__Imakefile b/x11/tycoon/files/patch-tycoon__Imakefile deleted file mode 100644 index 9b7852d76641..000000000000 --- a/x11/tycoon/files/patch-tycoon__Imakefile +++ /dev/null @@ -1,16 +0,0 @@ ---- tycoon/Imakefile.orig Fri Jun 14 03:20:52 1996 -+++ tycoon/Imakefile Wed Nov 1 08:18:43 2000 -@@ -26,10 +26,10 @@ - VERSION=1.07o - SRCS = wiconsh.c blip.c tycoon.c main.c DragAndDrop.c menu.c - OBJS = wiconsh.o blip.o tycoon.o main.o DragAndDrop.o menu.o --EXTRA_LIBRARIES = -L/usr/local/lib -L/users/matar/interu/segel/mitnits/lib -lXpm --EXTRA_INCLUDES = -I/usr/local/include -I/users/matar/interu/segel/mitnits/lib -I. -+EXTRA_LIBRARIES = -lXpm -+EXTRA_INCLUDES = -I. -I${INCDIR}/X11 - EXTRA_DEFINES = -DVERSION=\"$(VERSION)\" - LDLIBS = $(EXTRA_LIBRARIES) $(XAWLIB) $(XMULIB) \ - $(XTOOLLIB) $(EXTENSIONLIB) $(XLIB) - --ComplexProgramTarget(tycoon) -+ComplexProgramTargetNoMan(tycoon) diff --git a/x11/tycoon/files/patch-tyman__Imakefile b/x11/tycoon/files/patch-tyman__Imakefile deleted file mode 100644 index ca60cc1153e4..000000000000 --- a/x11/tycoon/files/patch-tyman__Imakefile +++ /dev/null @@ -1,23 +0,0 @@ ---- tyman/Imakefile.orig Fri Mar 1 22:37:02 1996 -+++ tyman/Imakefile Wed Nov 1 08:11:48 2000 -@@ -2,14 +2,14 @@ - SRCS = tyman.c tyman_cb.c tyman_main.c - OBJS = tyman.o tyman_cb.o tyman_main.o - XCOMM for LINUX: --EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm XCOMM -+XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm XCOMM - --XCOMM FOR Solaris --XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm -lnsl -+XCOMM FOR FreeBSD -+EXTRA_LIBRARIES = -lforms -lXpm -lm - - --EXTRA_INCLUDES = -I/usr/local/include -I/u/grad/mitnits/lib -I. --EXTRA_DEFINES = -DICON_DIR=\"/usr/include/X11/pixmaps\" -+EXTRA_INCLUDES = -I. -I${INCDIR}/X11 -+EXTRA_DEFINES = -DICON_DIR=\"${INCDIR}/pixmaps/\" - LDLIBS = $(EXTRA_LIBRARIES) $(EXTENSIONLIB) $(XLIB) - --ComplexProgramTarget(tyman) -+ComplexProgramTargetNoMan(tyman) diff --git a/x11/tycoon/files/patch-xbackdrop__Imakefile b/x11/tycoon/files/patch-xbackdrop__Imakefile deleted file mode 100644 index ea9b55dc277b..000000000000 --- a/x11/tycoon/files/patch-xbackdrop__Imakefile +++ /dev/null @@ -1,42 +0,0 @@ ---- xbackdrop/Imakefile.orig Sat Mar 9 22:41:13 1996 -+++ xbackdrop/Imakefile Wed Nov 1 08:19:17 2000 -@@ -1,26 +1,27 @@ --XBACKDROP_DIR = /usr/lib/X11/backdrops -+XCOMM -+XCOMM FBSD--SF--I'm not sure about this location--backdrops?? -+XCOMM -+XBACKDROP_DIR = ${LIBDIR}/backdrops -+ - SRCS = xbackdrop.c xbackdrop_cb.c xbackdrop_main.c newbg.c newbg_cb.c - OBJS = xbackdrop.o xbackdrop_cb.o xbackdrop_main.o newbg.o newbg_cb.o - XCOMM for LINUX: --EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm XCOMM -+XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm XCOMM - --XCOMM FOR Solaris --XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm -lnsl -+XCOMM FOR FreeBSD -+EXTRA_LIBRARIES = -lforms -lXpm -lm - - --EXTRA_INCLUDES = -I/usr/local/include -I/u/grad/mitnits/lib -I. -+EXTRA_INCLUDES = -I. -I${INCDIR}/X11 - EXTRA_DEFINES = -DXBACKDROP_DIR=\"$(XBACKDROP_DIR)\" - LDLIBS = $(EXTRA_LIBRARIES) $(EXTENSIONLIB) $(XLIB) - --ComplexProgramTarget(xbackdrop) -+ComplexProgramTargetNoMan(xbackdrop) - --install:: xbackdrop @@\ -- @if [ -d $(XBACKDROP_DIR) ]; then set +x; \ @@\ -- else (set -x; $(MKDIRHIER) $(XBACKDROP_DIR)); fi @@\ -- cp backdrops/?* $(XBACKDROP_DIR); @@\ -- chown root.root $(XBACKDROP_DIR) $(XBACKDROP_DIR)/?*; @@\ -- chmod 0755 $(XBACKDROP_DIR); @@\ -- chmod 0644 $(XBACKDROP_DIR)/?*; @@\ -+install:: xbackdrop @@\ -+ @if [ -d $(DESTDIR)$(XBACKDROP_DIR) ]; then set +x; \ @@\ -+ else (set -x; $(MKDIRHIER) $(DESTDIR)$(XBACKDROP_DIR)); fi @@\ -+ $(INSTALL) $(INSTALLFLAGS) $(INSTDATFLAGS) backdrops/?* $(DESTDIR)$(XBACKDROP_DIR); @@\ - - diff --git a/x11/tycoon/files/patch-xchooser__Imakefile b/x11/tycoon/files/patch-xchooser__Imakefile deleted file mode 100644 index 47aa2a19c484..000000000000 --- a/x11/tycoon/files/patch-xchooser__Imakefile +++ /dev/null @@ -1,23 +0,0 @@ ---- xchooser/Imakefile.orig Sun Oct 15 19:06:15 1995 -+++ xchooser/Imakefile Wed Nov 1 08:12:46 2000 -@@ -2,14 +2,14 @@ - SRCS = xchooser.c xchooser_cb.c xchooser_main.c - OBJS = xchooser.o xchooser_cb.o xchooser_main.o - XCOMM for LINUX: --EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm XCOMM -+XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm XCOMM - --XCOMM FOR Solaris --XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm -lnsl -+XCOMM FOR FreeBSD -+EXTRA_LIBRARIES = -lforms -lXpm -lm - - --EXTRA_INCLUDES = -I/usr/local/include -I/u/grad/mitnits/lib -I. --EXTRA_DEFINES = -DICON_DIR=\"/usr/include/X11/pixmaps\" -+EXTRA_INCLUDES = -I. -I${INCDIR}/X11 -+EXTRA_DEFINES = -DICON_DIR=\"${INCDIR}/pixmaps\" - LDLIBS = $(EXTRA_LIBRARIES) $(EXTENSIONLIB) $(XLIB) - --ComplexProgramTarget(xchooser) -+ComplexProgramTargetNoMan(xchooser) diff --git a/x11/tycoon/files/patch-xprompt__Imakefile b/x11/tycoon/files/patch-xprompt__Imakefile deleted file mode 100644 index 15122fe8a0a5..000000000000 --- a/x11/tycoon/files/patch-xprompt__Imakefile +++ /dev/null @@ -1,23 +0,0 @@ ---- xprompt/Imakefile.orig Thu Jun 29 12:48:41 1995 -+++ xprompt/Imakefile Wed Nov 1 08:13:28 2000 -@@ -2,14 +2,14 @@ - SRCS = xprompt.c xprompt_cb.c xprompt_main.c - OBJS = xprompt.o xprompt_cb.o xprompt_main.o - XCOMM for LINUX: --EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm XCOMM -+XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -lforms -lXpm -lm XCOMM - --XCOMM FOR Solaris --XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm -lnsl -+XCOMM FOR FreeBSD -+EXTRA_LIBRARIES = -lforms -lXpm -lm - - --EXTRA_INCLUDES = -I/usr/local/include -I/u/grad/mitnits/lib -I. --EXTRA_DEFINES = -DICON_DIR=\"/usr/include/X11/pixmaps\" -+EXTRA_INCLUDES = -I. -I${INCDIR}/X11 -+EXTRA_DEFINES = -DICON_DIR=\"${INCDIR}/pixmaps\" - LDLIBS = $(EXTRA_LIBRARIES) $(EXTENSIONLIB) $(XLIB) - --ComplexProgramTarget(xprompt) -+ComplexProgramTargetNoMan(xprompt) diff --git a/x11/tycoon/pkg-descr b/x11/tycoon/pkg-descr deleted file mode 100644 index 74380749ad18..000000000000 --- a/x11/tycoon/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ - The program adds nicely shaped icons a little bit like those of window -manager. You can launch programs by clicking on them. The layout of the icons -is remembered and restored on the next run. - - Right now I have put into tycoon support for OffiX drag-and-drop, -so now you can drag icons from the OffiX filemanager into tycoon -icons and have appropriate action invoked. Check out OffiX, it's -very fine package. diff --git a/x11/tycoon/pkg-plist b/x11/tycoon/pkg-plist deleted file mode 100644 index 1f166da885f4..000000000000 --- a/x11/tycoon/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -bin/fclock -bin/tycoon -bin/tyman -bin/xbackdrop -bin/xchooser -bin/xprompt -lib/X11/backdrops/arena.xpm -lib/X11/backdrops/background5.xpm -lib/X11/backdrops/background8.xpm -lib/X11/backdrops/bg_blu.xpm -lib/X11/backdrops/circle_weave.xpm -lib/X11/backdrops/cloth.xpm -lib/X11/backdrops/concrete.xpm -lib/X11/backdrops/flames.xpm -lib/X11/backdrops/funkyblue_weave.xpm -lib/X11/backdrops/gradient.xpm -lib/X11/backdrops/gray_stucco.xpm -lib/X11/backdrops/green_stucco.xpm -lib/X11/backdrops/greysea.xpm -lib/X11/backdrops/honey.xpm -lib/X11/backdrops/index -lib/X11/backdrops/marbled.xpm -lib/X11/backdrops/marbled2.xpm -lib/X11/backdrops/maze3.xpm -lib/X11/backdrops/multicolor1_rock.xpm -lib/X11/backdrops/multicolor3_rock.xpm -lib/X11/backdrops/plasma_maze.xpm -lib/X11/backdrops/pool.xpm -lib/X11/backdrops/raindrops_dark.xpm -lib/X11/backdrops/red_rock.xpm -lib/X11/backdrops/red_stucco.xpm -lib/X11/backdrops/rough.xpm -lib/X11/backdrops/slate.xpm -lib/X11/backdrops/slate_green.xpm -lib/X11/backdrops/space.xpm -lib/X11/backdrops/space2.xpm -lib/X11/backdrops/tan_paper.xpm -lib/X11/backdrops/tiles.xpm -lib/X11/backdrops/wax.xpm -lib/X11/backdrops/weave-red.xpm -lib/X11/backdrops/wood.xpm -lib/X11/backdrops/wood2.xpm -lib/X11/backdrops/worm.xpm -lib/X11/backdrops/xenon.xpm -lib/X11/backdrops/yellow_weave.xpm diff --git a/x11/wmmatrix/Makefile b/x11/wmmatrix/Makefile deleted file mode 100644 index 9ff59c26aeb1..000000000000 --- a/x11/wmmatrix/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Brian Handy <handy@physics.montana.edu> - -PORTNAME= wmmatrix -PORTVERSION= 0.2 -PORTREVISION= 3 -CATEGORIES= x11 windowmaker -MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \ - http://ia300205.us.archive.org/0/items/tucows_10414_WMMatrix/ -DISTNAME= wmMatrix-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= DockApp that runs a version of the xmatrix screenhack - -# Fix build with -fno-common (llvm 11) -CFLAGS+= -fcommon - -DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) -EXPIRATION_DATE=2021-04-01 - -MAKE_JOBS_UNSAFE= yes - -PLIST_FILES= bin/wmmatrix -USES= gmake xorg -USE_XORG= xpm -ALL_TARGET= clean all - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${STAGEDIR}${PREFIX}/bin/wmmatrix - -.include <bsd.port.mk> diff --git a/x11/wmmatrix/distinfo b/x11/wmmatrix/distinfo deleted file mode 100644 index f06451442e91..000000000000 --- a/x11/wmmatrix/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmMatrix-0.2.tar.gz) = ce7b18b1046985237388846332234fd5aaae7b6ba2476ba465e4e57208b75053 -SIZE (wmMatrix-0.2.tar.gz) = 225343 diff --git a/x11/wmmatrix/files/patch-Makefile b/x11/wmmatrix/files/patch-Makefile deleted file mode 100644 index 15e9328637a6..000000000000 --- a/x11/wmmatrix/files/patch-Makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.orig Tue Aug 17 01:01:58 1999 -+++ Makefile Sat Dec 18 00:11:18 1999 -@@ -1,8 +1,8 @@ --CC = gcc --CFLAGS = -O2 -Wall --INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include --DESTDIR= /usr/X11R6 --LIBDIR = -L/usr/X11R6/lib -+CC ?= gcc -+CFLAGS ?= -O2 -Wall -+INCDIR = -I${LOCALBASE}/include -+DESTDIR= ${LOCALBASE} -+LIBDIR = -L${LOCALBASE}/lib - - # for Linux - LIBS = -lXpm -lX11 -lXext diff --git a/x11/wmmatrix/pkg-descr b/x11/wmmatrix/pkg-descr deleted file mode 100644 index 335a10c56c2e..000000000000 --- a/x11/wmmatrix/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A DockApp that runs a slightly modified version of Jamie Zawinski's -xmatrix screenhack. diff --git a/x11/wmxss/Makefile b/x11/wmxss/Makefile deleted file mode 100644 index 551e34a28847..000000000000 --- a/x11/wmxss/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Bruce M Simpson <bms@FreeBSD.org> - -PORTNAME= wmxss -PORTVERSION= 0.1 -PORTREVISION= 3 -CATEGORIES= x11 -MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Run xscreensaver modules inside a WindowMaker dock - -# Fix build with -fno-common (llvm 11) -CFLAGS+= -fcommon - -DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) -EXPIRATION_DATE=2021-04-01 - -USES= uidfix xorg -USE_XORG= x11 xpm -PLIST_FILES= bin/wmxss -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/Src - -post-extract: - @( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} .nfs* ) - -post-patch: - @${REINPLACE_CMD} -E \ - -e 's|-O2||' \ - ${BUILD_WRKSRC}/${MAKEFILE} - -.include <bsd.port.mk> diff --git a/x11/wmxss/distinfo b/x11/wmxss/distinfo deleted file mode 100644 index 31b84452a8c3..000000000000 --- a/x11/wmxss/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmxss-0.1.tar.gz) = 951be63692083189e27c4bf4e014c8d920eb8ceeefd9b9637d23de7dd09c737e -SIZE (wmxss-0.1.tar.gz) = 49976 diff --git a/x11/wmxss/files/patch-Src__Makefile b/x11/wmxss/files/patch-Src__Makefile deleted file mode 100644 index 4729c5765697..000000000000 --- a/x11/wmxss/files/patch-Src__Makefile +++ /dev/null @@ -1,50 +0,0 @@ ---- Makefile.orig Wed Aug 11 22:29:02 1999 -+++ Makefile Tue Aug 27 10:23:17 2002 -@@ -1,36 +1,19 @@ --CC = gcc --CFLAGS = -O2 -Wall --INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include --DESTDIR= /usr/X11R6 --LIBDIR = -L/usr/X11R6/lib -+# -+# Makefile for xmms (FreeBSD) -bms -+# - --# for Linux --LIBS = -lXpm -lX11 -lXext -+PROG= wmxss - --# for Solaris --#LIBS = -lXpm -lX11 -lXext -lsocket -lnsl -+SRCS= wmxss.c xutils.c - --OBJS = wmxss.o \ -- xutils.o -+CFLAGS+= -I${LOCALBASE}/include -O2 -Wall -+LDADD+= -lXpm -lX11 -lXext -+LDADD+= -L${LOCALBASE}/lib - -+MAN= - --.c.o: -- $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR) -- -- --all: wmxss.o wmxss -+BINDIR?= ${PREFIX}/bin - - wmxss.o: wmxss_master.xpm wmxss_mask.xbm --wmxss: $(OBJS) -- $(CC) $(COPTS) $(SYSTEM) -o wmxss $^ $(INCDIR) $(LIBDIR) $(LIBS) -- --clean: -- for i in $(OBJS) ; do \ -- rm -f $$i; \ -- done -- rm -f wmxss -- --install:: wmxss -- install -c -s -m 0755 wmxss $(DESTDIR)/bin -- install -c -m 0644 wmxss.1 $(DESTDIR)/man/man1 - -+.include <bsd.prog.mk> diff --git a/x11/wmxss/pkg-descr b/x11/wmxss/pkg-descr deleted file mode 100644 index 55dff8252eb7..000000000000 --- a/x11/wmxss/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -wmxss is a small program to run xscreensaver modules (such as those -bundled with xlockmore) in a WindowMaker dock. diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile deleted file mode 100644 index a1357b685b97..000000000000 --- a/x11/xbanner/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: giffunip@asme.org - -PORTNAME= xbanner -PORTVERSION= 1.31 -PORTREVISION= 2 -CATEGORIES= x11 -MASTER_SITES= SUNSITE/X11/xutils -DISTNAME= XBanner${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Make your XDM login screen look beautiful - -# Fix build with -fno-common (llvm 11) -CFLAGS+= -fcommon - -DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) -EXPIRATION_DATE=2021-04-01 - -USES= xorg -USE_XORG= x11 xpm - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/xres.c ${WRKSRC}/samples/XBanner.ad - -post-install: - ${INSTALL_DATA} ${WRKSRC}/samples/XBanner.ad \ - ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XBanner - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/XBanner - ${INSTALL_DATA} ${WRKSRC}/QuickStart ${STAGEDIR}${PREFIX}/share/doc/XBanner - ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${PREFIX}/share/doc/XBanner - @${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/XBanner - ${INSTALL_DATA} ${WRKSRC}/samples/_other_ideas/* \ - ${STAGEDIR}${PREFIX}/share/examples/XBanner - -.include <bsd.port.mk> diff --git a/x11/xbanner/distinfo b/x11/xbanner/distinfo deleted file mode 100644 index b5af0375c3ff..000000000000 --- a/x11/xbanner/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (XBanner1.31.tar.gz) = eb7d5c066ff33e3531e397ca68bc23008c1393cdf965e0f5ecd29ce05c832c02 -SIZE (XBanner1.31.tar.gz) = 289735 diff --git a/x11/xbanner/files/patch-Makefile b/x11/xbanner/files/patch-Makefile deleted file mode 100644 index 231e7a92c1cc..000000000000 --- a/x11/xbanner/files/patch-Makefile +++ /dev/null @@ -1,64 +0,0 @@ ---- Makefile.orig 1997-05-12 23:55:59.000000000 +0800 -+++ Makefile 2014-01-09 21:06:36.000000000 +0800 -@@ -6,22 +6,22 @@ - - .SUFFIXES: .c .o - --CC =gcc -+CC ?=gcc - RM =rm - LN =ln --INSTALL =install -+INSTALL ?=install - CP =cp - TAR =tar - GZIP =gzip - - # Binary directory for make install --BINDIR =/usr/local/bin/X11 -+BINDIR =$(PREFIX)/bin - - # Library directories for Linux --XLIBDIR =/usr/X11R6/lib -+XLIBDIR =$(LOCALBASE)/lib - - # Include directory for gcc (if you get X11/Xlib.h: file not found) --#INCDIR =-I/usr/X11R6/include -+INCDIR =-I$(LOCALBASE)/include - - # Library directories for the Ultrix (probably most Unixes) - #XLIBDIR =/usr/lib/X11 -@@ -34,7 +34,7 @@ XPMLIB =-lXpm - $(CC) $(INCDIR) $(CFLAGS) $(XPM) -c $*.c - - # Linux CFLAGS (actually generic gcc) --CFLAGS=-Wall -O2 -+#CFLAGS=-Wall -O2 - - # Want static binaries? - #CFLAGS=-Wall -O2 -static -@@ -48,7 +48,7 @@ CFLAGS=-Wall -O2 - # Most Linux users won't be troubled by this. Actually almost nobody will - # be troubled by this. It just might save me a couple of emails... - # Just change it to wherever your libX11.a resides. --LDFLAGS=-L$(XLIBDIR) -+LDFLAGS+=-L$(XLIBDIR) - - all: xbanner freetemp random_effect xb_check - -@@ -70,10 +70,11 @@ random_effect: random_effect.o - xb_check: xb_check.o - $(CC) $(CFLAGS) -o xb_check xb_check.o - --install: freetemp xbanner xb_check -- $(INSTALL) --strip --mode "0755" --owner root --group bin freetemp $(BINDIR)/freetemp -- $(INSTALL) --strip --mode "0755" --owner root --group bin xbanner $(BINDIR)/xbanner -- $(INSTALL) --strip --mode "0755" --owner root --group bin xb_check $(BINDIR)/xb_check -+install: freetemp xbanner xb_check random_effect -+ ${BSD_INSTALL_PROGRAM} freetemp $(DESTDIR)$(BINDIR)/freetemp -+ ${BSD_INSTALL_PROGRAM} xbanner $(DESTDIR)$(BINDIR)/xbanner -+ ${BSD_INSTALL_PROGRAM} xb_check $(DESTDIR)$(BINDIR)/xb_check -+ ${BSD_INSTALL_PROGRAM} random_effect $(DESTDIR)$(BINDIR)/random_effect - - strip: exe - strip xbanner freetemp xb_check random_effect diff --git a/x11/xbanner/files/patch-headers b/x11/xbanner/files/patch-headers deleted file mode 100644 index 65867854f820..000000000000 --- a/x11/xbanner/files/patch-headers +++ /dev/null @@ -1,154 +0,0 @@ -*** backg.c.org Tue May 18 20:52:54 1999 ---- backg.c Tue May 18 20:54:22 1999 -*************** -*** 5,11 **** - #include <stdlib.h> - #include <string.h> - #ifndef vms -! #include <malloc.h> - #endif - #include <math.h> - ---- 5,14 ---- - #include <stdlib.h> - #include <string.h> - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - #include <math.h> - -*** colors.c.org Tue May 18 20:54:37 1999 ---- colors.c Tue May 18 20:55:39 1999 -*************** -*** 7,13 **** - #include <stdio.h> - #include <ctype.h> - #ifndef vms -! #include <malloc.h> - #endif - - /* X11 include(s) */ ---- 7,16 ---- - #include <stdio.h> - #include <ctype.h> - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - - /* X11 include(s) */ -*** effect.c.org Tue May 18 20:55:49 1999 ---- effect.c Tue May 18 20:56:39 1999 -*************** -*** 7,13 **** - #include <stdio.h> - #include <ctype.h> - #ifndef vms -! #include <malloc.h> - #endif - - /* X11 include(s) */ ---- 7,16 ---- - #include <stdio.h> - #include <ctype.h> - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - - /* X11 include(s) */ -*** plasma.c.org Tue May 18 20:55:56 1999 ---- plasma.c Tue May 18 20:56:58 1999 -*************** -*** 2,8 **** - #include <math.h> - #include <stdlib.h> - #ifndef vms -! #include <malloc.h> - #endif - - #include <X11/Xlib.h> ---- 2,11 ---- - #include <math.h> - #include <stdlib.h> - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - - #include <X11/Xlib.h> -*** random_effect.c.org Tue May 18 20:56:06 1999 ---- random_effect.c Tue May 18 20:57:12 1999 -*************** -*** 1,7 **** - #include <stdio.h> - #include <stdlib.h> - #ifndef vms -! #include <malloc.h> - #endif - #include <time.h> - #include <string.h> ---- 1,10 ---- - #include <stdio.h> - #include <stdlib.h> - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - #include <time.h> - #include <string.h> -*** ripples.c.org Tue May 18 20:56:11 1999 ---- ripples.c Tue May 18 20:57:22 1999 -*************** -*** 2,8 **** - #include <math.h> - #include <stdlib.h> - #ifndef vms -! #include <malloc.h> - #endif - - /* use this to change if you want ripples with more than 256 colors */ ---- 2,11 ---- - #include <math.h> - #include <stdlib.h> - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - - /* use this to change if you want ripples with more than 256 colors */ -*** util.c.org Tue May 18 20:56:18 1999 ---- util.c Tue May 18 20:57:34 1999 -*************** -*** 7,13 **** - #include <stdlib.h> - - #ifndef vms -! #include <malloc.h> - #endif - - #include <X11/Xlib.h> ---- 7,16 ---- - #include <stdlib.h> - - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - - #include <X11/Xlib.h> diff --git a/x11/xbanner/files/patch-samples__XBanner.ad b/x11/xbanner/files/patch-samples__XBanner.ad deleted file mode 100644 index 8363c175e201..000000000000 --- a/x11/xbanner/files/patch-samples__XBanner.ad +++ /dev/null @@ -1,19 +0,0 @@ -*** samples/XBanner.ad.orig Tue May 13 00:55:58 1997 ---- samples/XBanner.ad Sat Dec 18 01:50:18 1999 -*************** -*** 96,102 **** - XBanner.BarSize: 12 - - ! Name of the pixmap file to tile over the root window -! !XBanner.BgPixFile: /usr/include/X11/pixmaps/xdm_bg.xpm - - ! The number of ripples for the Ripples BG style - XBanner.Ripples: 3 ---- 96,102 ---- - XBanner.BarSize: 12 - - ! Name of the pixmap file to tile over the root window -! !XBanner.BgPixFile: %%LOCALBASE%%/include/X11/pixmaps/xdm_bg.xpm - - ! The number of ripples for the Ripples BG style - XBanner.Ripples: 3 diff --git a/x11/xbanner/files/patch-xb_check.c b/x11/xbanner/files/patch-xb_check.c deleted file mode 100644 index 48705ce3cfff..000000000000 --- a/x11/xbanner/files/patch-xb_check.c +++ /dev/null @@ -1,70 +0,0 @@ -*** xb_check.c.orig Mon May 12 17:55:59 1997 ---- xb_check.c Tue May 18 20:51:35 1999 -*************** -*** 145,151 **** - } - - /* boolean that checks if a string is numeric */ -! int isnumber(char *s) - { - if(atoi(s)==0 && *s!='0') - return 0; ---- 145,151 ---- - } - - /* boolean that checks if a string is numeric */ -! int isnumb(char *s) - { - if(atoi(s)==0 && *s!='0') - return 0; -*************** -*** 303,309 **** - } - } - -! while(gets(line)!=NULL) - { - if(line[0]=='!') - continue; ---- 303,309 ---- - } - } - -! while(fgets(line, LNLEN, stdin)!=NULL) - { - if(line[0]=='!') - continue; -*************** -*** 363,369 **** - printf("Valid resource name with unknown program name:\n%s\n",line); - if(val[0]=='\0') - printf("No value in line containing valid resource name:\n%s\n",line); -! if(!isnumber(val)) - printf("Value in line requiring a numerical value is not numerical:\n%s\n",line); - } - else ---- 363,369 ---- - printf("Valid resource name with unknown program name:\n%s\n",line); - if(val[0]=='\0') - printf("No value in line containing valid resource name:\n%s\n",line); -! if(!isnumb(val)) - printf("Value in line requiring a numerical value is not numerical:\n%s\n",line); - } - else -*************** -*** 373,379 **** - printf("Valid resource class name with unknown program name:\n%s\n",line); - if(val[0]=='\0') - printf("No value in line containing valid resource class name:\n%s\n",line); -! if(!isnumber(val)) - printf("Value in line requiring a numerical value is not numerical:\n%s\n",line); - } - break; ---- 373,379 ---- - printf("Valid resource class name with unknown program name:\n%s\n",line); - if(val[0]=='\0') - printf("No value in line containing valid resource class name:\n%s\n",line); -! if(!isnumb(val)) - printf("Value in line requiring a numerical value is not numerical:\n%s\n",line); - } - break; diff --git a/x11/xbanner/files/patch-xres.c b/x11/xbanner/files/patch-xres.c deleted file mode 100644 index e6ff71c417c0..000000000000 --- a/x11/xbanner/files/patch-xres.c +++ /dev/null @@ -1,33 +0,0 @@ -*** xres.c.org Tue May 18 20:07:11 1999 ---- xres.c Tue May 18 20:30:50 1999 -*************** -*** 8,13 **** ---- 8,14 ---- - #include <string.h> - #include <stdlib.h> - #include <ctype.h> -+ #include <sys/param.h> - - #include <X11/Xlib.h> - #include <X11/Xutil.h> -*************** -*** 1196,1202 **** - /* get the app-defaults */ - - #ifndef vms -! strcpy(line,"/usr/lib/X11/app-defaults/"); - strcat(line,PRGCLASS); - appdefDB = XrmGetFileDatabase(line); - if(appdefDB==NULL && getenv("XAPPLRESDIR")!=NULL) ---- 1197,1207 ---- - /* get the app-defaults */ - - #ifndef vms -! # if (defined(BSD) && (BSD >= 199306)) -! strcpy(line,"%%LOCALBASE%%/lib/X11/app-defaults/"); -! # else -! strcpy(line,"/usr/lib/X11/app-defaults/"); -! # endif - strcat(line,PRGCLASS); - appdefDB = XrmGetFileDatabase(line); - if(appdefDB==NULL && getenv("XAPPLRESDIR")!=NULL) diff --git a/x11/xbanner/pkg-descr b/x11/xbanner/pkg-descr deleted file mode 100644 index 76563f5e9bd9..000000000000 --- a/x11/xbanner/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The purpose of XBanner is to make the XDM login screen beautiful, as opposed -to the dull and gray login screen that the vanilla XDM gives. The idea came -from Digital's login screen which displays the Digital logo nicely. I use -Linux and wanted to run XDM, but XDM's login screen was such a boring thing, -so I wrote XBanner! - -Amit Margalit -27 Bar-Ilan st. Apt#10 -Ra'anana, 43700 -ISRAEL - -WWW: http://www.spade.com/linux/XBanner/ diff --git a/x11/xbanner/pkg-plist b/x11/xbanner/pkg-plist deleted file mode 100644 index 180be72f4914..000000000000 --- a/x11/xbanner/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/freetemp -bin/random_effect -bin/xb_check -bin/xbanner -lib/X11/app-defaults/XBanner -%%PORTDOCS%%share/doc/XBanner/COPYING-2.0 -%%PORTDOCS%%share/doc/XBanner/Changes.txt -%%PORTDOCS%%share/doc/XBanner/Credits.txt -%%PORTDOCS%%share/doc/XBanner/QuickStart -%%PORTDOCS%%share/doc/XBanner/README.DEC_Ultrix -%%PORTDOCS%%share/doc/XBanner/README.DEC_Unix -%%PORTDOCS%%share/doc/XBanner/README.Debian -%%PORTDOCS%%share/doc/XBanner/Resource_Reference.html -%%PORTDOCS%%share/doc/XBanner/XBanner_Users_Manual.html -%%PORTDOCS%%share/doc/XBanner/email.gif -%%PORTDOCS%%share/doc/XBanner/fonttips.html -%%PORTDOCS%%share/doc/XBanner/index.html -%%PORTDOCS%%share/doc/XBanner/red_line.gif -%%PORTDOCS%%share/doc/XBanner/rnd_doc.html -%%PORTDOCS%%share/doc/XBanner/stars.gif -%%PORTDOCS%%share/doc/XBanner/xb_check.html -%%PORTDOCS%%share/examples/XBanner/00_My_Comments -%%PORTDOCS%%share/examples/XBanner/Evgeny_Stambulchik -%%PORTDOCS%%share/examples/XBanner/FatText_Sky -%%PORTDOCS%%share/examples/XBanner/FgGrad_Idea_2 -%%PORTDOCS%%share/examples/XBanner/Just_an_Idea -%%PORTDOCS%%share/examples/XBanner/My_Home_Setup.tar diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile deleted file mode 100644 index a2854467ebf4..000000000000 --- a/x11/xgrab/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: jmz - -PORTNAME= xgrab -PORTVERSION= 2.41 -PORTREVISION= 4 -CATEGORIES= x11 -MASTER_SITES= XCONTRIB/applications -DISTNAME= ${PORTNAME}sc.2_41 - -MAINTAINER= ports@FreeBSD.org -COMMENT= X11 image grabber - -BUILD_DEPENDS= xrdb:x11/xrdb - -BROKEN_armv6= fails to install: xrdb: Socket is not connected: Can't open display ':0' -BROKEN_armv7= fails to install: xrdb: Socket is not connected: Can't open display ':0' - -# Fix build with -fno-common (llvm 11) -CFLAGS+= -fcommon - -DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) -EXPIRATION_DATE=2021-04-01 - -USES= display:build imake:notall tar:Z xorg -USE_XORG= x11 xaw - -MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ - XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f -CFLAGS+= -Wno-error=return-type -post-patch: - @${REINPLACE_CMD} 's,\*envp,\*\*envp,g' ${WRKSRC}/xgrabxaw.c - -.include <bsd.port.mk> diff --git a/x11/xgrab/distinfo b/x11/xgrab/distinfo deleted file mode 100644 index 9f586806acee..000000000000 --- a/x11/xgrab/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xgrabsc.2_41.tar.Z) = c06666fe20afda4a19ac96615dd4b8b54e1b4494e1a3a4c3acb243b2c9b61d3e -SIZE (xgrabsc.2_41.tar.Z) = 96117 diff --git a/x11/xgrab/files/patch-Imakefile b/x11/xgrab/files/patch-Imakefile deleted file mode 100644 index 76c0747ac4c2..000000000000 --- a/x11/xgrab/files/patch-Imakefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Imakefile~ Tue Nov 7 20:31:39 1995 -+++ Imakefile Wed Jul 31 02:54:37 1996 -@@ -14,7 +14,7 @@ - *======================================================================== - */ - --#define MOTIF_XGRAB /* uncomment this to get the Motif version of xgrab */ -+/*#define MOTIF_XGRAB /* uncomment this to get the Motif version of xgrab */ - - /* you can specify many config.h options here if you don't want to - * modify config.h. E.g., diff --git a/x11/xgrab/files/patch-xgrabsc.c b/x11/xgrab/files/patch-xgrabsc.c deleted file mode 100644 index d0d0449d5a31..000000000000 --- a/x11/xgrab/files/patch-xgrabsc.c +++ /dev/null @@ -1,24 +0,0 @@ -*** xgrabsc.c~ Mon Jun 28 18:14:49 1993 ---- xgrabsc.c Mon Feb 27 03:17:58 1995 -*************** -*** 246,251 **** ---- 246,252 ---- - int ScreenNumberOfScreen (scr) - register Screen *scr; - { -+ #ifdef BROKEN - register Display *dpy = scr->display; - register Screen *dpyscr = dpy->screens; - register int i; -*************** -*** 254,259 **** ---- 255,263 ---- - if (scr == dpyscr) return i; - } - return -1; -+ #else -+ return XScreenNumberOfScreen (scr); -+ #endif - } - - diff --git a/x11/xgrab/files/patch-xgrabsc.h b/x11/xgrab/files/patch-xgrabsc.h deleted file mode 100644 index 4232da27ecc4..000000000000 --- a/x11/xgrab/files/patch-xgrabsc.h +++ /dev/null @@ -1,10 +0,0 @@ ---- xgrabsc.h.orig 2014-09-09 19:24:54 UTC -+++ xgrabsc.h -@@ -43,6 +43,7 @@ - #include "cmdopts.h" - - #include <stdio.h> -+#include <stdlib.h> - - #include <X11/Xos.h> - #include <X11/Xlib.h> diff --git a/x11/xgrab/pkg-descr b/x11/xgrab/pkg-descr deleted file mode 100644 index 2ed019d2c45c..000000000000 --- a/x11/xgrab/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -xgrab lets you grab arbitrary rectangular images from an X server and -writes them to files or commands (such as lpr) in a variety of -formats. diff --git a/x11/xgrab/pkg-plist b/x11/xgrab/pkg-plist deleted file mode 100644 index 641a76557be5..000000000000 --- a/x11/xgrab/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/xgrab -bin/xgrabsc -lib/X11/app-defaults/XGrab -man/man1/xgrab.1.gz -man/man1/xgrabsc.1.gz diff --git a/x11/xmon/Makefile b/x11/xmon/Makefile deleted file mode 100644 index 66793694b735..000000000000 --- a/x11/xmon/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Bruce M Simpson <bms@spc.org> - -PORTNAME= xmon -PORTVERSION= 1.5.6 -PORTREVISION= 3 -CATEGORIES= x11 -MASTER_SITES= XCONTRIB/devel_tools -DISTNAME= xmon.${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Raw X11 protocol analyser - -# Fix build with -fno-common (llvm 11) -CFLAGS+= -fcommon - -DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) -EXPIRATION_DATE=2021-04-01 - -WRKSRC= ${WRKDIR}/xmon.${PORTVERSION} -USES= imake xorg -USE_XORG= ice sm x11 xaw xext xmu xt - -.include <bsd.port.mk> diff --git a/x11/xmon/distinfo b/x11/xmon/distinfo deleted file mode 100644 index 331607fa177d..000000000000 --- a/x11/xmon/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xmon.1.5.6.tar.gz) = f920f0916a087a857ae8ec1c805f1590ba8c74d6629d1da15e84c00fc01ca5f0 -SIZE (xmon.1.5.6.tar.gz) = 70564 diff --git a/x11/xmon/files/patch-main.c b/x11/xmon/files/patch-main.c deleted file mode 100644 index 363643e42c4a..000000000000 --- a/x11/xmon/files/patch-main.c +++ /dev/null @@ -1,50 +0,0 @@ - ->Submitter-Id: current-users ->Originator: Volker Stolz ->Organization: Lehrstuhl für Informatik II ->Confidential: no ->Synopsis: [patch] x11/xmon: Fix build on -CURRENT ->Severity: non-critical ->Priority: low ->Category: ports ->Class: sw-bug ->Release: FreeBSD 4.9-RC i386 ->Environment: -System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-RC FreeBSD 4.9-RC #10: Tue Oct 7 12:32:25 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 - - ->Description: -Fix conflicting prototypes on -CURRENT. - -Noten by: bento -Tested on: -CURRENT, -STABLE ->How-To-Repeat: -http://bento.freebsd.org/errorlogs/i386-5-latest/xmon-1.5.6.log ->Fix: -Add new patch-file files/patch-main.c: - ---- patch-main.c begins here --- ---- main.c.orig Tue Nov 25 14:05:21 2003 -+++ main.c Tue Nov 25 14:06:05 2003 -@@ -36,6 +36,9 @@ - #include <fcntl.h> - #endif - -+#include <stdlib.h> -+#include <unistd.h> -+ - #include "xmond.h" - #include "select_args.h" - #include "commands.h" -@@ -74,9 +77,6 @@ - #if (mskcnt>4) - static Bool ANYSET P((long *src)); - #endif -- --extern char *getenv(); --extern int gethostname P((char *name, int namelen )); - - /* end function prototypes */ - ---- patch-main.c ends here --- - diff --git a/x11/xmon/pkg-descr b/x11/xmon/pkg-descr deleted file mode 100644 index 93f5c5496c71..000000000000 --- a/x11/xmon/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -From the original README: - -Xmon interactively monitors the byte-stream connections between an X -server and a number of X clients. Xmon recognises all requests, -events, errors and replies sent between the clients and the server -which are part of the core X protocol. The contents of these messages -are displayed on standard output at a user settable degree of detail -from none to every bit and byte. Xmon also allows the user to select -a number of requests or events to be monitored at a different degree -of detail. Xmon will also block the transmission of selected requests -from the clients to the server and selected events from the server to -the clients. Xmon also keeps statistics of the number of requests, -events, and errors received. - -WWW: http://ftp.x.org/contrib/devel_tools/xmon.1.5.5.README diff --git a/x11/xmon/pkg-plist b/x11/xmon/pkg-plist deleted file mode 100644 index c2c24c1e6a43..000000000000 --- a/x11/xmon/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/xmonui -bin/xmond -man/man1/xmon.1.gz -man/man1/xmond.1.gz -man/man1/xmonui.1.gz |