Port details |
- py-progressbar Text progressbar library for python
- 2.5_1 misc
=4 2.5_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2010-04-07 14:13:21
- Last Update: 2024-05-13 14:04:00
- Commit Hash: 2720f4a
- People watching this port, also watch:: p5-Sort-Naturally, libevent, autoconf, memcached, indexinfo
- Also Listed In: python
- License: BSD3CLAUSE LGPL21+
- WWW:
- https://github.com/niltonvolpato/python-progressbar
- Description:
- This library provides a text mode progressbar. This is typically
used to display the progress of a long running operation, providing
a visual clue that processing is underway.
The ProgressBar class manages the progress, and the format of the
line is given by a number of widgets. A widget is an object that
may display diferently depending on the state of the progress.
There are three types of widget:
- a string, which always shows itself;
- a ProgressBarWidget, which may return a diferent value every time
it's update method is called; and
- a ProgressBarWidgetHFill, which is like ProgressBarWidget, except
it expands to fill the remaining width of the line.
¦ ¦ ¦ ¦ 
- 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}progressbar>0:misc/py-progressbar@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/misc/py-progressbar/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-progressbar
- pkg install py39-progressbar
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-progressbar listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-progressbar
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1535388743
SHA256 (progressbar-2.5.tar.gz) = 5d81cb529da2e223b53962afd6c8ca0f05c6670e40309a7219eacc36af9b6c63
SIZE (progressbar-2.5.tar.gz) = 10046
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- biology/py-ont-fast5-api
- math/py-bitmath
- sysutils/py-salt
-
Deleted ports which required this port:
- * - 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:
- No options to configure
- Options name:
- misc_py-progressbar
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5_1 13 May 2024 14:04:00
    |
Po-Chuan Hsieh (sunpoet)  |
misc/py-progressbar: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
2.5 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
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> |
2.5 05 Apr 2023 17:30:46
    |
Po-Chuan Hsieh (sunpoet)  |
misc/py-progressbar: Update WWW and clean up pkg-descr |
2.5 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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) |
2.5 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
2.5 20 Jul 2022 14:22:28
    |
Tobias C. Berner (tcberner)  |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
2.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.5 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.5 29 Aug 2018 19:09:51
  |
sunpoet  |
Update to 2.5
Changes: https://github.com/niltonvolpato/python-progressbar/commits/master |
2.3_2 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
2.3_2 11 Oct 2017 19:50:27
  |
sunpoet  |
Add CONFLICTS_INSTALL |
2.3_2 24 Nov 2016 15:34:24
  |
sunpoet  |
- Update LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Allow build with Python 3 and relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)
- Update WWW
- Add GitHub repository to WWW |
2.3_2 02 Nov 2016 22:45:14
  |
mat  |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.3_2 22 Sep 2016 05:39:01
  |
antoine  |
- Make usable as a regular user [1]
- Remove dependency on the python2 symlink
Reported by: pkg-fallout [1]
MFH: 2016Q3 |
2.3_1 21 Sep 2016 21:37:01
  |
swills  |
misc/py-progressbar: bump PORTREVISION for rerolled distfile |
2.3 21 Sep 2016 20:34:41
  |
swills  |
misc/py-progressbar: fix MASTER_SITES |
2.3 20 Sep 2016 17:42:36
  |
marino  |
misc/py-progressbar: new fedora MASTER_SITES to unbreak |
2.3 14 Sep 2016 15:59:34
  |
mat  |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
2.3 15 Aug 2014 03:43:55
  |
sunpoet  |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg |
2.3 15 Aug 2014 03:02:03
  |
sunpoet  |
- Use USES=python |
2.3 24 Feb 2014 10:38:51
  |
sunpoet  |
- Update to 2.3
- Update LICENSE
- Remove leading indefinite article from COMMENT
- Reformat pkg-descr and fix typo
- Take maintainership
Changes: https://code.google.com/p/python-progressbar/source/browse/ChangeLog.yaml |
2.2_1 15 Feb 2014 10:33:12
  |
miwi  |
- Convert to autoplist
- Stage support
- Bump PORTREV |
2.2 14 Feb 2014 16:51:44
  |
tabthorpe  |
- Reassign lioux' ports to the heap
With hat: portmgr |
2.2 20 Nov 2013 20:51:25
  |
sunpoet  |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
20 Sep 2013 20:50:59

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
2.2 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
2.2 13 Jun 2010 12:41:33
 |
lioux  |
Add LICENSE* information |
2.2 07 Apr 2010 14:13:06
 |
lioux  |
New port py-progressbar version 2.2: A text progressbar library for python |