notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-gdown Google Drive direct download of big files
5.1.0 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.7.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-11-06 11:17:48
Last Update: 2024-02-21 15:07:56
Commit Hash: de5c13d
Also Listed In: python
License: MIT
WWW:
https://github.com/wkentaro/gdown
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}gdown>0:net/py-gdown@${PY_FLAVOR}
To install the port:
cd /usr/ports/net/py-gdown/ && make install clean
To add the package, run one of these commands:
  • pkg install net/py-gdown
  • pkg install py39-gdown
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-gdown listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-gdown
Package flavors (<flavor>: <package>)
  • py39: py39-gdown
distinfo:
TIMESTAMP = 1708449416 SHA256 (gdown-5.1.0.tar.gz) = 550a72dc5ca2819fe4bcc15d80d05d7c98c0b90e57256254b77d0256b9df4683 SIZE (gdown-5.1.0.tar.gz) = 283961

Packages (timestamps in pop-ups are UTC):
py37-gdown
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3.12.2---3.12.2-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-gdown
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.1.05.1.0-5.1.05.1.0---
FreeBSD:13:quarterly4.7.14.7.14.7.14.7.14.7.14.7.14.7.14.7.1
FreeBSD:14:latest5.1.05.1.04.5.35.1.05.1.04.7.1-4.7.1
FreeBSD:14:quarterly4.7.14.7.1-4.7.14.7.14.7.14.7.14.7.1
FreeBSD:15:latest5.1.05.1.0n/a4.7.1n/a4.7.14.7.15.1.0
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-hatch-fancy-pypi-readme>=0 : devel/py-hatch-fancy-pypi-readme@py39
  2. py39-hatch-vcs>=0 : devel/py-hatch-vcs@py39
  3. py39-hatchling>=1.20.0 : devel/py-hatchling@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-beautifulsoup>=0 : www/py-beautifulsoup@py39
  2. py39-filelock>=0 : sysutils/py-filelock@py39
  3. py39-requests>=0 : www/py-requests@py39
  4. py39-tqdm>=0 : misc/py-tqdm@py39
  5. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_py-gdown
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/g/gdown/
  2. https://pypi.org/packages/source/g/gdown/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.1.0
21 Feb 2024 15:07:56
commit hash: de5c13d163d564b89f4680885953293ca232a19dcommit hash: de5c13d163d564b89f4680885953293ca232a19dcommit hash: de5c13d163d564b89f4680885953293ca232a19dcommit hash: de5c13d163d564b89f4680885953293ca232a19d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 5.1.0

Changes:	https://github.com/wkentaro/gdown/releases
4.7.1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
4.7.1
09 Apr 2023 13:36:56
commit hash: 5ad4afea823400906d67b6da904c4ce1f0f2bb07commit hash: 5ad4afea823400906d67b6da904c4ce1f0f2bb07commit hash: 5ad4afea823400906d67b6da904c4ce1f0f2bb07commit hash: 5ad4afea823400906d67b6da904c4ce1f0f2bb07 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 4.7.1

Changes:	https://github.com/wkentaro/gdown/releases
4.6.4
21 Mar 2023 19:21:11
commit hash: 0cad6d26ed1532419e649064ca854785197f8021commit hash: 0cad6d26ed1532419e649064ca854785197f8021commit hash: 0cad6d26ed1532419e649064ca854785197f8021commit hash: 0cad6d26ed1532419e649064ca854785197f8021 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 4.6.4

Changes:	https://github.com/wkentaro/gdown/releases
4.6.0
30 Jan 2023 13:00:12
commit hash: daeb908c82e8961621c2fe70c99a79a1149fed00commit hash: daeb908c82e8961621c2fe70c99a79a1149fed00commit hash: daeb908c82e8961621c2fe70c99a79a1149fed00commit hash: daeb908c82e8961621c2fe70c99a79a1149fed00 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 4.6.0

Changes:	https://github.com/wkentaro/gdown/releases
4.5.3
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
4.5.3
30 Dec 2022 09:05:02
commit hash: 522eb1cd7ee0f0992d1b40ae20c53b00d3fc612bcommit hash: 522eb1cd7ee0f0992d1b40ae20c53b00d3fc612bcommit hash: 522eb1cd7ee0f0992d1b40ae20c53b00d3fc612bcommit hash: 522eb1cd7ee0f0992d1b40ae20c53b00d3fc612b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 4.5.3

Changes:	https://github.com/wkentaro/gdown/releases
		https://github.com/wkentaro/gdown/commits/main
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
4.5.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.5.1
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.5.1
07 Jul 2022 12:36:17
commit hash: 3e70068bc4cdf9cb82f79b33aa2874206f0acb18commit hash: 3e70068bc4cdf9cb82f79b33aa2874206f0acb18commit hash: 3e70068bc4cdf9cb82f79b33aa2874206f0acb18commit hash: 3e70068bc4cdf9cb82f79b33aa2874206f0acb18 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 4.5.1

Changes:	https://github.com/wkentaro/gdown/releases
4.5.0
29 Jun 2022 21:50:12
commit hash: d063d3a550ffe4a133eb35fed08c8df36ce9c31dcommit hash: d063d3a550ffe4a133eb35fed08c8df36ce9c31dcommit hash: d063d3a550ffe4a133eb35fed08c8df36ce9c31dcommit hash: d063d3a550ffe4a133eb35fed08c8df36ce9c31d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 4.5.0

Changes:	https://github.com/wkentaro/gdown/releases
4.4.0
25 Mar 2022 13:37:07
commit hash: a13cf0947dfa773ce1c159a56f0bd9733e0030e0commit hash: a13cf0947dfa773ce1c159a56f0bd9733e0030e0commit hash: a13cf0947dfa773ce1c159a56f0bd9733e0030e0commit hash: a13cf0947dfa773ce1c159a56f0bd9733e0030e0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 4.4.0

Changes:	https://github.com/wkentaro/gdown/releases
4.3.1
07 Mar 2022 18:11:21
commit hash: 2ba189671a2e3032ccb1ed115decd8e78e832ea9commit hash: 2ba189671a2e3032ccb1ed115decd8e78e832ea9commit hash: 2ba189671a2e3032ccb1ed115decd8e78e832ea9commit hash: 2ba189671a2e3032ccb1ed115decd8e78e832ea9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 4.3.1

Changes:	https://github.com/wkentaro/gdown/releases
		https://github.com/wkentaro/gdown/commits/main
4.2.0
25 Oct 2021 21:46:45
commit hash: 61e37c36d6fe3a522e68416338b8521a7746bf6dcommit hash: 61e37c36d6fe3a522e68416338b8521a7746bf6dcommit hash: 61e37c36d6fe3a522e68416338b8521a7746bf6dcommit hash: 61e37c36d6fe3a522e68416338b8521a7746bf6d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 4.2.0

Changes:	https://github.com/wkentaro/gdown/releases
		https://github.com/wkentaro/gdown/commits/main
4.0.2
25 Oct 2021 15:57:34
commit hash: 476b40efb7d47a11986005e46572fcb0e92f79accommit hash: 476b40efb7d47a11986005e46572fcb0e92f79accommit hash: 476b40efb7d47a11986005e46572fcb0e92f79accommit hash: 476b40efb7d47a11986005e46572fcb0e92f79ac files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 4.0.2

Changes:	https://github.com/wkentaro/gdown/releases
		https://github.com/wkentaro/gdown/commits/main
3.15.0
13 Oct 2021 19:14:15
commit hash: 02ad9de5e289cfebc96c4f25eddd71d4f77d1ee1commit hash: 02ad9de5e289cfebc96c4f25eddd71d4f77d1ee1commit hash: 02ad9de5e289cfebc96c4f25eddd71d4f77d1ee1commit hash: 02ad9de5e289cfebc96c4f25eddd71d4f77d1ee1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 3.15.0

Changes:	https://github.com/wkentaro/gdown/commits/master
3.14.0
13 Oct 2021 05:37:24
commit hash: da47b9e7f957521e979d4e887b841e540ec2517fcommit hash: da47b9e7f957521e979d4e887b841e540ec2517fcommit hash: da47b9e7f957521e979d4e887b841e540ec2517fcommit hash: da47b9e7f957521e979d4e887b841e540ec2517f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 3.14.0

Changes:	https://github.com/wkentaro/gdown/commits/master
3.13.1
21 Sep 2021 03:44:50
commit hash: 71ed5adb34637a25143c1464592bb016708b5adacommit hash: 71ed5adb34637a25143c1464592bb016708b5adacommit hash: 71ed5adb34637a25143c1464592bb016708b5adacommit hash: 71ed5adb34637a25143c1464592bb016708b5ada files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 3.13.1

- Add LICENSE_FILE

Changes:	https://github.com/wkentaro/gdown/commits/master
3.13.0
07 May 2021 09:39:09
commit hash: eb4a21ad58c8cb7004f81ebf03dc4a5595f735f3commit hash: eb4a21ad58c8cb7004f81ebf03dc4a5595f735f3commit hash: eb4a21ad58c8cb7004f81ebf03dc4a5595f735f3commit hash: eb4a21ad58c8cb7004f81ebf03dc4a5595f735f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-gdown: Update to 3.13.0

Changes:	https://github.com/wkentaro/gdown/commits/master
3.12.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.12.2
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
3.12.2
06 Nov 2020 11:11:56
Revision:554185Original commit files touched by this commit
sunpoet search for other commits by this committer
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

Number of commits found: 23