diff options
author | agc <agc@pkgsrc.org> | 2002-01-13 21:24:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-01-13 21:24:44 +0000 |
commit | 9a23e219aa5f1e835febfe4339a082d2b622939e (patch) | |
tree | e32d4e3d2fc1ae347b26d4e28b95d2a3c6f97061 /www/cadaver | |
parent | fa2fba2b1ffb63ced28105da9a39d523e66e2ef4 (diff) | |
download | pkgsrc-9a23e219aa5f1e835febfe4339a082d2b622939e.tar.gz |
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.
Diffstat (limited to 'www/cadaver')
-rw-r--r-- | www/cadaver/Makefile | 11 | ||||
-rw-r--r-- | www/cadaver/distinfo | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index acebbade2e0..1680495cf4d 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -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" diff --git a/www/cadaver/distinfo b/www/cadaver/distinfo index d1134c42581..5eded60dff2 100644 --- a/www/cadaver/distinfo +++ b/www/cadaver/distinfo @@ -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 |