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

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Wed May 31 18:30:04 UTC 2017


On Wed, May 31, 2017 at 11:20 PM, Mahdi Mokhtari <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
>
> 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
>

Please add "python" to CATEGORIES.
Thanks!

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>
>
> 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) = 58311a71ae1d60688cd1a0d212c7ad
> 48942321af1261119ffcd31f7995629a06
> +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/
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"


More information about the svn-ports-all mailing list