Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2006 14:56:44 +0300 (MSK)
From:      Nosov Artem <chip@planetatelecom.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92537: New port: x11/gcb
Message-ID:  <20060130115644.BFC2415F7CB@core.void.su>
Resent-Message-ID: <200601301200.k0UC0E8S041748@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92537
>Category:       ports
>Synopsis:       New port: x11/gcb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 30 12:00:13 GMT 2006
>Closed-Date:
>Last-Modified:
>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

>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/Makefile
#	gcb/files
#	gcb/files/gcb.desktop
#	gcb/distinfo
#	gcb/pkg-descr
#
echo c - gcb
mkdir -p gcb > /dev/null 2>&1
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 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
XTryExec=gcb
XType=Application
XCategories=Application;
END-of-gcb/files/gcb.desktop
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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060130115644.BFC2415F7CB>