diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-23 07:10:26 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-23 07:10:26 +0000 |
commit | 27752749c4803e8822fb07053361e54971c6d0ae (patch) | |
tree | 2860a610ef3cd9b723035506c3d16ff8e6083ad2 /time | |
parent | 730afc9c708d138b3a6d1c3af7f46d0b6de424d2 (diff) | |
download | pkgsrc-27752749c4803e8822fb07053361e54971c6d0ae.tar.gz |
add PTimeTracker 1.7.2 - QT3-based utility to keep track of the time spent
on projects.
Diffstat (limited to 'time')
-rw-r--r-- | time/ptimetracker/DESCR | 6 | ||||
-rw-r--r-- | time/ptimetracker/Makefile | 30 | ||||
-rw-r--r-- | time/ptimetracker/PLIST | 3 | ||||
-rw-r--r-- | time/ptimetracker/distinfo | 4 |
4 files changed, 43 insertions, 0 deletions
diff --git a/time/ptimetracker/DESCR b/time/ptimetracker/DESCR new file mode 100644 index 00000000000..c0b2858dcd1 --- /dev/null +++ b/time/ptimetracker/DESCR @@ -0,0 +1,6 @@ +PTimeTracker is a small Qt-based program that helps you keep track +of the time spent on projects. The time in minutes spent on the +active project is displayed on the icon and title bar and therefore +viewable even when the program is minimised. A detailed report is +available on total hours worked on different projects. This report +displays the amount of time spent on each of the projects per day. diff --git a/time/ptimetracker/Makefile b/time/ptimetracker/Makefile new file mode 100644 index 00000000000..e42c3421ea0 --- /dev/null +++ b/time/ptimetracker/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/23 07:10:26 jdolecek Exp $ + +DISTNAME= ptimetracker-1.7.3 +PKGREVISION= # empty +CATEGORIES= time kde +MASTER_SITES= http://www.eggtart.plus.com/ptt/prog/ + +MAINTAINER= jdolecek@NetBSD.org +HOMEPAGE= http://www.eggtart.plus.com/ptt/ +COMMENT= Keep track of the time spent on projects + +# USE_GNOME= gnomehack gnomeprefix libgtkhtml libgnomeui +USE_X11= yes +USE_GNU_TOOLS+= make +USE_LIBTOOL= yes +USE_BUILDLINK3= YES + +do-configure: + cd ${WRKSRC} && ${QTDIR}/bin/qmake -o Makefile ptt.pro + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ptimetracker ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/ptimetracker.1 ${PREFIX}/man/man1/ + +# need only qmake during build +BUILDLINK_DEPMETHOD.qt3-tools= build + +.include "../../x11/qt3-libs/buildlink3.mk" +.include "../../x11/qt3-tools/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/ptimetracker/PLIST b/time/ptimetracker/PLIST new file mode 100644 index 00000000000..9d8e9fdbed2 --- /dev/null +++ b/time/ptimetracker/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/23 07:10:26 jdolecek Exp $ +bin/ptimetracker +man/man1/ptimetracker.1 diff --git a/time/ptimetracker/distinfo b/time/ptimetracker/distinfo new file mode 100644 index 00000000000..622f26123d5 --- /dev/null +++ b/time/ptimetracker/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/10/23 07:10:26 jdolecek Exp $ + +SHA1 (ptimetracker-1.7.3.tar.gz) = f5a3fddab046b36d3c96a4f8572ec3f0509883f1 +Size (ptimetracker-1.7.3.tar.gz) = 36992 bytes |