diff options
author | avl <avl@FreeBSD.org> | 2009-10-05 20:43:54 +0800 |
---|---|---|
committer | avl <avl@FreeBSD.org> | 2009-10-05 20:43:54 +0800 |
commit | 3a20790db85e1d0b16ec8ca4ad0f9a0ad80bd46c (patch) | |
tree | ddd439587a87ef74ad39bdd8d8d9445952ecd62b /sysutils/Makefile | |
parent | 018db31e492eedc59ad53340f427034d59df6e4b (diff) | |
download | freebsd-ports-gnome-3a20790db85e1d0b16ec8ca4ad0f9a0ad80bd46c.tar.gz freebsd-ports-gnome-3a20790db85e1d0b16ec8ca4ad0f9a0ad80bd46c.tar.zst freebsd-ports-gnome-3a20790db85e1d0b16ec8ca4ad0f9a0ad80bd46c.zip |
GPhotoFS is a filesystem client based on libgphoto2 that exposes
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.
WWW: http://www.gphoto.org/
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ed82ae5c06c4..a4c64485561d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -253,6 +253,7 @@ SUBDIR += fusefs-funionfs SUBDIR += fusefs-fur SUBDIR += fusefs-gnome-vfs + SUBDIR += fusefs-gphotofs SUBDIR += fusefs-gstfs SUBDIR += fusefs-gunzip SUBDIR += fusefs-httpfs |