From nobody@FreeBSD.org  Wed Oct 15 11:33:58 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1C6581065693
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 15 Oct 2008 11:33:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0A0D58FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 15 Oct 2008 11:33:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9FBXvjW040674
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 15 Oct 2008 11:33:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id m9FBXvcK040667;
	Wed, 15 Oct 2008 11:33:57 GMT
	(envelope-from nobody)
Message-Id: <200810151133.m9FBXvcK040667@www.freebsd.org>
Date: Wed, 15 Oct 2008 11:33:57 GMT
From: "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] devel/thunar-svn-plugin
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128117
>Category:       ports
>Synopsis:       [NEW PORT] devel/thunar-svn-plugin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 15 11:40:00 UTC 2008
>Closed-Date:    Sun Oct 19 13:55:14 UTC 2008
>Last-Modified:  Sun Oct 19 14:00:10 UTC 2008
>Originator:     Sergey V. Dyatko
>Release:        7.1-PRERELEASE
>Organization:
>Environment:
FreeBSD notebook.domain 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #6: Mon Sep 22 11:26:54 EEST 2008     root@notebook.domain:/usr/obj/usr/src/sys/tiger-asus-a6m  i386
>Description:
that plugin add support for subversion commands via thunar's context menu. Tested on:
FreeBSD tiger.domain 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Fri Aug  8 13:32:13 EEST 2008     tiger@tiger.domain:/usr/obj/usr/src/sys/tiger-desktop  i386 
and 
FreeBSD notebook.domain 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #6: Mon Sep 22 11:26:54 EEST 2008     root@notebook.domain:/usr/obj/usr/src/sys/tiger-asus-a6m  i386

xfce-4.4.2_1 
Thunar-0.9.0_1 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	thunar-svn-plugin/
#	thunar-svn-plugin/files
#	thunar-svn-plugin/files/patch-Makefile.in
#	thunar-svn-plugin/Makefile
#	thunar-svn-plugin/distinfo
#	thunar-svn-plugin/pkg-descr
#
echo c - thunar-svn-plugin/
mkdir -p thunar-svn-plugin/ > /dev/null 2>&1
echo c - thunar-svn-plugin/files
mkdir -p thunar-svn-plugin/files > /dev/null 2>&1
echo x - thunar-svn-plugin/files/patch-Makefile.in
sed 's/^X//' >thunar-svn-plugin/files/patch-Makefile.in << '106b99480cacde93e89a3a5eb12c633d'
X--- thunar-svn-plugin/Makefile.in.orig	2008-10-15 11:57:39.000000000 +0300
X+++ thunar-svn-plugin/Makefile.in	2008-10-15 11:55:46.000000000 +0300
X@@ -140,7 +140,7 @@
X INTLLIBS = @INTLLIBS@
X LDFLAGS = @LDFLAGS@
X LIBOBJS = @LIBOBJS@
X-LIBS = @LIBS@
X+LIBS = @LIBS@ -L/usr/local/lib
X LIBTOOL = @LIBTOOL@
X LN_S = @LN_S@
X LTLIBOBJS = @LTLIBOBJS@
106b99480cacde93e89a3a5eb12c633d
echo x - thunar-svn-plugin/Makefile
sed 's/^X//' >thunar-svn-plugin/Makefile << '58c743a81acb5a6d52a15ddbf9e832e4'
X# New ports collection makefile for:	thunar-svn-plugin
X# $Date: 2008-10-15 13:39:10 +0300 (ср, 15 окт 2008) $
X#
X# $Id: Makefile 22 2008-10-15 10:39:10Z tiger $
X#
X
XPORTNAME=	thunar-svn-plugin
XPORTVERSION=	0.0.2
XPORTREVISION=	0
XCATEGORIES=	devel xfce
XMASTER_SITES=	http://goodies.xfce.org/releases/thunar-svn-plugin/
XDIST_SUBDIR=	xfce4
X
XMAINTAINER=	sergey.dyatko@gmail.com
XCOMMENT=	Subversion plugin for Thunar.
X
XLIB_DEPENDS=	svn_client-1:${PORTSDIR}/devel/subversion
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_GETTEXT=	yes
XGNU_CONFIGURE=	yes
XUSE_GNOME=	gtk20
XUSE_XFCE=	configenv libexo thunar
X
X.include <bsd.port.mk>
58c743a81acb5a6d52a15ddbf9e832e4
echo x - thunar-svn-plugin/distinfo
sed 's/^X//' >thunar-svn-plugin/distinfo << 'a45871b29c0285116b75ee1ad7d2fa8e'
XMD5 (xfce4/thunar-svn-plugin-0.0.2.tar.bz2) = 7f79902213778655b862d2ebcbb73334
XSHA256 (xfce4/thunar-svn-plugin-0.0.2.tar.bz2) = abdc5f5417fbf10d4c3b1e863937bbf65a1827dcf132b3a43919e2ef502e5981
XSIZE (xfce4/thunar-svn-plugin-0.0.2.tar.bz2) = 345286
a45871b29c0285116b75ee1ad7d2fa8e
echo x - thunar-svn-plugin/pkg-descr
sed 's/^X//' >thunar-svn-plugin/pkg-descr << 'b3644e1383be79a0c45f23e543c4eba7'
XThe Thunar SVN Plugin adds Subversion actions to the context menu of thunar. 
XThis gives a SVN intergration to Thunar. 
XThe current features are: 
XMost of the svn action: add, blame, checkout, cleanup, commit, copy, delete,
Xexport, import, lock, log, move, properties, relocate, resolved, revert, status,
Xswitch, unlock, update.
XSubversion info in file properties dialog.
X
XWWW: http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin
b3644e1383be79a0c45f23e543c4eba7
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Oct 15 11:56:52 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128117 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Oct 19 13:55:13 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128117: commit references a PR
Date: Sun, 19 Oct 2008 13:55:37 +0000 (UTC)

 miwi        2008-10-19 13:55:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/thunar-svn-plugin Makefile distinfo pkg-descr pkg-plist 
     devel/thunar-svn-plugin/files patch-Makefile.in 
   Log:
   The Thunar SVN Plugin adds Subversion actions to the context menu of thunar.
   
   The current features are:
   Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete,
   export, import, lock, log, move, properties, relocate, resolved, revert, status,
   switch, unlock, update.
   Subversion info in file properties dialog.
   
   WWW: http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin
   
   PR:             ports/128117
   Submitted by:   Sergey V. Dyatko <sergey.dyatko at gmail.com>
   
   Revision  Changes    Path
   1.3219    +1 -0      ports/devel/Makefile
   1.1       +26 -0     ports/devel/thunar-svn-plugin/Makefile (new)
   1.1       +3 -0      ports/devel/thunar-svn-plugin/distinfo (new)
   1.1       +11 -0     ports/devel/thunar-svn-plugin/files/patch-Makefile.in (new)
   1.1       +9 -0      ports/devel/thunar-svn-plugin/pkg-descr (new)
   1.1       +16 -0     ports/devel/thunar-svn-plugin/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:
