summaryrefslogtreecommitdiff
path: root/www/cadaver
AgeCommit message (Collapse)AuthorFilesLines
2002-02-28Update www/cadaver to 0.19.1. Pkgsrc changes include:jlam2-14/+13
* Don't use the shared libneon as the neon API is just too unstable. Revert back to using the included neon library. * Remove dependency on gettext-lib as the NLS build is broken. * Remove dependency on libgetopt as cadaver provides its own getopt_long implementation if one doesn't exist on the system. Changes from version 0.19.0 include: * Fix permissions of local file downloaded using 'get' (Dan Mullen). * Add man page (Jules <jules@jules.com>) * lockdepth option is used for any non-collection resource. * Add 'quiet' option; when set, connection status messages are supressed.
2002-01-13Update the cadaver package to version 0.19.0.agc2-10/+7
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.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-08-20Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longerjlam1-1/+3
automatically added by libgetopt/buildlink.mk.
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-10/+6
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-19Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-10/+11
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+1
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-3/+2
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam1-6/+6
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
2001-05-22Pass in CPPFLAGS through CFLAGS to the configure script to eventually passjlam1-4/+2
then to libneon/Makefile. Should now pick up libintl.h if it's not in the base system. Noted by David Brownlee <abs@formula1.com>.
2001-05-22Pass --with-included-neon to configure script to ensure use of the suppliedjlam1-1/+2
neon library.
2001-05-16Enable .netrc-parsing support and simplify readline/editline handling.jlam1-6/+2
2001-05-16cadaver is a command-line WebDAV client for Unix. It supports file upload,jlam4-0/+65
download, on-screen display, namespace operations (move/copy), collection creation and deletion, and locking operations.