From bartender@c0decafe.net  Sun Jul 27 03:47:07 2008
Return-Path: <bartender@c0decafe.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EC2921065672
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Jul 2008 03:47:07 +0000 (UTC)
	(envelope-from bartender@c0decafe.net)
Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.224])
	by mx1.freebsd.org (Postfix) with ESMTP id 615678FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Jul 2008 03:47:07 +0000 (UTC)
	(envelope-from bartender@c0decafe.net)
Received: by hu-out-0506.google.com with SMTP id 34so814816hue.8
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Jul 2008 20:47:06 -0700 (PDT)
Received: by 10.66.234.8 with SMTP id g8mr1178845ugh.43.1217130425503;
        Sat, 26 Jul 2008 20:47:05 -0700 (PDT)
Received: from kitchen.c0decafe.net ( [212.36.208.1])
        by mx.google.com with ESMTPS id k1sm4736397ugf.21.2008.07.26.20.47.01
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 26 Jul 2008 20:47:04 -0700 (PDT)
Received: from kitchen.c0decafe.net (localhost [127.0.0.1])
	by kitchen.c0decafe.net (8.14.2/8.14.2) with ESMTP id m6R3kIvm022470
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Jul 2008 06:46:18 +0300 (EEST)
	(envelope-from bartender@kitchen.c0decafe.net)
Received: (from bartender@localhost)
	by kitchen.c0decafe.net (8.14.2/8.14.2/Submit) id m6R3kHjF022469;
	Sun, 27 Jul 2008 06:46:17 +0300 (EEST)
	(envelope-from bartender)
Message-Id: <200807270346.m6R3kHjF022469@kitchen.c0decafe.net>
Date: Sun, 27 Jul 2008 06:46:17 +0300 (EEST)
From: "ports@c0decafe.net" <ports@c0decafe.net>
Sender: Maroun NAJM <bartender@c0decafe.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] archivers/thunar-archive-plugin: Archive plugin for the Thunar File Manager
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         125998
>Category:       ports
>Synopsis:       [NEW PORT] archivers/thunar-archive-plugin: Archive plugin for the Thunar File Manager
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 27 03:50:02 UTC 2008
>Closed-Date:    Mon Aug 18 12:38:25 UTC 2008
>Last-Modified:  Mon Aug 18 12:40:02 UTC 2008
>Originator:     ports@c0decafe.net
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD kitchen.c0decafe.net 6.3-STABLE FreeBSD 6.3-STABLE #0: Wed Jul  2 00:27:19 EEST
>Description:
The thunar-archive-plugin is a plugin for the Thunar File Manager, which
adds archive operations to the file context menus. Using this plugin you
will be able to extract and create archive files from within Thunar using
a single click.

WWW:	http://foo-projects.org/~benny/projects/thunar-archive-plugin/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- thunar-archive-plugin-0.2.4.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:
#
#	thunar-archive-plugin
#	thunar-archive-plugin/pkg-descr
#	thunar-archive-plugin/Makefile
#	thunar-archive-plugin/pkg-plist
#	thunar-archive-plugin/distinfo
#
echo c - thunar-archive-plugin
mkdir -p thunar-archive-plugin > /dev/null 2>&1
echo x - thunar-archive-plugin/pkg-descr
sed 's/^X//' >thunar-archive-plugin/pkg-descr << 'END-of-thunar-archive-plugin/pkg-descr'
XThe thunar-archive-plugin is a plugin for the Thunar File Manager, which
Xadds archive operations to the file context menus. Using this plugin you
Xwill be able to extract and create archive files from within Thunar using
Xa single click.
X
XWWW:	http://foo-projects.org/~benny/projects/thunar-archive-plugin/
END-of-thunar-archive-plugin/pkg-descr
echo x - thunar-archive-plugin/Makefile
sed 's/^X//' >thunar-archive-plugin/Makefile << 'END-of-thunar-archive-plugin/Makefile'
X# New ports collection makefile for:	thunar-archive-plugin
X# Date created:		2008-07-27
X# Whom:			ports@c0decafe.net <ports@c0decafe.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	thunar-archive-plugin
XPORTVERSION=	0.2.4
XCATEGORIES=	archivers xfce
XMASTER_SITES=	${MASTER_SITE_BERLIOS}
XMASTER_SITE_SUBDIR=	xfce-goodies
X
XMAINTAINER=	ports@c0decafe.net
XCOMMENT=	Archive plugin for the Thunar File Manager
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XUSE_XFCE=	configenv libexo thunar
XUSE_GETTEXT=	yes
XINSTALLS_ICONS=	yes
XUSE_GNOME=	desktopfileutils
X
X.include <bsd.port.mk>
END-of-thunar-archive-plugin/Makefile
echo x - thunar-archive-plugin/pkg-plist
sed 's/^X//' >thunar-archive-plugin/pkg-plist << 'END-of-thunar-archive-plugin/pkg-plist'
X@comment $FreeBSD$
Xlib/thunarx-1/thunar-archive-plugin.so
Xlib/thunarx-1/thunar-archive-plugin.la
Xlibexec/thunar-archive-plugin/ark.tap
Xlibexec/thunar-archive-plugin/file-roller.tap
X@dirrmtry libexec/thunar-archive-plugin
Xshare/locale/ca/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/cs/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/de/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/el/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/eo/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/eu/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/fr/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/hu/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/it/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/ja/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/nl/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/pa/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/pl/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/pt_BR/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/ru/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/locale/zh_TW/LC_MESSAGES/thunar-archive-plugin.mo
Xshare/icons/hicolor/16x16/apps/tap-create.png
Xshare/icons/hicolor/16x16/apps/tap-extract.png
Xshare/icons/hicolor/16x16/apps/tap-extract-to.png
END-of-thunar-archive-plugin/pkg-plist
echo x - thunar-archive-plugin/distinfo
sed 's/^X//' >thunar-archive-plugin/distinfo << 'END-of-thunar-archive-plugin/distinfo'
XMD5 (thunar-archive-plugin-0.2.4.tar.bz2) = 4c389e6328af9322937af76382f0baec
XSHA256 (thunar-archive-plugin-0.2.4.tar.bz2) = 470ac5880b939003178a7055a7d0c2dbcee8c4cf53e0d91d9475307c42e6e8c0
XSIZE (thunar-archive-plugin-0.2.4.tar.bz2) = 255828
END-of-thunar-archive-plugin/distinfo
exit
--- thunar-archive-plugin-0.2.4.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Jul 27 09:37:13 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125998 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Sun Aug 3 10:24:45 UTC 2008 
State-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=125998 
State-Changed-From-To: feedback->open 
State-Changed-By: miwi 
State-Changed-When: Sun Aug 3 10:47:01 UTC 2008 
State-Changed-Why:  
woops 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125998 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Sun Aug 3 10:47:17 UTC 2008 
State-Changed-Why:  
The build failed, Could you please take a look at it? 

http://i386.miwibox.org/index.php?action=describe_port&id=1616 
http://amd64.miwibox.org/index.php?action=describe_port&id=1536 

Thanks Martin 


http://www.freebsd.org/cgi/query-pr.cgi?pr=125998 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Aug 18 12:38:24 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125998: commit references a PR
Date: Mon, 18 Aug 2008 12:38:45 +0000 (UTC)

 miwi        2008-08-18 12:38:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers            Makefile 
   Added files:
     archivers/thunar-archive-plugin Makefile distinfo pkg-descr 
                                     pkg-plist 
   Log:
   The thunar-archive-plugin is a plugin for the Thunar File Manager, which
   adds archive operations to the file context menus. Using this plugin you
   will be able to extract and create archive files from within Thunar using
   a single click.
   
   WWW:    http://foo-projects.org/~benny/projects/thunar-archive-plugin/
   
   PR:             ports/125998
   Submitted by:   ports at c0decafe.net <ports at c0decafe.net>
   
   Revision  Changes    Path
   1.205     +1 -0      ports/archivers/Makefile
   1.1       +28 -0     ports/archivers/thunar-archive-plugin/Makefile (new)
   1.1       +3 -0      ports/archivers/thunar-archive-plugin/distinfo (new)
   1.1       +6 -0      ports/archivers/thunar-archive-plugin/pkg-descr (new)
   1.1       +25 -0     ports/archivers/thunar-archive-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:
