diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-05-05 15:38:11 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-05-05 15:38:11 +0000 |
commit | 0786acb3155523a38d1442f3c16ca56750f1db04 (patch) | |
tree | 42843d6e23bc6be789c7f1284cdc61d43d3c0942 /x11 | |
parent | e0510744daebb2bb9f73bf707c276e02e4c191fe (diff) | |
download | ports-0786acb3155523a38d1442f3c16ca56750f1db04.tar.gz ports-0786acb3155523a38d1442f3c16ca56750f1db04.zip |
Notes
Diffstat (limited to 'x11')
75 files changed, 0 insertions, 1867 deletions
diff --git a/x11/Makefile b/x11/Makefile index 42a197e2b9d1..8ea1389ddb4d 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -49,10 +49,8 @@ SUBDIR += deforaos-locker SUBDIR += deforaos-panel SUBDIR += deskmenu - SUBDIR += deskpaint SUBDIR += dmenu SUBDIR += dmenu-wayland - SUBDIR += dmenu2 SUBDIR += docker-tray SUBDIR += dsbautostart SUBDIR += dxpc @@ -72,7 +70,6 @@ SUBDIR += fluxbg SUBDIR += fpc-x11 SUBDIR += fstobdf - SUBDIR += gcb SUBDIR += gdm SUBDIR += gmrun SUBDIR += gnome-clipboard-daemon @@ -86,7 +83,6 @@ SUBDIR += gnome3 SUBDIR += gnome3-lite SUBDIR += gnustep-app - SUBDIR += gpctool SUBDIR += grabc SUBDIR += grim SUBDIR += gromit @@ -112,7 +108,6 @@ SUBDIR += idesk SUBDIR += imwheel SUBDIR += innerspace - SUBDIR += ipager SUBDIR += j4-dmenu-desktop SUBDIR += kanshi SUBDIR += kb2mb2 @@ -121,7 +116,6 @@ SUBDIR += keybinder SUBDIR += keybinder-gtk3 SUBDIR += keyboardcast - SUBDIR += keylaunch SUBDIR += kf5-frameworkintegration SUBDIR += kf5-frameworks SUBDIR += kf5-kactivities @@ -262,7 +256,6 @@ SUBDIR += plasma5-plasma-workspace SUBDIR += polybar SUBDIR += printscreen - SUBDIR += props SUBDIR += py-caffeine-ng SUBDIR += py-i3ipc SUBDIR += py-pyscreenshot @@ -280,7 +273,6 @@ SUBDIR += rofi SUBDIR += rofi-calc SUBDIR += rofi-pass - SUBDIR += roxbg SUBDIR += roxterm SUBDIR += rsibreak SUBDIR += rubygem-gnome @@ -296,7 +288,6 @@ SUBDIR += showkeys SUBDIR += simdock SUBDIR += simplestroke - SUBDIR += sisctrl SUBDIR += slick-greeter SUBDIR += slim SUBDIR += slock @@ -337,7 +328,6 @@ SUBDIR += wbar SUBDIR += wcm SUBDIR += wdisplays - SUBDIR += wdm SUBDIR += wev SUBDIR += wf-shell SUBDIR += wl-clipboard @@ -359,7 +349,6 @@ SUBDIR += wshowkeys SUBDIR += x11perf SUBDIR += x3270 - SUBDIR += xaniroc SUBDIR += xantfarm SUBDIR += xapps SUBDIR += xascii @@ -460,11 +449,9 @@ SUBDIR += xmon SUBDIR += xmore SUBDIR += xmotd - SUBDIR += xmove SUBDIR += xmsg SUBDIR += xmx SUBDIR += xnee - SUBDIR += xnodecor SUBDIR += xorg SUBDIR += xorg-apps SUBDIR += xorg-cf-files @@ -507,7 +494,6 @@ SUBDIR += xtrans SUBDIR += xtrlock SUBDIR += xtset - SUBDIR += xvattr SUBDIR += xvidtune SUBDIR += xvinfo SUBDIR += xvkbd diff --git a/x11/deskpaint/Makefile b/x11/deskpaint/Makefile deleted file mode 100644 index adfa0b60c4b4..000000000000 --- a/x11/deskpaint/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Kirn Gill <segin2005@gmail.com> -# $FreeBSD$ - -PORTNAME= deskpaint -PORTVERSION= 3.1 -CATEGORIES= x11 -MASTER_SITES= http://www.squidjam.com/matwm/pub/ -DISTNAME= ${PORTNAME}${PORTVERSION} - -MAINTAINER= sic_zer0@hotmail.com -COMMENT= Tiny interactive paint program that draws as your desktop wallpaper - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -USES= xorg -USE_XORG= x11 xext -PLIST_FILES= bin/deskpaint - -WRKSRC= ${WRKDIR}/${PORTNAME} - -.include <bsd.port.mk> diff --git a/x11/deskpaint/distinfo b/x11/deskpaint/distinfo deleted file mode 100644 index 9471bcae1d6a..000000000000 --- a/x11/deskpaint/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (deskpaint3.1.tar.gz) = 74a34f03cdd7bbdc858cafbbb53140a2f255e24a6475ab27855c7f62a06211a1 -SIZE (deskpaint3.1.tar.gz) = 2570 diff --git a/x11/deskpaint/files/patch-Makefile b/x11/deskpaint/files/patch-Makefile deleted file mode 100644 index b220bac67773..000000000000 --- a/x11/deskpaint/files/patch-Makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.orig 2009-10-22 14:19:16.000000000 +0800 -+++ Makefile 2014-01-09 21:39:59.000000000 +0800 -@@ -1,9 +1,10 @@ --prefix = /usr/local --XROOT = /usr/X11R6 --CC = cc -+prefix = ${PREFIX} -+XROOT = ${LOCALBASE} - - CFLAGS += -lX11 -I$(XROOT)/include -L$(XROOT)/lib - - all: - $(CC) $(CFLAGS) *.c -o deskpaint - -+install: -+ ${BSD_INSTALL_PROGRAM} -s deskpaint $(DESTDIR)$(prefix)/bin diff --git a/x11/deskpaint/pkg-descr b/x11/deskpaint/pkg-descr deleted file mode 100644 index 9be8b5bb16fb..000000000000 --- a/x11/deskpaint/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -`deskpaint' is a small interactive paint program that paints -onto the desktop window, so that the user draws their -own desktop wallpaper. diff --git a/x11/dmenu2/Makefile b/x11/dmenu2/Makefile deleted file mode 100644 index fc66fb1e4364..000000000000 --- a/x11/dmenu2/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: Timothy Beyer <beyert@cs.ucr.edu> -# $FreeBSD$ - -PORTNAME= dmenu2 -PORTVERSION= 0.0.20150210 -CATEGORIES= x11 - -MAINTAINER= beyert@cs.ucr.edu -COMMENT= Fork of dmenu with many enhancements and additional options - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -LIB_DEPENDS= libfreetype.so:print/freetype2 \ - libfontconfig.so:x11-fonts/fontconfig - -USE_GITHUB= yes -GH_ACCOUNT= mrshankly -GH_TAGNAME= a4eb44b - -USES= xorg -USE_XORG= x11 xft xrender - -PLIST_FILES= bin/dmenu2 bin/dmenu2_path bin/dmenu2_run bin/stest2 \ - man/man1/dmenu2.1.gz man/man1/stest2.1.gz - -OPTIONS_DEFINE= XINERAMA -OPTIONS_DEFAULT= XINERAMA - -XINERAMA_USE= XORG=xinerama -XINERAMA_CFLAGS= -DXINERAMA -XINERAMA_LIBS= -lXinerama - -post-extract: - @${LN} -sf ${FILESDIR}/dmenu2_path ${WRKSRC} - -.include <bsd.port.mk> diff --git a/x11/dmenu2/distinfo b/x11/dmenu2/distinfo deleted file mode 100644 index cea7b785f665..000000000000 --- a/x11/dmenu2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1423601564 -SHA256 (mrshankly-dmenu2-0.0.20150210-a4eb44b_GH0.tar.gz) = a7a7bbc425c5331926c193b35c8e423f2f94a4ee23d46dd201c8b6e0b194ac9d -SIZE (mrshankly-dmenu2-0.0.20150210-a4eb44b_GH0.tar.gz) = 15533 diff --git a/x11/dmenu2/files/dmenu2_path b/x11/dmenu2/files/dmenu2_path deleted file mode 100644 index b919cc5a4dbb..000000000000 --- a/x11/dmenu2/files/dmenu2_path +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# adapted from dmenu_path in the original dmenu distribution -cachedir=${XDG_CACHE_HOME:-$HOME/.cache} -if [ -d "$cachedir" ]; then - cache=$cachedir/dmenu2_run -else - cache=$HOME/.dmenu2_cache # if no xdg dir, fall back to dotfile in ~ -fi -IFS=: -if stest2 -dqr -n "$cache" $PATH; then - stest2 -flx $PATH | sort -u | tee "$cache" -else - cat "$cache" -fi diff --git a/x11/dmenu2/files/patch-Makefile b/x11/dmenu2/files/patch-Makefile deleted file mode 100644 index c7a6bad1a8f2..000000000000 --- a/x11/dmenu2/files/patch-Makefile +++ /dev/null @@ -1,48 +0,0 @@ ---- Makefile.orig 2015-02-10 20:52:44 UTC -+++ Makefile -@@ -1,14 +1,14 @@ --VERSION = 0.1 -+VERSION = 0.2 - - CC ?= gcc --LIBS = -lX11 -lXinerama -lXft -lXrender -lfreetype -lz -lfontconfig --CFLAGS += -std=c99 -pedantic -Wall -Wextra -I/usr/include/freetype2 --CFLAGS += -DXINERAMA -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" --LDFLAGS += -+LIBS += -lX11 -lXft -lXrender -lfreetype -lz -lfontconfig -+CFLAGS += -std=c99 -pedantic -Wall -Wextra -I$(LOCALBASE)/include -I$(LOCALBASE)/include/freetype2 -+CFLAGS += -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" -+LDFLAGS += -L$(LOCALBASE)/lib - - PREFIX ?= /usr/local - BINPREFIX = $(PREFIX)/bin --MANPREFIX = $(PREFIX)/share/man -+MANPREFIX = $(PREFIX)/man - - DM_SRC = dmenu.c draw.c - DM_OBJ = $(DM_SRC:.c=.o) -@@ -16,8 +16,6 @@ DM_OBJ = $(DM_SRC:.c=.o) - ST_SRC = stest.c - ST_OBJ = $(ST_SRC:.c=.o) - --all: CFLAGS += -Os --all: LDFLAGS += -s - all: dmenu stest - - debug: CFLAGS += -g -O0 -DDEBUG -@@ -34,9 +32,13 @@ stest: $(ST_OBJ) - - install: - mkdir -p "$(DESTDIR)$(BINPREFIX)" -- cp -p dmenu dmenu_run stest "$(DESTDIR)$(BINPREFIX)" -+ $(BSD_INSTALL_PROGRAM) dmenu "$(DESTDIR)$(BINPREFIX)/dmenu2" -+ $(BSD_INSTALL_PROGRAM) stest "$(DESTDIR)$(BINPREFIX)/stest2" -+ $(BSD_INSTALL_SCRIPT) dmenu_run "$(DESTDIR)$(BINPREFIX)/dmenu2_run" -+ $(BSD_INSTALL_SCRIPT) dmenu2_path "$(DESTDIR)$(BINPREFIX)" - mkdir -p "$(DESTDIR)$(MANPREFIX)"/man1 -- cp -p dmenu.1 stest.1 "$(DESTDIR)$(MANPREFIX)"/man1 -+ $(BSD_INSTALL_MAN) dmenu.1 "$(DESTDIR)$(MANPREFIX)/man1/dmenu2.1" -+ $(BSD_INSTALL_MAN) stest.1 "$(DESTDIR)$(MANPREFIX)/man1/stest2.1" - - uninstall: - rm -f "$(DESTDIR)$(BINPREFIX)"/dmenu diff --git a/x11/dmenu2/files/patch-dmenu__run b/x11/dmenu2/files/patch-dmenu__run deleted file mode 100644 index 836eb1a91cc2..000000000000 --- a/x11/dmenu2/files/patch-dmenu__run +++ /dev/null @@ -1,26 +0,0 @@ ---- dmenu_run.orig 2015-02-10 20:52:44 UTC -+++ dmenu_run -@@ -1,15 +1,16 @@ - #!/bin/sh --cachedir=${XDG_CACHE_HOME:-"$HOME/.cache"} -+ -+cachedir=${XDG_CACHE_HOME:-$HOME/.cache} - if [ -d "$cachedir" ]; then -- cache=$cachedir/dmenu_run -+ cache=$cachedir/dmenu2_run - else -- cache=$HOME/.dmenu_cache # if no xdg dir, fall back to dotfile in ~ -+ cache=$HOME/.dmenu2_cache # if no xdg dir, fall back to dotfile in ~ - fi - ( - IFS=: -- if stest -dqr -n "$cache" $PATH; then -- stest -flx $PATH | sort -u | tee "$cache" | dmenu "$@" -+ if stest2 -dqr -n "$cache" $PATH; then -+ stest2 -flx $PATH | sort -u | tee "$cache" | dmenu2 "$@" - else -- dmenu "$@" < "$cache" -+ dmenu2 "$@" < "$cache" - fi --) | ${SHELL:-"/bin/sh"} & -+) | ${SHELL:-/bin/sh} & diff --git a/x11/dmenu2/pkg-descr b/x11/dmenu2/pkg-descr deleted file mode 100644 index 1939ade6ac43..000000000000 --- a/x11/dmenu2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -dmenu2 is the fork of original dmenu -- an efficient dynamic menu for X11, -patched to support features like flexible positioning, fuzzy matching, -follow focus, tab navigation, background dimming, etc. - -WWW: https://github.com/mrshankly/dmenu2 diff --git a/x11/gcb/Makefile b/x11/gcb/Makefile deleted file mode 100644 index 4a9fbc9050d8..000000000000 --- a/x11/gcb/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Nosov Artem <chip-set@mail.ru> -# $FreeBSD$ - -PORTNAME= gcb -PORTVERSION= 0.2.8 -PORTREVISION= 9 -CATEGORIES= x11 -MASTER_SITES= http://freebsd.flatrate.ru/distfiles/ \ - http://ccbsd9.csie.nctu.edu.tw/~cp76/gcb/ - -MAINTAINER= chip-set@mail.ru -COMMENT= GTK+ tool for managing x11 cut-buffers - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -HAS_CONFIGURE= yes -USES= gnome pkgconfig tar:bzip2 -USE_GNOME= gtk20 - -post-patch: - @${REINPLACE_CMD} -e 's|#!/bin/bash|#!${SH}|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; \ - s|^\(CFLAGS\)=\(.*\)-g\ -O\(.*\)|\1+=\2 \3|' \ - ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/icons - ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop \ - ${STAGEDIR}${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps - -.include <bsd.port.mk> diff --git a/x11/gcb/distinfo b/x11/gcb/distinfo deleted file mode 100644 index ba0ea732f029..000000000000 --- a/x11/gcb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gcb-0.2.8.tar.bz2) = 9bdc96d13902ce70317696706a36f9ea5aeccf89eb0e43c6a33d5b6059eed3f6 -SIZE (gcb-0.2.8.tar.bz2) = 9979 diff --git a/x11/gcb/files/gcb.desktop b/x11/gcb/files/gcb.desktop deleted file mode 100644 index 6506c8c5b2b8..000000000000 --- a/x11/gcb/files/gcb.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Gtk Copy-paste Buffer -Comment=A GTK+ tool for managing x11 cut-buffers -Icon=gcb -Exec=gcb -B -Type=Application -Categories=GNOME;Application;System diff --git a/x11/gcb/pkg-descr b/x11/gcb/pkg-descr deleted file mode 100644 index b2eb65750e32..000000000000 --- a/x11/gcb/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Gtk Copy-paste Buffer - -It is something like 'xcb'. It has multiple buttons to store strings of paste -buffer. You click a button to put the content into paste-buffer/clipboard. - -Advantages over xcb: -- Use right button to assign the button as a snooper. It is more - straightforward than xcb. -- It has tool-tip to display the complete content. -- It is written in Gtk, so by default it has i18 display capability. -- It can watch the clipboard of gtk (mozilla). -- History of changes of paste buffer -- By default, it is sticky on Gnome/Gtk. You can also specify option to turn - window decoration off (borderless). No more tedius desktop setup to install - it. diff --git a/x11/gcb/pkg-plist b/x11/gcb/pkg-plist deleted file mode 100644 index b49fd98e340b..000000000000 --- a/x11/gcb/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/gcb -share/applications/gcb.desktop -share/icons/gcb.png -share/pixmaps/gcb.png diff --git a/x11/gpctool/Makefile b/x11/gpctool/Makefile deleted file mode 100644 index ca5663f043a7..000000000000 --- a/x11/gpctool/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Mikhail Teterin -# $FreeBSD$ - -PORTNAME= gpctool -PORTVERSION= 1.0.1 -PORTREVISION= 7 -CATEGORIES= x11 math graphics -MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ -DISTNAME= gpct${PORTVERSION:S/.//g} - -MAINTAINER= mi@aldan.algebra.com -COMMENT= Evaluation tool for the Generic Polygon Clipper library - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LIB_DEPENDS= libgpc.so:devel/libgpc \ - libformsGL.so:x11-toolkits/xforms - -USES= gl zip:infozip uidfix -USE_GL= yes -PLIST_FILES= bin/gpctool -USE_LDCONFIG= yes -NO_CDROM= Can't be used for profit without permission - -MAKEFILE= ${FILESDIR}/BSDmakefile - -EXTRACT_BEFORE_ARGS=-qoa -EXTRACT_AFTER_ARGS=-d ${WRKDIR} -x ${DISTNAME}/gpc.? ${DISTNAME}/gl.c - -post-patch: - ${REINPLACE_CMD} -e 's|FALSE|false|g' \ - ${WRKSRC}/callbacks.c ${WRKSRC}/graphics.c - -.include <bsd.port.mk> diff --git a/x11/gpctool/distinfo b/x11/gpctool/distinfo deleted file mode 100644 index 8890d231363e..000000000000 --- a/x11/gpctool/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gpct101.zip) = 9547aefdccd9bab7191129ec1ff6a2a86dbaf87ca6045b692629ebb778f4d474 -SIZE (gpct101.zip) = 38632 diff --git a/x11/gpctool/files/BSDmakefile b/x11/gpctool/files/BSDmakefile deleted file mode 100644 index 40a9e529bba0..000000000000 --- a/x11/gpctool/files/BSDmakefile +++ /dev/null @@ -1,13 +0,0 @@ -PROG= gpctool -MAN= - -SRCS= gpctool.c main.c callbacks.c graphics.c psdump.c - -BINDIR= ${PREFIX}/bin -WARNS?= 2 -CFLAGS+= -I${LOCALBASE}/include/X11 -I${LOCALBASE}/include -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lforms -lformsGL -lGL -lGLU -LDFLAGS+= -L${LOCALBASE}/lib -lgpc -lm - -.include <bsd.prog.mk> diff --git a/x11/gpctool/files/patch-includes b/x11/gpctool/files/patch-includes deleted file mode 100644 index 3ed8ea7c2c1a..000000000000 --- a/x11/gpctool/files/patch-includes +++ /dev/null @@ -1,46 +0,0 @@ ---- main.c Tue Jul 4 10:28:10 2000 -+++ main.c Sat Oct 22 02:45:08 2005 -@@ -30,6 +30,6 @@ - - --#include "forms.h" --#include "gpc.h" -+#include <forms.h> -+#include <gpc.h> - #include "gpctool.h" - #include "appl.h" -@@ -37,4 +37,5 @@ - #include <GL/glu.h> - #include <GL/glx.h> -+#include <glcanvas.h> - - ---- callbacks.c Tue Jul 4 10:28:09 2000 -+++ callbacks.c Sat Oct 22 02:51:38 2005 -@@ -30,7 +30,7 @@ - - --#include "forms.h" --#include "gpc.h" --#include "gpctool.h" -+#include <forms.h> -+#include <stdlib.h> -+#include <stdbool.h> - #include "appl.h" - /* ---- graphics.c Tue Jul 4 10:28:10 2000 -+++ graphics.c Sat Oct 22 02:53:08 2005 -@@ -30,5 +30,6 @@ - - --#include "gpc.h" -+#include <gpc.h> -+#include <stdbool.h> - #include "appl.h" - #include <float.h> -@@ -37,4 +37,5 @@ - #include <GL/glu.h> - #include <GL/glx.h> -+#include <glcanvas.h> - - #define SHOW_STRIPS FALSE diff --git a/x11/gpctool/pkg-descr b/x11/gpctool/pkg-descr deleted file mode 100644 index f6fb37feb8c8..000000000000 --- a/x11/gpctool/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -gpctool - a graphical user interface and development -environment for the gpc generic polygon clipper library. - -Copyright: (C) 1997-1999, Advanced Interfaces Group, - University of Manchester. - - This software is free for non-commercial use. It may be copied, - modified, and redistributed provided that this copyright notice - is preserved on all copies. The intellectual property rights of - the algorithms used reside with the University of Manchester - Advanced Interfaces Group. - - You may not use this software, in whole or in part, in support - of any commercial product without the express consent of the - author. - -WWW: http://www.cs.man.ac.uk/~toby/alan/software/ diff --git a/x11/ipager/Makefile b/x11/ipager/Makefile deleted file mode 100644 index e0132bc72929..000000000000 --- a/x11/ipager/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# Created by: Vlad V. Teterya <vlad@vlad.uz.ua> -# $FreeBSD$ - -PORTNAME= ipager -PORTVERSION= 1.1.0 -PORTREVISION= 9 -CATEGORIES= x11 -MASTER_SITES= http://useperl.ru/ipager/src/ - -MAINTAINER= lme@FreeBSD.org -COMMENT= X11 pager program - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= MIT - -LIB_DEPENDS= libImlib2.so:graphics/imlib2 - -USES= scons - -SUB_FILES= pkg-message - -DOCS= ChangeLog README ToDo -THEMES= atlantis.conf \ - dark_red.conf \ - green.conf \ - industrial.conf \ - light_gray.conf \ - light_orange.conf - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e '35,36d;89d;92,94d' \ - -e "s/\([^-]pthread'\)/\1, 'X11'/" \ - ${WRKSRC}/SConstruct - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} -.endfor - ${MKDIR} ${STAGEDIR}${DATADIR}/themes -.for t in ${THEMES} - ${INSTALL_DATA} ${WRKSRC}/themes/${t} ${STAGEDIR}${DATADIR}/themes -.endfor - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ipager - -.include <bsd.port.mk> diff --git a/x11/ipager/distinfo b/x11/ipager/distinfo deleted file mode 100644 index 5d1aa8f50cf0..000000000000 --- a/x11/ipager/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ipager-1.1.0.tar.gz) = d2ad9a3aeb376644a76f57d2b275182cb8af0b64bd6a66c1791da60652a81123 -SIZE (ipager-1.1.0.tar.gz) = 30499 diff --git a/x11/ipager/files/patch-SConstruct b/x11/ipager/files/patch-SConstruct deleted file mode 100644 index 79e120ec4161..000000000000 --- a/x11/ipager/files/patch-SConstruct +++ /dev/null @@ -1,72 +0,0 @@ ---- SConstruct.orig 2005-11-06 11:23:24 UTC -+++ SConstruct -@@ -7,15 +7,15 @@ SConsignFile() - ############################################### - # options - ipager_optfile = [ 'scons.opts', 'user.opts' ] --ipager_options = Options(ipager_optfile) --ipager_options.AddOptions( -- BoolOption('debug', 'build debug version', 0), -- BoolOption('debug_events', 'debug xserve events', 0), -+ipager_options = Variables(ipager_optfile) -+ipager_options.AddVariables( -+ BoolVariable('debug', 'build debug version', 0), -+ BoolVariable('debug_events', 'debug xserve events', 0), - -- BoolOption('xinerama', 'support xinerama', 0), -+ BoolVariable('xinerama', 'support xinerama', 0), - -- PathOption('PREFIX', 'install-path base', '/usr/local'), -- PathOption('DESTDIR', 'install to $DESTDIR/$PREFIX', '/') -+ PathVariable('PREFIX', 'install-path base', '/usr/local'), -+ PathVariable('DESTDIR', 'install to $DESTDIR/$PREFIX', '/') - ) - - -@@ -73,12 +73,12 @@ if conf.CheckCHeader('sys/time.h'): - - # sys/stat.h - if not conf.CheckCHeader('sys/stat.h'): -- print "missing 'sys/stat.h', install it." -+ print("missing 'sys/stat.h', install it.") - exit(1) - - # sys/types.h - if not conf.CheckCHeader('sys/types.h'): -- print "missing 'sys/types.h', install it." -+ print("missing 'sys/types.h', install it.") - exit(1) - - -@@ -90,7 +90,7 @@ if conf.CheckLibWithHeader('X11', 'X11/X - ipager_env.AppendUnique( - LIBS = ['X11','Xmu','Xext']) - else: -- print "missing x11-dev-stuff, install it." -+ print("missing x11-dev-stuff, install it.") - exit(1) - - -@@ -102,18 +102,18 @@ if conf.env['xinerama'] and conf.CheckLi - - - # imlib2 --print "Checking for Imlib2... ", -+print("Checking for Imlib2... ") - if not conf.env.WhereIs('imlib2-config'): -- print "cant find 'imlib2-config." -+ print("cant find 'imlib2-config.") - exit(1) - else: - imlib2_env = Environment() - imlib2_env.ParseConfig('imlib2-config --cflags --libs') - if not imlib2_env.Dictionary()['LIBS']: -- print "missing imlib2, install it." -+ print("missing imlib2, install it.") - exit(1) - else: -- print "yes" -+ print("yes") - ipager_env.AppendUnique( - CPPPATH = imlib2_env.Dictionary()['CPPPATH'], - CCFLAGS = imlib2_env.Dictionary()['CCFLAGS'], diff --git a/x11/ipager/files/patch-ipager.cpp b/x11/ipager/files/patch-ipager.cpp deleted file mode 100644 index e5073985fe62..000000000000 --- a/x11/ipager/files/patch-ipager.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- ./ipager.cpp.orig 2013-10-02 17:32:19.537257981 +0200 -+++ ./ipager.cpp 2013-10-02 17:32:46.295254941 +0200 -@@ -31,6 +31,7 @@ - - #include <iostream> - #include <string> -+#include <unistd.h> - using namespace std; - - #include "pager.h" diff --git a/x11/ipager/files/pkg-message.in b/x11/ipager/files/pkg-message.in deleted file mode 100644 index bfc9d48454ef..000000000000 --- a/x11/ipager/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -[ -{ type: install - message: <<EOM -Some additional themes (config files) you may find in the -%%DATADIR%%/themes directory. -Just copy any of them instead of your ~./ipager/ipager.conf config -file or you can define other config file via '-c'" command line option. -EOM -} -] diff --git a/x11/ipager/pkg-descr b/x11/ipager/pkg-descr deleted file mode 100644 index 96a7bfc61502..000000000000 --- a/x11/ipager/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -IPager is a X11 pager program that originally was developed for Fluxbox -but can also be used with other WM - -Features: - * Various image zoom effects. - * Main window transparency. - * Transparent workspaces icons. - * Main window background color. - * Workspace icon: a defined color or transparent. - * Borders: can be applied to main window and to workspace icons. - * Switch workspaces: any mouse button upon your choice. - * You can send a window from one workspace to another. - * Application icons. - * Color themes. - -WWW: http://useperl.ru/ipager/index.en.html diff --git a/x11/ipager/pkg-plist b/x11/ipager/pkg-plist deleted file mode 100644 index 7c017858f220..000000000000 --- a/x11/ipager/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/ipager -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/ToDo -%%DATADIR%%/themes/atlantis.conf -%%DATADIR%%/themes/dark_red.conf -%%DATADIR%%/themes/green.conf -%%DATADIR%%/themes/industrial.conf -%%DATADIR%%/themes/light_gray.conf -%%DATADIR%%/themes/light_orange.conf diff --git a/x11/keylaunch/Makefile b/x11/keylaunch/Makefile deleted file mode 100644 index 331651d4c90f..000000000000 --- a/x11/keylaunch/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: mwm@mired.org -# $FreeBSD$ - -PORTNAME= keylaunch -PORTVERSION= 1.3.0 -PORTREVISION= 3 -CATEGORIES= x11 -MASTER_SITES= http://www.mired.org/downloads/ - -MAINTAINER= mwm@mired.org -COMMENT= X utility for binding commands to a hot key - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -WRKSRC= ${WRKDIR}/keylaunch -USES= perl5 gmake xorg -USE_PERL5= build -USE_XORG= x11 - -SUB_FILES= pkg-message - -post-patch: - @${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/example_rc ${STAGEDIR}${EXAMPLESDIR}/keylaunch.rc - -.include <bsd.port.mk> diff --git a/x11/keylaunch/distinfo b/x11/keylaunch/distinfo deleted file mode 100644 index f4e8870ae9dd..000000000000 --- a/x11/keylaunch/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (keylaunch-1.3.0.tar.gz) = 41ca3ee9543376b46fedaaa2a06e42dce4a6ac9b348f46eb93e8c6e315c88303 -SIZE (keylaunch-1.3.0.tar.gz) = 9559 diff --git a/x11/keylaunch/files/patch-Makefile b/x11/keylaunch/files/patch-Makefile deleted file mode 100644 index eafcf1b6863e..000000000000 --- a/x11/keylaunch/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Mon May 21 17:23:17 2001 -+++ Makefile Sat Nov 17 11:46:47 2001 -@@ -1,6 +1,4 @@ --CC = gcc --CFLAGS = -g -O2 -Wall --XROOT = /usr/X11 -+XROOT = %%LOCALBASE%% - INCLUDES = -I$(XROOT)/include - LIBS = -lX11 - LDPATH = -L$(XROOT)/lib diff --git a/x11/keylaunch/files/pkg-message.in b/x11/keylaunch/files/pkg-message.in deleted file mode 100644 index 8141f7426d91..000000000000 --- a/x11/keylaunch/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ -[ -{ type: install - message: <<EOM -See %%LOCALBASE%%/share/examples/keylaunch/keylaunch.rc for a sample -configuration. -EOM -} -] diff --git a/x11/keylaunch/pkg-descr b/x11/keylaunch/pkg-descr deleted file mode 100644 index cf74f595136f..000000000000 --- a/x11/keylaunch/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -An X utility for binding commands to a hot key. diff --git a/x11/keylaunch/pkg-plist b/x11/keylaunch/pkg-plist deleted file mode 100644 index d2600e206ab9..000000000000 --- a/x11/keylaunch/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/keylaunch -%%EXAMPLESDIR%%/keylaunch.rc diff --git a/x11/props/Makefile b/x11/props/Makefile deleted file mode 100644 index a0de2c0465ce..000000000000 --- a/x11/props/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: jraynard -# $FreeBSD$ - -PORTNAME= props -PORTVERSION= 1.0 -PORTREVISION= 3 -CATEGORIES= x11 -MASTER_SITES= http://komquats.com/distfiles/ \ - LOCAL/cy - -MAINTAINER= cy@FreeBSD.org -COMMENT= The OpenLook props application - -CONFLICTS= xview-clients-3.2.1.4.19* - -DEPRECATED= 64-bit unsupported -EXPIRATION_DATE= 2020-05-05 - -LIB_DEPENDS= libxview.so:x11-toolkits/xview - -MAKE_JOBS_UNSAFE= yes -WRKSRC= ${WRKDIR}/props -USES= imake xorg -USE_XORG= x11 xext -MAKE_ARGS= INFOFILES="" - -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/locale/C/props; \ - ${INSTALL_DATA} ${WRKSRC}/C/* ${STAGEDIR}${PREFIX}/lib/X11/locale/C/props - -.include <bsd.port.mk> diff --git a/x11/props/distinfo b/x11/props/distinfo deleted file mode 100644 index 883c53c33e4b..000000000000 --- a/x11/props/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (props-1.0.tar.gz) = b466898959e021594d8c669c3b0bb777213644041d5acba1ffea4bc9bf66c0be -SIZE (props-1.0.tar.gz) = 28699 diff --git a/x11/props/files/patch-l10n_props.h b/x11/props/files/patch-l10n_props.h deleted file mode 100644 index fe1c81f27fd8..000000000000 --- a/x11/props/files/patch-l10n_props.h +++ /dev/null @@ -1,12 +0,0 @@ ---- l10n_props.h.orig Tue Nov 4 20:36:07 1997 -+++ l10n_props.h Tue Nov 4 20:36:31 1997 -@@ -13,6 +13,9 @@ - */ - #define LOCALE_NAME_LEN 20 - -+#ifndef LC_MESSAGES -+#define LC_MESSAGES 0 -+#endif - - typedef struct _l10n_config_list_item { - /* diff --git a/x11/props/files/patch-l10n_read.c b/x11/props/files/patch-l10n_read.c deleted file mode 100644 index cad9fb899fda..000000000000 --- a/x11/props/files/patch-l10n_read.c +++ /dev/null @@ -1,32 +0,0 @@ ---- l10n_read.c.orig Fri Nov 7 17:21:25 1997 -+++ l10n_read.c Mon Oct 21 03:29:17 2002 -@@ -18,15 +18,17 @@ - #include "l10n_props.h" - - --#define MAX_LINE_LENGTH 256 -+#define MAX_LINE_LENGTH 2560 - - #define NAME_SEPARATOR '=' - #define FIELD_SEPARATOR '|' - #define ITEM_SEPARATOR ';' - - -+#if !defined(__FreeBSD__) - extern char *malloc(); - extern char *calloc(); -+#endif - - - /* -@@ -72,8 +74,9 @@ - /* - * Find path for localization configuration files under - * $OPENWINHOME/share/locale/<locale>/props -+ * $OPENWINHOME/lib/X11/locale/<locale>/props - */ -- sprintf(fullpath, "%s/share/locale/%s/props/%s", -+ sprintf(fullpath, "%s/lib/X11/locale/%s/props/%s", - getenv("OPENWINHOME"), locale, file_name); - - if ((config_file = fopen(fullpath, "r")) == NULL) diff --git a/x11/props/files/patch-props.c b/x11/props/files/patch-props.c deleted file mode 100644 index a2a8838bed5d..000000000000 --- a/x11/props/files/patch-props.c +++ /dev/null @@ -1,29 +0,0 @@ ---- props.c.orig 1997-11-08 17:18:50.000000000 -0800 -+++ props.c 2013-09-17 23:33:43.311493251 -0700 -@@ -718,7 +718,7 @@ - int factory = !(int) xv_get(panel_item, PANEL_VALUE); - - if (factory == showing_factory) -- return; -+ return 0; - - if (factory) { - if (!saved_defaults[0]) { -@@ -752,7 +752,7 @@ - int width; - - if (panel_group[which_panel] == current_panel) -- return; -+ return 0; - - /* Show requested panel */ - xv_set(current_panel, XV_SHOW, FALSE, NULL); -@@ -816,7 +816,7 @@ - else - { - strcpy(localepath, openwin_dir); -- strcat(localepath, "/lib/locale/"); -+ strcat(localepath, "/lib/X11/locale/C/"); - bindtextdomain("props", localepath); - } - diff --git a/x11/props/pkg-descr b/x11/props/pkg-descr deleted file mode 100644 index 16f6f6214f7a..000000000000 --- a/x11/props/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The XView properties editor allows the user to customise and -configure many workspace properties (colour, icons, menus, -mouse and localisation). diff --git a/x11/props/pkg-plist b/x11/props/pkg-plist deleted file mode 100644 index 81d2003ccb36..000000000000 --- a/x11/props/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/props -lib/X11/locale/C/props/C -lib/X11/locale/C/props/basic_setting -lib/X11/locale/C/props/en_AU -lib/X11/locale/C/props/en_CA -lib/X11/locale/C/props/en_UK -lib/X11/locale/C/props/en_US diff --git a/x11/roxbg/Makefile b/x11/roxbg/Makefile deleted file mode 100644 index d31024e4d5c1..000000000000 --- a/x11/roxbg/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Zane C. Bowers -# $FreeBSD$ - -PORTNAME= roxbg -PORTVERSION= 1.0.0 -PORTREVISION= 5 -CATEGORIES= x11 deskutils -MASTER_SITES= http://vvelox.net/programs/unix/x11/ -EXTRACT_SUFX= -EXTRACT_ONLY= - -MAINTAINER= vvelox@vvelox.net -COMMENT= Tool for setting the background in rox using a simple command - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer - -NO_WRKSUBDIR= yes -NO_BUILD= yes - -PLIST_FILES= bin/roxbg - -do-install: - ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/roxbg - -.include <bsd.port.mk> diff --git a/x11/roxbg/distinfo b/x11/roxbg/distinfo deleted file mode 100644 index 145e985597bb..000000000000 --- a/x11/roxbg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (roxbg-1.0.0) = 876da951b20dfa32bf1a05aff3898f5844d2631dd0ffd69b35f7d7be98ea7faa -SIZE (roxbg-1.0.0) = 2768 diff --git a/x11/roxbg/pkg-descr b/x11/roxbg/pkg-descr deleted file mode 100644 index e429d4e176ca..000000000000 --- a/x11/roxbg/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Makes it easy to set the background in rox instead of having to -having to muck around with the XML API it uses. - --f fill the screen with the image --s scale the image with out stretching it --c center image and do not scale --t tile the image - -default: -s diff --git a/x11/sisctrl/Makefile b/x11/sisctrl/Makefile deleted file mode 100644 index 29e38f684ecb..000000000000 --- a/x11/sisctrl/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Alexander Nedotsukov <bland@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= sisctrl -PORTVERSION= 0.0.20051202 -PORTREVISION= 8 -CATEGORIES= x11 -MASTER_SITES= http://www.winischhofer.net/sis/ - -MAINTAINER= bland@FreeBSD.org -COMMENT= Display Control Panel for XFree86/X.org SiS driver - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -USES= gmake gnome pkgconfig xorg -USE_XORG= x11 ice xxf86vm xinerama xv xrandr xext sm -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-xv-path=${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lm - -PLIST_FILES= bin/sisctrl man/man1/sisctrl.1x.gz - -.include <bsd.port.mk> diff --git a/x11/sisctrl/distinfo b/x11/sisctrl/distinfo deleted file mode 100644 index bc63fc49085a..000000000000 --- a/x11/sisctrl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sisctrl-0.0.20051202.tar.gz) = 76855a8ff4631418374261613a273b082e0f56f29aa083a2197c5350688611f1 -SIZE (sisctrl-0.0.20051202.tar.gz) = 666749 diff --git a/x11/sisctrl/files/patch-src__sisctrl_gui.c b/x11/sisctrl/files/patch-src__sisctrl_gui.c deleted file mode 100644 index a92fb1424fd0..000000000000 --- a/x11/sisctrl/files/patch-src__sisctrl_gui.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/sisctrl_gui.c.orig 2013-09-05 22:15:13.000000000 +0900 -+++ src/sisctrl_gui.c 2013-09-05 22:16:07.000000000 +0900 -@@ -5885,8 +5885,8 @@ - { - /*fprintf(stderr, "conf\n");*/ - if(gl.noxvdemo) return TRUE; -- if(gui.notebook_page != SIS_PAGE_VIDEO) return; -- if(!gui.xvwin) return; -+ if(gui.notebook_page != SIS_PAGE_VIDEO) return TRUE; -+ if(!gui.xvwin) return TRUE; - if(!gui.xvinit) return TRUE; - resizexvwindow(); - showxvimage(); diff --git a/x11/sisctrl/pkg-descr b/x11/sisctrl/pkg-descr deleted file mode 100644 index ec361d3086f8..000000000000 --- a/x11/sisctrl/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -sisctrl is a gtk-2.x based tool for the XFree86/X.org SiS ("sis") -driver to tune the display parameters during X server run-time. Among -other features, it allows switching and changing output devices, tuning -TV output, gamma correction and Xv (hardware video) properties. It also -supports switching the display mode and resizing the desktop using the -RandR extension. - -WWW: http://www.winischhofer.at/linuxsispart1.shtml#23 diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile deleted file mode 100644 index ffb1e494bb7d..000000000000 --- a/x11/wdm/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# Created by: Thomas Gellekum <tg@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= wdm -PORTVERSION= 1.28 -PORTREVISION= 16 -CATEGORIES= x11 windowmaker -MASTER_SITES= http://voins.program.ru/wdm/:wdm \ - http://wolfram.schneider.org/bsd/gif/bsd/:pic_large \ - LOCAL/tg:pic_small -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:wdm \ - beastie.xpm:pic_small \ - daemon1-HQ-1280x960.jpg:pic_large -DIST_SUBDIR= wdm -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= xride@FreeBSD.org -COMMENT= WINGs Display Manager; an xdm replacement - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LIB_DEPENDS= libWINGs.so:x11-wm/windowmaker - -NOT_FOR_ARCHS= sparc64 - -OPTIONS_DEFINE= PAM -OPTIONS_DEFAULT= PAM -OPTIONS_SUB= yes - -USES= gettext localbase tar:bzip2 xorg -USE_XORG= x11 xmu -GNU_CONFIGURE= yes -CONFIGURE_ENV= DEF_SERVER="${DEF_SERVER}" XRDB_PATH="${XRDB_PATH}" -CONFIGURE_ARGS= --with-logdir=/var/log \ - --with-runlockdir=/var/run \ - --with-wdmdir=${WDMDIR} \ - --with-gfxdir=${WDMDIR}/pixmaps \ - --with-nlsdir=${PREFIX}/share/locale \ - --with-Logo=beastie.xpm \ - --with-gfx-incs=${LOCALBASE}/include \ - --with-gfx-libs=${LOCALBASE}/lib \ - --with-defuserpath=/bin:/usr/bin:/sbin:/usr/sbin:${LOCALBASE}/bin \ - --with-defsystempath=/bin:/usr/bin:/sbin:/usr/sbin:${LOCALBASE}/bin \ - --with-wmlist=wmaker:afterstep:blackbox:ctwm:enlightenment:fvwm:fvwm2:fvwm95:olvwm:qvwm:tvtwm - -CPPFLAGS+= -DCSRG_BASED -DHAS_SETUSERCONTEXT -LIBS+= -lintl - -DEF_SERVER?= ${LOCALBASE}/bin/X -XRDB_PATH?= ${LOCALBASE}/bin/xrdb - -WDMDIR= ${PREFIX}/lib/X11/wdm - -PAM_CONFIGURE_OFF= --disable-pam -PAM_CONFIGURE_ON= --with-pamdir=${LOCALBASE}/etc/pam.d/ - -post-patch: - @${REINPLACE_CMD} -e \ - 's|/usr/X11R6|${PREFIX}|g' ${WRKSRC}/configs/KillConsole - @${REINPLACE_CMD} -e \ - 's|/usr/X11R6|${PREFIX}|g' ${WRKSRC}/configs/Xclients.in - @${REINPLACE_CMD} -e \ - 's|/usr/X11R6|${PREFIX}|g' ${WRKSRC}/configs/Xsession.in - @${REINPLACE_CMD} -e \ - 's|$$(DESTDIR)$$(PAMDIR)/wdm||g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|-ldl||g ; \ - s|/authdir||g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|@FAILSAFE@|@FAILSAFE_PATH@|g' ${WRKSRC}/configs/Xsession.in - @${REINPLACE_CMD} -e \ - 's|#configdir#|${WDMDIR}|g' ${WRKSRC}/doc/wdm.man.in - @${REINPLACE_CMD} -e \ - 's|/etc/X11/wdm|${WDMDIR}|g' ${WRKSRC}/doc/wdmLogin.man - -post-install: - @${MV} ${STAGEDIR}${WDMDIR}/wdm-config ${STAGEDIR}${WDMDIR}/wdm-config.sample - @${MV} ${STAGEDIR}${WDMDIR}/Xsetup_0 ${STAGEDIR}${WDMDIR}/Xsetup_0.sample -.for file in beastie.xpm daemon1-HQ-1280x960.jpg - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${STAGEDIR}${WDMDIR}/pixmaps -.endfor - ${INSTALL_DATA} ${FILESDIR}/wdm.pam ${STAGEDIR}${LOCALBASE}/etc/pam.d/wdm - -.include <bsd.port.mk> diff --git a/x11/wdm/distinfo b/x11/wdm/distinfo deleted file mode 100644 index 87454785c04d..000000000000 --- a/x11/wdm/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -SHA256 (wdm/wdm-1.28.tar.bz2) = 8a5cde0a4988d557d48bb7470f14f416d0b8ff6e20d7061643e6143f7b2be2c4 -SIZE (wdm/wdm-1.28.tar.bz2) = 381522 -SHA256 (wdm/beastie.xpm) = 85624219604fb32f000b3bc825268e67bb553fff0a8e6d2971296557448c9e9c -SIZE (wdm/beastie.xpm) = 66929 -SHA256 (wdm/daemon1-HQ-1280x960.jpg) = a4af9d1910de87188ab3fd0e0d5e6895122ff4f77b0629e9d096978429ce1ea2 -SIZE (wdm/daemon1-HQ-1280x960.jpg) = 136770 diff --git a/x11/wdm/files/patch-change_wm b/x11/wdm/files/patch-change_wm deleted file mode 100644 index 5ce911e800dc..000000000000 --- a/x11/wdm/files/patch-change_wm +++ /dev/null @@ -1,452 +0,0 @@ - ---- configs/Xsession.in.orig Sat Mar 26 14:57:04 2005 -+++ configs/Xsession.in Tue Oct 10 11:51:31 2006 -@@ -1,6 +1,8 @@ --#!@SHELL_LOGIN@ -+#!/bin/sh - # @configure_input@ - # $XConsortium: Xsession /main/10 1995/12/18 18:21:28 gildea $ -+# -+# /usr/X11R6/lib/X11/wdm/Xsession : FreeBSD : mato [24-sep-2006] - - # This is the basic login script for a user. Much of the logic/code - # for selecting and invoking the window manager is in the related file -@@ -9,17 +11,16 @@ - # ~/.Xclients. - - # cleanup wdm resources -- @XRDB_PATH@ -load /dev/null -- -+@XRDB_PATH@ -load /dev/null - - case $# in - 1) -- case $1 in -- failsafe) -- exec @FAILSAFE@ -geometry 80x24-0-0 -- ;; -+ case "$1" in -+ failsafe) -+ exec @FAILSAFE@ -geometry 80x24+0+0 -+ ;; - esac -- echo $1 >$HOME/.wm_style -+ echo "$1" >| "$HOME/.wm_style" - esac - - # redirect errors to a file in user's home directory if we can -@@ -66,19 +67,23 @@ - # fi - # exec @DMDIR@/Xclients - --startup=$HOME/.xsession --resources=$HOME/.Xresources -+sysresources="/usr/X11R6/lib/X11/xinit/.Xresources" -+userresources="$HOME/.Xresources" -+ -+if [ -f "$sysresources" ]; then -+ @XRDB_PATH@ -merge "$sysresources" -+fi - --if [ -f $resources ]; then -- @XRDB_PATH@ -load $resources -+if [ -f "$userresources" ]; then -+ @XRDB_PATH@ -merge "$userresources" - fi - --if [ -x $startup ]; then -- exec $startup -+if [ -x "$HOME/.xsession" ]; then -+ exec "$HOME/.xsession" - fi - --if [ -x $HOME/.Xclients ]; then -- exec $HOME/.Xclients -+if [ -x "$HOME/.Xclients" ]; then -+ exec "$HOME/.Xclients" - fi - - if [ -x @DMDIR@/Xclients ]; then ---- configs/Xclients.in.orig Sat Mar 26 14:57:04 2005 -+++ configs/Xclients.in Tue Oct 10 12:31:47 2006 -@@ -1,5 +1,7 @@ - #!@SHELL_LOGIN@ - # @configure_input@ -+# -+# ~/.Xclients * WDM/FreeBSD * modified by martinko [23-sep-2006] - - ######################################################################## - # -*- sh -*- # -@@ -32,133 +34,279 @@ - done - } - -+# output startup message -+Starting() -+{ -+ echo "Starting $1 on `date`" >| "$xwm_msgs" -+} -+ -+ -+wm_style="$HOME/.wm_style" -+xwm_msgs="$HOME/.xwm.msgs" -+xrootenv="$HOME/Xrootenv.0" - - - # these files are left sitting around by TheNextLevel. --rm -f $HOME/Xrootenv.0 -+rm -f "$xrootenv" - rm -f /tmp/fvwmrc* 2>/dev/null - --# check for and set x-resources --if [ -f $HOME/.Xresources ] ; then -- @XRDB_PATH@ -merge $HOME/.Xresources -+# check for and set X-resources -+ -+sysresources="/usr/X11R6/lib/X11/xinit/.Xresources" -+sysmodmap="/usr/X11R6/lib/X11/xinit/.Xmodmap" -+userresources="$HOME/.Xresources" -+usermodmap="$HOME/.Xmodmap" -+ -+# merge in defaults and keymaps -+ -+if [ -f "$sysresources" ]; then -+ xrdb -merge "$sysresources" - fi - --if [ -f $HOME/.Xdefaults ] ; then -- @XRDB_PATH@ -merge $HOME/.Xdefaults -+if [ -f "$sysmodmap" ]; then -+ xmodmap "$sysmodmap" - fi - --WINMGR_NAME=@WINMGR_NAME@ --if test -z "$WINMGR_NAME"; then -- WINMGR_NAME="UserDefined" -+if [ -f "$userresources" ]; then -+ xrdb -merge "$userresources" -+fi -+ -+if [ -f "$usermodmap" ]; then -+ xmodmap "$usermodmap" - fi - --# First thing - check the user preferences --if [ -f $HOME/.wm_style ] ; then -- WMSTYLE=`cat $HOME/.wm_style` -- case "$WMSTYLE" in --# --# first, a general purpose entry: -- $WINMGR_NAME*) -- # startup a window manager -- WINMGR_PATH=@WINMGR_PATH@ -- if test -x "$WINMGR_PATH" ; then -- echo Starting $WINMGR_NAME >$HOME/.xwm.msgs -- exec $WINMGR_PATH >>$HOME/.xwm.msgs 2>&1 -- fi -- ;; - -- wmaker*|WindowMaker*) -- # startup WindowMaker -- WMAKER_PATH=@WMAKER_PATH@ -+# First thing - check the user preferences -+if [ -f "$wm_style" ] -+then -+ WMSTYLE="`cat "$wm_style"`" -+ case "$WMSTYLE" in -+ -+ wmaker*|WMaker*|WindowMaker*) -+ # startup Window Maker -+ WMAKER_PATH=wmaker - if ! test -x $WMAKER_PATH ; then - FindInPath $WMAKER_PATH - if test -n "$result" -a -x "$result"; then -- WMAKER_PATH="$result"; -+ WMAKER_PATH="$result" - fi - fi -- - if test -x $WMAKER_PATH ; then -- echo Starting WindowMaker >$HOME/.xwm.msgs -- env > "$HOME"/Xrootenv.0 -- exec $WMAKER_PATH >>$HOME/.xwm.msgs 2>&1 -+ Starting "Window Maker" -+ #env >| "$xrootenv" -+ exec $WMAKER_PATH >> "$xwm_msgs" 2>&1 - fi - ;; - - afterstep*|Afterstep*|AfterStep*) -- # we have to start up afterstep -- AFTERSTEP_PATH=@AFTERSTEP_PATH@ -+ # we have to start up AfterStep -+ AFTERSTEP_PATH=afterstep - if ! test -x $AFTERSTEP_PATH ; then - FindInPath $AFTERSTEP_PATH - if test -n "$result" -a -x "$result"; then -- AFTERSTEP_PATH="$result"; -+ AFTERSTEP_PATH="$result" - fi - fi - if [ -x $AFTERSTEP_PATH -a -f /usr/share/afterstep/wmconfig.conf ] ; then - mkdir -p $HOME/GNUstep/Library/AfterStep - wmconfig --output=afterstep --directories /usr/share/afterstep/wmconfig.conf 2>/dev/null -- env > "$HOME"/Xrootenv.0 -+ #env >| "$xrootenv" - # if this works, we stop here -- eval "exec $AFTERSTEP_PATH" > "$HOME"/.AfterStep-errors 2>&1 -+ eval "exec $AFTERSTEP_PATH" >| "$HOME"/.AfterStep-errors 2>&1 - fi - ;; - -- blackbox*|BlackBox) -- # startup blackbox -- BLACKBOX_PATH=@BLACKBOX_PATH@ -+ blackbox*|Blackbox*|BlackBox*) -+ # startup Blackbox -+ BLACKBOX_PATH=blackbox - if ! test -x $BLACKBOX_PATH ; then - FindInPath $BLACKBOX_PATH - if test -n "$result" -a -x "$result"; then -- BLACKBOX_PATH="$result"; -+ BLACKBOX_PATH="$result" - fi - fi - if [ -x $BLACKBOX_PATH ] ; then -- echo Starting BlackBox >$HOME/.xwm.msgs -- exec $BLACKBOX_PATH >>$HOME/.xwm.msgs 2>&1 -+ Starting "Blackbox" -+ #env >| "$xrootenv" -+ exec $BLACKBOX_PATH >> "$xwm_msgs" 2>&1 - fi - ;; - -- icewm*|IceWm) -- # startup icewm -- ICEWM_PATH=@ICEWM_PATH@ -+ fluxbox*|Fluxbox*|FluxBox*) -+ # startup Fluxbox -+ FLUXBOX_PATH=startfluxbox -+ if ! test -x $FLUXBOX_PATH ; then -+ FindInPath $FLUXBOX_PATH -+ if test -n "$result" -a -x "$result"; then -+ FLUXBOX_PATH="$result" -+ fi -+ fi -+ if [ -x $FLUXBOX_PATH ] ; then -+ Starting "Fluxbox" -+ #env >| "$xrootenv" -+ exec $FLUXBOX_PATH >> "$xwm_msgs" 2>&1 -+ fi -+ ;; -+ -+ fvwm*|FVWM*) -+ # startup FVWM -+ FVWM_PATH=fvwm -+ if ! test -x $FVWM_PATH ; then -+ FindInPath $FVWM_PATH -+ if test -n "$result" -a -x "$result"; then -+ FVWM_PATH="$result" -+ fi -+ fi -+ if test -x $FVWM_PATH ; then -+ Starting "FVWM" -+ #env >| "$xrootenv" -+ exec $FVWM_PATH >> "$xwm_msgs" 2>&1 -+ fi -+ ;; -+ -+ fvwm2*|FVWM2*) -+ # startup FVWM2 -+ FVWM2_PATH=fvwm2 -+ if ! test -x $FVWM2_PATH ; then -+ FindInPath $FVWM2_PATH -+ if test -n "$result" -a -x "$result"; then -+ FVWM2_PATH="$result" -+ fi -+ fi -+ if test -x $FVWM2_PATH ; then -+ Starting "FVWM2" -+ #env >| "$xrootenv" -+ exec $FVWM2_PATH >> "$xwm_msgs" 2>&1 -+ fi -+ ;; -+ -+ fvwm95*|FVWM95*) -+ # startup FVWM95 -+ FVWM95_PATH=fvwm95 -+ if ! test -x $FVWM95_PATH ; then -+ FindInPath $FVWM95_PATH -+ if test -n "$result" -a -x "$result"; then -+ FVWM95_PATH="$result" -+ fi -+ fi -+ if test -x $FVWM95_PATH ; then -+ Starting "FVWM95" -+ #env >| "$xrootenv" -+ exec $FVWM95_PATH >> "$xwm_msgs" 2>&1 -+ fi -+ ;; -+ -+ icewm*|IceWm*|IceWM*) -+ # startup IceWM -+ ICEWM_PATH=icewm - if ! test -x $ICEWM_PATH ; then - FindInPath $ICEWM_PATH - if test -n "$result" -a -x "$result"; then -- ICEWM_PATH="$result"; -+ ICEWM_PATH="$result" - fi - fi - if [ -x $ICEWM_PATH ] ; then -- echo Starting icewm >$HOME/.xwm.msgs -- exec $ICEWM_PATH >>$HOME/.xwm.msgs 2>&1 -+ Starting "IceWM" -+ #env >| "$xrootenv" -+ exec $ICEWM_PATH >> "$xwm_msgs" 2>&1 -+ fi -+ ;; -+ -+ twm*|TWM*) -+ # startup TWM -+ TWM_PATH=twm -+ if ! test -x $TWM_PATH ; then -+ FindInPath $TWM_PATH -+ if test -n "$result" -a -x "$result"; then -+ TWM_PATH="$result" -+ fi -+ fi -+ if test -x $TWM_PATH ; then -+ Starting "TWM" -+ #env >| "$xrootenv" -+ exec $TWM_PATH >> "$xwm_msgs" 2>&1 -+ fi -+ ;; -+ -+ xfce*|Xfce*|XFce*|XFCE*) -+ # startup Xfce -+ XFCE_PATH=startxfce4 -+ if ! test -x $XFCE_PATH ; then -+ FindInPath $XFCE_PATH -+ if test -n "$result" -a -x "$result"; then -+ XFCE_PATH="$result" -+ fi -+ fi -+ if test -x $XFCE_PATH ; then -+ Starting "Xfce" -+ #env >| "$xrootenv" -+ exec $XFCE_PATH >> "$xwm_msgs" 2>&1 -+ fi -+ ;; -+ -+ gnome*|Gnome*) -+ # startup Gnome -+ GNOME_PATH=gnome-session -+ if ! test -x $GNOME_PATH ; then -+ FindInPath $GNOME_PATH -+ if test -n "$result" -a -x "$result"; then -+ GNOME_PATH="$result" -+ fi -+ fi -+ if test -x $GNOME_PATH ; then -+ Starting "Gnome" -+ #env >| "$xrootenv" -+ exec $GNOME_PATH >> "$xwm_msgs" 2>&1 -+ fi -+ ;; -+ -+ startkde*|kde*|KDE*) -+ # startup KDE -+ STARTKDE_PATH=startkde -+ if ! test -x $STARTKDE_PATH ; then -+ FindInPath $STARTKDE_PATH -+ if test -n "$result" -a -x "$result"; then -+ STARTKDE_PATH="$result" -+ fi -+ fi -+ if [ -x $STARTKDE_PATH ] ; then -+ Starting "KDE" -+ #env >| "$xrootenv" -+ exec $STARTKDE_PATH -console >> "$xwm_msgs" 2>&1 - fi - ;; - - xsession*|Xsession*) - # startup xsession -- XSESSION_PATH=@XSESSION_PATH@ -+ XSESSION_PATH=xsession - if ! test -x $XSESSION_PATH ; then - FindInPath $XSESSION_PATH - if test -n "$result" -a -x "$result"; then -- XSESSION_PATH="$result"; -+ XSESSION_PATH="$result" - fi - fi - if [ -x $XSESSION_PATH ] ; then -- echo Starting xsession >$HOME/.xwm.msgs -- exec $XSESSION_PATH -console >>$HOME/.xwm.msgs 2>&1 -+ Starting "xsession" -+ #env >| "$xrootenv" -+ exec $XSESSION_PATH -console >> "$xwm_msgs" 2>&1 - fi - ;; - -- startkde*|kde*|KDE*) -- # startup kde -- STARTKDE_PATH=@STARTKDE_PATH@ -- if ! test -x $STARTKDE_PATH ; then -- FindInPath $STARTKDE_PATH -+ # last, a general purpose entry: -+ *) -+ # try and startup a window manager -+ WINMGR_NAME="$WMSTYLE" -+ WINMGR_PATH="$WMSTYLE" -+ if ! test -x $WINMGR_PATH ; then -+ FindInPath $WINMGR_PATH - if test -n "$result" -a -x "$result"; then -- STARTKDE_PATH="$result"; -+ WINMGR_PATH="$result" - fi - fi -- if [ -x $STARTKDE_PATH ] ; then -- echo Starting kde >$HOME/.xwm.msgs -- exec $STARTKDE_PATH -console >>$HOME/.xwm.msgs 2>&1 -+ if test -x "$WINMGR_PATH" ; then -+ Starting "$WINMGR_NAME" -+ #env >| "$xrootenv" -+ exec $WINMGR_PATH >> "$xwm_msgs" 2>&1 - fi - ;; - esac -@@ -186,16 +334,16 @@ - # with both fvwm95 and fvwm2 - # (try fvwm95 first, then fvwm2). - for FVWMVER in 95 95-2 2; do -- if [ -n "$(type -path fvwm${FVWMVER})" ]; then -- env > "$HOME"/Xrootenv.0 -+ if [ -n "`type -path fvwm${FVWMVER}`" ]; then -+ #env >| "$xrootenv" - # if this works, we stop here -- eval "exec fvwm${FVWMVER} ${FVWMOPTIONS}" > "$HOME"/.FVWM${FVWMVER}-errors 2>&1 -+ eval "exec fvwm${FVWMVER} ${FVWMOPTIONS}" >| "$HOME"/.FVWM${FVWMVER}-errors 2>&1 - fi - done - - # gosh, neither fvwm95 nor fvwm2 is available; - # let's try regular fvwm (AnotherLevel doesn't work with fvwm1). --if [ -n "$(type -path fvwm)" ]; then -+if [ -n "`type -path fvwm`" ]; then - # if this works, we stop here - exec fvwm - fi ---- configs/KillConsole.orig Tue Oct 10 13:04:27 2006 -+++ configs/KillConsole Tue Oct 10 13:01:47 2006 -@@ -0,0 +1,7 @@ -+#!/bin/sh -+# -+# /usr/X11R6/lib/X11/wdm/KillConsole * mato [10-oct-2006] -+# -+# Kill xconsole process started before the Login window. -+# -+pkill xconsole || true - diff --git a/x11/wdm/files/patch-configs__wdm-config.in b/x11/wdm/files/patch-configs__wdm-config.in deleted file mode 100644 index b42e5a5bddde..000000000000 --- a/x11/wdm/files/patch-configs__wdm-config.in +++ /dev/null @@ -1,25 +0,0 @@ ---- configs/wdm-config.in.orig Sun Jun 1 17:00:09 2003 -+++ configs/wdm-config.in Sun Jun 1 22:45:23 2003 -@@ -3,7 +3,7 @@ - ! wdm configuration file input (sed in Makefile) - ! - DisplayManager.errorLogFile: @LOGDIR@/xdm-errors.log --DisplayManager.pidFile: @RUNDIR@/xdm-pid -+DisplayManager.pidFile: @RUNDIR@/xdm.pid - DisplayManager.keyFile: @DMDIR@/xdm-keys - DisplayManager.servers: @DMDIR@/Xservers - DisplayManager.accessFile: @DMDIR@/Xaccess -@@ -25,11 +25,11 @@ - ! display screen background--if not set or set to none, then the - ! background is not set by wdm. - ! DisplayManager*wdmBg: none --DisplayManager*wdmBg: solid:RoyalBlue -+! DisplayManager*wdmBg: solid:RoyalBlue - ! DisplayManager*wdmBg: dgradient:RoyalBlue,FireBrick,Black - ! DisplayManager*wdmBg: hgradient:RoyalBlue,FireBrick,Black - ! DisplayManager*wdmBg: vgradient:RoyalBlue,FireBrick,Black --! DisplayManager*wdmBg: pixmap:@GFXDIR@/Stars.jpg -+DisplayManager*wdmBg: pixmap:@GFXDIR@/daemon1-HQ-1280x960.jpg - ! - ! optional pixmap for logo - @PIXMAPCOMMENT@DisplayManager*wdmLogo: @GFXDIR@/@PIXMAPFILE@ diff --git a/x11/wdm/files/patch-src__wdm__session.c b/x11/wdm/files/patch-src__wdm__session.c deleted file mode 100644 index 035205602185..000000000000 --- a/x11/wdm/files/patch-src__wdm__session.c +++ /dev/null @@ -1,50 +0,0 @@ ---- src/wdm/session.c.orig Sat Mar 26 22:57:04 2005 -+++ src/wdm/session.c Sun Mar 27 09:22:42 2005 -@@ -533,6 +533,7 @@ - int pid; - #ifdef HAS_SETUSERCONTEXT - struct passwd* pwd; -+ extern char **environ; - #endif - #ifdef USE_PAM - pam_handle_t *pamh = thepamh(); -@@ -562,6 +563,7 @@ - /* Do system-dependent login setup here */ - - #ifndef AIXV3 -+#ifndef HAS_SETUSERCONTEXT - if (setgid(verify->gid) < 0) - { - WDMError("setgid %d (user \"%s\") failed, errno=%d\n", -@@ -609,6 +611,31 @@ - verify->uid, name, errno); - return (0); - } -+#else /* HAS_SETUSERCONTEXT */ -+ /* -+ * Set the user's credentials: uid, gid, groups, -+ * environment variables, resource limits, and umask. -+ */ -+ /* destroy user environment before calling setusercontext */ -+ environ = verify->userEnviron; -+ pwd = getpwnam(name); -+ if (pwd) -+ { -+ if (setusercontext(NULL, pwd, pwd->pw_uid, LOGIN_SETALL) < 0) -+ { -+ WDMError("setusercontext for \"%s\" failed, errno=%d\n", name, -+ errno); -+ return (0); -+ } -+ verify->userEnviron = environ; -+ endpwent(); -+ } -+ else -+ { -+ WDMError("getpwnam for \"%s\" failed, errno=%d\n", name, errno); -+ return (0); -+ } -+#endif /* HAS_SETUSERCONTEXT */ - #else /* AIXV3 */ - /* - * Set the user's credentials: uid, gid, groups, diff --git a/x11/wdm/files/wdm.pam b/x11/wdm/files/wdm.pam deleted file mode 100644 index 2b66d5479842..000000000000 --- a/x11/wdm/files/wdm.pam +++ /dev/null @@ -1,25 +0,0 @@ -# -# PAM configuration for the "wdm" service -# - -# auth -#auth required pam_nologin.so no_warn -#auth sufficient pam_kerberosIV.so no_warn try_first_pass -#auth sufficient pam_krb5.so no_warn try_first_pass -#auth sufficient pam_ssh.so no_warn try_first_pass -auth required pam_unix.so no_warn try_first_pass - -# account -account required pam_nologin.so -#account required pam_kerberosIV.so -#account required pam_krb5.so -account required pam_unix.so - -# session -#session required pam_kerberosIV.so -#session required pam_krb5.so -#session required pam_ssh.so -session required pam_permit.so - -# password -password required pam_deny.so diff --git a/x11/wdm/pkg-descr b/x11/wdm/pkg-descr deleted file mode 100644 index bcebcb1e19a6..000000000000 --- a/x11/wdm/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -wdm -- WINGs Display Manager - -wdm was initially called DisplayMaker. - -This is a modification of XFree86's xdm package for graphically -handling authentication and system login. Most of xdm has been -preserved (XFree86 3.3.2.3) with the Login interface based on a WINGs -implementation using Tom Rothamel's "external greet" interface. - -WWW: http://voins.program.ru/wdm/ diff --git a/x11/wdm/pkg-plist b/x11/wdm/pkg-plist deleted file mode 100644 index 4649bce85f24..000000000000 --- a/x11/wdm/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -bin/wdm -bin/wdmLogin -lib/X11/wdm/GiveConsole -lib/X11/wdm/TakeConsole -lib/X11/wdm/Xaccess -lib/X11/wdm/Xclients -lib/X11/wdm/Xclients.in -lib/X11/wdm/Xresources -lib/X11/wdm/Xservers -lib/X11/wdm/Xservers.fs -lib/X11/wdm/Xservers.ws -lib/X11/wdm/Xsession -lib/X11/wdm/Xsession.XFree86 -lib/X11/wdm/Xsession.orig -@sample lib/X11/wdm/Xsetup_0.sample -lib/X11/wdm/pixmaps/Eagle.xpm -lib/X11/wdm/pixmaps/Earth.jpg -lib/X11/wdm/pixmaps/Earth200x130.xpm -lib/X11/wdm/pixmaps/GnuLinux-logo.jpg -lib/X11/wdm/pixmaps/Stars.jpg -lib/X11/wdm/pixmaps/StarsLogo.jpg -lib/X11/wdm/pixmaps/beastie.xpm -lib/X11/wdm/pixmaps/daemon1-HQ-1280x960.jpg -lib/X11/wdm/pixmaps/gnuLogo.xpm -@sample lib/X11/wdm/wdm-config.sample -lib/X11/wdm/wdm-config.in -lib/X11/wdm/wdmReconfig -man/man1/wdm.1.gz -man/man1/wdmLogin.1.gz -share/locale/cs/LC_MESSAGES/wdm.mo -share/locale/cy/LC_MESSAGES/wdm.mo -share/locale/de/LC_MESSAGES/wdm.mo -share/locale/en/LC_MESSAGES/wdm.mo -share/locale/es/LC_MESSAGES/wdm.mo -share/locale/fr_FR/LC_MESSAGES/wdm.mo -share/locale/ja/LC_MESSAGES/wdm.mo -share/locale/ru/LC_MESSAGES/wdm.mo -%%PAM%%%%LOCALBASE%%/etc/pam.d/wdm -@dir(,,700) lib/X11/wdm/authdir -@dir /var/run/wdm diff --git a/x11/xaniroc/Makefile b/x11/xaniroc/Makefile deleted file mode 100644 index d3d6a88c4cd5..000000000000 --- a/x11/xaniroc/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Stefan Zehl <sec@42.org> -# $FreeBSD$ - -PORTNAME= xaniroc -PORTVERSION= 1.02 -PORTREVISION= 2 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.42.org/pub/orphan/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .src.tar.Z - -MAINTAINER= sec@42.org -COMMENT= Animate your root-cursor - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -USES= imake xorg -USE_XORG= ice sm x11 xaw xext xmu xpm xt -PLIST_FILES= bin/xaniroc man/man1/xaniroc.1.gz - -post-extract: - ${MV} ${WRKSRC}/manpage.1 ${WRKSRC}/xaniroc.man - -.include <bsd.port.mk> diff --git a/x11/xaniroc/distinfo b/x11/xaniroc/distinfo deleted file mode 100644 index 69f1c2b09aa2..000000000000 --- a/x11/xaniroc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xaniroc.src.tar.Z) = c5ce3d7e4eb0d580eda5e8459b6b7b0f49345d14cb678b284de9e2729d3fba16 -SIZE (xaniroc.src.tar.Z) = 16747 diff --git a/x11/xaniroc/pkg-descr b/x11/xaniroc/pkg-descr deleted file mode 100644 index 348c335c4862..000000000000 --- a/x11/xaniroc/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -xaniroc will change the root window cursor of an X11 screen into a rotating X. diff --git a/x11/xmove/Makefile b/x11/xmove/Makefile deleted file mode 100644 index 191b3e6af42d..000000000000 --- a/x11/xmove/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Stefan Zehl <sec@42.org> -# $FreeBSD$ - -PORTNAME= xmove -PORTVERSION= 2.0b2 -PORTREVISION= 2 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/xmove/ -DISTNAME= ${PORTNAME}.${PORTVERSION:S/b/beta/} - -MAINTAINER= sec@42.org -COMMENT= Pseudoserver to support mobile X11 clients - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -USES= imake xorg -USE_XORG= x11 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -post-patch: - ${CP} ${FILESDIR}/Imakefile ${WRKSRC} - (cd ${WRKSRC}; \ - ${CP} man/man1/xmove.1 xmove/xmove.man; \ - ${CP} man/man1/xmovectrl.1 xmovectrl/xmovectrl.man) - -.include <bsd.port.mk> diff --git a/x11/xmove/distinfo b/x11/xmove/distinfo deleted file mode 100644 index b06ed7eaade0..000000000000 --- a/x11/xmove/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xmove.2.0beta2.tar.gz) = 0e7a68bb3434153c6df711a04e61ead4ccb02c547a633cc16c3b8db8c6046160 -SIZE (xmove.2.0beta2.tar.gz) = 639187 diff --git a/x11/xmove/files/Imakefile b/x11/xmove/files/Imakefile deleted file mode 100644 index c021507b2a8a..000000000000 --- a/x11/xmove/files/Imakefile +++ /dev/null @@ -1,6 +0,0 @@ -#define IHaveSubdirs -#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" - -SUBDIRS= xmove xmovectrl -MakeSubdirs($(SUBDIRS)) -DependSubdirs($(SUBDIRS)) diff --git a/x11/xmove/files/patch-stdlib b/x11/xmove/files/patch-stdlib deleted file mode 100644 index 6e638765b7ba..000000000000 --- a/x11/xmove/files/patch-stdlib +++ /dev/null @@ -1,88 +0,0 @@ ---- xmove/XMOVELib.c.org Sat Oct 18 22:03:47 1997 -+++ xmove/XMOVELib.c Fri Jan 16 00:25:48 1998 -@@ -24,7 +24,7 @@ - - #include <X11/Xatom.h> - #include <errno.h> /* for EINTR, EADDRINUSE, ... */ --#include <malloc.h> -+#include <stdlib.h> - #include <sys/ioctl.h> - #ifdef SYSV - #include <sys/fcntl.h> ---- xmove/externs.h.org Thu Dec 1 22:14:38 1994 -+++ xmove/externs.h Fri Jan 16 00:25:48 1998 -@@ -20,7 +20,7 @@ - - #include <sys/time.h> - #include <sys/socket.h> --#include <malloc.h> -+#include <stdlib.h> - - - #endif /* EXTERNS_H */ ---- xmove/main.c.org Fri Jan 16 00:24:41 1998 -+++ xmove/main.c Fri Jan 16 00:25:49 1998 -@@ -42,7 +42,7 @@ - #include <signal.h> - #define NEED_REPLIES - #include <X11/Xproto.h> --#include <malloc.h> -+#include <stdlib.h> - - #if defined(DL_W_PRAGMA) || defined(DL_WOUT_PRAGMA) - #include <dlfcn.h> ---- xmove/move_window.c.org Sun Apr 20 06:21:32 1997 -+++ xmove/move_window.c Fri Jan 16 00:25:50 1998 -@@ -20,7 +20,7 @@ - #define NEED_REPLIES - #include <X11/Xproto.h> - #include <X11/Xatom.h> --#include <malloc.h> -+#include <stdlib.h> - - #include "xmove.h" - ---- xmove/print11.c.org Mon Jun 30 22:01:43 1997 -+++ xmove/print11.c Fri Jan 16 00:25:50 1998 -@@ -109,7 +109,7 @@ - * - */ - --#include <malloc.h> -+#include <stdlib.h> - #include <X11/Xatom.h> - #include "xmove.h" - ---- xmove/put_image.c.org Wed Jun 25 05:35:31 1997 -+++ xmove/put_image.c Fri Jan 16 00:25:51 1998 -@@ -18,7 +18,7 @@ - /* $XConsortium: XPutImage.c,v 11.60 91/06/07 16:33:38 rws Exp $ */ - /* Copyright Massachusetts Institute of Technology 1986 */ - --#include <malloc.h> -+#include <stdlib.h> - - #include "xmove.h" - ---- xmove/server.c.org Sun Aug 3 21:36:45 1997 -+++ xmove/server.c Fri Jan 16 00:25:51 1998 -@@ -40,7 +40,7 @@ - #include <sys/time.h> /* for struct timeval * */ - #include <errno.h> /* for EINTR, EADDRINUSE, ... */ - #include <X11/Xproto.h> --#include <malloc.h> -+#include <stdlib.h> - - #include "xmove.h" - ---- xmovectrl/xmovectrl.h.org Mon Jan 9 20:02:28 1995 -+++ xmovectrl/xmovectrl.h Fri Jan 16 00:25:52 1998 -@@ -54,7 +54,7 @@ - - #include <sys/time.h> - #include <sys/socket.h> --#include <malloc.h> -+#include <stdlib.h> - - - Global int pad P((long n )); diff --git a/x11/xmove/files/patch-xmove_main.c b/x11/xmove/files/patch-xmove_main.c deleted file mode 100644 index d3c50b599888..000000000000 --- a/x11/xmove/files/patch-xmove_main.c +++ /dev/null @@ -1,74 +0,0 @@ ---- xmove/main.c.org Tue Oct 21 00:20:47 1997 -+++ xmove/main.c Fri Jan 16 00:24:41 1998 -@@ -70,7 +70,7 @@ - /*static char *OfficialName P((char *name ));*/ - static void ResizeBuffer P((Buffer *buffer, long len)); - static char *SetDefaultServer P((char *server_name)); --#ifdef SVR4 -+#if defined(SVR4) || defined(BSD) - static void SignalURG P((int signum )); - static void SignalPIPE P((int signum )); - static void SignalINT P((int signum )); -@@ -1233,7 +1233,7 @@ - #endif - - static void --#ifdef SVR4 -+#if defined(SVR4) || defined(BSD) - SignalURG(int signum) - #else - SignalURG() -@@ -1243,7 +1243,7 @@ - } - - static void --#ifdef SVR4 -+#if defined(SVR4) || defined(BSD) - SignalPIPE(int signum) - #else - SignalPIPE() -@@ -1253,7 +1253,7 @@ - } - - static void --#ifdef SVR4 -+#if defined(SVR4) || defined(BSD) - SignalINT(int signum) - #else - SignalINT() -@@ -1264,7 +1264,7 @@ - } - - static void --#ifdef SVR4 -+#if defined(SVR4) || defined(BSD) - SignalQUIT(int signum) - #else - SignalQUIT() -@@ -1275,7 +1275,7 @@ - } - - static void --#ifdef SVR4 -+#if defined(SVR4) || defined(BSD) - SignalTERM(int signum) - #else - SignalTERM() -@@ -1286,7 +1286,7 @@ - } - - static void --#ifdef SVR4 -+#if defined(SVR4) || defined(BSD) - SignalTSTP(int signum) - #else - SignalTSTP() -@@ -1296,7 +1296,7 @@ - } - - static void --#ifdef SVR4 -+#if defined(SVR4) || defined(BSD) - SignalCONT(int signum) - #else - SignalCONT() diff --git a/x11/xmove/files/patch-xmovectrl_xmovectrl.c b/x11/xmove/files/patch-xmovectrl_xmovectrl.c deleted file mode 100644 index 9a71ec8f2ec6..000000000000 --- a/x11/xmove/files/patch-xmovectrl_xmovectrl.c +++ /dev/null @@ -1,18 +0,0 @@ -Index: xmovectrl/xmovectrl.c -@@ -33,6 +33,8 @@ - int auth_namelen, auth_datalen; - char *auth_name, *auth_data; - -+void DoServerSetup(int server_fd); -+ - main(int argc, char **argv, char **envp) - { - char **cur_argv = argv + 1; -@@ -143,6 +145,7 @@ - } - - -+void - DoServerSetup(int server_fd) - { - unsigned char iobuf[512]; diff --git a/x11/xmove/pkg-descr b/x11/xmove/pkg-descr deleted file mode 100644 index 3b73eec797ce..000000000000 --- a/x11/xmove/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -xmove is a pseudoserver (much like lbx) which allows you to move -X-Clients between different displays, or even suspend and resume them. diff --git a/x11/xmove/pkg-plist b/x11/xmove/pkg-plist deleted file mode 100644 index 8a0e89376f84..000000000000 --- a/x11/xmove/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/xmove -bin/xmovectrl -man/man1/xmove.1.gz -man/man1/xmovectrl.1.gz diff --git a/x11/xnodecor/Makefile b/x11/xnodecor/Makefile deleted file mode 100644 index e60085d496ad..000000000000 --- a/x11/xnodecor/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Katsura Matsumoto <katsura@cc.okayama-u.ac.jp> -# $FreeBSD$ - -PORTNAME= xnodecor -PORTVERSION= 0.1 -PORTREVISION= 2 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.42.org/pub/wmx/contrib/ -DISTFILES= xnodecor.c - -MAINTAINER= katsura@cc.osaka-kyoiku.ac.jp -COMMENT= Utility to set override_redirect in XWindowAttributes to True - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -NO_WRKSUBDIR= yes -USES= xorg -USE_XORG= x11 -PLIST_FILES= bin/xnodecor - -do-extract: - @${MKDIR} ${WRKSRC} - @${CP} ${FILESDIR}/Makefile ${WRKSRC} - @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} - -.include <bsd.port.mk> diff --git a/x11/xnodecor/distinfo b/x11/xnodecor/distinfo deleted file mode 100644 index 26177f18f978..000000000000 --- a/x11/xnodecor/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xnodecor.c) = 2572048ff37a187c48238534142b77c584c645969844337025c28c6ecf55551c -SIZE (xnodecor.c) = 3838 diff --git a/x11/xnodecor/files/Makefile b/x11/xnodecor/files/Makefile deleted file mode 100644 index 25f25c8b8f01..000000000000 --- a/x11/xnodecor/files/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $FreeBSD$ -CFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -LIBS= -lX11 - -all: xnodecor - -xnodecor: - $(CC) -o xnodecor xnodecor.c $(CFLAGS) $(LDFLAGS) $(LIBS) - -install: - ${BSD_INSTALL_PROGRAM} xnodecor ${DESTDIR}${PREFIX}/bin - -clean: - rm -f *.rej a.out core xnodecor diff --git a/x11/xnodecor/files/patch-xnodecor.c b/x11/xnodecor/files/patch-xnodecor.c deleted file mode 100644 index 162e3b4e3b1b..000000000000 --- a/x11/xnodecor/files/patch-xnodecor.c +++ /dev/null @@ -1,12 +0,0 @@ ---- xnodecor.c.orig Wed Jan 13 01:55:20 1999 -+++ xnodecor.c Mon Nov 11 23:15:42 2002 -@@ -39,7 +39,8 @@ - #include <stdlib.h> - #include <string.h> - #include <stdio.h> -- -+#include <unistd.h> -+ - #define WAIT_DEFAULT 0 - #define WAIT_TIMEOUT 15 - #define VERBOSE_DEFAULT 0 diff --git a/x11/xnodecor/pkg-descr b/x11/xnodecor/pkg-descr deleted file mode 100644 index 3264eee7e017..000000000000 --- a/x11/xnodecor/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This program sets attribute "override_redirect" to True for any window -you've specified (using window name). Window Managers should ignore -such windows; it's useful, for example, if you're using wmx Window Manager, -and want to have a clock on every virtual screen and without any -borders. Just add the following string to your X-startfile (after -starting watch app): - - xnodecor -w watch - -(assuming that your watch application has a window named "watch") diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile deleted file mode 100644 index 0e5956251f14..000000000000 --- a/x11/xvattr/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= xvattr -PORTVERSION= 1.3 -PORTREVISION= 10 -CATEGORIES= x11 -MASTER_SITES= http://xvattr.sourcearchive.com/downloads/1.3/ -DISTFILES= xvattr_1.3.orig.tar.gz - -MAINTAINER= cy@FreeBSD.org -COMMENT= Getting and setting Xv attributes - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -USES= gnome pkgconfig xorg -USE_GNOME= gtk20 -USE_XORG= x11 xv - -PLIST_FILES= bin/${PORTNAME} bin/g${PORTNAME} \ - man/man1/${PORTNAME}.1.gz - -CFLAGS+= -DVERSION=\"${PORTVERSION}\" - -post-extract: - @${RM} ${WRKSRC}/getopt.h - -do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} \ - `pkg-config --cflags --libs xv x11` - cd ${WRKSRC} && ${CC} ${CFLAGS} g${PORTNAME}.c -o g${PORTNAME} \ - `pkg-config --cflags --libs gtk+-2.0 xv x11` - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/g${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/x11/xvattr/distinfo b/x11/xvattr/distinfo deleted file mode 100644 index cddbb09227cf..000000000000 --- a/x11/xvattr/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xvattr_1.3.orig.tar.gz) = 1cedc0b4795e6f4234b1d52172f74d7163ecb8142fbb35dc86c905df5478d8fa -SIZE (xvattr_1.3.orig.tar.gz) = 82263 diff --git a/x11/xvattr/pkg-descr b/x11/xvattr/pkg-descr deleted file mode 100644 index 6dbf9694db76..000000000000 --- a/x11/xvattr/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -xvattr lets you list the available attributes associated with the Xv -extension to XFree86. It also allows you to change the values of the -attributes. This can be used to change brightness and so on for programs -that use Xv overlays. |