diff options
author | avl <avl@FreeBSD.org> | 2009-10-05 21:16:32 +0800 |
---|---|---|
committer | avl <avl@FreeBSD.org> | 2009-10-05 21:16:32 +0800 |
commit | 439c33b9eb94bc1e52551c90c005a661a25a06f8 (patch) | |
tree | 816082f5234f44669df73264f841ad428bf66b18 /sysutils | |
parent | 18ede9f02541036c6c389310795e734fea0ba606 (diff) | |
download | freebsd-ports-gnome-439c33b9eb94bc1e52551c90c005a661a25a06f8.tar.gz freebsd-ports-gnome-439c33b9eb94bc1e52551c90c005a661a25a06f8.tar.zst freebsd-ports-gnome-439c33b9eb94bc1e52551c90c005a661a25a06f8.zip |
Remove duplicate port entry sysutils/fusefs-gphotofs since it already
exists as graphics/fusefs-gphotofs.
Reported by: pav
Pointyhat to: avl
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, 0 insertions, 39 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index a4c64485561d..ed82ae5c06c4 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -253,7 +253,6 @@ 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 deleted file mode 100644 index 26eaba62ca71..000000000000 --- a/sysutils/fusefs-gphotofs/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# 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 deleted file mode 100644 index 2adb4f4b5e2a..000000000000 --- a/sysutils/fusefs-gphotofs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b4b306cdc876..000000000000 --- a/sysutils/fusefs-gphotofs/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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/ |