summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-12-04 13:10:31 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-12-04 13:10:31 +0000
commita61d3f6bedcafe389ddf89fb5efbb8fb53c938df (patch)
treefd2f2cae557cf3588f73eb61c0e32ed52ce7a2d4 /editors
parentAdd Template::DBI, a Template Toolkit interface to the DBI module. (diff)
Remove expired ports:
2006-12-01 audio/xmms-rateplug: Project disappeared from the internet 2006-12-01 chinese/iiimf-le-chewing: fails to install (dependency problem) 2006-12-01 deskutils/mhc-xemacs21-mule: hangs during build 2006-12-01 devel/alleyoop: Does not compile 2006-12-01 devel/hs-crypto: is incompatible with current GHC, needs updating 2006-12-01 editors/gedit-autocomplete-plugin: Not compatible with gedit versions >= 2.14 2006-12-01 emulators/basiliskII: Does not compile 2006-12-01 emulators/vmware-tools2: Unfetchable 2006-12-01 emulators/vmware2: Unfetchable 2006-12-03 finance/ccard: Project disappeared from the internet
Notes
Notes: svn path=/head/; revision=178817
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/gedit-autocomplete-plugin/Makefile34
-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
5 files changed, 0 insertions, 58 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 23b1fa7198fe..f4b96177ae9b 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -59,7 +59,6 @@
SUBDIR += fte
SUBDIR += gate
SUBDIR += gedit
- SUBDIR += gedit-autocomplete-plugin
SUBDIR += gedit-plugins
SUBDIR += ghex
SUBDIR += glimmer
diff --git a/editors/gedit-autocomplete-plugin/Makefile b/editors/gedit-autocomplete-plugin/Makefile
deleted file mode 100644
index 0244a9d7a0ad..000000000000
--- a/editors/gedit-autocomplete-plugin/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
-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
deleted file mode 100644
index fb71e673aa6e..000000000000
--- a/editors/gedit-autocomplete-plugin/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index dd8312c404c1..000000000000
--- a/editors/gedit-autocomplete-plugin/files/patch-makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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
deleted file mode 100644
index 9658c2c0a0d7..000000000000
--- a/editors/gedit-autocomplete-plugin/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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