Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2005 22:20:20 +0200
From:      "Andreas Kohn" <andreas@syndrom23.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/87687: [NEW PORT] devel/obby - library for synced document buffers
Message-ID:  <1129753220.0@klamath.syndrom23.de>
Resent-Message-ID: <200510192030.j9JKUFHB069043@freefall.freebsd.org>

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

>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 <andreas@syndrom23.de>
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 <bsd.port.mk>
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:



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