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
This commit is contained in:
parent
4ae5a965e3
commit
3a6a34e439
35
productivity/gtimer/Makefile
Normal file
35
productivity/gtimer/Makefile
Normal file
@ -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 <heko@openbsd.org>
|
||||
|
||||
# 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 <bsd.port.mk>
|
3
productivity/gtimer/files/md5
Normal file
3
productivity/gtimer/files/md5
Normal file
@ -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
|
6
productivity/gtimer/pkg/DESCR
Normal file
6
productivity/gtimer/pkg/DESCR
Normal file
@ -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}
|
6
productivity/gtimer/pkg/PLIST
Normal file
6
productivity/gtimer/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user