Update the cadaver package to version 0.19.0.

Provided in PR 15223 by "Eric Gillespie, Jr." <epg@pretzelnet.org>

Changes since previous version (0.17.0):

+ Use the neon package (also from "Eric Gillespie, Jr." <epg@pretzelnet.org>)

+ 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.
This commit is contained in:
agc 2002-01-13 21:24:44 +00:00
parent fa2fba2b1f
commit 9a23e219aa
2 changed files with 7 additions and 10 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2001/08/20 03:55:32 jlam Exp $
# $NetBSD: Makefile,v 1.12 2002/01/13 21:24:44 agc Exp $
DISTNAME= cadaver-0.17.0
DISTNAME= cadaver-0.19.0
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/cadaver/
@ -13,9 +13,7 @@ USE_BUILDLINK_ONLY= # defined
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 @@ post-install:
.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"

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2001/05/16 04:40:48 jlam Exp $
$NetBSD: distinfo,v 1.2 2002/01/13 21:24:44 agc 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