summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-03 21:26:28 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-03 21:26:28 +0000
commit9ecd02bfc74eaa7cad1aa864518f241b3ccc6c60 (patch)
tree856ac60c5dc4cf4f070ce159a055a3b5d4ca017f /x11-wm
parentMove: (diff)
Remove after repo-copy to new location.
Notes
Notes: svn path=/head/; revision=82217
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/bbapm/Makefile33
-rw-r--r--x11-wm/bbapm/distinfo2
-rw-r--r--x11-wm/bbapm/files/patch-Baseresource.cc12
-rw-r--r--x11-wm/bbapm/files/patch-Basewindow.cc16
-rw-r--r--x11-wm/bbapm/files/patch-Image.cc102
-rw-r--r--x11-wm/bbapm/files/patch-Image.hh24
-rw-r--r--x11-wm/bbapm/files/patch-LinkedList.hh11
-rw-r--r--x11-wm/bbapm/files/patch-bbapm.cc11
-rw-r--r--x11-wm/bbapm/files/patch-resource.cc11
-rw-r--r--x11-wm/bbapm/pkg-descr7
-rw-r--r--x11-wm/bbapm/pkg-plist7
-rw-r--r--x11-wm/bbrun/Makefile33
-rw-r--r--x11-wm/bbrun/distinfo1
-rw-r--r--x11-wm/bbrun/files/patch-Makefile29
-rw-r--r--x11-wm/bbrun/files/patch-bbrun.c23
-rw-r--r--x11-wm/bbrun/pkg-descr8
-rw-r--r--x11-wm/bbrun/pkg-plist3
-rw-r--r--x11-wm/icemc/Makefile31
-rw-r--r--x11-wm/icemc/distinfo1
-rw-r--r--x11-wm/icemc/files/patch-Makefile35
-rw-r--r--x11-wm/icemc/pkg-descr13
-rw-r--r--x11-wm/icemc/pkg-plist1
22 files changed, 0 insertions, 414 deletions
diff --git a/x11-wm/bbapm/Makefile b/x11-wm/bbapm/Makefile
deleted file mode 100644
index 318e182326c1..000000000000
--- a/x11-wm/bbapm/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: bbapm
-# Date created: 3 August 2001
-# Whom: Adam Weinberger <adam@vectors.cx>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bbapm
-PORTVERSION= 0.0.1
-CATEGORIES= x11-wm
-MASTER_SITES= http://bbtools.windsofstorm.net/sources/
-
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= bbapm-0.0.1-freebsd-patch-2.diff
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= adamw@FreeBSD.org
-COMMENT= APM monitor for the Blackbox slit
-
-ONLY_FOR_ARCHS= i386
-USE_X_PREFIX= yes
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
-
-do-install:
- @${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g operator \
- -m 2555 ${WRKSRC}/bbapm ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/share/bbtools
-.for a in README.bbapm bbapm.conf bbapm.nobb bbapm.style bbtoolsrc.in
- @${INSTALL_DATA} ${WRKSRC}/data/${a} ${PREFIX}/share/bbtools
-.endfor
-
-.include <bsd.port.mk>
diff --git a/x11-wm/bbapm/distinfo b/x11-wm/bbapm/distinfo
deleted file mode 100644
index aff65230c815..000000000000
--- a/x11-wm/bbapm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (bbapm-0.0.1.tar.gz) = 4d2629959bd907696c7765b7c34bc54f
-MD5 (bbapm-0.0.1-freebsd-patch-2.diff) = 8b9242c0fa6067d9d7c10dcbdc0cb8c7
diff --git a/x11-wm/bbapm/files/patch-Baseresource.cc b/x11-wm/bbapm/files/patch-Baseresource.cc
deleted file mode 100644
index d757e836f960..000000000000
--- a/x11-wm/bbapm/files/patch-Baseresource.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- Baseresource.cc.orig Mon Aug 16 10:40:24 1999
-+++ Baseresource.cc Sat Aug 4 20:52:40 2001
-@@ -27,6 +27,9 @@
- {
- bbtool = toolwindow;
-
-+ style.conf_filename = NULL;
-+ style.style_filename = NULL;
-+
- if (bbtool->default_config) {
- ReadDefaultResource();
- ResourceType = DEFAULT;
diff --git a/x11-wm/bbapm/files/patch-Basewindow.cc b/x11-wm/bbapm/files/patch-Basewindow.cc
deleted file mode 100644
index 96fdc2d6d6be..000000000000
--- a/x11-wm/bbapm/files/patch-Basewindow.cc
+++ /dev/null
@@ -1,16 +0,0 @@
---- Basewindow.cc.orig Sun Aug 15 07:43:55 1999
-+++ Basewindow.cc Sat Aug 4 20:52:40 2001
-@@ -23,6 +23,13 @@
-
- Basewindow::Basewindow(int argc,char **argv)
- {
-+ dpy = NULL;
-+ v = NULL;
-+ image_control = NULL;
-+ nobb_filename = NULL;
-+ bbconfig_filename = NULL;
-+ spooldir = NULL;
-+
- display_name=NULL;
- config_filename=NULL;
- position=NULL;
diff --git a/x11-wm/bbapm/files/patch-Image.cc b/x11-wm/bbapm/files/patch-Image.cc
deleted file mode 100644
index 5d5bcca59d64..000000000000
--- a/x11-wm/bbapm/files/patch-Image.cc
+++ /dev/null
@@ -1,102 +0,0 @@
---- Image.cc.orig Sun Aug 15 07:43:55 1999
-+++ Image.cc Mon May 19 12:56:41 2003
-@@ -50,6 +50,17 @@
- BImage::BImage(BImageControl *c, unsigned int w, unsigned int h) {
- control = c;
-
-+ colors = NULL;
-+ red = NULL;
-+ green = NULL;
-+ blue = NULL;
-+ tr = NULL;
-+ tg = NULL;
-+ tb = NULL;
-+
-+ from.allocated = 0;
-+ to.allocated = 0;
-+
- width = ((signed) w > 0) ? w : 1;
- height = ((signed) h > 0) ? h : 1;
-
-@@ -225,12 +236,12 @@
- }
-
- if (control->doDither()) {
-- short er, eg, eb, *or, *og, *ob, *nor, *nog, *nob, *por, *pog, *pob;
-+ short er, eg, eb, *bbor, *og, *ob, *nor, *nog, *nob, *por, *pog, *pob;
- unsigned short *ort, *ogt, *obt;
-
-- control->getDitherBuffers(width + 2, &or, &og, &ob, &nor, &nog, &nob,
-+ control->getDitherBuffers(width + 2, &bbor, &og, &ob, &nor, &nog, &nob,
- &ort, &ogt, &obt);
-- if ((! or) || (! og) || (! ob) || (! nor) || (! nog) || (! nob) ||
-+ if ((! bbor) || (! og) || (! ob) || (! nor) || (! nog) || (! nob) ||
- (! ort) || (! ogt) || (! obt)) {
- fprintf(stderr,
- "BImage::renderXImage: error getting dither information\n");
-@@ -240,7 +251,7 @@
-
- x = width;
-
-- por = or;
-+ por = bbor;
- pog = og;
- pob = ob;
-
-@@ -271,14 +282,14 @@
- }
-
- for (x = 0; x < width; x++) {
-- if (*(or + x) > 255) *(or + x) = 255;
-- else if (*(or + x) < 0) *(or + x) = 0;
-+ if (*(bbor + x) > 255) *(bbor + x) = 255;
-+ else if (*(bbor + x) < 0) *(bbor + x) = 0;
- if (*(og + x) > 255) *(og + x) = 255;
- else if (*(og + x) < 0) *(og + x) = 0;
- if (*(ob + x) > 255) *(ob + x) = 255;
- else if (*(ob + x) < 0) *(ob + x) = 0;
-
-- r = *(tr + *(or + x));
-+ r = *(tr + *(bbor + x));
- g = *(tg + *(og + x));
- b = *(tb + *(ob + x));
-
-@@ -340,11 +351,11 @@
- return 0;
- }
-
-- er = *(or + x) - *(ort + *(or + x));
-+ er = *(bbor + x) - *(ort + *(bbor + x));
- eg = *(og + x) - *(ogt + *(og + x));
- eb = *(ob + x) - *(obt + *(ob + x));
-
-- *(or + x + 1) += er;
-+ *(bbor + x + 1) += er;
- *(og + x + 1) += eg;
- *(ob + x + 1) += eb;
-
-@@ -360,7 +371,7 @@
- off += image->width;
- idata = (pd += image->bytes_per_line);
-
-- por = or; or = nor; nor = por;
-+ por = bbor; bbor = nor; nor = por;
- pog = og; og = nog; nog = pog;
- pob = ob; ob = nob; nob = pob;
- }
-@@ -843,7 +854,14 @@
- window = blackbox->getRootWindow();
- screen_number = blackbox->getScreenNumber();
-
-- colors = 0;
-+ colors = NULL;
-+ red_err = NULL;
-+ green_err = NULL;
-+ blue_err = NULL;
-+ next_red_err = NULL;
-+ next_green_err = NULL;
-+ next_blue_err = NULL;
-+ cache = NULL;
- colors_per_channel = ncolors = 0;
-
- int count;
diff --git a/x11-wm/bbapm/files/patch-Image.hh b/x11-wm/bbapm/files/patch-Image.hh
deleted file mode 100644
index dec4084d89d4..000000000000
--- a/x11-wm/bbapm/files/patch-Image.hh
+++ /dev/null
@@ -1,24 +0,0 @@
---- Image.hh.orig Sun Aug 15 07:43:55 1999
-+++ Image.hh Sat Aug 4 20:52:40 2001
-@@ -35,11 +35,21 @@
- class BImage;
- class BImageControl;
-
-+#if 0
- typedef struct BColor {
- int allocated;
- unsigned char red, green, blue;
- unsigned long pixel;
- };
-+#else
-+class BColor {
-+public:
-+ int allocated;
-+ unsigned char red, green, blue;
-+ unsigned long pixel;
-+ BColor::BColor() { allocated = False; }
-+};
-+#endif
-
- typedef struct BTexture {
- BColor color, colorTo, hiColor, loColor;
diff --git a/x11-wm/bbapm/files/patch-LinkedList.hh b/x11-wm/bbapm/files/patch-LinkedList.hh
deleted file mode 100644
index 24ff55576575..000000000000
--- a/x11-wm/bbapm/files/patch-LinkedList.hh
+++ /dev/null
@@ -1,11 +0,0 @@
---- LinkedList.hh.orig Fri Sep 6 20:14:52 2002
-+++ LinkedList.hh Fri Sep 6 20:14:58 2002
-@@ -63,7 +63,7 @@
- int elements;
- __llist_node *_first, *_last;
-
-- friend __llist_iterator;
-+ friend class __llist_iterator;
-
-
- protected:
diff --git a/x11-wm/bbapm/files/patch-bbapm.cc b/x11-wm/bbapm/files/patch-bbapm.cc
deleted file mode 100644
index 63c97aee5680..000000000000
--- a/x11-wm/bbapm/files/patch-bbapm.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- bbapm.cc.orig Fri Dec 7 19:42:46 2001
-+++ bbapm.cc Fri Dec 7 19:42:57 2001
-@@ -28,6 +28,9 @@
- ToolWindow::ToolWindow(int argc, char **argv):
- Basewindow(argc, argv)
- {
-+ resource = NULL;
-+ load = NULL;
-+
- close_app = False;
- broken = False;
diff --git a/x11-wm/bbapm/files/patch-resource.cc b/x11-wm/bbapm/files/patch-resource.cc
deleted file mode 100644
index 07594d3c7832..000000000000
--- a/x11-wm/bbapm/files/patch-resource.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- resource.cc.orig Fri Dec 7 19:42:46 2001
-+++ resource.cc Fri Dec 7 19:42:57 2001
-@@ -28,6 +28,9 @@
- Resource::Resource(ToolWindow * toolwindow):
- BaseResource(toolwindow)
- {
-+ frame.font = NULL;
-+ label.font = NULL;
-+
- Load();
- }
diff --git a/x11-wm/bbapm/pkg-descr b/x11-wm/bbapm/pkg-descr
deleted file mode 100644
index a53ed0d867ac..000000000000
--- a/x11-wm/bbapm/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-bbapm is an APM meter for Blackbox, designed to be a part of the
-Blackbox Slit, although it will still function as a stand-alone
-tool.
-
-WWW: http://bbtools.windsofstorm.net/
-
-- Adam Weinberger <adamw@FreeBSD.org>
diff --git a/x11-wm/bbapm/pkg-plist b/x11-wm/bbapm/pkg-plist
deleted file mode 100644
index feaad7ba06b4..000000000000
--- a/x11-wm/bbapm/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/bbapm
-share/bbtools/README.bbapm
-share/bbtools/bbapm.conf
-share/bbtools/bbapm.nobb
-share/bbtools/bbapm.style
-share/bbtools/bbtoolsrc.in
-@unexec rmdir %D/share/bbtools 2>/dev/null || true
diff --git a/x11-wm/bbrun/Makefile b/x11-wm/bbrun/Makefile
deleted file mode 100644
index c1dc1c17439c..000000000000
--- a/x11-wm/bbrun/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: bbrun
-# Date created: 3 August 2001
-# Whom: Adam Weinberger <adam@vectors.cx>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bbrun
-PORTVERSION= 1.4
-CATEGORIES= x11-wm
-MASTER_SITES= http://www.dwave.net/~jking/bbrun/
-
-MAINTAINER= adamw@FreeBSD.org
-COMMENT= A Run box for Blackbox
-
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-
-USE_X_PREFIX= yes
-USE_GNOME= gtk12
-USE_GMAKE= yes
-USE_XPM= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${PREFIX}/bin
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/x11-wm/bbrun/distinfo b/x11-wm/bbrun/distinfo
deleted file mode 100644
index faa359811d8d..000000000000
--- a/x11-wm/bbrun/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bbrun-1.4.tar.gz) = d31cecada7d39b894bdf6012c6bae98a
diff --git a/x11-wm/bbrun/files/patch-Makefile b/x11-wm/bbrun/files/patch-Makefile
deleted file mode 100644
index bffa640c44f0..000000000000
--- a/x11-wm/bbrun/files/patch-Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
---- Makefile.orig Sat Jul 20 12:47:49 2002
-+++ Makefile Sat Jul 20 20:24:41 2002
-@@ -1,16 +1,15 @@
--CC = gcc
--LIBS = -lXpm `gtk-config --libs`
--CFLAGS = `gtk-config --cflags`
-+LIBS = -lXpm `${GTK_CONFIG} --libs` -L${LOCALBASE}/lib -lgnugetopt
-+CFLAGS = `${GTK_CONFIG} --cflags` -Wall
- OBJS = bbrun.o \
- ../wmgeneral/wmgeneral.o \
- ../wmgeneral/misc.o \
- ../wmgeneral/list.o
-
- .c.o:
-- $(CC) -g -c -O2 -Wall $< -o $*.o $(CFLAGS)
-+ $(CC) -c $< -o $*.o $(CFLAGS)
-
- bbrun: $(OBJS)
-- $(CC) -Wall -g -o bbrun $^ $(LIBS)
-+ $(CC) -o bbrun $^ $(LIBS)
-
- install:
- cp bbrun /usr/local/bin/
-@@ -18,3 +17,5 @@
- clean:
- rm -f bbrun $(OBJS)
- rm -f core
-+
-+all: bbrun
diff --git a/x11-wm/bbrun/files/patch-bbrun.c b/x11-wm/bbrun/files/patch-bbrun.c
deleted file mode 100644
index 376c2989112b..000000000000
--- a/x11-wm/bbrun/files/patch-bbrun.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- bbrun.c.orig Sat Jul 20 13:24:53 2002
-+++ bbrun.c Sat Jul 20 20:31:49 2002
-@@ -3,7 +3,11 @@
- #include <string.h>
- #include <getopt.h>
- #include <unistd.h>
-+#ifdef __FreeBSD__
-+#include <sys/types.h>
-+#else
- #include <linux/types.h>
-+#endif
- #include <X11/xpm.h>
- #include <gtk/gtk.h>
- #include <gdk/gdkkeysyms.h>
-@@ -20,7 +24,7 @@
- #define ADVANCED_WINDOW_ROWS 3
- #define ADVANCED_WINDOW_COLS 10
-
--#define u32 __u32
-+#define u32 u_int32_t
- #define __DEBUG__ 0
- #define VERSION "1.4"
-
diff --git a/x11-wm/bbrun/pkg-descr b/x11-wm/bbrun/pkg-descr
deleted file mode 100644
index b4cb3852e3fa..000000000000
--- a/x11-wm/bbrun/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-bbrun is a Run box for the Blackbox windowmanager. It provides
-a simple interface with which you can launch programs. It is
-designed to be a part of the Slit. bbrun will maintain a history
-file in $HOME/.bbrun_history
-
-WWW: http://bbtools.windsofstorm.net/
-
-- Adam Weinberger <adamw@FreeBSD.org>
diff --git a/x11-wm/bbrun/pkg-plist b/x11-wm/bbrun/pkg-plist
deleted file mode 100644
index 7e4b2d595b89..000000000000
--- a/x11-wm/bbrun/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/bbrun
-%%PORTDOCS%%share/doc/bbrun/README
-%%PORTDOCS%%@dirrm share/doc/bbrun
diff --git a/x11-wm/icemc/Makefile b/x11-wm/icemc/Makefile
deleted file mode 100644
index 0e4bd216cf38..000000000000
--- a/x11-wm/icemc/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: icemc
-# Date created: 31 December 2001
-# Whom: Adam Weinberger <adam@vectors.cx>
-#
-# $FreeBSD$
-#
-
-PORTNAME= icemc
-PORTVERSION= 0.2.4
-CATEGORIES= x11-wm
-MASTER_SITES= http://www.algorithm.at/comp/icemc/
-
-MAINTAINER= adamw@FreeBSD.org
-COMMENT= QT-based menu editor for IceWM
-
-USE_X_PREFIX= yes
-USE_QT_VER= 3
-
-MAKE_ARGS= QTDIR="${X11BASE}" DESTDIR="${PREFIX}" \
- INCPATH="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \
- LFLAGS="${QTCFGLIBS} ${PTHREAD_LIBS}" \
- CC="${CC}" CXX="${CXX}" \
- CFLAGS="${CFLAGS} -DNO_DEBUG" \
- CXXFLAGS="${CXXFLAGS} -DNO_DEBUG" \
- LINK="${CXX}" LIBS="-lqt-mt" MOC="${MOC}"
-
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/icemc ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/x11-wm/icemc/distinfo b/x11-wm/icemc/distinfo
deleted file mode 100644
index 472c05f30b99..000000000000
--- a/x11-wm/icemc/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (icemc-0.2.4.tar.gz) = 1df8dd3c4e485db980a3f1b63d6f28bb
diff --git a/x11-wm/icemc/files/patch-Makefile b/x11-wm/icemc/files/patch-Makefile
deleted file mode 100644
index df04a5f1f515..000000000000
--- a/x11-wm/icemc/files/patch-Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
---- Makefile.orig Thu Nov 28 16:11:25 2002
-+++ Makefile Thu Nov 28 16:14:44 2002
-@@ -13,22 +13,22 @@
- # QTDIR = /usr/lib/qt
-
- # DESTDIR (location for installing)
--DESTDIR = /usr/local
-+DESTDIR = ${PREFIX}/bin
-
- ####### Compiler, tools and options
-
--CC = gcc
--CXX = g++
--CFLAGS = -pipe -DNO_DEBUG
--CXXFLAGS= -pipe -DNO_DEBUG -Wall -ansi
--INCPATH = -I$(QTDIR)/include
--LINK = g++
-+#CC = gcc
-+#CXX = g++
-+CFLAGS += -pipe -DNO_DEBUG
-+CXXFLAGS+= -pipe -DNO_DEBUG -Wall -ansi
-+INCPATH = ${QTCPPFLAGS}
-+LINK = ${CXX}
- LFLAGS =
--LIBS = $(SUBLIBS) -lqt
-+LIBS = ${QTCFGLIBS} ${LIBQT}
- # you might try this if icemc segfaults when starting up:
- #LIBS = $(SUBLIBS) -lqt-mt
--MOC = $(QTDIR)/bin/moc
--UIC = $(QTDIR)/bin/uic
-+#MOC = $(QTDIR)/bin/moc
-+UIC = ${X11BASE}/bin/uic
-
- TAR = tar -cf
- GZIP = gzip -9f
diff --git a/x11-wm/icemc/pkg-descr b/x11-wm/icemc/pkg-descr
deleted file mode 100644
index 8be1ad572f0e..000000000000
--- a/x11-wm/icemc/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-IceMC is a program for graphical configuration of your IceWM Menu
-Entries. It has been designed to be simple and stable.
-
-features
-
- * configure your menu file with copy & paste or drag'n'drop
- * simulates the behavior of IceWM so you can see which files will be
- found by IceWM
- * simple but nice Qt interface
-
-WWW: http://www.algorithm.at/comp/icemc/icemc.html
-
-- Adam Weinberger <adamw@FreeBSD.org>
diff --git a/x11-wm/icemc/pkg-plist b/x11-wm/icemc/pkg-plist
deleted file mode 100644
index 8da37d1fee06..000000000000
--- a/x11-wm/icemc/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/icemc