summaryrefslogtreecommitdiff
path: root/sysutils/downtime
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/downtime')
-rw-r--r--sysutils/downtime/Makefile20
-rw-r--r--sysutils/downtime/distinfo2
-rw-r--r--sysutils/downtime/files/patch-Makefile23
-rw-r--r--sysutils/downtime/pkg-descr4
-rw-r--r--sysutils/downtime/pkg-plist4
5 files changed, 0 insertions, 53 deletions
diff --git a/sysutils/downtime/Makefile b/sysutils/downtime/Makefile
deleted file mode 100644
index cb7fc18436d3..000000000000
--- a/sysutils/downtime/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Nick Withers (nick@nickwithers.com)
-# $FreeBSD$
-
-PORTNAME= downtime
-PORTVERSION= 0.4.0
-PORTREVISION= 3
-CATEGORIES= sysutils
-MASTER_SITES= http://www.nickwithers.com/downtime/
-
-MAINTAINER= nick@nickwithers.com
-COMMENT= GTK-based shutdown manager using shutdown(8)
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-USES= desktop-file-utils gnome pkgconfig shared-mime-info
-USE_GNOME= gtk20
-
-.include <bsd.port.mk>
diff --git a/sysutils/downtime/distinfo b/sysutils/downtime/distinfo
deleted file mode 100644
index b59841fe954b..000000000000
--- a/sysutils/downtime/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (downtime-0.4.0.tar.gz) = 67a6f8c8ee6bdb95a29dd96b37e2a8ac5403c7d00492884f530cb2c553019ac6
-SIZE (downtime-0.4.0.tar.gz) = 23774
diff --git a/sysutils/downtime/files/patch-Makefile b/sysutils/downtime/files/patch-Makefile
deleted file mode 100644
index f1f48ea76db0..000000000000
--- a/sysutils/downtime/files/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig 2014-06-27 00:24:57.523166764 +0800
-+++ Makefile 2014-06-27 00:25:40.243185312 +0800
-@@ -19,14 +19,12 @@ downtime.1.gz: downtime.1
- gzip -c downtime.1 > downtime.1.gz
-
- install: all
-- $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 755 downtime $(PREFIX)/bin
-- $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.1.gz $(PREFIX)/man/man1
-- $(INSTALL) -c -d -g $(GROUP) -o $(OWNER) -m 755 $(PREFIX)/share/applications
-- $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.desktop $(PREFIX)/share/applications
-- $(INSTALL) -c -d -g $(GROUP) -o $(OWNER) -m 755 $(PREFIX)/share/mime/packages
-- $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.xml $(PREFIX)/share/mime/packages
-- update-mime-database $(PREFIX)/share/mime
-- update-desktop-database $(PREFIX)/share/applications
-+ $(BSD_INSTALL_PROGRAM) downtime $(DESTDIR)$(PREFIX)/bin
-+ $(BSD_INSTALL_MAN) downtime.1.gz $(DESTDIR)$(PREFIX)/man/man1
-+ $(INSTALL) -c -d -m 755 $(DESTDIR)$(PREFIX)/share/applications
-+ $(BSD_INSTALL_DATA) downtime.desktop $(DESTDIR)$(PREFIX)/share/applications
-+ $(INSTALL) -c -d -m 755 $(DESTDIR)$(PREFIX)/share/mime/packages
-+ $(BSD_INSTALL_DATA) downtime.xml $(DESTDIR)$(PREFIX)/share/mime/packages
-
- clean:
- -rm $(OBJS) *.core *~ downtime downtime.1.gz downtime-*.tar.gz
diff --git a/sysutils/downtime/pkg-descr b/sysutils/downtime/pkg-descr
deleted file mode 100644
index 67639f7cbd9a..000000000000
--- a/sysutils/downtime/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-DownTime is a GTK-based graphical utility for scheduling shutdowns,
-reboots, et cetera.
-
-WWW: http://www.nickwithers.com/downtime
diff --git a/sysutils/downtime/pkg-plist b/sysutils/downtime/pkg-plist
deleted file mode 100644
index de51e23dae53..000000000000
--- a/sysutils/downtime/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/downtime
-man/man1/downtime.1.gz
-share/applications/downtime.desktop
-share/mime/packages/downtime.xml