From relaxbsd@gmail.com  Tue Jul 24 15:21:33 2007
Return-Path: <relaxbsd@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 32A8816A41A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jul 2007 15:21:33 +0000 (UTC)
	(envelope-from relaxbsd@gmail.com)
Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.228])
	by mx1.freebsd.org (Postfix) with ESMTP id DF56713C467
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jul 2007 15:21:32 +0000 (UTC)
	(envelope-from relaxbsd@gmail.com)
Received: by nz-out-0506.google.com with SMTP id l8so1297873nzf
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jul 2007 08:21:32 -0700 (PDT)
Received: by 10.141.172.6 with SMTP id z6mr1321887rvo.1185290491848;
        Tue, 24 Jul 2007 08:21:31 -0700 (PDT)
Received: from relaxbsd@gmail.com ( [218.77.100.96])
        by mx.google.com with ESMTPS id g21sm9067790rvb.2007.07.24.08.21.29
        (version=SSLv3 cipher=OTHER);
        Tue, 24 Jul 2007 08:21:31 -0700 (PDT)
Received: by relaxbsd@gmail.com (sSMTP sendmail emulation); Tue, 24 Jul 2007 23:21:26 +0800
Message-Id: <46a618fb.15538c0a.71fd.4ec5@mx.google.com>
Date: Tue, 24 Jul 2007 23:21:26 +0800
From: Yinghong.Liu <relaxbsd@gmail.com>
Reply-To: relaxbsd@gmail.com
To: FreeBSD-gnats-submit@freebsd.org
Cc: relaxbsd@gmail.com
Subject: New port:x11/simdock A fast and customizable dockbar
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         114867
>Category:       ports
>Synopsis:       New port:x11/simdock A fast and customizable dockbar
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 24 15:30:01 GMT 2007
>Closed-Date:    Tue Aug 21 09:54:07 GMT 2007
>Last-Modified:  Tue Aug 21 10:00:05 GMT 2007
>Originator:     Yinghong.Liu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD relaxbsd.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu May 10 21:42:19 CST 2007 hamigua@relaxbsd.org:/usr/src/sys/i386/compile/LYH i386


	
>Description:
SimDock is a fast and customizable dockbar. It is written in c++ and wxWidgets
and fits well in Gnome but works on most desktop environments. Does not require
Compiz nor 3D acceleration.

WWW: http://sourceforge.net/projects/simdock/
Author: simonedll@yahoo.it
	
>How-To-Repeat:
	
>Fix:

	

--- simdock.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:
#
#	simdock
#	simdock/Makefile
#	simdock/distinfo
#	simdock/pkg-descr
#	simdock/pkg-plist
#
echo c - simdock
mkdir -p simdock > /dev/null 2>&1
echo x - simdock/Makefile
sed 's/^X//' >simdock/Makefile << 'END-of-simdock/Makefile'
X# New ports collection makefile for:	simdock
X# Date created:				28 Jul 2007
X# Whom:					Yinghong.Liu <relaxbsd@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	simdock
XPORTVERSION=	1.2
XCATEGORIES=	x11
XMASTER_SITES=	SF
XDISTNAME=	${PORTNAME}_${PORTVERSION}
X
XMAINTAINER=	relaxbsd@gmail.com
XCOMMENT=	A fast and customizable dockbar
X
XGNU_CONFIGURE=	yes
XUSE_WX=		2.8
XCONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}
X
XWRKSRC=		${WRKDIR}/trunk
X
XPORTDOCS=	AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README TODO
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
X		${WRKSRC}/Makefile.in \
X		${WRKSRC}/src/main.h
X	@${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|g' \
X		-e 's|/usr/share/firefox|${PREFIX}/lib/firefox|g' \
X		${WRKSRC}/src/main.cc
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for doc in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-simdock/Makefile
echo x - simdock/distinfo
sed 's/^X//' >simdock/distinfo << 'END-of-simdock/distinfo'
XMD5 (simdock_1.2.tar.gz) = 557f4aff394fa66e329c56c3a5138b39
XSHA256 (simdock_1.2.tar.gz) = aae86ec13eb7e7a5d0d6c8ead1bda355ea060f69da027ded7cfee803bcdb40af
XSIZE (simdock_1.2.tar.gz) = 338679
END-of-simdock/distinfo
echo x - simdock/pkg-descr
sed 's/^X//' >simdock/pkg-descr << 'END-of-simdock/pkg-descr'
XSimDock is a fast and customizable dockbar. It is written in c++ and wxWidgets
Xand fits well in Gnome but works on most desktop environments. Does not require
XCompiz nor 3D acceleration.
X
XWWW: http://sourceforge.net/projects/simdock/
XAuthor: simonedll@yahoo.it
END-of-simdock/pkg-descr
echo x - simdock/pkg-plist
sed 's/^X//' >simdock/pkg-plist << 'END-of-simdock/pkg-plist'
Xbin/simdock
Xshare/applications/simdock.desktop
Xshare/pixmaps/simdock.png
X%%DATADIR%%/bg.png
X%%DATADIR%%/bg2.png
X%%DATADIR%%/bg5.png
X%%DATADIR%%/mark.png
X%%DATADIR%%/question.png
X@dirrm share/simdock
X@dirrmtry share/pixmaps
X@dirrmtry share/applications
END-of-simdock/pkg-plist
exit
--- simdock.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Mon Aug 20 17:18:53 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114867 
State-Changed-From-To: open->feedback 
State-Changed-By: itetcu 
State-Changed-When: Mon Aug 20 19:06:12 UTC 2007 
State-Changed-Why:  
Missing depends: 
http://sce-tindy.tecnik93.com/tb/index.php?action=describe_port&id=1773 

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

From: Yinghong.Liu <relaxbsd@gmail.com>
To: "itetcu@freebsd.org" <itetcu@freebsd.org>, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114867: New port:x11/simdock A fast and customizable dockbar
Date: Tue, 21 Aug 2007 04:55:44 +0800

 Please insert the line(the line in row 18) in Makefile:
 USE_GNOME=      gnomehack gnomeprefix pkgconfig gconf2 libwnck
 after the line:
 GNU_CONFIGURE=  yes
 Thanks!
 
 2007/8/21, itetcu@freebsd.org <itetcu@freebsd.org>:
 > Synopsis: New port:x11/simdock A fast and customizable dockbar
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: itetcu
 > State-Changed-When: Mon Aug 20 19:06:12 UTC 2007
 > State-Changed-Why:
 > Missing depends:
 > http://sce-tindy.tecnik93.com/tb/index.php?action=describe_port&id=1773
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=114867
 >
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Tue Aug 21 09:54:06 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114867: commit references a PR
Date: Tue, 21 Aug 2007 09:53:27 +0000 (UTC)

 itetcu      2007-08-21 09:53:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11                  Makefile 
   Added files:
     x11/simdock          Makefile distinfo pkg-descr pkg-plist 
   Log:
   SimDock is a fast and customizable dockbar. It is written in c++ and wxWidgets
   and fits well in Gnome but works on most desktop environments. Does not require
   Compiz nor 3D acceleration.
   
   WWW:    http://sourceforge.net/projects/simdock/
   Author: simonedll@yahoo.it
   
   PR:             ports/114867
   Submitted by:   Yinghong.Liu <relaxbsd at gmail.com>
   
   Revision  Changes    Path
   1.662     +1 -0      ports/x11/Makefile
   1.1       +42 -0     ports/x11/simdock/Makefile (new)
   1.1       +3 -0      ports/x11/simdock/distinfo (new)
   1.1       +6 -0      ports/x11/simdock/pkg-descr (new)
   1.1       +10 -0     ports/x11/simdock/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
