Wed Aug 13 11:42:55 2008 UTC ()
Import docker-1.5 as x11/docker.

Docker is a docking application (WindowMaker dock app) which acts as a system
tray for KDE and GNOME2. It can be used to replace the panel in either
environment, allowing you to have a system tray without running the KDE/GNOME
panel or environment.

Docker is designed to work with Openbox 2, but it should work fine in any
window manager that supports WindowMaker dock apps.

If you running WindowMaker or otherwise and experiencing problems, you should
try using the -wmaker option to make docker keep a fixed size.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(ahoka)
diff -r0 -r1.1.1.1 pkgsrc/x11/docker/Makefile
diff -r0 -r1.1.1.1 pkgsrc/x11/docker/DESCR
diff -r0 -r1.1.1.1 pkgsrc/x11/docker/distinfo
diff -r0 -r1.1.1.1 pkgsrc/x11/docker/PLIST
diff -r0 -r1.1.1.1 pkgsrc/x11/docker/patches/patch-aa

File Added: pkgsrc/x11/docker/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/08/13 11:42:55 ahoka Exp $
#

DISTNAME=	docker-1.5
CATEGORIES=	x11
MASTER_SITES=	http://offload1.icculus.org/openbox/2/docker/

PKG_DESTDIR_SUPPORT=	user-destdir

MAINTAINER=	ahoka@NetBSD.org
HOMEPAGE=	http://icculus.org/openbox/2/docker/
COMMENT=	WindowMaker dock app which acts as a system tray

USE_TOOLS+=	pkg-config gmake

MAKE_ENV+=	PREFIX=${DESTDIR}${PREFIX}
MAKE_ENV+=	XLIBPATH=${X11BASE}

INSTALLATION_DIRS+=	bin

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/docker ${DESTDIR}${PREFIX}/bin

.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/x11/docker/DESCR
Docker is a docking application (WindowMaker dock app) which acts as a system
tray for KDE and GNOME2. It can be used to replace the panel in either
environment, allowing you to have a system tray without running the KDE/GNOME
panel or environment.

Docker is designed to work with Openbox 2, but it should work fine in any
window manager that supports WindowMaker dock apps.

If you running WindowMaker or otherwise and experiencing problems, you should
try using the -wmaker option to make docker keep a fixed size.

File Added: pkgsrc/x11/docker/distinfo
$NetBSD: distinfo,v 1.1.1.1 2008/08/13 11:42:55 ahoka Exp $

SHA1 (docker-1.5.tar.gz) = aff3e0c6103a7b1f190d4207868ae7c28d267304
RMD160 (docker-1.5.tar.gz) = d36883acf4de5c2e97d478a7d29cb66645189748
Size (docker-1.5.tar.gz) = 14863 bytes
SHA1 (patch-aa) = be91c68b6b9e16434e11b0567338ee9fa2b040eb

File Added: pkgsrc/x11/docker/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/13 11:42:55 ahoka Exp $
bin/docker

File Added: pkgsrc/x11/docker/patches/patch-aa
$NetBSD: patch-aa,v 1.1.1.1 2008/08/13 11:42:55 ahoka Exp $

--- Makefile.orig	2002-11-20 11:20:49.000000000 +0100
+++ Makefile
@@ -5,9 +5,9 @@
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
 # Change this PREFIX to where you want docker to be installed
-PREFIX=/usr/local
+PREFIX?=/usr/local
 # Change this XLIBPATH to point to your X11 development package's installation
-XLIBPATH=/usr/X11R6/lib
+XLIBPATH?=/usr/X11R6/lib
 
 # Sets some flags for stricter compiling
 CFLAGS=-pedantic -Wall -W -O