Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2006 14:31:05 +0900
From:      "Stepan Zastupov [RedChrom]" <redchrom@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95393: New port x11-wm/stalonetray
Message-ID:  <20060406053105.GA40595@asylum>
Resent-Message-ID: <200604060540.k365eGmj087827@freefall.freebsd.org>

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

>Number:         95393
>Category:       ports
>Synopsis:       New port x11-wm/stalonetray
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 06 05:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     RedChrom
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
RedChrom
>Environment:
System: FreeBSD asylum 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Tue Apr 4 18:15:00 IRKST 2006 root@asylum:/usr/obj/usr/src/sys/ASYLUM i386
>Description:
The stalonetray is a STAnd-aLONE system tray(notification area).
It has minimal build and run-time dependencies: the Xlib only.
The XEMBED support is planned. Stalonetray runs under virtually
any window manager.
>How-To-Repeat:
Add port from shar archive
>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:
#
#	stalonetray
#	stalonetray/Makefile
#	stalonetray/files
#	stalonetray/files/patch-src-main.c
#	stalonetray/pkg-descr
#	stalonetray/distinfo
#
echo c - stalonetray
mkdir -p stalonetray > /dev/null 2>&1
echo x - stalonetray/Makefile
sed 's/^X//' >stalonetray/Makefile << 'END-of-stalonetray/Makefile'
X# New ports collection makefile for:	stalonetray
X# Date created:		Apr 6 2006
X# Whom:			Stepan Zastupov [RedChrom] <redchrom@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	stalonetray
XPORTVERSION=	0.3
XCATEGORIES=	audio
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	${PORTNAME}_${PORTVERSION}
XWRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	redchrom@gmail.com
XCOMMENT=	STAnd-aLONE system tray
X
XLIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
X
XUSE_X_PREFIX=	yes
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--disable-native-kde --disable-debug
XCONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
X		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lexecinfo"
X
XMAN1=		stalonetray.1
XPLIST_FILES=	bin/stalonetray
X
X.include <bsd.port.mk>
END-of-stalonetray/Makefile
echo c - stalonetray/files
mkdir -p stalonetray/files > /dev/null 2>&1
echo x - stalonetray/files/patch-src-main.c
sed 's/^X//' >stalonetray/files/patch-src-main.c << 'END-of-stalonetray/files/patch-src-main.c'
X--- src/main.c.orig	Thu Apr  6 14:16:26 2006
X+++ src/main.c	Thu Apr  6 14:16:06 2006
X@@ -423,16 +423,20 @@
X 					unlayout_icon(ti); /* or hide ? */
X 					return;
X 				}
X+#ifdef DEBUG
X 				print_icon_data(ti);
X+#endif
X 				update_positions();
X 				tray_set_constraints();
X 				DBG(4, "icon position were updated\n");
X 			} else {
X 				hide_window(ti);
X 			}
X+#ifdef DEBUG
X 			DBG(4, "====================\n");
X 			forall_icons(&print_icon_data);
X 			DBG(4, "====================\n");
X+#endif
X 		}
X 	}
X }
END-of-stalonetray/files/patch-src-main.c
echo x - stalonetray/pkg-descr
sed 's/^X//' >stalonetray/pkg-descr << 'END-of-stalonetray/pkg-descr'
XThe stalonetray is a STAnd-aLONE system tray(notification area).
XIt has minimal build and run-time dependencies: the Xlib only.
XThe XEMBED support is planned. Stalonetray runs under virtually
Xany window manager.
X
XWWW: http://sourceforge.net/projects/stalonetray
END-of-stalonetray/pkg-descr
echo x - stalonetray/distinfo
sed 's/^X//' >stalonetray/distinfo << 'END-of-stalonetray/distinfo'
XMD5 (stalonetray_0.3.tar.bz2) = 5f97e479a17f22f0a85896e7beead99c
XSHA256 (stalonetray_0.3.tar.bz2) = 59b0e88fa581fe5ad8cc899a260579c6689fa72506f639b8d8aa3903edc40389
XSIZE (stalonetray_0.3.tar.bz2) = 111612
END-of-stalonetray/distinfo
exit

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



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