pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/gq Update to 0.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91249c30ab3d
branches:  trunk
changeset: 460786:91249c30ab3d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Sep 04 12:57:24 2003 +0000

description:
Update to 0.6.0

Changes:

GQ has a lot of new features, including
* SASL support (Maurice Massar <massar%unix-ag.uni-kl.de@localhost>)
* 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:

 databases/gq/Makefile |  24 ++++++++++++++++--------
 databases/gq/PLIST    |   3 ++-
 databases/gq/distinfo |   6 +++---
 3 files changed, 21 insertions(+), 12 deletions(-)

diffs (65 lines):

diff -r 8a82d0338ef4 -r 91249c30ab3d databases/gq/Makefile
--- a/databases/gq/Makefile     Thu Sep 04 12:57:00 2003 +0000
+++ b/databases/gq/Makefile     Thu Sep 04 12:57:24 2003 +0000
@@ -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 @@
 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_PKGLOCALEDIR=      yes
 
-USE_BUILDLINK2=        YES
-USE_X11=       YES
-GNU_CONFIGURE= 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 -r 8a82d0338ef4 -r 91249c30ab3d databases/gq/PLIST
--- a/databases/gq/PLIST        Thu Sep 04 12:57:00 2003 +0000
+++ b/databases/gq/PLIST        Thu Sep 04 12:57:24 2003 +0000
@@ -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 -r 8a82d0338ef4 -r 91249c30ab3d databases/gq/distinfo
--- a/databases/gq/distinfo     Thu Sep 04 12:57:00 2003 +0000
+++ b/databases/gq/distinfo     Thu Sep 04 12:57:24 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index