diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-05 12:43:54 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-05 12:43:54 +0000 |
commit | 3b694bdaf4e7050be0e232f6ba11e5af1b8c6aea (patch) | |
tree | 5341b11a166a48230394df0451439e398d97c762 /sysutils | |
parent | 6b956beef53159fc6c965cdca69d458d090819f5 (diff) | |
download | ports-3b694bdaf4e7050be0e232f6ba11e5af1b8c6aea.tar.gz ports-3b694bdaf4e7050be0e232f6ba11e5af1b8c6aea.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/fusefs-gphotofs/Makefile | 27 | ||||
-rw-r--r-- | sysutils/fusefs-gphotofs/distinfo | 3 | ||||
-rw-r--r-- | sysutils/fusefs-gphotofs/pkg-descr | 8 |
4 files changed, 39 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 diff --git a/sysutils/fusefs-gphotofs/Makefile b/sysutils/fusefs-gphotofs/Makefile new file mode 100644 index 000000000000..26eaba62ca71 --- /dev/null +++ b/sysutils/fusefs-gphotofs/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: fusefs-gphotofs +# Date created: 05 October 2009 +# Whom: Alexander Logvinov <avl@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gphotofs +PORTVERSION= 0.4.0 +CATEGORIES= sysutils graphics +MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} +PKGNAMEPREFIX= fusefs- + +MAINTAINER= avl@FreeBSD.org +COMMENT= FUSE-based filesystem for digital cameras + +LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ + gphoto2.2:${PORTSDIR}/graphics/libgphoto2 +RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GNOME= glib20 + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/sysutils/fusefs-gphotofs/distinfo b/sysutils/fusefs-gphotofs/distinfo new file mode 100644 index 000000000000..2adb4f4b5e2a --- /dev/null +++ b/sysutils/fusefs-gphotofs/distinfo @@ -0,0 +1,3 @@ +MD5 (gphotofs-0.4.0.tar.bz2) = 42b63d839e7cff2a0e6b5413bed0530f +SHA256 (gphotofs-0.4.0.tar.bz2) = d88f37dd70d36585edcff887d04c886b4a3dd3f5cb68f5d3b5c67f3fb9b2fd1f +SIZE (gphotofs-0.4.0.tar.bz2) = 267708 diff --git a/sysutils/fusefs-gphotofs/pkg-descr b/sysutils/fusefs-gphotofs/pkg-descr new file mode 100644 index 000000000000..b4b306cdc876 --- /dev/null +++ b/sysutils/fusefs-gphotofs/pkg-descr @@ -0,0 +1,8 @@ +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/ |