diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-05 13:16:32 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-05 13:16:32 +0000 |
commit | f54f649ac56656be69c11770d1577614ad23fecc (patch) | |
tree | 20830951a5ac659e2b1f02ca16b727f767790749 | |
parent | d72c91dce99a6e36c703aea4dc5a7180c00869f4 (diff) |
Remove duplicate port entry sysutils/fusefs-gphotofs since it already
exists as graphics/fusefs-gphotofs.
Reported by: pav
Pointyhat to: avl
Notes
Notes:
svn path=/head/; revision=242493
-rw-r--r-- | MOVED | 1 | ||||
-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 |
5 files changed, 1 insertions, 39 deletions
@@ -4182,3 +4182,4 @@ mail/wanderlust-devel||2009-09-28|Port addition canceled sysutils/zccron|sysutils/p5-ZConf-Cron|2009-09-27|Please use sysutils/p5-ZConf-Cron devel/p5-Cwd|devel/p5-PathTools|2009-09-30|Please use devel/p5-PathTools x11/electricsheep||2009-10-02|No source tarball, Unix code unmaintained +sysutils/fusefs-gphotofs||2009-10-05|Removed 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/ |