Subject: CVS commit: pkgsrc/sysutils/gnome-vfs
To: None <pkgsrc-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: pkgsrc-changes
Date: 10/05/2001 09:56:46
Module Name:	pkgsrc
Committed By:	rh
Date:		Fri Oct  5 06:56:46 UTC 2001

Modified Files:
	pkgsrc/sysutils/gnome-vfs: Makefile distinfo
	pkgsrc/sysutils/gnome-vfs/patches: patch-aa patch-ag
	pkgsrc/sysutils/gnome-vfs/pkg: PLIST
Added Files:
	pkgsrc/sysutils/gnome-vfs: buildlink.mk

Log Message:
Update gnome-vfs to 1.0.2 and while at it, buildlinkify.  Changes include:

New APIs:

* New gnome_vfs_uri_resolve_relative call (Ian)
* New module callback API (Mike, Maciej)
* Authentication and proxy authentication callbacks (Mike)

New features:

* Start on an SSH module, disabled by default for now (Ian)
* Handle the IceCast/ShoutCast non-standard variant of the HTTP
  protocol (Maciej)
* SSL and https support (Ian, Seth, Maciej)
* Extensive API docs (Seth, Sri, Ian, Jonathan, Maciej, Glynn)
* New translation (Abel Cheung)

Bug fixes:

* Move headers for future parallel-install compatibility (Maciej)
* FTP directory loading fixes (Jacob)
* Fix detection of KOffice file mime types (Frederic)
* Ensure all headers are standalone-includable (Darin)
* Assorted code cleanup (Darin, Anders)
* Split type declarations in gnome-vfs-types.h into individual
  headers; gnome-vfs-types.h is stull around for compat (Seth, Darin)
* Header fixes (Darin)
* Random crash and leak fixes (Havoc, Anders, Maciej)
* Build fixes (Darin, Maciej, Ian, Robin, Carlos, Ramiro, Jonas)

Portability fixes:

* Fix module configuration files and parsing code to work on systems
  that don't use .so as the extension for shared libraries (Jacob)
* Add recorsive mutex wrappers for use on systems that don't provide
  recursive mutexes natively (Dan)
* Misc portability fixes (Laca, Frank Belew)


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/sysutils/gnome-vfs/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/gnome-vfs/buildlink.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/gnome-vfs/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/gnome-vfs/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/sysutils/gnome-vfs/patches/patch-ag
cvs rdiff -r1.5 -r1.6 pkgsrc/sysutils/gnome-vfs/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.