From owner-svn-ports-all@freebsd.org Wed May 31 15:20:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05523B7CB34; Wed, 31 May 2017 15:20:18 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C685180029; Wed, 31 May 2017 15:20:17 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VFKGHL094887; Wed, 31 May 2017 15:20:16 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VFKGdW094883; Wed, 31 May 2017 15:20:16 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201705311520.v4VFKGdW094883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Wed, 31 May 2017 15:20:16 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 15:20:18 -0000 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 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/