diff options
Diffstat (limited to 'x11-clocks/wmfuzzy')
-rw-r--r-- | x11-clocks/wmfuzzy/Makefile | 35 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/files/patch-xdisplay.c | 11 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/files/patch-xdisplay.h | 10 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/pkg-descr | 9 |
5 files changed, 0 insertions, 67 deletions
diff --git a/x11-clocks/wmfuzzy/Makefile b/x11-clocks/wmfuzzy/Makefile deleted file mode 100644 index 863a98509933..000000000000 --- a/x11-clocks/wmfuzzy/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Adam Weinberger <adam@vectors.cx> -# $FreeBSD$ - -PORTNAME= wmfuzzy -PORTVERSION= 0.7.1 -PORTREVISION= 3 -CATEGORIES= x11-clocks windowmaker -MASTER_SITES= http://www.manicai.net/comp/wmfuzzy/assets/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Fuzzy clock WindowMaker dockapp - -LICENSE= GPLv2 - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= tar:tgz -USE_XORG= xpm -WRKSRC_SUBDIR= src - -PORTDOCS= README -PLIST_FILES= bin/wmfuzzy - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${STAGEDIR}${PREFIX}/bin - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/x11-clocks/wmfuzzy/distinfo b/x11-clocks/wmfuzzy/distinfo deleted file mode 100644 index 0aecaa2f3363..000000000000 --- a/x11-clocks/wmfuzzy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmfuzzy-0.7.1.tgz) = 9b576b94a7df4e44d664c5ef91994c6ad0ec6ea907f62cdd1bf98b8197a5bba8 -SIZE (wmfuzzy-0.7.1.tgz) = 21186 diff --git a/x11-clocks/wmfuzzy/files/patch-xdisplay.c b/x11-clocks/wmfuzzy/files/patch-xdisplay.c deleted file mode 100644 index a2c60e462ab3..000000000000 --- a/x11-clocks/wmfuzzy/files/patch-xdisplay.c +++ /dev/null @@ -1,11 +0,0 @@ ---- xdisplay.c.orig 2004-11-23 21:32:48.000000000 +0000 -+++ xdisplay.c -@@ -383,7 +383,7 @@ void display_main_loop(void) - x_handle_event(&event); - } - -- usleep(100); -+ sleep(1); - } - } - diff --git a/x11-clocks/wmfuzzy/files/patch-xdisplay.h b/x11-clocks/wmfuzzy/files/patch-xdisplay.h deleted file mode 100644 index f061a7e8c588..000000000000 --- a/x11-clocks/wmfuzzy/files/patch-xdisplay.h +++ /dev/null @@ -1,10 +0,0 @@ ---- xdisplay.h.orig Sun Nov 21 17:40:24 2004 -+++ xdisplay.h Sun Nov 21 17:42:34 2004 -@@ -11,6 +11,7 @@ - * functions in display.h. - */ - #include <ctype.h> -+#include <stddef.h> - - /* Set up code. Must be called prior to x_main_loop. */ - void display_initialise(int argc, char* argv[]); diff --git a/x11-clocks/wmfuzzy/pkg-descr b/x11-clocks/wmfuzzy/pkg-descr deleted file mode 100644 index f4fb8c7ae234..000000000000 --- a/x11-clocks/wmfuzzy/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -wmfuzzy is a fuzzy clock Windowmaker dock applet (but also runs well -under *boxen and many other windowmanagers). - -A fuzzy clock gives an approximate time, under the supposition that -it's more useful to know that it's about Half Past Three than that -it's 3:27. The granularity of the approximation can be set via -commandline switches. - -WWW: http://www.manicai.net/comp/wmfuzzy |