From 3a6a34e439596c8ede7e187f4f55cd23d2cd834d Mon Sep 17 00:00:00 2001 From: heko Date: Sat, 10 Nov 2001 22:07:07 +0000 Subject: [PATCH] initial import of gtimer-1.1.5: -- GTimer is a Gtk+-based time tracker software. It can time one or more tasks simultaneously, add text annotations to tasks, generate reports showing how your time was spent each day/week/month in either plain text or HTML and generate status reports based on task annotations. WWW: http://www.radix.net/~cknudsen/gtimer/ lebel@ ok --- productivity/gtimer/Makefile | 35 +++++++++++++++++++++++++++++++++++ productivity/gtimer/files/md5 | 3 +++ productivity/gtimer/pkg/DESCR | 6 ++++++ productivity/gtimer/pkg/PLIST | 6 ++++++ 4 files changed, 50 insertions(+) create mode 100644 productivity/gtimer/Makefile create mode 100644 productivity/gtimer/files/md5 create mode 100644 productivity/gtimer/pkg/DESCR create mode 100644 productivity/gtimer/pkg/PLIST diff --git a/productivity/gtimer/Makefile b/productivity/gtimer/Makefile new file mode 100644 index 00000000000..e5981b709ed --- /dev/null +++ b/productivity/gtimer/Makefile @@ -0,0 +1,35 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2001/11/10 22:07:07 heko Exp $ + +COMMENT= "GTK-based time tracker" + +DISTNAME= gtimer-1.1.5 +CATEGORIES= productivity x11 +NEED_VERSION= 1.489 + +HOMEPAGE= http://www.radix.net/~cknudsen/gtimer/ + +MAINTAINER= Heikki Korpela + +# License: GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${HOMEPAGE} + +LIB_DEPENDS= gtk.1.2::x11/gtk+ \ + gdk.1.2::x11/gtk+ + +USE_X11= Yes +USE_GMAKE= Yes + +CONFIGURE_STYLE= gnu +SEPARATE_BUILD= concurrent + +post-install: + ${INSTALL_MAN} ${WRKSRC}/gtimer.1 ${MANPREFIX}/man/man1/ + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gtimer + ${INSTALL_DATA} ${WRKSRC}/{FAQ.html,README} ${PREFIX}/share/doc/gtimer + +.include diff --git a/productivity/gtimer/files/md5 b/productivity/gtimer/files/md5 new file mode 100644 index 00000000000..cff4548bc99 --- /dev/null +++ b/productivity/gtimer/files/md5 @@ -0,0 +1,3 @@ +MD5 (gtimer-1.1.5.tar.gz) = 91559950e44359790c296ea1fee7410f +RMD160 (gtimer-1.1.5.tar.gz) = a21e03b02d9d1ebd92c6dadbad004d490b7b44ff +SHA1 (gtimer-1.1.5.tar.gz) = 28d8150925ac52194a22e42557c31761dcbb6bc5 diff --git a/productivity/gtimer/pkg/DESCR b/productivity/gtimer/pkg/DESCR new file mode 100644 index 00000000000..0c53127b73a --- /dev/null +++ b/productivity/gtimer/pkg/DESCR @@ -0,0 +1,6 @@ +GTimer is a Gtk+-based time tracker software. It can time one or more +tasks simultaneously, add text annotations to tasks, generate reports +showing how your time was spent each day/week/month in either plain text +or HTML and generate status reports based on task annotations. + +WWW: ${HOMEPAGE} diff --git a/productivity/gtimer/pkg/PLIST b/productivity/gtimer/pkg/PLIST new file mode 100644 index 00000000000..bb5324ce4c0 --- /dev/null +++ b/productivity/gtimer/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2001/11/10 22:07:07 heko Exp $ +bin/gtimer +man/man1/gtimer.1 +share/doc/gtimer/FAQ.html +share/doc/gtimer/README +@dirrm share/doc/gtimer