diff options
author | steve <steve@FreeBSD.org> | 2000-07-10 03:46:36 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-10 03:46:36 +0000 |
commit | d06e130ac34cdf932d6f6db076fc2c29841b1bb5 (patch) | |
tree | 51fc5288b146521a12d1d074edf189c98d937d3a /net/gq | |
parent | d6c7d46b930529130debe5dd8f5a4ec5d2380ed2 (diff) | |
download | FreeBSD-ports-d06e130ac34cdf932d6f6db076fc2c29841b1bb5.zip FreeBSD-ports-d06e130ac34cdf932d6f6db076fc2c29841b1bb5.tar.gz |
Adding gq version 0.2.3.
A GTK-based LDAP client.
PR: 19120
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'net/gq')
-rw-r--r-- | net/gq/Makefile | 25 | ||||
-rw-r--r-- | net/gq/distinfo | 1 | ||||
-rw-r--r-- | net/gq/files/patch-aa | 20 | ||||
-rw-r--r-- | net/gq/files/patch-ab | 11 | ||||
-rw-r--r-- | net/gq/pkg-comment | 1 | ||||
-rw-r--r-- | net/gq/pkg-descr | 12 | ||||
-rw-r--r-- | net/gq/pkg-plist | 8 |
7 files changed, 78 insertions, 0 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile new file mode 100644 index 0000000..f01dea0 --- /dev/null +++ b/net/gq/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gq +# Date Created: 8 Jun 2000 +# Whom: Roman Shterenzon <roman@xpert.com> +# +# $FreeBSD$ +# + +PORTNAME= gq +PORTVERSION= 0.2.3 +CATEGORIES= net +MASTER_SITES= http://biot.com/gq/download/ + +MAINTAINER= roman@xpert.com + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + ldap.1:${PORTSDIR}/net/openldap + +USE_X_PREFIX= yes + +GNU_CONFIGURE= yes +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ARGS= --datadir=${PREFIX}/share --with-ldap=${LOCALBASE} + +.include <bsd.port.mk> diff --git a/net/gq/distinfo b/net/gq/distinfo new file mode 100644 index 0000000..0036888 --- /dev/null +++ b/net/gq/distinfo @@ -0,0 +1 @@ +MD5 (gq-0.2.3.tar.gz) = e7996427088568630b41f9a8704f4c8b diff --git a/net/gq/files/patch-aa b/net/gq/files/patch-aa new file mode 100644 index 0000000..f56e861 --- /dev/null +++ b/net/gq/files/patch-aa @@ -0,0 +1,20 @@ +--- configure.orig Thu Jun 8 12:52:28 2000 ++++ configure Thu Jun 8 12:53:58 2000 +@@ -1322,7 +1322,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lldap -llber -lresolv $LIBS" ++LIBS="-lldap -llber $LIBS" + cat > conftest.$ac_ext <<EOF + #line 1328 "configure" + #include "confdefs.h" +@@ -1350,7 +1350,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- LIBS="$LIBS -lldap -llber -lresolv" ++ LIBS="$LIBS -lldap -llber" + else + echo "$ac_t""no" 1>&6 + { echo "configure: error: Cannot find libldap" 1>&2; exit 1; } diff --git a/net/gq/files/patch-ab b/net/gq/files/patch-ab new file mode 100644 index 0000000..854dbe7 --- /dev/null +++ b/net/gq/files/patch-ab @@ -0,0 +1,11 @@ +--- icons/Makefile.in.orig Thu Jun 8 14:42:26 2000 ++++ icons/Makefile.in Thu Jun 8 14:42:40 2000 +@@ -70,7 +70,7 @@ + + EXTRA_DIST = $(PIXMAPS) + +-pixmapdir = $(datadir)/pixmaps/gq ++pixmapdir = $(datadir)/gnome/pixmaps/gq + pixmap_DATA = $(PIXMAPS) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h diff --git a/net/gq/pkg-comment b/net/gq/pkg-comment new file mode 100644 index 0000000..0e5f0fb --- /dev/null +++ b/net/gq/pkg-comment @@ -0,0 +1 @@ +GTK-based LDAP client diff --git a/net/gq/pkg-descr b/net/gq/pkg-descr new file mode 100644 index 0000000..d2c26ed --- /dev/null +++ b/net/gq/pkg-descr @@ -0,0 +1,12 @@ +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://biot.com/gq/ diff --git a/net/gq/pkg-plist b/net/gq/pkg-plist new file mode 100644 index 0000000..1910052 --- /dev/null +++ b/net/gq/pkg-plist @@ -0,0 +1,8 @@ +bin/gq +share/gnome/apps/Internet/gq.desktop +share/gnome/pixmaps/gq/bomb.xpm +share/gnome/pixmaps/gq/line.xpm +share/gnome/pixmaps/gq/logo.xpm +share/gnome/pixmaps/gq/textarea.xpm +share/gnome/pixmaps/gq/warning.xpm +@dirrm share/gnome/pixmaps/gq |