diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-26 01:47:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-26 01:47:20 +0800 |
commit | 727c709e7847d2a1832142ad059d82d2750da9eb (patch) | |
tree | 0bdda668e1283b62d73556350b3e1f6cb7c68de2 /x11-clocks | |
parent | 79fb312ca5820a0c82c18fac2d77dbc34c44a54b (diff) | |
download | freebsd-ports-gnome-727c709e7847d2a1832142ad059d82d2750da9eb.tar.gz freebsd-ports-gnome-727c709e7847d2a1832142ad059d82d2750da9eb.tar.zst freebsd-ports-gnome-727c709e7847d2a1832142ad059d82d2750da9eb.zip |
2012-10-20 x11-themes/metacity-ana-theme: No more public distfiles
2012-10-20 x11-themes/gtk-ana-theme: No more public distfiles
2012-10-20 x11-fonts/getbdf: No more public distfiles
2012-10-20 x11-fonts/arkpandora: No more public distfiles
2012-10-20 x11-clocks/wmdate: No more public distfiles
2012-10-20 x11/multi-gnome-terminal: depends on deprecated gnome1 things
2012-10-20 www/wacko: No more public distfiles
2012-10-20 sysutils/wtmp-tools: No more public distfiles
2012-10-20 sysutils/reed: No more public distfiles
2012-10-20 sysutils/pdumpfs-rsync: No more public distfiles
2012-10-20 sysutils/pdumpfs-clean: No more public distfiles
2012-10-20 sysutils/netdump-server: No more public distfiles
2012-10-20 sysutils/nctop: No more public distfiles
2012-10-20 sysutils/memgrep: No more public distfiles
2012-10-20 sysutils/logserial: No more public distfiles
2012-10-20 sysutils/dupfind: No more public distfiles
2012-10-20 sysutils/dump9660: No more public distfiles
2012-10-20 sysutils/desktopbsd-tools: No more public distfiles
2012-10-20 sysutils/agef: No more public distfiles
Remove a bunch of expired ports
Feature safe: yes
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/ |