Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2000 00:37:44 +0100 (BST)
From:      dom@happygiraffe.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19879: new port: net/gq
Message-ID:  <20000712233744.43475286@ppe.happygiraffe.net>

next in thread | raw e-mail | index | archive | help

>Number:         19879
>Category:       ports
>Synopsis:       new port: net/gq
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 12 16:40:03 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Mitchell
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Big Angry Orange Things inc.
>Environment:

FreeBSD ppe.happygiraffe.net 4.0-STABLE FreeBSD 4.0-STABLE #3: Thu Jun 29 18:58:10 BST 2000     root@ppe.happygiraffe.net:/usr/src/sys/compile/PPE  i386

>Description:

	This is a port of the "gq" program, which is a GTK+ LDAP server
	query/browse tool.  It's kind of handy both for doing lookups on
	Internet ldap servers (bigfoot, netscape) and your local 
	M Sexchange box's address book.

	I haven't tested whether it plonks itself in the right place for
	gnome to see it in it's menus, because I don't have gnome on
	here.

>How-To-Repeat:

	n/a

>Fix:

	Here's the shar.

# 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:
#
#	gq
#	gq/Makefile
#	gq/files
#	gq/files/md5
#	gq/pkg
#	gq/pkg/COMMENT
#	gq/pkg/PLIST
#	gq/pkg/DESCR
#	gq/patches
#	gq/patches/patch-aa
#
echo c - gq
mkdir -p gq > /dev/null 2>&1
echo x - gq/Makefile
sed 's/^X//' >gq/Makefile << 'END-of-gq/Makefile'
X# New ports collection makefile for:	gq
X# Date created:		2000-07-13
X# Whom:			dom@happygiraffe.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gq
XPORTVERSION= 	0.2.3
XCATEGORIES=	net
XMASTER_SITES=	http://biot.com/gq/download
X
XMAINTAINER=	dom@happygiraffe.net
X
XBUILD_DEPENDS+=	${LOCALBASE}/lib/libldap.a:${PORTSDIR}/net/openldap
XLIB_DEPENDS+=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
X
XGLIB_CONFIG?=	${LOCALBASE}/bin/glib12-config
XGTK_CONFIG?=	${X11BASE}/bin/gtk12-config
X
XUSE_X_PREFIX=	yes
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XCONFIGURE_ARGS=	--prefix=${PREFIX}
XCONFIGURE_ENV=	GLIB_CONFIG="${GLIB_CONFIG}"	\
X		GTK_CONFIG="${GTK_CONFIG}"
X
X.include <bsd.port.mk>
END-of-gq/Makefile
echo c - gq/files
mkdir -p gq/files > /dev/null 2>&1
echo x - gq/files/md5
sed 's/^X//' >gq/files/md5 << 'END-of-gq/files/md5'
XMD5 (gq-0.2.3.tar.gz) = e7996427088568630b41f9a8704f4c8b
END-of-gq/files/md5
echo c - gq/pkg
mkdir -p gq/pkg > /dev/null 2>&1
echo x - gq/pkg/COMMENT
sed 's/^X//' >gq/pkg/COMMENT << 'END-of-gq/pkg/COMMENT'
XA GTK+ client for querying LDAP servers.
END-of-gq/pkg/COMMENT
echo x - gq/pkg/PLIST
sed 's/^X//' >gq/pkg/PLIST << 'END-of-gq/pkg/PLIST'
Xbin/gq
Xshare/gnome/apps/Internet/gq.desktop
Xshare/pixmaps/gq/
Xshare/pixmaps/gq/bomb.xpm
Xshare/pixmaps/gq/line.xpm
Xshare/pixmaps/gq/logo.xpm
Xshare/pixmaps/gq/textarea.xpm
Xshare/pixmaps/gq/warning.xpm
X@dirrm share/gnome/apps/Internet
X@dirrm share/pixmaps/gq
END-of-gq/pkg/PLIST
echo x - gq/pkg/DESCR
sed 's/^X//' >gq/pkg/DESCR << 'END-of-gq/pkg/DESCR'
XGQ is a GTK-based LDAP client. Features include:
X
X  - browse and search modes
X  - LDAP V3 schema browser
X  - template editor
X  - edit and delete entries
X  - add entries with templates
X  - export subtree or whole server to LDIF file
X  - use any number of servers
X  - search based on single argument or LDAP filter
X
XWWW: http://biot.com/gq/ 
END-of-gq/pkg/DESCR
echo c - gq/patches
mkdir -p gq/patches > /dev/null 2>&1
echo x - gq/patches/patch-aa
sed 's/^X//' >gq/patches/patch-aa << 'END-of-gq/patches/patch-aa'
X--- configure.orig	Thu Jul 13 00:16:08 2000
X+++ configure	Thu Jul 13 00:16:20 2000
X@@ -1322,7 +1322,7 @@
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   ac_save_LIBS="$LIBS"
X-LIBS="-lldap -llber -lresolv $LIBS"
X+LIBS="-lldap -llber $LIBS"
X cat > conftest.$ac_ext <<EOF
X #line 1328 "configure"
X #include "confdefs.h"
X@@ -1350,7 +1350,7 @@
X fi
X if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
X   echo "$ac_t""yes" 1>&6
X-  LIBS="$LIBS -lldap -llber -lresolv"
X+  LIBS="$LIBS -lldap -llber"
X else
X   echo "$ac_t""no" 1>&6
X { echo "configure: error: Cannot find libldap" 1>&2; exit 1; }
END-of-gq/patches/patch-aa
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000712233744.43475286>