From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 28 08:00:38 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD0816A420 for ; Fri, 28 Oct 2005 08:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C1143D49 for ; Fri, 28 Oct 2005 08:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9S80bem082501 for ; Fri, 28 Oct 2005 08:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9S80bxl082500; Fri, 28 Oct 2005 08:00:37 GMT (envelope-from gnats) Date: Fri, 28 Oct 2005 08:00:37 GMT Message-Id: <200510280800.j9S80bxl082500@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jose Alonso Cardenas Marquez Cc: Subject: Re: ports/87545: [NEW PORT] x11/alltray: Dock any application with no native tray icon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jose Alonso Cardenas Marquez List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 08:00:38 -0000 The following reply was made to PR ports/87545; it has been noted by GNATS. From: Jose Alonso Cardenas Marquez To: bug-followup@FreeBSD.org, jylefort@FreeBSD.org, acardenas@bsd.org.pe Cc: Subject: Re: ports/87545: [NEW PORT] x11/alltray: Dock any application with no native tray icon Date: Fri, 28 Oct 2005 02:52:12 -0500 Sorry, my browser don't paste whitespace, this is correct file --- alltray-0.62.shar begins here --- # 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: # # alltray # alltray/pkg-descr # alltray/Makefile # alltray/pkg-plist # alltray/distinfo # alltray/files # alltray/files/patch-lib_Makefile.in # echo c - alltray mkdir -p alltray > /dev/null 2>&1 echo x - alltray/pkg-descr sed 's/^X//' >alltray/pkg-descr << 'END-of-alltray/pkg-descr' XWith AllTray you can dock any application with no native tray icon (like Evolution, XThunderbird, Terminals) into the system tray. A high-light feature is that a click on the "close" Xbutton will minimize back to system tray. It works well with Gnome, KDE, XFCE 4*, Fluxbox* Xand WindowMaker* X XWWW: http://alltray.sourceforge.net/ END-of-alltray/pkg-descr echo x - alltray/Makefile sed 's/^X//' >alltray/Makefile << 'END-of-alltray/Makefile' X# New ports collection makefile for: alltray X# Date created: 2005-10-15 X# Whom: Jose Alonso Cardenas Marquez X# X# $FreeBSD$ X# X XPORTNAME= alltray XPORTVERSION= 0.62 XCATEGORIES= x11 XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= alltray X XMAINTAINER= acardenas@bsd.org.pe XCOMMENT= Dock any application with no native tray icon X XUSE_X_PREFIX= yes XUSE_GNOME= gtk20 XUSE_GMAKE= yes XUSE_LIBTOOL_VER=15 XGNU_CONFIGURE= yes XUSE_REINPLACE= yes XINSTALLS_SHLIB= yes X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XCONFIGURE_ARGS= --prefix=${PREFIX} X X.if !defined(NOPORTDOCS) XMAN1= alltray.1 X.endif X Xpost-configure: X ${REINPLACE_CMD} -e "s|install-data-am: install-appsDATA install-iconDATA install-man|\ X install-data-am: install-appsDATA install-iconDATA|g"\ X ${WRKSRC}/Makefile X Xpost-install: X ${LN} -sf ${PREFIX}/lib/liballtray.so.0 ${PREFIX}/lib/liballtray.so X.if !defined(NOPORTDOCS) X.for file in ${MAN1} X ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man1 X.endfor X.endif X.include END-of-alltray/Makefile echo x - alltray/pkg-plist sed 's/^X//' >alltray/pkg-plist << 'END-of-alltray/pkg-plist' Xbin/alltray Xlib/liballtray.so.0 Xlib/liballtray.so Xshare/applications/alltray.desktop Xshare/pixmaps/alltray.png END-of-alltray/pkg-plist echo x - alltray/distinfo sed 's/^X//' >alltray/distinfo << 'END-of-alltray/distinfo' XMD5 (alltray-0.62.tar.gz) = f063900b552831376a59cf7cd313c252 XSIZE (alltray-0.62.tar.gz) = 372087 END-of-alltray/distinfo echo c - alltray/files mkdir -p alltray/files > /dev/null 2>&1 echo x - alltray/files/patch-lib_Makefile.in sed 's/^X//' >alltray/files/patch-lib_Makefile.in << 'END-of-alltray/files/patch-lib_Makefile.in' X--- lib/Makefile.in Fri Sep 23 18:31:24 2005 X+++ lib/Makefile.in Sat Oct 15 19:27:20 2005 X@@ -14,6 +14,9 @@ X X @SET_MAKE@ X X+INCLUDES= -I/usr/X11R6/include \ X+ -L/usr/X11R6/lib X+ X SOURCES = $(liballtray_la_SOURCES) X X srcdir = @srcdir@ X@@ -179,7 +182,7 @@ X target_alias = @target_alias@ X lib_LTLIBRARIES = liballtray.la X liballtray_la_SOURCES = nomap.c X-liballtray_la_LDFLAGS = -version-info 0:0:0 -ldl X+#liballtray_la_LDFLAGS = -version-info 0:0:0 -ldl X liballtray_la_CFLAGS = $(X_CFLAGS) X all: all-am X END-of-alltray/files/patch-lib_Makefile.in exit --- alltray-0.62.shar ends here ---