From owner-freebsd-ports Wed Jul 12 16:40:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 86B7237BD82 for ; Wed, 12 Jul 2000 16:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA27600; Wed, 12 Jul 2000 16:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20]) by hub.freebsd.org (Postfix) with ESMTP id D429537B87D for ; Wed, 12 Jul 2000 16:38:35 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: from myrddin.demon.co.uk ([158.152.54.180] helo=ppe.happygiraffe.net) by tele-post-20.mail.demon.net with esmtp (Exim 2.12 #2) id 13CW5I-000B7j-0K for FreeBSD-gnats-submit@freebsd.org; Wed, 12 Jul 2000 23:38:32 +0000 Received: by ppe.happygiraffe.net (Postfix, from userid 1000) id 43475286; Thu, 13 Jul 2000 00:37:44 +0100 (BST) Message-Id: <20000712233744.43475286@ppe.happygiraffe.net> Date: Thu, 13 Jul 2000 00:37:44 +0100 (BST) From: dom@happygiraffe.net Reply-To: dom@happygiraffe.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19879: new port: net/gq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 <&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