summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-18 14:42:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-18 14:42:39 +0800
commit1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800 (patch)
treebef1524a56136117e3352e0ae75b3ae0334b801e
parent570d805f54b0c81c992b748c7fb24294956445ff (diff)
downloadmarcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.tar
marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.tar.gz
marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.tar.bz2
marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.tar.lz
marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.tar.xz
marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.tar.zst
marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.zip
Mark BROKEN with gedit-2.14.
Submitted by: maintainer git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5972 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--editors/gedit-autocomplete-plugin/Makefile32
-rw-r--r--editors/gedit-autocomplete-plugin/distinfo3
-rw-r--r--editors/gedit-autocomplete-plugin/files/patch-makefile14
-rw-r--r--editors/gedit-autocomplete-plugin/pkg-descr6
4 files changed, 55 insertions, 0 deletions
diff --git a/editors/gedit-autocomplete-plugin/Makefile b/editors/gedit-autocomplete-plugin/Makefile
new file mode 100644
index 000000000..015edcfec
--- /dev/null
+++ b/editors/gedit-autocomplete-plugin/Makefile
@@ -0,0 +1,32 @@
+# Ports collection makefile for: gedit-autocomplete-plugin
+# Date created: 2005-10-10
+# Whom: Andreas Kohn <andreas@syndrom23.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= autocomplete-plugin
+PORTVERSION= 3.0
+PORTREVISION= 1
+CATEGORIES= editors
+MASTER_SITES= http://usuarios.lycos.es/acisif/gedit/autocomplete/
+PKGNAMEPREFIX= gedit-
+
+MAINTAINER= andreas@syndrom23.de
+COMMENT= A simple autocompletion plugin for gedit
+
+BUILD_DEPENDS= gedit:${PORTSDIR}/editors/gedit
+RUN_DEPENDS= gedit:${PORTSDIR}/editors/gedit
+
+GEDIT_VERSION= 2.14
+
+BROKEN= Not compatible with gedit versions >= 2.14
+
+USE_X_PREFIX= yes
+MAKEFILE= makefile
+MAKE_ARGS= GEDIT_VERSION=gedit-${GEDIT_VERSION}
+
+PLIST_FILES= lib/gedit-2/plugins/autocomplete.gedit-plugin \
+ lib/gedit-2/plugins/libautocomplete.so
+
+.include <bsd.port.mk>
diff --git a/editors/gedit-autocomplete-plugin/distinfo b/editors/gedit-autocomplete-plugin/distinfo
new file mode 100644
index 000000000..fb71e673a
--- /dev/null
+++ b/editors/gedit-autocomplete-plugin/distinfo
@@ -0,0 +1,3 @@
+MD5 (autocomplete-plugin-3.0.tar.gz) = 34e71a3caad1fa29fcaa0a4442406c9a
+SHA256 (autocomplete-plugin-3.0.tar.gz) = c8772e659e047f72e36845db2da5c2167d42cae70c2ea284c7218e64bc62ab99
+SIZE (autocomplete-plugin-3.0.tar.gz) = 6187
diff --git a/editors/gedit-autocomplete-plugin/files/patch-makefile b/editors/gedit-autocomplete-plugin/files/patch-makefile
new file mode 100644
index 000000000..dd8312c40
--- /dev/null
+++ b/editors/gedit-autocomplete-plugin/files/patch-makefile
@@ -0,0 +1,14 @@
+--- makefile.orig Sun Sep 12 16:11:44 2004
++++ makefile Mon Oct 17 08:06:34 2005
+@@ -2,8 +2,8 @@
+ GEDIT_VERSION=gedit-2.4
+
+ all:
+- gcc -march=i686 -O3 -s -Wall -fPIC -shared `pkg-config $(GEDIT_VERSION) --libs --cflags` *.c -o libautocomplete.so
++ $(CC) $(CFLAGS) -Wall -fPIC -shared `pkg-config $(GEDIT_VERSION) --libs --cflags` *.c -o libautocomplete.so
+
+ install:
+- cp libautocomplete.so /usr/lib/gedit-2/plugins/
+- cp autocomplete.gedit-plugin /usr/lib/gedit-2/plugins/
++ $(BSD_INSTALL_PROGRAM) libautocomplete.so $(PREFIX)/lib/gedit-2/plugins/
++ $(BSD_INSTALL_DATA) autocomplete.gedit-plugin $(PREFIX)/lib/gedit-2/plugins/
diff --git a/editors/gedit-autocomplete-plugin/pkg-descr b/editors/gedit-autocomplete-plugin/pkg-descr
new file mode 100644
index 000000000..9658c2c0a
--- /dev/null
+++ b/editors/gedit-autocomplete-plugin/pkg-descr
@@ -0,0 +1,6 @@
+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