summaryrefslogtreecommitdiff
path: root/filesystems/fuse-gphotofs
AgeCommit message (Collapse)AuthorFilesLines
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2009-12-15Recursive bump for libltdljoerg1-1/+2
2009-07-08user-destdir supportjoerg1-2/+4
2008-04-29Update to 0.4.0sborrill3-6/+23
- Statfs support - FUSE 2.6 API - Single threaded main loop - Write support - mkdir/rmdir
2007-05-02GPhotoFS is a filesystem client based on libgphoto2 that exposessborrill5-0/+54
supported cameras as filesystems; while some cameras implement the USB Mass Storage class and already appear as filesystems (making this program redundant), many use the Picture Transfer Protocol (PTP) or some other custom protocol. But as long as the camera is supported by libgphoto2, it can be mounted as a filesystem using this program. N.B. This requires revision 1.50 or later of lib/librefuse/refuse.c on NetBSD