Subject: pkg/15223: Update www/cadaver and use neon package (depends on pkg/15222)
To: None <gnats-bugs@gnats.netbsd.org>
From: Eric Gillespie, Jr. <epg@pretzelnet.org>
List: netbsd-bugs
Date: 01/12/2002 19:09:10
>Number: 15223
>Category: pkg
>Synopsis: Update www/cadaver and use neon package (depends on pkg/15222)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat Jan 12 16:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Eric Gillespie Jr.
>Release: NetBSD 1.5.1
>Organization:
>Environment:
System: NetBSD trantor.pretzelnet.org 1.5.2 NetBSD 1.5.2 ($Id: TRANTOR,v 1.7 2001/11/24 20:48:33 epg Exp $) #3: Sat Nov 24 15:58:07 EST 2001 epg@trantor.pretzelnet.org:/u/src/sys/arch/i386/compile/TRANTOR i386
>Description:
Update the cadaver package to the latest version (0.19.0) and use the
neon package provided in pkg/15222. I needed the neon package for
other purposes, but i figured i might as well update cadaver to use it
while i'm at it.
Changes from 0.17 to 0.19.0:
* Remote filename completion from Sean Treadway.
* Cosmetic and bug fixes for 'steal' and 'discover' commands.
* Added 'propdel' command to remove properties.
* Added 'overwrite', 'lockdepth', 'lockscope' options.
* Fix for resolving paths passed to 'ls' command (e.g. "..").
* Retry authentication once if it fails.
* Fixes for readline 4.2 compatibility:
* may have broken readline 2 compatibility; please shout if so!
* Add mkstemp() replacement for platforms where necessary.
* Incorporate RPM spec file changes from Red Hat (by Nalin Dahyabhai).
* Updated to neon 0.18:
* timezone handling fixes in date parsing on some platforms
* fixes for lock handling
* portability fixes
* Added 'logout' command, to clear cached authentication details.
* Added 'propnames' command.
* Added 'utf8' option, to presume terminal I/O is UTF-8. e.g. xterm -u8 mode.
* Handle UTF-8 encoding/decoding of property names/values better when not in utf8 mode.
* Added FAQ entry on how to read your HotMail e-mail using cadaver.
* Updated to neon 0.16:
* libxml2, expat2 support (can force with --with-libxml[12])
* Untested SOCKSv5 support (--with-socks)
* Fix 'ls' listing the 'executable' property.
* Disable i18n support by default to prevent portability problems.
* Added FAQ entry on using 'edit' with gvim.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/cadaver/Makefile,v
retrieving revision 1.11
diff -a -u -r1.11 Makefile
--- Makefile 2001/08/20 03:55:32 1.11
+++ Makefile 2002/01/12 23:59:14
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2001/08/20 03:55:32 jlam Exp $
-DISTNAME= cadaver-0.17.0
+DISTNAME= cadaver-0.19.0
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/cadaver/
@@ -13,9 +13,7 @@
ALL_TARGET= cadaver
GNU_CONFIGURE= # defined
-CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR}
-CONFIGURE_ARGS+= --with-include-neon
-CONFIGURE_ARGS+= --enable-libxml
+CONFIGURE_ARGS+= --with-neon=${BUILDLINK_DIR}
CONFIGURE_ARGS+= --enable-netrc
LIBS+= ${LIBGETOPT}
@@ -40,6 +38,5 @@
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/libgetopt/buildlink.mk"
.include "../../devel/readline/buildlink.mk"
-.include "../../security/openssl/buildlink.mk"
-.include "../../textproc/libxml/buildlink.mk"
+.include "../../www/neon/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/www/cadaver/distinfo,v
retrieving revision 1.1.1.1
diff -a -u -r1.1.1.1 distinfo
--- distinfo 2001/05/16 04:40:48 1.1.1.1
+++ distinfo 2002/01/12 23:59:14
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2001/05/16 04:40:48 jlam Exp $
-SHA1 (cadaver-0.17.0.tar.gz) = 39e99032ed118463691e082f3479b0bd68259f88
-Size (cadaver-0.17.0.tar.gz) = 377211 bytes
+SHA1 (cadaver-0.19.0.tar.gz) = bceb744755747536ed12df0de054e32b012be86c
+Size (cadaver-0.19.0.tar.gz) = 463968 bytes
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: