diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 17:47:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 17:47:20 +0000 |
commit | 98fa9be4347f87106291da9f0232922c82d889c4 (patch) | |
tree | 0bdda668e1283b62d73556350b3e1f6cb7c68de2 /x11-clocks | |
parent | 5b524d103b1ec437aa7df5d6e0fff76201d5af4f (diff) | |
download | ports-98fa9be4347f87106291da9f0232922c82d889c4.tar.gz ports-98fa9be4347f87106291da9f0232922c82d889c4.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/wmdate/Makefile | 36 | ||||
-rw-r--r-- | x11-clocks/wmdate/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/wmdate/files/patch-aa | 11 | ||||
-rw-r--r-- | x11-clocks/wmdate/pkg-descr | 4 |
5 files changed, 0 insertions, 54 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index c2d0aded7341..126ad0f90c44 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -50,7 +50,6 @@ SUBDIR += wmcalclock SUBDIR += wmclock SUBDIR += wmclockmon - SUBDIR += wmdate SUBDIR += wmfishtime SUBDIR += wmfuzzy SUBDIR += wmitime diff --git a/x11-clocks/wmdate/Makefile b/x11-clocks/wmdate/Makefile deleted file mode 100644 index 4dd9a9dc884d..000000000000 --- a/x11-clocks/wmdate/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: wmdate -# Date created: 1 February 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= wmdate -PORTVERSION= 0.7 -PORTREVISION= 3 -CATEGORIES= x11-clocks windowmaker afterstep -MASTER_SITES= http://solfertje.student.utwente.nl/~dalroi/wmdate/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Date app for the WindowMaker dock - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp - -USE_IMAKE= yes -USE_XORG= xpm - -PLIST_FILES= bin/wmdate - -PORTDOCS= README - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${ECHO_MSG} "===> README installed in ${DOCSDIR}" -.endif - -.include <bsd.port.mk> diff --git a/x11-clocks/wmdate/distinfo b/x11-clocks/wmdate/distinfo deleted file mode 100644 index 2482409206c5..000000000000 --- a/x11-clocks/wmdate/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmdate-0.7.tar.gz) = e246e38a7488470d271dc5262f526462821fa4337c3e07bda8b9b3f9e7b8d975 -SIZE (wmdate-0.7.tar.gz) = 10645 diff --git a/x11-clocks/wmdate/files/patch-aa b/x11-clocks/wmdate/files/patch-aa deleted file mode 100644 index 1c7b5155ed36..000000000000 --- a/x11-clocks/wmdate/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Imakefile.orig Tue May 18 05:36:35 1999 -+++ Imakefile Wed Nov 1 09:02:22 2000 -@@ -132,7 +132,7 @@ - XCOMM Create Makefile - XCOMM --------------------------------------- - --ComplexProgramTarget(wmdate) -+ComplexProgramTargetNoMan(wmdate) - - XCOMM - - - - - - - - - - - - - - - - - - - - - XCOMM e n d diff --git a/x11-clocks/wmdate/pkg-descr b/x11-clocks/wmdate/pkg-descr deleted file mode 100644 index 9ff2d131c956..000000000000 --- a/x11-clocks/wmdate/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -WMDate simply shows the current date. It looks like asclock without the -time. - -WWW: http://solfertje.student.utwente.nl/~dalroi/wmdate/ |