Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 15:40:12 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429101 - in head/net: . gdrive
Message-ID:  <201612211540.uBLFeCG0020705@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Dec 21 15:40:12 2016
New Revision: 429101
URL: https://svnweb.freebsd.org/changeset/ports/429101

Log:
  Add gdrive 2.1.0, google Drive CLI Client.
  
  PR:		215456
  Submitted by:	Dmitri Goutnik <dg@syrec.org>

Added:
  head/net/gdrive/
  head/net/gdrive/Makefile   (contents, props changed)
  head/net/gdrive/distinfo   (contents, props changed)
  head/net/gdrive/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed Dec 21 15:38:27 2016	(r429100)
+++ head/net/Makefile	Wed Dec 21 15:40:12 2016	(r429101)
@@ -153,6 +153,7 @@
     SUBDIR += fspd
     SUBDIR += fsplib
     SUBDIR += g2ipmsg
+    SUBDIR += gdrive
     SUBDIR += geoclue
     SUBDIR += geocode-glib
     SUBDIR += geoipupdate

Added: head/net/gdrive/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/gdrive/Makefile	Wed Dec 21 15:40:12 2016	(r429101)
@@ -0,0 +1,27 @@
+# Created by: Dmitri Goutnik <dg@syrec.org>
+# $FreeBSD$
+
+PORTNAME=	gdrive
+PORTVERSION=	2.1.0
+CATEGORIES=	net
+
+MAINTAINER=	dg@syrec.org
+COMMENT=	Google Drive CLI Client
+
+LICENSE=	MIT
+
+USES=		go
+GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
+USE_GITHUB=	yes
+GH_ACCOUNT=	prasmussen
+
+OPTIONS_DEFINE=	DOCS
+
+PLIST_FILES=	bin/gdrive
+PORTDOCS=	README.md
+
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>

Added: head/net/gdrive/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/gdrive/distinfo	Wed Dec 21 15:40:12 2016	(r429101)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1482262863
+SHA256 (prasmussen-gdrive-2.1.0_GH0.tar.gz) = a1ea624e913e258596ea6340c8818a90c21962b0a75cf005e49a0f72f2077b2e
+SIZE (prasmussen-gdrive-2.1.0_GH0.tar.gz) = 151273

Added: head/net/gdrive/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/gdrive/pkg-descr	Wed Dec 21 15:40:12 2016	(r429101)
@@ -0,0 +1,8 @@
+Command line utility for interacting with Google Drive, featuring:
+
+  - Individual file or directory upload/download
+  - Directory synchronization (similar to rsync)
+  - Google Documents support
+  - Statically linked, dependency free binary
+
+WWW: https://github.com/prasmussen/gdrive



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