From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 19 20:30:16 2005 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 9A26E16A41F for ; Wed, 19 Oct 2005 20:30:16 +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 EC37143D64 for ; Wed, 19 Oct 2005 20:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9JKUFoU069052 for ; Wed, 19 Oct 2005 20:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9JKUFHB069043; Wed, 19 Oct 2005 20:30:15 GMT (envelope-from gnats) Resent-Date: Wed, 19 Oct 2005 20:30:15 GMT Resent-Message-Id: <200510192030.j9JKUFHB069043@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, "Andreas Kohn" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67D9B16A41F for ; Wed, 19 Oct 2005 20:20:22 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from vs159088.vserver.de (syndrom23.de [62.75.159.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 984EB43D62 for ; Wed, 19 Oct 2005 20:20:21 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from klamath.syndrom23.de ([212.204.44.203]) (authenticated bits=0) by vs159088.vserver.de (8.12.8/8.12.8) with ESMTP id j9JKK8Uj020352 for ; Wed, 19 Oct 2005 22:20:17 +0200 Message-Id: <1129753220.0@klamath.syndrom23.de> Date: Wed, 19 Oct 2005 22:20:20 +0200 From: "Andreas Kohn" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/87687: [NEW PORT] devel/obby - library for synced document buffers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 20:30:16 -0000 >Number: 87687 >Category: ports >Synopsis: [NEW PORT] devel/obby - library for synced document buffers >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: Wed Oct 19 20:30:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andreas Kohn >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #35: Sun Oct 2 14:16:27 CEST 2005 root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH >Description: -- libobby is a library which provides synced document buffers. It supports multiple documents in one session and is portable to both Windows and Unix-like platforms. WWW: http://gobby.0x539.de -- libobby is a part of gobby, a distributed editor for gnome. libobby needs net/net6, http://www.freebsd.org/cgi/query-pr.cgi?pr=87685 libobby could support howl, but this part is currently disabled. It is not necessary for operation, and I will send-pr patches for this later on. >How-To-Repeat: >Fix: --- obby.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: # # obby/ # obby/Makefile # obby/distinfo # obby/pkg-plist # obby/pkg-descr # echo c - obby/ mkdir -p obby/ > /dev/null 2>&1 echo x - obby/Makefile sed 's/^X//' >obby/Makefile << 'END-of-obby/Makefile' X# Ports collection makefile for: obby X# Date created: 2005-10-14 X# Whom: Andreas Kohn X# X# $FreeBSD$ X# X XPORTNAME= obby XPORTVERSION= 0.2.1 XCATEGORIES= devel XMASTER_SITES= http://releases.0x539.de/obby/ X XMAINTAINER= andreas@syndrom23.de XCOMMENT= A library for synced document buffers X XLIB_DEPENDS= sigc++-2.0.0:${PORTSDIR}/devel/libsigc++20 \ X gmp.6:${PORTSDIR}/math/libgmp4 \ X net6:${PORTSDIR}/net/net6 X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --without-howl XUSE_REINPLACE= yes XINSTALLS_SHLIB= yes XUSE_AUTOTOOLS= libtool:15 X Xpost-patch: X @${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$$(prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.in X X.include END-of-obby/Makefile echo x - obby/distinfo sed 's/^X//' >obby/distinfo << 'END-of-obby/distinfo' XMD5 (obby-0.2.1.tar.gz) = 5e28bfbf6e72b007aa6d055594754810 XSIZE (obby-0.2.1.tar.gz) = 404106 END-of-obby/distinfo echo x - obby/pkg-plist sed 's/^X//' >obby/pkg-plist << 'END-of-obby/pkg-plist' Xinclude/obby/buffer.hpp Xinclude/obby/client_buffer.hpp Xinclude/obby/client_document.hpp Xinclude/obby/client_document_info.hpp Xinclude/obby/common.hpp Xinclude/obby/delete_record.hpp Xinclude/obby/document.hpp Xinclude/obby/document_info.hpp Xinclude/obby/duplex_signal.hpp Xinclude/obby/error.hpp Xinclude/obby/format_string.hpp Xinclude/obby/host_buffer.hpp Xinclude/obby/host_document.hpp Xinclude/obby/host_document_info.hpp Xinclude/obby/insert_record.hpp Xinclude/obby/line.hpp Xinclude/obby/local_buffer.hpp Xinclude/obby/local_document.hpp Xinclude/obby/local_document_info.hpp Xinclude/obby/position.hpp Xinclude/obby/ptr_iterator.hpp Xinclude/obby/record.hpp Xinclude/obby/rsa.hpp Xinclude/obby/server_buffer.hpp Xinclude/obby/server_document.hpp Xinclude/obby/server_document_info.hpp Xinclude/obby/sha1.hpp Xinclude/obby/user.hpp Xinclude/obby/user_table.hpp Xlib/libobby-0.2.so Xlib/libobby-0.2.so.0 Xlib/libobby.a Xlib/libobby.so Xlibdata/pkgconfig/obby-0.2.pc X@dirrm include/obby END-of-obby/pkg-plist echo x - obby/pkg-descr sed 's/^X//' >obby/pkg-descr << 'END-of-obby/pkg-descr' Xlibobby is a library which provides synced document buffers. It supports Xmultiple documents in one session and is portable to both Windows and XUnix-like platforms. X XWWW: http://gobby.0x539.de END-of-obby/pkg-descr exit --- obby.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: