From chip@planetatelecom.ru  Mon Jan 30 12:11:02 2006
Return-Path: <chip@planetatelecom.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B20CB16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Jan 2006 12:11:02 +0000 (GMT)
	(envelope-from chip@planetatelecom.ru)
Received: from saturn.planetatelecom.ru (saturn.planetatelecom.ru [80.237.25.245])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C6D2943D6D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Jan 2006 12:10:55 +0000 (GMT)
	(envelope-from chip@planetatelecom.ru)
Received: from saturn.planetatelecom.ru (localhost.planetatelecom.ru [127.0.0.1])
	by saturn.planetatelecom.ru (Sendmail) with ESMTP id 26C645383E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Jan 2006 15:16:14 +0300 (MSK)
Received: from core.void.su (pool-62.planetatelecom.ru [80.237.25.62])
	by saturn.planetatelecom.ru (Sendmail) with ESMTP id C9A49535B3
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Jan 2006 15:16:12 +0300 (MSK)
Received: by core.void.su (Postfix, from userid 1001)
	id 8745E15F7CB; Mon, 30 Jan 2006 15:14:56 +0300 (MSK)
Message-Id: <20060130121456.8745E15F7CB@core.void.su>
Date: Mon, 30 Jan 2006 15:14:56 +0300 (MSK)
From: Nosov Artem <chip@planetatelecom.ru>
Reply-To: Nosov Artem <chip@planetatelecom.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: x11/gcb
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         92538
>Category:       ports
>Synopsis:       New port: x11/gcb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 30 12:20:02 GMT 2006
>Closed-Date:    Thu Apr 06 13:28:21 CEST 2006
>Last-Modified:  Thu Apr 06 13:28:21 CEST 2006
>Originator:     Nosov Artem
>Release:        FreeBSD 6.0-STABLE
>Organization:
>Environment:
FreeBSD feel.void.su 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Jan 25 13:28:40 MSK 2006     root@feel.void.su:/var/obj/usr/src/sys/FEEL  i386

	
>Description:
	New port: x11/gcb
	Description available at:
	http://www.gnomefiles.org/app.php?soft_id=322

	___ Please close previous problem report http://www.freebsd.org/cgi/query-pr.cgi?pr=92537 ___
	
>How-To-Repeat:
	
>Fix:

	

--- gcb.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:
#
#	gcb
#	gcb/files
#	gcb/files/gcb.desktop
#	gcb/Makefile
#	gcb/distinfo
#	gcb/pkg-descr
#
echo c - gcb
mkdir -p gcb > /dev/null 2>&1
echo c - gcb/files
mkdir -p gcb/files > /dev/null 2>&1
echo x - gcb/files/gcb.desktop
sed 's/^X//' >gcb/files/gcb.desktop << 'END-of-gcb/files/gcb.desktop'
X[Desktop Entry]
XEncoding=UTF-8
XName=Gtk Copy-paste Buffer
XComment=A GTK+ tool for managing x11 cut-buffers
XIcon=gcb.png
XExec=gcb -B
XType=Application
XCategories=GNOME;Application;System
END-of-gcb/files/gcb.desktop
echo x - gcb/Makefile
sed 's/^X//' >gcb/Makefile << 'END-of-gcb/Makefile'
X# New ports collection makefile for:	gcb
X# Date Created:				30 January 2006
X# Whom:					Nosov Artem <chip-set@mail.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gcb
XPORTVERSION=	0.2.8
XCATEGORIES=	x11
XMASTER_SITES=	http://ccbsd9.csie.nctu.edu.tw/~cp76/gcb/
X
XMAINTAINER=	chip-set@mail.ru
XCOMMENT=	A GTK+ tool for managing x11 cut-buffers
X
XUSE_BZIP2=	yes
XUSE_X_PREFIX=	yes
XUSE_GNOME=	gtk20
XUSE_REINPLACE=	yes
XGNU_CONFIGURE=	yes
X
XPLIST_FILES=	bin/gcb \
X		share/icons/gcb.png \
X		share/applications/gcb.desktop \
X		share/pixmaps/gcb.png
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|g' \
X		${WRKSRC}/configure
X	@${REINPLACE_CMD} -e 's|/usr/local|${X11BASE}|g' \
X		${WRKSRC}/Makefile
X
Xpost-install:
X	${INSTALL_DATA} ${FILESDIR}/gcb.desktop ${PREFIX}/share/applications
X	${INSTALL_DATA} ${WRKSRC}/gcb.png ${PREFIX}/share/pixmaps
X
X.include <bsd.port.mk>
END-of-gcb/Makefile
echo x - gcb/distinfo
sed 's/^X//' >gcb/distinfo << 'END-of-gcb/distinfo'
XMD5 (gcb-0.2.8.tar.bz2) = 2d33538093bb05e463ecaf0e8aade00a
XSHA256 (gcb-0.2.8.tar.bz2) = 9bdc96d13902ce70317696706a36f9ea5aeccf89eb0e43c6a33d5b6059eed3f6
XSIZE (gcb-0.2.8.tar.bz2) = 9979
END-of-gcb/distinfo
echo x - gcb/pkg-descr
sed 's/^X//' >gcb/pkg-descr << 'END-of-gcb/pkg-descr'
XGtk Copy-paste Buffer
X 
XIt is something like 'xcb'. It has multiple buttons to store strings of paste 
Xbuffer. You click a button to put the content into paste-buffer/clipboard.
X
XAdvantages over xcb:
X- Use right button to assign the button as a snooper. It is more 
X  straightforward than xcb.
X- It has tool-tip to display the complete content.
X- It is written in Gtk, so by default it has i18 display capability.
X- It can watch the clipboard of gtk (mozilla).
X- History of changes of paste buffer
X- By default, it is sticky on Gnome/Gtk. You can also specify option to turn 
X  window decoration off (borderless). No more tedius desktop setup to install 
X  it.
X
XWWW: http://www.gnomefiles.org/app.php?soft_id=322
X
X- Nosov Artem
Xchip-set@mail.ru
END-of-gcb/pkg-descr
exit
--- gcb.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Tue Mar 21 03:33:42 CET 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92538 
State-Changed-From-To: open->feedback 
State-Changed-By: ehaupt 
State-Changed-When: Tue Mar 21 11:32:33 CET 2006 
State-Changed-Why:  
The port doesn't build on 4.x. Do you think you can fix it? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92538 
State-Changed-From-To: feedback->closed 
State-Changed-By: ehaupt 
State-Changed-When: Thu Apr 6 13:28:05 CEST 2006 
State-Changed-Why:  
New port added with modifications, thanks! 

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