diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-17 08:12:46 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-17 08:12:46 +0000 |
commit | e5af6149f16760829c21fa0f2205b6864e23022b (patch) | |
tree | 1a61183cb15d46750c3c112e24cfabb2282c7786 /sysutils/downtime | |
parent | cf05c4d0a40ea4e4a68e4cac0db89bfca4848a58 (diff) |
Notes
Diffstat (limited to 'sysutils/downtime')
-rw-r--r-- | sysutils/downtime/Makefile | 24 | ||||
-rw-r--r-- | sysutils/downtime/distinfo | 3 | ||||
-rw-r--r-- | sysutils/downtime/pkg-descr | 4 |
3 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/downtime/Makefile b/sysutils/downtime/Makefile new file mode 100644 index 000000000000..6ded37b2347e --- /dev/null +++ b/sysutils/downtime/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: downtime +# Date created: 17 July 2006 +# Whom: Nick Withers (nick@nickwithers.com) +# +# $FreeBSD$ +# + +PORTNAME= downtime +PORTVERSION= 0.2.1 +CATEGORIES= sysutils +MASTER_SITES= http://www.nickwithers.com/downtime/ + +MAINTAINER= nick@nickwithers.com +COMMENT= A GTK-based shutdown manager using shutdown(8) + +USE_X_PREFIX= yes +USE_GNOME= gtk20 + +PLIST_FILES= bin/downtime + +MAN1= downtime.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/sysutils/downtime/distinfo b/sysutils/downtime/distinfo new file mode 100644 index 000000000000..af82f14d5a01 --- /dev/null +++ b/sysutils/downtime/distinfo @@ -0,0 +1,3 @@ +MD5 (downtime-0.2.1.tar.gz) = 3aa445798e2817ed9d0dffa112c47721 +SHA256 (downtime-0.2.1.tar.gz) = 259a4b0919f75c47e83e6c5c0079cf667145a2cf1781202050a487b276e63f73 +SIZE (downtime-0.2.1.tar.gz) = 19561 diff --git a/sysutils/downtime/pkg-descr b/sysutils/downtime/pkg-descr new file mode 100644 index 000000000000..67639f7cbd9a --- /dev/null +++ b/sysutils/downtime/pkg-descr @@ -0,0 +1,4 @@ +DownTime is a GTK-based graphical utility for scheduling shutdowns, +reboots, et cetera. + +WWW: http://www.nickwithers.com/downtime |