Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2017 15:20:16 +0000 (UTC)
From:      Mahdi Mokhtari <mmokhi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442220 - in head/sysutils: . py-gmailfs-fuse
Message-ID:  <201705311520.v4VFKGdW094883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmokhi
Date: Wed May 31 15:20:16 2017
New Revision: 442220
URL: https://svnweb.freebsd.org/changeset/ports/442220

Log:
  sysutils/py-gmailfs-fuse: Add port to tree
  gmailfs-fuse is a FUSE filesystem that mounts your gmail storage
  like a local filesystem for use.
  
  Reviewed by:	koobs (python team), mat (mentor)
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10929

Added:
  head/sysutils/py-gmailfs-fuse/
  head/sysutils/py-gmailfs-fuse/Makefile   (contents, props changed)
  head/sysutils/py-gmailfs-fuse/distinfo   (contents, props changed)
  head/sysutils/py-gmailfs-fuse/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Wed May 31 15:18:38 2017	(r442219)
+++ head/sysutils/Makefile	Wed May 31 15:20:16 2017	(r442220)
@@ -866,6 +866,7 @@
     SUBDIR += py-filelike
     SUBDIR += py-freenas.cli
     SUBDIR += py-glances
+    SUBDIR += py-gmailfs-fuse
     SUBDIR += py-halite
     SUBDIR += py-honcho
     SUBDIR += py-iocage

Added: head/sysutils/py-gmailfs-fuse/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-gmailfs-fuse/Makefile	Wed May 31 15:20:16 2017	(r442220)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	gmailfs-fuse
+PORTVERSION=	0.8.6
+CATEGORIES=	sysutils
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	mmokhi@FreeBSD.org
+COMMENT=	Use an IMAP server (like gmail) as normal storage
+
+LICENSE=	GPLv2
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fusefs>=0.2:devel/py-fusefs
+
+USES=		fuse python:2.7
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/sysutils/py-gmailfs-fuse/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-gmailfs-fuse/distinfo	Wed May 31 15:20:16 2017	(r442220)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1496242630
+SHA256 (gmailfs-fuse-0.8.6.tar.gz) = 58311a71ae1d60688cd1a0d212c7ad48942321af1261119ffcd31f7995629a06
+SIZE (gmailfs-fuse-0.8.6.tar.gz) = 23906

Added: head/sysutils/py-gmailfs-fuse/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-gmailfs-fuse/pkg-descr	Wed May 31 15:20:16 2017	(r442220)
@@ -0,0 +1,4 @@
+FUSE-based filesystem for using an IMAP server (like gmail)
+as normal storage like a hard disk.
+
+WWW: http://sr71.net/projects/gmailfs/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705311520.v4VFKGdW094883>