summaryrefslogtreecommitdiffstats
path: root/net/gq
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
commit71dfde0760b13ea318c656ddead128dbe634597d (patch)
tree604a8dbb563a5add31be347304c3eef5aa78e2a5 /net/gq
parentaf8341069438e68bbabd2ab98ad25e0876c4d400 (diff)
downloadmarcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.bz2
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.lz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.xz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gq')
-rw-r--r--net/gq/Makefile45
-rw-r--r--net/gq/distinfo2
-rw-r--r--net/gq/files/patch-src::state.c11
-rw-r--r--net/gq/files/patch-src_gq-server.c10
-rw-r--r--net/gq/pkg-descr12
-rw-r--r--net/gq/pkg-plist35
6 files changed, 0 insertions, 115 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile
deleted file mode 100644
index 1ab490b9c..000000000
--- a/net/gq/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: gq
-# Date Created: 8 Jun 2000
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gq
-PORTVERSION= 1.3.4
-PORTREVISION= 8
-PORTEPOCH= 1
-CATEGORIES= net
-MASTER_SITES= SF/${PORTNAME}client/GQ%20Unstable/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK-based LDAP client
-
-LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
-
-OPTIONS= DND "Enable Drag and drop support in browse mode" On \
- CACHE "Support the OpenLDAP experimental client cache" On
-
-USE_GNOME= libglade2 gnomedocutils
-USE_OPENSSL= yes
-USE_OPENLDAP= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE}
-
-CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_DND)
-CONFIGURE_ARGS+= --enable-browser-dnd
-.endif
-
-.if !defined(WITHOUT_CACHE)
-CONFIGURE_ARGS+= --enable-cache
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net/gq/distinfo b/net/gq/distinfo
deleted file mode 100644
index d26f43dae..000000000
--- a/net/gq/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gq-1.3.4.tar.gz) = 2ac77f3233ddaef718f89c9371ab5165af29cf9738ed46b6bea64b37e45d4b60
-SIZE (gq-1.3.4.tar.gz) = 557801
diff --git a/net/gq/files/patch-src::state.c b/net/gq/files/patch-src::state.c
deleted file mode 100644
index 4e80d0bcb..000000000
--- a/net/gq/files/patch-src::state.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/state.c.orig Thu Jul 29 09:44:27 2004
-+++ src/state.c Thu Jul 29 09:44:51 2004
-@@ -754,7 +754,7 @@
- }
- }
-
-- if (n != NULL && v->type != 0) {
-+ if (n != NULL && v!=NULL && v->type != 0) {
- char *ep;
-
- assert(v);
diff --git a/net/gq/files/patch-src_gq-server.c b/net/gq/files/patch-src_gq-server.c
deleted file mode 100644
index 51aab59ac..000000000
--- a/net/gq/files/patch-src_gq-server.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/gq-server.c.orig 2008-04-30 04:15:42.000000000 +0000
-+++ src/gq-server.c 2008-04-30 04:15:11.000000000 +0000
-@@ -25,6 +25,7 @@
-
- #include "gq-server.h"
-
-+#include <sys/select.h>
- #include <errno.h>
- #include <string.h>
-
diff --git a/net/gq/pkg-descr b/net/gq/pkg-descr
deleted file mode 100644
index 4470e8b06..000000000
--- a/net/gq/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-GQ is a GTK-based LDAP client. Features include:
-
- - browse and search modes
- - LDAP V3 schema browser
- - template editor
- - edit and delete entries
- - add entries with templates
- - export subtree or whole server to LDIF file
- - use any number of servers
- - search based on single argument or LDAP filter
-
-WWW: http://www.gq-project.org/
diff --git a/net/gq/pkg-plist b/net/gq/pkg-plist
deleted file mode 100644
index 14bf171f8..000000000
--- a/net/gq/pkg-plist
+++ /dev/null
@@ -1,35 +0,0 @@
-bin/gq
-share/applications/gq.desktop
-%%DATADIR%%/gq.glade
-share/mime/packages/gq-ldif.xml
-share/pixmaps/gq/bomb.xpm
-share/pixmaps/gq/entry.png
-share/pixmaps/gq/gq.xpm
-share/pixmaps/gq/hide.xpm
-share/pixmaps/gq/new.xpm
-share/pixmaps/gq/textview.png
-share/pixmaps/gq/warning.xpm
-share/gnome/help/gq-manual/C/gq-manual.xml
-share/gnome/help/gq-manual/C/legal.xml
-share/gnome/help/gq-manual/de/gq-manual.xml
-share/gnome/help/gq-manual/de/legal.xml
-share/icons/hicolor/16x16/apps/ldap-group.png
-share/icons/hicolor/16x16/apps/ldap-organization.png
-share/icons/hicolor/16x16/apps/ldap-person.png
-share/locale/cs/LC_MESSAGES/gq.mo
-share/locale/de/LC_MESSAGES/gq.mo
-share/locale/ja/LC_MESSAGES/gq.mo
-share/locale/zh_CN/LC_MESSAGES/gq.mo
-share/omf/gq-manual/gq-manual-C.omf
-share/omf/gq-manual/gq-manual-de.omf
-
-@dirrm share/pixmaps/gq
-@dirrm %%DATADIR%%
-@dirrm share/gnome/help/gq-manual/C
-@dirrm share/gnome/help/gq-manual/de
-@dirrm share/gnome/help/gq-manual
-@dirrm share/omf/gq-manual
-@dirrmtry share/applications
-
-@exec %%PREFIX%%/bin/update-mime-database %%PREFIX%%/share/mime
-@unexec %%PREFIX%%/bin/update-mime-database %%PREFIX%%/share/mime