summaryrefslogtreecommitdiff
path: root/databases/gq
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-09-04 12:57:24 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-09-04 12:57:24 +0000
commit2a3dc8144e61cdf2603346421ec09761049b75d6 (patch)
treef77d063b6bdfb671d18e92134c0fd96ca7775ff4 /databases/gq
parent65499fd5e777d1ecaadd4ab7fe885128e0dc201f (diff)
downloadpkgsrc-2a3dc8144e61cdf2603346421ec09761049b75d6.tar.gz
Update to 0.6.0
Changes: GQ has a lot of new features, including * SASL support (Maurice Massar <massar@unix-ag.uni-kl.de>) * Correct(!) support for userPassword including SSHA and SMD5 encryption. * I18N support (if you want to contribute please read README.NLS) including a rough german translation * Support for graphical jpegPhoto display (requires gdk-pixbuf to work) * Support to to view X509 certificates and X509 certificate revocation lists (CRLs) * Drag and drop support in browse mode (must be enabled using --enable-browser-dnd), this feature is possibly dangerous if used without thought, but it is GREAT if you need it ;-) * Supports the OpenLDAP experimental client cache. (must be enabled using --enable-cache) * Lots of other small bugfixes/enhancements
Diffstat (limited to 'databases/gq')
-rw-r--r--databases/gq/Makefile24
-rw-r--r--databases/gq/PLIST3
-rw-r--r--databases/gq/distinfo6
3 files changed, 21 insertions, 12 deletions
diff --git a/databases/gq/Makefile b/databases/gq/Makefile
index 614c529e22a..9b13bd4eb02 100644
--- a/databases/gq/Makefile
+++ b/databases/gq/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 21:28:09 grant Exp $
+# $NetBSD: Makefile,v 1.12 2003/09/04 12:57:24 xtraeme Exp $
#
-DISTNAME= gq-0.3.0
-PKGREVISION= 3
+DISTNAME= gq-0.6.0
CATEGORIES= databases net
MASTER_SITES= http://biot.com/gq/download/ \
${MASTER_SITE_SOURCEFORGE:=gqclient/}
@@ -11,13 +10,22 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://biot.com/gq/
COMMENT= GTK-based LDAP client
-DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
+BUILD_USES_MSGFMT= yes
+DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
-USE_BUILDLINK2= YES
-USE_X11= YES
-GNU_CONFIGURE= YES
+USE_BUILDLINK2= yes
+USE_X11= yes
+GNU_CONFIGURE= yes
+USE_PKGLOCALEDIR= yes
+LIBS+= -ldes
+CONFIGURE_ARGS+= --enable-browser-dnd
+CONFIGURE_ARGS+= --with-ssl-prefix=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+= --enable-cache
+
+.include "../../graphics/gdk-pixbuf/buildlink2.mk"
+.include "../../security/openssl/buildlink2.mk"
.include "../../databases/openldap/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
-
+.include "../../converters/libiconv/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/gq/PLIST b/databases/gq/PLIST
index 58739d0ee51..6b4721969fb 100644
--- a/databases/gq/PLIST
+++ b/databases/gq/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:11:43 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/09/04 12:57:24 xtraeme Exp $
bin/gq
share/gnome/apps/Internet/gq.desktop
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gq.mo
share/pixmaps/gq/bomb.xpm
share/pixmaps/gq/line.xpm
share/pixmaps/gq/logo.xpm
diff --git a/databases/gq/distinfo b/databases/gq/distinfo
index d11958ed1bb..0fde7986074 100644
--- a/databases/gq/distinfo
+++ b/databases/gq/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 16:10:57 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/09/04 12:57:24 xtraeme Exp $
-SHA1 (gq-0.3.0.tar.gz) = 2febab573554ee07876f6d46fe5a17ef0e39c45a
-Size (gq-0.3.0.tar.gz) = 124421 bytes
+SHA1 (gq-0.6.0.tar.gz) = 23c0d839f83f69931b30c33f500ca8d697d651ed
+Size (gq-0.6.0.tar.gz) = 296812 bytes