Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2000 14:54:21 +0300 (IDT)
From:      roman@xpert.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19120: new port - gq - GTK LDAP client
Message-ID:  <200006081154.OAA50151@alchemy.oven.org>

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

>Number:         19120
>Category:       ports
>Synopsis:       new port - gq - GTK LDAP client
>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:   Thu Jun 08 05:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Roman Shterenzon
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:
>Description:
new port - gq - GTK LDAP client

>How-To-Repeat:
>Fix:

# 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/patches
#	gq/patches/patch-aa
#	gq/patches/patch-ab
#	gq/pkg
#	gq/pkg/DESCR
#	gq/pkg/PLIST
#	gq/pkg/COMMENT
#	gq/Makefile
#	gq/files
#	gq/files/md5
#
echo c - gq
mkdir -p gq > /dev/null 2>&1
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 Jun  8 12:52:28 2000
X+++ configure	Thu Jun  8 12:53:58 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
echo x - gq/patches/patch-ab
sed 's/^X//' >gq/patches/patch-ab << 'END-of-gq/patches/patch-ab'
X--- icons/Makefile.in.orig	Thu Jun  8 14:42:26 2000
X+++ icons/Makefile.in	Thu Jun  8 14:42:40 2000
X@@ -70,7 +70,7 @@
X 
X EXTRA_DIST = $(PIXMAPS)
X 
X-pixmapdir = $(datadir)/pixmaps/gq
X+pixmapdir = $(datadir)/gnome/pixmaps/gq
X pixmap_DATA = $(PIXMAPS)
X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
X CONFIG_HEADER = ../config.h
END-of-gq/patches/patch-ab
echo c - gq/pkg
mkdir -p gq/pkg > /dev/null 2>&1
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 x - gq/pkg/PLIST
sed 's/^X//' >gq/pkg/PLIST << 'END-of-gq/pkg/PLIST'
Xbin/gq
Xshare/gnome/apps/Internet/gq.desktop
Xshare/gnome/pixmaps/gq/bomb.xpm
Xshare/gnome/pixmaps/gq/line.xpm
Xshare/gnome/pixmaps/gq/logo.xpm
Xshare/gnome/pixmaps/gq/textarea.xpm
Xshare/gnome/pixmaps/gq/warning.xpm
X@dirrm share/gnome/pixmaps/gq
END-of-gq/pkg/PLIST
echo x - gq/pkg/COMMENT
sed 's/^X//' >gq/pkg/COMMENT << 'END-of-gq/pkg/COMMENT'
XGTK-based LDAP client
END-of-gq/pkg/COMMENT
echo x - gq/Makefile
sed 's/^X//' >gq/Makefile << 'END-of-gq/Makefile'
X# New ports collection makefile for:	gq
X# Date Created:				8 Jun 2000
X# Whom:					Roman Shterenzon <roman@xpert.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gq
XPORTVERSION=	0.2.3
XCATEGORIES=     net
XMASTER_SITES=	http://biot.com/gq/download/
X
XMAINTAINER=	roman@xpert.com
X
X#WRKSRC=		${WRKDIR}/${PKGNAME}
XLIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
X		ldap.1:${PORTSDIR}/net/openldap
X
XUSE_X_PREFIX=	yes
X
XGNU_CONFIGURE=	yes
XGTK_CONFIG?=	${X11BASE}/bin/gtk12-config
XCONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
XCONFIGURE_ARGS=	--datadir=${PREFIX}/share --with-ldap=${LOCALBASE}
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
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?200006081154.OAA50151>