From owner-svn-ports-head@freebsd.org Fri Nov 6 11:11:58 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BDDFD2EA689; Fri, 6 Nov 2020 11:11:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CSHlf4mbDz3Dk2; Fri, 6 Nov 2020 11:11:58 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BE462429A; Fri, 6 Nov 2020 11:11:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A6BBvQe083881; Fri, 6 Nov 2020 11:11:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A6BBuiR083878; Fri, 6 Nov 2020 11:11:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202011061111.0A6BBuiR083878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Nov 2020 11:11:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554185 - in head/net: . py-gdown X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . py-gdown X-SVN-Commit-Revision: 554185 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2020 11:11:58 -0000 Author: sunpoet Date: Fri Nov 6 11:11:56 2020 New Revision: 554185 URL: https://svnweb.freebsd.org/changeset/ports/554185 Log: Add py-gdown 3.12.2 gdown downloads a large file from Google Drive. If you use curl/wget, it fails with a large file because of the security warning from Google Drive. WWW: https://github.com/wkentaro/gdown Added: head/net/py-gdown/ head/net/py-gdown/Makefile (contents, props changed) head/net/py-gdown/distinfo (contents, props changed) head/net/py-gdown/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Nov 6 11:11:50 2020 (r554184) +++ head/net/Makefile Fri Nov 6 11:11:56 2020 (r554185) @@ -1009,6 +1009,7 @@ SUBDIR += py-errbot SUBDIR += py-eventlet SUBDIR += py-flask-xml-rpc + SUBDIR += py-gdown SUBDIR += py-gntp SUBDIR += py-gspread SUBDIR += py-h11 Added: head/net/py-gdown/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-gdown/Makefile Fri Nov 6 11:11:56 2020 (r554185) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= gdown +PORTVERSION= 3.12.2 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Drive direct download of big files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/net/py-gdown/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-gdown/distinfo Fri Nov 6 11:11:56 2020 (r554185) @@ -0,0 +1,3 @@ +TIMESTAMP = 1604480698 +SHA256 (gdown-3.12.2.tar.gz) = 4b3a1301e57bfd8dce939bf25ef8fbb4b23967fd0f878eede328bdcc41386bac +SIZE (gdown-3.12.2.tar.gz) = 8218 Added: head/net/py-gdown/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-gdown/pkg-descr Fri Nov 6 11:11:56 2020 (r554185) @@ -0,0 +1,4 @@ +gdown downloads a large file from Google Drive. If you use curl/wget, it fails +with a large file because of the security warning from Google Drive. + +WWW: https://github.com/wkentaro/gdown