From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 16 02:10:14 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 C1A4E16A41F for ; Wed, 16 Nov 2005 02:10:14 +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 3457843D53 for ; Wed, 16 Nov 2005 02:10: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.3/8.13.3) with ESMTP id jAG2AD2C060183 for ; Wed, 16 Nov 2005 02:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAG2ADjQ060182; Wed, 16 Nov 2005 02:10:13 GMT (envelope-from gnats) Resent-Date: Wed, 16 Nov 2005 02:10:13 GMT Resent-Message-Id: <200511160210.jAG2ADjQ060182@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, Wesley Shields Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C3316A41F for ; Wed, 16 Nov 2005 02:00:53 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (syn.csh.rit.edu [129.21.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7867743D45 for ; Wed, 16 Nov 2005 02:00:53 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (localhost [127.0.0.1]) by syn.csh.rit.edu (8.13.3/8.13.1) with ESMTP id jAG366mZ048629 for ; Tue, 15 Nov 2005 22:06:06 -0500 (EST) (envelope-from wxs@syn.csh.rit.edu) Received: (from wxs@localhost) by syn.csh.rit.edu (8.13.3/8.13.1/Submit) id jAG366oI048628; Tue, 15 Nov 2005 22:06:06 -0500 (EST) (envelope-from wxs) Message-Id: <200511160306.jAG366oI048628@syn.csh.rit.edu> Date: Tue, 15 Nov 2005 22:06:06 -0500 (EST) From: Wesley Shields To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/89099: [NEW PORT]: editors/gobby X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Wesley Shields List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2005 02:10:15 -0000 >Number: 89099 >Category: ports >Synopsis: [NEW PORT]: editors/gobby >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 16 02:10:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Wesley Shields >Release: FreeBSD 5.4-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD syn 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #4: Tue Oct 11 10:45:25 EST 2005 root@syn:/usr/obj/usr/src/sys/GENERIC i386 >Description: Gobby is a multi-user collabrative editing software. >How-To-Repeat: N/A >Fix: # 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: # # gobby # gobby/distinfo # gobby/pkg-descr # gobby/Makefile # gobby/pkg-plist # echo c - gobby mkdir -p gobby > /dev/null 2>&1 echo x - gobby/distinfo sed 's/^X//' >gobby/distinfo << 'END-of-gobby/distinfo' XMD5 (gobby-0.2.2.tar.gz) = 9a1b61ee3aebe737e5d9918f7601b5d4 XSIZE (gobby-0.2.2.tar.gz) = 258917 END-of-gobby/distinfo echo x - gobby/pkg-descr sed 's/^X//' >gobby/pkg-descr << 'END-of-gobby/pkg-descr' XA free collaborative editor. X XWWW: http://gobby.0x539.de END-of-gobby/pkg-descr echo x - gobby/Makefile sed 's/^X//' >gobby/Makefile << 'END-of-gobby/Makefile' X# Ports collection makefile for: gobby X# Date created: 28 September 2005 X# Whom: Wesley Shields X# X# $FreeBSD$ X# X XPORTNAME= gobby XPORTVERSION= 0.2.2 XCATEGORIES= editors XMASTER_SITES= http://releases.0x539.de/gobby/ X XMAINTAINER= wxs@csh.rit.edu XCOMMENT= A free collaborative editor X XBUILD_DEPENDS= ${LOCALBASE}/lib/libsigc-2.0.a:${PORTSDIR}/devel/libsigc++20/ \ X ${LOCALBASE}/lib/libnet6.a:${PORTSDIR}/net/net6/ \ X ${LOCALBASE}/lib/libobby.a:${PORTSDIR}/devel/obby/ \ X ${LOCALBASE}/lib/libxml++-2.6.a:${PORTSDIR}/textproc/libxml++26/ \ X ${LOCALBASE}/lib/libgtkmm-2.4.a:${PORTSDIR}/x11-toolkits/gtkmm24/ X XUSE_XLIB= yes XGNU_CONFIGURE= yes XUSE_GNOME= gnomehack pkgconfig gtksourceview X X.include END-of-gobby/Makefile echo x - gobby/pkg-plist sed 's/^X//' >gobby/pkg-plist << 'END-of-gobby/pkg-plist' Xbin/gobby END-of-gobby/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: