Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2017 10:46:49 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>, Mahdi Mokhtari <mmokhi@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r442220 - in head/sysutils: . py-gmailfs-fuse
Message-ID:  <706c5d72-1257-0041-26e6-542cd439099e@FreeBSD.org>
In-Reply-To: <CAMHz58SSayA4pr_2iBKa_%2B%2B45ZdS=WXEO%2BExVO=Gisao7xo=Sw@mail.gmail.com>
References:  <201705311520.v4VFKGdW094883@repo.freebsd.org> <CAMHz58SSayA4pr_2iBKa_%2B%2B45ZdS=WXEO%2BExVO=Gisao7xo=Sw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6/1/17 4:29 AM, Sunpoet Po-Chuan Hsieh wrote:
> On Wed, May 31, 2017 at 11:20 PM, Mahdi Mokhtari <mmokhi@freebsd.org
> <mailto:mmokhi@freebsd.org>> wrote:
> 
>     Author: mmokhi
>     Date: Wed May 31 15:20:16 2017
>     New Revision: 442220
>     URL: https://svnweb.freebsd.org/changeset/ports/442220
>     <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
>     <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
> 
> 
> Please add "python" to CATEGORIES.
> Thanks!

Might be a good time to change fusefs from an arbitrary port/pkg name
prefix not accurately reflecting upstream names and use a virtual
category instead.

I'm planning to do this for all Python django ports too, as their names
don't match their upstream counterparts as users expect or when they're
searching.


> Regards,
> sunpoet
>  
> 
>     +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 <http://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/
>     <http://sr71.net/projects/gmailfs/>;
>     _______________________________________________
>     svn-ports-all@freebsd.org <mailto:svn-ports-all@freebsd.org> mailing
>     list
>     https://lists.freebsd.org/mailman/listinfo/svn-ports-all
>     <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>;
>     To unsubscribe, send any mail to
>     "svn-ports-all-unsubscribe@freebsd.org
>     <mailto:svn-ports-all-unsubscribe@freebsd.org>"
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?706c5d72-1257-0041-26e6-542cd439099e>