mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
gphotofs is a FUSE filesystem module to mount your camera as a filesystem.
This allow using your camera with any tool able to read from a mounted filesystem. WWW: http://gphoto.sourceforge.net/proj/gphotofs/
This commit is contained in:
parent
ea22d6eb25
commit
720b500484
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165981
@ -140,6 +140,7 @@
|
||||
SUBDIR += frontline
|
||||
SUBDIR += ftgl
|
||||
SUBDIR += fujiplay
|
||||
SUBDIR += fusefs-gphotofs
|
||||
SUBDIR += fv
|
||||
SUBDIR += fyre
|
||||
SUBDIR += g2
|
||||
|
35
graphics/fusefs-gphotofs/Makefile
Normal file
35
graphics/fusefs-gphotofs/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: gphotofs
|
||||
# Date created: 21 June 2006
|
||||
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gphotofs
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= graphics sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gphoto
|
||||
PKGNAMEPREFIX= fusefs-
|
||||
|
||||
MAINTAINER= pav@FreeBSD.org
|
||||
COMMENT= Mount PTP camera as a file system
|
||||
|
||||
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
|
||||
USE_GNOME= glib20
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000
|
||||
IGNORE= depends on kernel module that requires FreeBSD 6 or later
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|USE_VERSION=22|USE_VERSION=25|' ${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
graphics/fusefs-gphotofs/distinfo
Normal file
3
graphics/fusefs-gphotofs/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gphotofs-0.2.tar.bz2) = 76940cc0bed043b90080a3f004b2dc6e
|
||||
SHA256 (gphotofs-0.2.tar.bz2) = 664f1265dcaa2d24d17052219e7883881df505edee9dde45144432f630480ca4
|
||||
SIZE (gphotofs-0.2.tar.bz2) = 72137
|
5
graphics/fusefs-gphotofs/pkg-descr
Normal file
5
graphics/fusefs-gphotofs/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
gphotofs is a FUSE filesystem module to mount your camera as a filesystem.
|
||||
This allow using your camera with any tool able to read from a mounted
|
||||
filesystem.
|
||||
|
||||
WWW: http://gphoto.sourceforge.net/proj/gphotofs/
|
1
graphics/fusefs-gphotofs/pkg-plist
Normal file
1
graphics/fusefs-gphotofs/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gphotofs
|
Loading…
Reference in New Issue
Block a user