From nobody@FreeBSD.org  Sun Oct 16 20:43:46 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5F45316A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 16 Oct 2005 20:43:46 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 23AF943D46
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 16 Oct 2005 20:43:46 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9GKhjeN041635
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 16 Oct 2005 20:43:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j9GKhjVc041634;
	Sun, 16 Oct 2005 20:43:45 GMT
	(envelope-from nobody)
Message-Id: <200510162043.j9GKhjVc041634@www.freebsd.org>
Date: Sun, 16 Oct 2005 20:43:45 GMT
From: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] x11/alltray: Dock any application with no native tray icon
X-Send-Pr-Version: www-2.3

>Number:         87545
>Category:       ports
>Synopsis:       [NEW PORT] x11/alltray: Dock any application with no native tray icon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jylefort
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 16 20:50:16 GMT 2005
>Closed-Date:    Fri Oct 28 12:25:44 GMT 2005
>Last-Modified:  Fri Oct 28 12:25:44 GMT 2005
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.0-RC1 FreeBSD 6.0-RC1 #0: Wed Oct 12 23:23:59 PET 2005 
>Description:
With AllTray you can dock any application with no native tray icon (like Evolution, 
Thunderbird, Terminals) into the system tray. A high-light feature is that a click on the "close" 
button will minimize back to system tray.  It works well with Gnome,  KDE,  XFCE 4*, Fluxbox* 
and WindowMaker*

WWW:http://alltray.sourceforge.net/
>How-To-Repeat:
              
>Fix:
--- 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 <acardenas@bsd.org.pe>
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|\
Xinstall-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 <bsd.port.mk>
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.inFri Sep 23 18:31:24 2005
X+++ lib/Makefile.inSat 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 ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Mon Oct 17 06:13:49 GMT 2005 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87545 
State-Changed-From-To: open->feedback 
State-Changed-By: jylefort 
State-Changed-When: Mon Oct 17 06:52:43 GMT 2005 
State-Changed-Why:  
Your shar has been mangled. Please submit a new shar file. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87545 

From: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To: bug-followup@FreeBSD.org,acardenas@bsd.org.pe
Cc:  
Subject: Re: ports/87545: [NEW PORT] x11/alltray: Dock any application with
 no native tray icon
Date: Mon, 17 Oct 2005 11:10:49 -0500

 --- 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 <acardenas@bsd.org.pe>
 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|\
 Xinstall-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 <bsd.port.mk>
 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.inFri Sep 23 18:31:24 2005
 X+++ lib/Makefile.inSat 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 ---
Responsible-Changed-From-To: jylefort->freebsd-ports-bugs 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Mon Oct 24 09:56:50 GMT 2005 
Responsible-Changed-Why:  
Still mangled (by mangled I mean that whitespace is missing). Releasing. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87545 

From: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
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 <acardenas@bsd.org.pe>
 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 <bsd.port.mk>
 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 ---
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Fri Oct 28 09:53:59 GMT 2005 
Responsible-Changed-Why:  
Looks good now. Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87545 
State-Changed-From-To: feedback->closed 
State-Changed-By: jylefort 
State-Changed-When: Fri Oct 28 12:25:25 GMT 2005 
State-Changed-Why:  
Committed with a few modifications, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87545 
>Unformatted:
