Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jul 2004 11:53:28 +0700 (NOVST)
From:      Alexey Dokuchaev <danfe@regency.nsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68800: NEW PORT: x11-wm/peksystray, a system tray dockapp similar to GNOME notification area applet
Message-ID:  <200407080453.i684rSVw038956@regency.nsu.ru>
Resent-Message-ID: <200407080500.i6850dUQ066850@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68800
>Category:       ports
>Synopsis:       NEW PORT: x11-wm/peksystray, a system tray dockapp similar to GNOME notification area applet
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 08 05:00:39 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD regency.nsu.ru 4.9-STABLE FreeBSD 4.9-STABLE #1: Wed Mar 3 13:17:54 NOVT 2004 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386
>Description:
PekSysTray is a system tray "notification area" dockapp similar to the
GNOME notification area applet.  But it's designed for any window manager that
supports docking.

WWW: http://peksystray.sourceforge.net/
>How-To-Repeat:
N/A
>Fix:
# 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:
#
#	.
#	./Makefile
#	./distinfo
#	./pkg-descr
#	./pkg-plist
#	./files
#	./files/patch-src::peksystray.c
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	PekSysTray
X# Date created:				08 Jul 2004
X# Whom:					Alexey Dokuchaev <danfe@regency.nsu.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	peksystray
XPORTVERSION=	0.2
XCATEGORIES=	x11-wm
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	danfe@regency.nsu.ru
XCOMMENT=	A system tray dockapp similar to the GNOME notification area applet
X
XGNU_CONFIGURE=	yes
XUSE_X_PREFIX=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (peksystray-0.2.tar.gz) = ebc882971dddf4bac5bda77c232e7233
XSIZE (peksystray-0.2.tar.gz) = 67117
END-of-./distinfo
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XPekSysTray is a system tray "notification area" dockapp similar to the GNOME
Xnotification area applet.  But it's designed for any window manager that
Xsupports docking.
X
XWWW: http://peksystray.sourceforge.net/
END-of-./pkg-descr
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/peksystray
END-of-./pkg-plist
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/patch-src::peksystray.c
sed 's/^X//' >./files/patch-src::peksystray.c << 'END-of-./files/patch-src::peksystray.c'
X--- src/peksystray.c.orig	Thu Jul  8 13:01:08 2004
X+++ src/peksystray.c	Thu Jul  8 13:02:21 2004
X@@ -66,22 +66,21 @@
X void
X display_help ()
X {
X-  fprintf (stdout, "
X-%s - version %s
X-Copyright 2003, Mohammed Sameer <uniball@linux-egypt.org>
X-
X-Usage: %s [OPTIONS]
X-
X-Options:
X- --help\t Display this help.
X- --version\t Display version number and exit.
X- --display DISPLAY\t The X display to connect to.
X- --icon-size SIZE\t Icon size. Default is 16.
X- --vertical\t Vertical layout. Default is horizontal.
X- --border SIZE\t Border width. Default is 0;
X- --multiple\t Open each icon in a separate window. Default is no.
X-
X-", PACKAGE, VERSION, PACKAGE);
X+  fprintf (stdout,
X+"\n%s - version %s\n"
X+"Copyright 2003, Mohammed Sameer <uniball@linux-egypt.org>\n"
X+"\n"
X+"Usage: %s [OPTIONS]\n"
X+"\n"
X+"Options:\n"
X+" --help\t Display this help.\n"
X+" --version\t Display version number and exit.\n"
X+" --display DISPLAY\t The X display to connect to.\n"
X+" --icon-size SIZE\t Icon size. Default is 16.\n"
X+" --vertical\t Vertical layout. Default is horizontal.\n"
X+" --border SIZE\t Border width. Default is 0;\n"
X+" --multiple\t Open each icon in a separate window. Default is no.\n"
X+"\n", PACKAGE, VERSION, PACKAGE);
X   exit (0);
X }
X 
END-of-./files/patch-src::peksystray.c
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407080453.i684rSVw038956>