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>
This commit is contained in:
Martin Wilke 2009-09-13 12:39:13 +00:00
parent 94670b07da
commit 77c351c50f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241334
4 changed files with 48 additions and 0 deletions

View file

@ -49,6 +49,7 @@
SUBDIR += portmanager
SUBDIR += portmaster
SUBDIR += portmk
SUBDIR += portrac
SUBDIR += portscout
SUBDIR += portsearch
SUBDIR += portsman

View file

@ -0,0 +1,37 @@
# New ports collection makefile for: portrac
# Date created: 12 Sep 2009
# Whom: mgp
#
# $FreeBSD$
#
PORTNAME= portrac
PORTVERSION= 0.1b
CATEGORIES= ports-mgmt
MASTER_SITES= http://e-soul.org/distfiles/ \
http://home.e-soul.org/~mgp/distfiles/
MAINTAINER= mgp@e-soul.org
COMMENT= A simple GUI tool for tracking port updates.
PLIST_FILES= bin/portrac \
share/portrac/portrac.png \
share/portrac/up-to-date.png \
share/portrac/updates-available.png
PLIST_DIRS= share/portrac
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= gui moc_build qmake_build
do-configure:
@cd ${WRKDIR}/${DISTNAME} && ${QMAKE} portrac.pro
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/portrac ${PREFIX}/bin && \
${MKDIR} ${DATADIR} && \
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/*.png ${DATADIR}
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (portrac-0.1b.tar.bz2) = 8a10269639087c1fe5bdbd3916483345
SHA256 (portrac-0.1b.tar.bz2) = 33a70093decda8e49e6a4645b6d305b8b5e630c14b4133faed687a307c4402a1
SIZE (portrac-0.1b.tar.bz2) = 6801

View file

@ -0,0 +1,7 @@
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/