svn commit: r442220 - in head/sysutils: . py-gmailfs-fuse

Kubilay Kocak koobs at FreeBSD.org
Thu Jun 1 00:51:22 UTC 2017


On 6/1/17 4:29 AM, Sunpoet Po-Chuan Hsieh wrote:
> On Wed, May 31, 2017 at 11:20 PM, Mahdi Mokhtari <mmokhi at freebsd.org
> <mailto:mmokhi at 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 at 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 at freebsd.org <mailto:svn-ports-all at 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 at freebsd.org
>     <mailto:svn-ports-all-unsubscribe at freebsd.org>"
> 



More information about the svn-ports-all mailing list