From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 17 01:00:29 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 48BB016A41F for ; Mon, 17 Oct 2005 01:00:29 +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 8FA0C43D49 for ; Mon, 17 Oct 2005 01:00:28 +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 j9H10SZU031781 for ; Mon, 17 Oct 2005 01:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9H10S7T031779; Mon, 17 Oct 2005 01:00:28 GMT (envelope-from gnats) Resent-Date: Mon, 17 Oct 2005 01:00:28 GMT Resent-Message-Id: <200510170100.j9H10S7T031779@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 A6C8016A41F for ; Mon, 17 Oct 2005 00:58:28 +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 13A5443D53 for ; Mon, 17 Oct 2005 00:58:27 +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 j9H0wD8f002242 for ; Mon, 17 Oct 2005 02:58:21 +0200 Message-Id: <1129510706.0@klamath.syndrom23.de> Date: Mon, 17 Oct 2005 02:58:26 +0200 From: "Andreas Kohn" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/87549: [NEW PORT] editors/gedit-autocomplete-plugin 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: Mon, 17 Oct 2005 01:00:29 -0000 >Number: 87549 >Category: ports >Synopsis: [NEW PORT] editors/gedit-autocomplete-plugin >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 Oct 17 01:00:28 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: ---- A simple autocomplete plugin for gedit. This plugin autocompletes words when you write words twice or more times in a document. WWW: http://usuarios.lycos.es/acisif/gedit/autocomplete/autocomplete.html ---- The version 3.0 is not linked from the page, but available from the download site. The author will probably change that, and has confirmed that 3.0 is okay to use. The plugin was tested with gedit 2.12.1 (marcuscom ports for gnome 2.12), and should probably work with the gedit 2.10 in the "regular" freebsd ports. The GEDIT_VERSION variable has to be edited in that case. >How-To-Repeat: >Fix: --- gedit-autocomplete-plugin.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: # # gedit-autocomplete-plugin/ # gedit-autocomplete-plugin/Makefile # gedit-autocomplete-plugin/distinfo # gedit-autocomplete-plugin/pkg-descr # gedit-autocomplete-plugin/files # gedit-autocomplete-plugin/files/patch-makefile # echo c - gedit-autocomplete-plugin/ mkdir -p gedit-autocomplete-plugin/ > /dev/null 2>&1 echo x - gedit-autocomplete-plugin/Makefile sed 's/^X//' >gedit-autocomplete-plugin/Makefile << 'END-of-gedit-autocomplete-plugin/Makefile' X# Ports collection makefile for: gedit-autocomplete-plugin X# Date created: 2005-10-10 X# Whom: Andreas Kohn X# X# $FreeBSD$ X# X XPORTNAME= autocomplete-plugin XPORTVERSION= 3.0 XCATEGORIES= editors XMASTER_SITES= http://usuarios.lycos.es/acisif/gedit/autocomplete/ XPKGNAMEPREFIX= gedit- X XMAINTAINER= andreas@syndrom23.de XCOMMENT= A simple autocompletion plugin for gedit X XBUILD_DEPENDS= gedit:${PORTSDIR}/editors/gedit XRUN_DEPENDS= gedit:${PORTSDIR}/editors/gedit X XGEDIT_VERSION= 2.12 X XUSE_X_PREFIX= yes XMAKEFILE= makefile XMAKE_ENV= GEDIT_VERSION=gedit-${GEDIT_VERSION} X XPLIST_FILES= lib/gedit-2/plugins/autocomplete.gedit-plugin \ X lib/gedit-2/plugins/libautocomplete.so X Xpre-su-install: X ${MKDIR} ${PREFIX}/lib/gedit-2/plugins X X.include END-of-gedit-autocomplete-plugin/Makefile echo x - gedit-autocomplete-plugin/distinfo sed 's/^X//' >gedit-autocomplete-plugin/distinfo << 'END-of-gedit-autocomplete-plugin/distinfo' XMD5 (autocomplete-plugin-3.0.tar.gz) = 34e71a3caad1fa29fcaa0a4442406c9a XSIZE (autocomplete-plugin-3.0.tar.gz) = 6187 END-of-gedit-autocomplete-plugin/distinfo echo x - gedit-autocomplete-plugin/pkg-descr sed 's/^X//' >gedit-autocomplete-plugin/pkg-descr << 'END-of-gedit-autocomplete-plugin/pkg-descr' XA simple autocomplete plugin for gedit. X XThis plugin autocompletes words when you write words twice or more times Xin a document. X XWWW: http://usuarios.lycos.es/acisif/gedit/autocomplete/autocomplete.html END-of-gedit-autocomplete-plugin/pkg-descr echo c - gedit-autocomplete-plugin/files mkdir -p gedit-autocomplete-plugin/files > /dev/null 2>&1 echo x - gedit-autocomplete-plugin/files/patch-makefile sed 's/^X//' >gedit-autocomplete-plugin/files/patch-makefile << 'END-of-gedit-autocomplete-plugin/files/patch-makefile' X--- makefile.orig Mon Oct 10 00:42:13 2005 X+++ makefile Mon Oct 10 00:44:00 2005 X@@ -1,9 +1,6 @@ X- X-GEDIT_VERSION=gedit-2.4 X- X all: X- gcc -march=i686 -O3 -s -Wall -fPIC -shared `pkg-config $(GEDIT_VERSION) --libs --cflags` *.c -o libautocomplete.so X+ $(CC) $(CFLAGS) -Wall -fPIC -shared `pkg-config $(GEDIT_VERSION) --libs --cflags` *.c -o libautocomplete.so X X install: X- cp libautocomplete.so /usr/lib/gedit-2/plugins/ X- cp autocomplete.gedit-plugin /usr/lib/gedit-2/plugins/ X+ cp libautocomplete.so $(PREFIX)/lib/gedit-2/plugins/ X+ cp autocomplete.gedit-plugin $(PREFIX)/lib/gedit-2/plugins/ END-of-gedit-autocomplete-plugin/files/patch-makefile exit --- gedit-autocomplete-plugin.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: