Port details |
- pydf Python implementation of df
- 12_1 sysutils
=3 12_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Inactive upstream. Does not properly work on FreeBSD
This port expired on: 2024-11-01
- Maintainer: baptiste@bapt.name
- Port Added: 2007-12-14 16:54:41
- Last Update: 2024-11-02 13:04:15
- Commit Hash: c140cc3
- People watching this port, also watch:: vm-bhyve, u2f-devd, lua-resty-openidc, jailaudit, gnome
- License: PD
- WWW:
- http://kassiopeia.juls.savba.sk/~garabik/software/pydf/
- Description:
- pydf is all-singing, all-dancing, fully colourised df(1)-clone
written in python.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: pydf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1478682532
SHA256 (pydf_12.tar.gz) = 860029145e42f3484fa647c42966c236d90cba0221681dbf5f48257b6c5b8c92
SIZE (pydf_12.tar.gz) = 14207
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:
-
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_pydf
- USES:
- python shebangfix
- pkg-message:
- For install:
- Please copy the file /usr/local/etc/pydfrc.sample
to /usr/local/etc/pydfrc and edit your configuration.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
12_1 02 Nov 2024 13:04:15 |
Rene Ladan (rene) |
sysutils/pydf: Remove expired port
2024-11-01 sysutils/pydf: Inactive upstream. Does not properly work on FreeBSD |
12_1 06 Sep 2024 08:46:36 |
Fernando Apesteguía (fernape) |
sysutils/pydf: Deprecate
Inactive upstream.
Does not properly work on FreeBSD.
PR: 281144 252031
Approved by: baptiste@bapt.name (maintainer) |
12_1 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
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) |
12 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 ) |
12 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
12 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
12 23 Dec 2016 20:50:10 |
rakuco |
Update to 12
PR: 214354
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Approved by: maintainer timeout (baptiste@bapt.name, 44 days) |
10 12 Jan 2016 14:33:21 |
amdmi3 |
Add Public Domain support to ports license framework. You can now use
LICENSE= PD
Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).
Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.
Approved by: portmgr (bapt)
Differential Revision: D4149 |
10 24 Oct 2014 16:56:10 |
mva |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit) |
10 17 Jul 2014 08:57:51 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
10 26 Feb 2014 08:49:53 |
ehaupt |
Support staging |
10 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
10 02 Mar 2013 03:55:26 |
eadler |
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe) |
10 13 Jun 2012 21:21:20 |
beech |
- Remove files/patch-pydf
PR: ports/168373
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: Maintainer timeout (2-Weeks+) |
10 13 Jun 2012 21:15:28 |
beech |
- Update to 10
- Fix portlint warning
PR: ports/168373
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: Maintainer timeout (2-Weeks+) |
9 19 Feb 2012 07:04:20 |
rm |
- change `true' with `yes' in USE_PYTHON (non-functional change) |
9 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
9 07 Oct 2010 08:25:44 |
romain |
- Update to 9;
- Update MAINTAINER address.
PR: ports/151271
Submitted by: Baptiste Grenier <gwarf@gwarf.org> (maintainer) |
8 12 Nov 2009 22:48:29 |
miwi |
- Update to 8
PR: 140437
Submitted by: Baptiste Grenier <gwarf@gwarf.org> (maintainer) |
7 19 Jul 2009 01:38:38 |
wxs |
- Update to 7
PR: ports/136788
Submitted by: Jochen Neumeister <jochen@daten-chaos.de>
Approved by: Baptiste Grenier <gwarf@gwarf.org> (maintainer) |
6 15 Jan 2009 08:37:28 |
lwhsu |
- Update to 6
PR: ports/130513
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by: Baptiste Grenier <gwarf AT gwarf.org> (maintainer) |
5 14 Dec 2007 16:54:24 |
pav |
pydf is all-singing, all-dancing, fully colourised df(1)-clone
written in python.
WWW: http://kassiopeia.juls.savba.sk/~garabik/software/pydf/
PR: ports/118451
Submitted by: Baptiste Grenier <gwarf@gwarf.org> |