Port details |
- portrac Simple GUI tool for tracking port updates
- 0.6 ports-mgmt =4 0.5.1Version of this port present on the latest quarterly branch.
- Maintainer: Mario.G.Pavlov@gmail.com
- Port Added: 2009-09-13 12:40:30
- Last Update: 2025-01-30 16:34:42
- Commit Hash: 53bb50a
- People watching this port, also watch:: slim, pidgin, fluxbox, xorg, bingrep
- License: BSD2CLAUSE
- WWW:
- https://portrac.e-soul.org/
- Description:
- portrac is a simple GUI tool for tracking port updates.
It's based on Qt and it integrates with the system tray.
portrac shows a simple list of the available updates to
the installed ports on the local machine i.e. shows the
ports that have updates.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- portrac>0:ports-mgmt/portrac
- To install the port:
- cd /usr/ports/ports-mgmt/portrac/ && make install clean
- To add the package, run one of these commands:
- pkg install ports-mgmt/portrac
- pkg install portrac
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: portrac
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737922519
SHA256 (v0.6.tar.gz) = 9221682f36b2bd451107682383ebbd6d74ecdfb2cc0a4586c2f6e6123da12de2
SIZE (v0.6.tar.gz) = 9987
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:
-
- xorgproto>=0 : x11/xorgproto
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- ports-mgmt_portrac
- USES:
- compiler:c++11-lib gl qmake qt:5
- 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 |
0.6 30 Jan 2025 16:34:42 |
Fernando Apesteguía (fernape) |
ports-mgmt/portrac: Update to 0.6
ChangeLog: https://github.com/e-soul/portrac/releases/tag/v0.6
* Change default INDEX version to 14.
* Add missing includes.
* Update copyright statements.
PR: 284371
Reported by: mario.g.pavlov@gmail.com (maintainer) |
0.5.1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
0.5.1 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 ) |
0.5.1 23 Dec 2021 10:20:46 |
Hiroki Tagato (tagattie) Author: Gian-Simon Purkert |
ports-mgmt/portrac: update to 0.5.1
While here, add missing dependencies and make portclippy happy.
PR: 259313
Approved by: mario.g.pavlov@gmail.com (maintainer) |
0.5_6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5_6 14 Sep 2019 22:01:13 |
jbeich |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
0.5_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.5_5 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
0.5_4 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.5_3 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.5_2 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
0.5_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.5_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.5 04 Nov 2016 15:04:47 |
linimon |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket) |
0.5 23 Jan 2016 14:31:11 |
rakuco |
Fix build on FreeBSD 9.
Add the same -D_GLIBCXX_USE_C99 trick that a few other ports use so that gcc48
and its libstdc++ make std::to_string() available.
MFH: 2016Q1 |
0.5 25 Sep 2015 21:30:35 |
linimon |
Mark as broken on sparc64: fails to build.
Approved by: portmgr (sparc64 blanket) |
0.5 26 Jun 2015 17:48:09 |
amdmi3 |
- This uses c++11 features (for example, std::to_string), so add corresponding
compiler requirements and flags
- Add patches to fix missing includes (couldn't find any upstream contants to
submit these)
- Unfortunately, it's still BROKEN on 9.x as gcc 4.8's stdlibc++ doesn't seem to
provide to_string, so mark it as such
Submitted by: pkg-fallout
Approved by: portmgr blanket |
0.5 15 Oct 2014 21:48:04 |
rodrigo |
Update port to version 0.5
Update maintainer email address
Remove unnecessary PLIST_DIRS
PR: ports/194023
Submitted by: mario.g.pavlov@gmail.com (maintainer)
Approved by: mentors (implicit) |
0.4_2 01 Sep 2014 13:03:25 |
bapt |
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693 |
0.4_2 11 Aug 2014 20:36:37 |
pi |
ports-mgmt/portrac: fix port for pkgng
PR: 186963
Submitted by: lchen@zen.lhaven.homeip.net
Approved by: mgp@e-soul.org (maintainer timeout) |
0.4_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.4_1 22 Nov 2013 18:48:42 |
makc |
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval) |
0.4_1 20 Sep 2013 22:36:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt) |
0.4_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.4_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.4 30 May 2011 20:11:13 |
wxs |
- Update to 0.4.
- Add LICENSE
PR: ports/157391
Submitted by: Mario Pavlov <mgp@e-soul.org> (maintainer) |
0.3 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.3 11 Jul 2010 18:55:41 |
makc |
Update to 0.3
PR: ports/148495
Submitted by: Mario Pavlov (maintainer) |
0.2 09 Apr 2010 23:21:33 |
sylvio |
- Update to 0.2
PR: ports/145521
Submitted by: Mario Pavlov <mgp@e-soul.org> (maintainer)
Approved by: itetcu (mentor, implicit) |
0.1b_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.1b 13 Sep 2009 12:39:13 |
miwi |
portrac is a simple GUI tool for tracking port updates.
It's based on Qt4 and it integrates with the system tray.
portrac shows a simple list of the available updates to
the installed ports on the local machine i.e. shows the
ports that have updates.
WWW: http://portrac.e-soul.org/
PR: 138780
Submitted by: Mario Pavlov <mgp@e-soul.org> |