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-urlgrabber High-level cross-protocol url-grabber
4.0.0 www on this many watch lists=1 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.0.0Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-12-18 14:55:07
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: font-misc-meltho, showfont, screen
Also Listed In: python
License: LGPL21
WWW:
http://urlgrabber.baseurl.org/
Description:
urlgrabber is a pure python package that drastically simplifies the fetching of files. It is designed to be used in programs that need common (but not necessarily simple) url-fetching features. It is extremely simple to drop into an existing program and provides a clean interface to protocol-independant file-access. Best of all, urlgrabber takes care of all those pesky file-fetching details, and lets you focus on whatever it is that your program is written to do!
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}urlgrabber>0:www/py-urlgrabber@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-urlgrabber/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-urlgrabber
  • pkg install py39-urlgrabber
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-urlgrabber listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-urlgrabber
Package flavors (<flavor>: <package>)
  • py39: py39-urlgrabber
distinfo:
TIMESTAMP = 1601416704 SHA256 (urlgrabber-4.0.0.tar.gz) = d152d10c7decce45ce5b44f8ee8ee5fd0047217f4152eebb8e0c552ca5137af0 SIZE (urlgrabber-4.0.0.tar.gz) = 86308

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

py39-urlgrabber
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.0.04.0.0-4.0.04.0.0---
FreeBSD:13:quarterly4.0.04.0.04.0.04.0.04.0.04.0.04.0.04.0.0
FreeBSD:14:latest4.0.04.0.04.0.04.0.04.0.04.0.0-4.0.0
FreeBSD:14:quarterly4.0.04.0.0-4.0.04.0.04.0.04.0.04.0.0
FreeBSD:15:latest4.0.04.0.0n/a4.0.0n/a4.0.04.0.04.0.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-six>=1.14.0 : devel/py-six@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-six>=1.14.0 : devel/py-six@py39
  2. py39-pycurl>=7.19.0_1 : ftp/py-pycurl@py39
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 5 deleted ports
  1. multimedia/clive1*
  2. net-mgmt/virtinst*
  3. sysutils/createrepo*
  4. sysutils/yum*
  5. www/videocache*
  6. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for py39-urlgrabber-4.0.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
www_py-urlgrabber
USES:
python shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://urlgrabber.baseurl.org/download/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.0.0
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>
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.0.0
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.0.0
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

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

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.0.0
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.
4.0.0
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
4.0.0
30 Sep 2020 12:43:57
Revision:550694Original commit files touched by this commit
mat search for other commits by this committer
REINPLACE_ARGS can only contain the -i argument.

Reported by:	kevans
4.0.0
30 Sep 2020 07:41:14
Revision:550652Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 4.0.0
- Remove dependency on Python 2.X (reported by [1])
- Use autoplist facility

PR:	249799
Submitted by:	swills  [1]
3.10.2_1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
3.10.2_1
20 Jan 2018 20:21:16
Revision:459549Original commit files touched by this commit
antoine search for other commits by this committer
Do not use %%PYTHON_PYOEXTENSION%% in python2 plists

With hat:	portmgr
3.10.2_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.10.2_1
05 Aug 2017 07:07:01
Revision:447391Original commit files touched by this commit
tcberner search for other commits by this committer
Readd pycurl as a runtime dependency.

In the previous release [1] pycurl was only dropped as a build-time dependency.

This fixes buildfailures for mythtv for example.

PR:		221157
Approved by:	portmgr (blanket)
Differential Revision:	https://reviews.freebsd.org/D11868
3.10.2
23 Jul 2017 11:42:10
Revision:446464Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 3.10.2
- Remove ftp/py-pycurl from dependencies
- Sort variables
- Use shebangfix
- Remove patch/patch-urlgrabber__grabber.py
3.9.1_4
24 Dec 2016 14:05:45
Revision:429354Original commit files touched by this commit
antoine search for other commits by this committer
Remove dependency on the python2 symlink
3.9.1_3
23 Dec 2016 10:54:22
Revision:429246Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Reflect that this module does not support python3
- Switch to options helpers

Approved by:	portmgr blanket
3.9.1_3
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
3.9.1_3
12 Dec 2015 23:43:51
Revision:403641Original commit files touched by this commit
sunpoet search for other commits by this committer
- Move ftp/py-curl to ftp/py-pycurl
- Bump PORTREVISION for dependent ports
3.9.1_2
17 Aug 2015 14:20:41
Revision:394508Original commit files touched by this commit
mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
3.9.1_2
15 May 2015 17:41:25
Revision:386441Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop @dirrm* from plist
- Add LICENSE_FILE

Approved by:	portmgr blanket
3.9.1_2
03 Jan 2015 08:41:21
Revision:376109Original commit files touched by this commit
mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
3.9.1_2
08 May 2014 16:08:08
Revision:353326Original commit files touched by this commit
vanilla search for other commits by this committer
- Stage

PR:		ports/188802
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
3.9.1_2
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
3.9.1_2
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
3.9.1_2
15 Aug 2013 16:21:27
Revision:324776Original commit files touched by this commit
nivit search for other commits by this committer
- Add a patch from upstream, that fix value of SSL verify host with pycurl
  (see http://goo.gl/KGnkXT )  [1], and so bump PORTREVISION
- Trim Makefile header
- Remove dead link from MASTER_SITES
- Remove leading, indefinite article from COMMENT
- Add LICENSE (LGPL21)
- Convert to the new options framework
- Fix WWW field in pkg-descr

Required by:	Yuri <yuri@rawbw.com> (via private email)  [1]
Build details:	http://goo.gl/7arykr
3.9.1_1
16 Jul 2012 08:51:23
Original commit files touched by this commit
nivit search for other commits by this committer
- Add a patch (provided by the authors of the program: goo.gl/jorPS )
  to fix a bug with the size of PyCurlFileObject
- Bump PORTREVISION

PR:		ports/168917
Submitted by:	Anders F Bjoerklund <afb at rpm5.org>
3.9.1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
3.9.1
11 May 2010 08:49:24
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 3.9.1
- Add ftp/py-curl to *_DEPENDS
- Change primary download site
- Change WWW site in pkg-descr
3.1.0_1
03 Jul 2008 15:47:27
Original commit files touched by this commit
nivit search for other commits by this committer
- Fix patch target when NOPORTDOCS is set (issue reported by "QA Tindy" via
itetcu
- Use ${PYTHON_PKGNAMEPREFIX} inside DOCSDIR (so bump PORTREVISION)
- Use os.environ.has_key() instead of os.getenv() inside setup.py
3.1.0
18 Dec 2007 14:54:59
Original commit files touched by this commit
nivit search for other commits by this committer
urlgrabber is a pure python package that drastically simplifies
the fetching of files. It is designed to be used in programs that
need common (but not necessarily simple) url-fetching features.
It is extremely simple to drop into an existing program and provides
a clean interface to protocol-independant file-access. Best of all,
urlgrabber takes care of all those pesky file-fetching details, and
lets you focus on whatever it is that your program is written to do!

Author: Michael D. Stenner, Ryan Tomayko
WWW:    http://linux.duke.edu/projects/urlgrabber/

Number of commits found: 29