From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 30 12:00:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 232B616A420 for ; Mon, 30 Jan 2006 12:00:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B98543D46 for ; Mon, 30 Jan 2006 12:00:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0UC0EtB041754 for ; Mon, 30 Jan 2006 12:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0UC0E8S041748; Mon, 30 Jan 2006 12:00:14 GMT (envelope-from gnats) Resent-Date: Mon, 30 Jan 2006 12:00:14 GMT Resent-Message-Id: <200601301200.k0UC0E8S041748@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nosov Artem Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85F6216A420 for ; Mon, 30 Jan 2006 11:52:46 +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 0118243D49 for ; Mon, 30 Jan 2006 11:52:45 +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 8473552D2B for ; Mon, 30 Jan 2006 14:58:03 +0300 (MSK) Received: from core.void.su (pool-62.planetatelecom.ru [80.237.25.62]) by saturn.planetatelecom.ru (Sendmail) with ESMTP id 6F53D52578 for ; Mon, 30 Jan 2006 14:58:02 +0300 (MSK) Received: by core.void.su (Postfix, from userid 1001) id BFC2415F7CB; Mon, 30 Jan 2006 14:56:44 +0300 (MSK) Message-Id: <20060130115644.BFC2415F7CB@core.void.su> Date: Mon, 30 Jan 2006 14:56:44 +0300 (MSK) From: Nosov Artem To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/92537: New port: x11/gcb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nosov Artem List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2006 12:00:15 -0000 >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 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 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: