Date: Mon, 17 Mar 2003 15:06:20 -0500 From: Timothy J.Warren <fbsdports@opensolutionsvt.com> To: "Yonatan Bokovza" <Yonatan@xpert.com> Cc: freebsd-ports@freebsd.org Subject: Re: Proposed port: docker. First time, is this all correct? Message-ID: <20030317150620.70ef46f3.fbsdports@opensolutionsvt.com> In-Reply-To: <C2DC75EEA405354AA9C03EF5CB8CDE089AA5A1@exchange.xpert.com> References: <C2DC75EEA405354AA9C03EF5CB8CDE089AA5A1@exchange.xpert.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 17 Mar 2003 14:36:04 +0200 "Yonatan Bokovza" <Yonatan@xpert.com> wrote: <Snip a bunch of questions> > If you'll send me the shar I'll take a look. Yes, attaching the shar probably would have been a good idea. Sorry about that. I've included the shell archive in this e-mail. One other question has come to mind. I have not performed any sort of code audit. I haven't looked for buffer overruns, I haven't looked for the possibilities of insecure memory. It may not even on your computer. As I haven't submitted a port before, I am unsure which of these is my responsibility. Any comments? Thanks again! Timothy J. Warren # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/misc/docker # /usr/ports/misc/docker/pkg-plist # /usr/ports/misc/docker/pkg-descr # /usr/ports/misc/docker/distinfo # /usr/ports/misc/docker/Makefile # /usr/ports/misc/docker/files # /usr/ports/misc/docker/files/patch-Makefile # echo c - /usr/ports/misc/docker mkdir -p /usr/ports/misc/docker > /dev/null 2>&1 echo x - /usr/ports/misc/docker/pkg-plist sed 's/^X//' >/usr/ports/misc/docker/pkg-plist << 'END-of-/usr/ports/misc/docker/pkg-plist' Xbin/docker END-of-/usr/ports/misc/docker/pkg-plist echo x - /usr/ports/misc/docker/pkg-descr sed 's/^X//' >/usr/ports/misc/docker/pkg-descr << 'END-of-/usr/ports/misc/docker/pkg-descr' XDocker is a docking application (WindowMaker dock app) Xwhich acts as a system tray for KDE and GNOME2. It can Xbe used to replace the panel in either environment, Xallowing you to have a system tray without running the XKDE/ GNOME panel or environment. X XWWW: http://www.icculus.org/openbox/docker/ END-of-/usr/ports/misc/docker/pkg-descr echo x - /usr/ports/misc/docker/distinfo sed 's/^X//' >/usr/ports/misc/docker/distinfo << 'END-of-/usr/ports/misc/docker/distinfo' XMD5 (docker-1.5.tar.gz) = 349320bebd43babb8b43e11c7aae0293 END-of-/usr/ports/misc/docker/distinfo echo x - /usr/ports/misc/docker/Makefile sed 's/^X//' >/usr/ports/misc/docker/Makefile << 'END-of-/usr/ports/misc/docker/Makefile' X# New ports collection makefile for: docker X# Date created: 17 March 2003 X# Whom: Timothy J. Warren X# X# $FreeBSD$ X# X XPORTNAME= docker XPORTVERSION= 1.5 XCATEGORIES= misc XMASTER_SITES= http://www.opensolutionsvt.com/fbsd_ports/docker/ \ X http://www.icculus.org/openbox/docker/ X XMAINTAINER= fbsdports@opensolutionsvt.com XCOMMENT= Provides system tray as per www.freedesktop.org X XLIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20:install X XUSE_GMAKE= yes X X.include <bsd.port.mk> END-of-/usr/ports/misc/docker/Makefile echo c - /usr/ports/misc/docker/files mkdir -p /usr/ports/misc/docker/files > /dev/null 2>&1 echo x - /usr/ports/misc/docker/files/patch-Makefile sed 's/^X//' >/usr/ports/misc/docker/files/patch-Makefile << 'END-of-/usr/ports/misc/docker/files/patch-Makefile' X--- Makefile Wed Nov 20 05:20:49 2002 X+++ /tmp/DockerMakefile Mon Mar 17 04:38:37 2003 X@@ -4,13 +4,13 @@ X # # X #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# #-# X X-# Change this PREFIX to where you want docker to be installed X-PREFIX=/usr/local X+# Use the ports predefined PREFIX X+ X # Change this XLIBPATH to point to your X11 development package's installation X XLIBPATH=/usr/X11R6/lib X X # Sets some flags for stricter compiling X-CFLAGS=-pedantic -Wall -W -O X+CFLAGS=-pedantic -Wall -W -O -I/usr/X11R6/include X X #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# X # # END-of-/usr/ports/misc/docker/files/patch-Makefile exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030317150620.70ef46f3.fbsdports>