pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/ptimetracker add PTimeTracker 1.7.2 - QT3-based u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5c00f31e173
branches:  trunk
changeset: 482238:c5c00f31e173
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Oct 23 07:10:26 2004 +0000

description:
add PTimeTracker 1.7.2 - QT3-based utility to keep track of the time spent
on projects.

diffstat:

 time/ptimetracker/DESCR    |   6 ++++++
 time/ptimetracker/Makefile |  30 ++++++++++++++++++++++++++++++
 time/ptimetracker/PLIST    |   3 +++
 time/ptimetracker/distinfo |   4 ++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 1e075f2ede35 -r c5c00f31e173 time/ptimetracker/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/ptimetracker/DESCR   Sat Oct 23 07:10:26 2004 +0000
@@ -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 -r 1e075f2ede35 -r c5c00f31e173 time/ptimetracker/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/ptimetracker/Makefile        Sat Oct 23 07:10:26 2004 +0000
@@ -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@localhost
+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 -r 1e075f2ede35 -r c5c00f31e173 time/ptimetracker/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/ptimetracker/PLIST   Sat Oct 23 07:10:26 2004 +0000
@@ -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 -r 1e075f2ede35 -r c5c00f31e173 time/ptimetracker/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/ptimetracker/distinfo        Sat Oct 23 07:10:26 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index