diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-07-04 18:53:35 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-07-04 18:53:35 +0000 |
commit | 2cf40c9314d7193dedd5f9da1407fbfd6a446c06 (patch) | |
tree | 8e1ca0fdd76ab323f378bd9e5cccb5d834a3d0ff /x11-clocks/wmitime | |
parent | 819035efaf5b136338bb0ce4b61b40155346c891 (diff) | |
download | ports-2cf40c9314d7193dedd5f9da1407fbfd6a446c06.tar.gz ports-2cf40c9314d7193dedd5f9da1407fbfd6a446c06.zip |
Remove expired ports:
2014-07-04 x11-clocks/wmitime
2014-07-04 x11/xorg-edit: Depends on older version of wxGTK
Notes
Notes:
svn path=/head/; revision=360648
Diffstat (limited to 'x11-clocks/wmitime')
-rw-r--r-- | x11-clocks/wmitime/Makefile | 22 | ||||
-rw-r--r-- | x11-clocks/wmitime/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/wmitime/files/patch-aa | 54 | ||||
-rw-r--r-- | x11-clocks/wmitime/files/patch-ab | 20 | ||||
-rw-r--r-- | x11-clocks/wmitime/pkg-descr | 5 |
5 files changed, 0 insertions, 103 deletions
diff --git a/x11-clocks/wmitime/Makefile b/x11-clocks/wmitime/Makefile deleted file mode 100644 index 3889b2526c54..000000000000 --- a/x11-clocks/wmitime/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Jim Mock <jim@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= wmitime -PORTVERSION= 0.3 -PORTREVISION= 2 -CATEGORIES= x11-clocks windowmaker afterstep -MASTER_SITES= http://dockapps.org/files/22/29/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Clock dockapp that shows the date, time, and internet time - -BROKEN= No public distfiles -EXPIRATION_DATE= 2014-07-04 - -WRKSRC= ${WRKDIR}/wmitime/wmitime - -PLIST_FILES= bin/wmitime -USE_XORG= xpm -USE_CSTD= gnu89 - -.include <bsd.port.mk> diff --git a/x11-clocks/wmitime/distinfo b/x11-clocks/wmitime/distinfo deleted file mode 100644 index ef593411dd5c..000000000000 --- a/x11-clocks/wmitime/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmitime-0.3.tar.gz) = fcec441bac183ac2fbbbf9d577c2eaaf9b9e0292a6041256e5a4286a76cddc61 -SIZE (wmitime-0.3.tar.gz) = 21442 diff --git a/x11-clocks/wmitime/files/patch-aa b/x11-clocks/wmitime/files/patch-aa deleted file mode 100644 index ed9398b1b546..000000000000 --- a/x11-clocks/wmitime/files/patch-aa +++ /dev/null @@ -1,54 +0,0 @@ ---- Makefile.orig Mon Mar 29 12:51:39 1999 -+++ Makefile Sat Aug 12 01:03:21 2000 -@@ -1,7 +1,9 @@ --#LANG = fr --LIBDIR = -L/usr/X11R6/lib -+CC ?= gcc -+CFLAGS ?= -O2 -+INCDIR = -I${LOCALBASE}/include -+DESTDIR = ${PREFIX} -+LIBDIR = -L${LOCALBASE}/lib - LIBS = -lXpm -lXext -lX11 -lm --FLAGS = -O2 - OBJS = wmitime.o \ - ../wmgeneral/wmgeneral.o \ - ../wmgeneral/misc.o \ -@@ -9,10 +11,10 @@ - - - .c.o: -- cc -I/usr/X11R6/share/include $(FLAGS) -D$(LANG) -c -Wall $< -o $*.o -+ $(CC) $(CFLAGS) -D$(OPSYS) -c $< -o $@ $(INCDIR) - - wmtime: $(OBJS) -- cc $(FLAGS) -D$(LANG) -o wmitime $^ -lXext $(LIBDIR) $(LIBS) -+ $(CC) $(CFLAGS) $(SYSTEM) -o wmitime $(OBJS) $(LIBDIR) $(LIBS) - - all:: wmtime - -@@ -24,24 +26,5 @@ - rm -f *~ - - install:: wmitime -- cp -f wmitime /usr/local/bin/ -- chmod 755 /usr/local/bin/wmitime -- chown root:root /usr/local/bin/wmitime --# cp wminetrc $(HOME)/.wminetrc --# chmod 600 $(HOME)/.wminetrc --# cp wminetrc /etc/wminetrc --# chmod 644 /etc/wminetrc -+ ${BSD_INSTALL_PROGRAM} wmitime $(DESTDIR)/bin - @echo "wmitime Installation finished..." -- -- -- -- -- -- -- -- -- -- -- -- -- diff --git a/x11-clocks/wmitime/files/patch-ab b/x11-clocks/wmitime/files/patch-ab deleted file mode 100644 index 87370ada5180..000000000000 --- a/x11-clocks/wmitime/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- wmitime.c.orig Fri Aug 6 15:12:36 1999 -+++ wmitime.c Fri Aug 6 15:10:34 1999 -@@ -281,7 +281,7 @@ - - // Compute Inet Time - iTime=(clk->tm_hour*3600+clk->tm_min*60+clk->tm_sec); -- iTime=iTime+((timezone-1)+3600); -+ iTime=iTime+((1-clk->tm_gmtoff)+3600); - if (clk->tm_isdst) - iTime-=3600; - iTime=(iTime*1000)/86400; -@@ -398,7 +398,7 @@ - - // Calculate Wheel Position... - iTime=(clk->tm_hour*3600+clk->tm_min*60+clk->tm_sec); -- iTime=iTime+((timezone-1)+3600); -+ iTime=iTime+((1-clk->tm_gmtoff)+3600); - if (clk->tm_isdst) - iTime-=3600; - iTime=(iTime*1000)/8640; diff --git a/x11-clocks/wmitime/pkg-descr b/x11-clocks/wmitime/pkg-descr deleted file mode 100644 index 924ac314e2d3..000000000000 --- a/x11-clocks/wmitime/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -WMitime is yet another clock dockapp (and quite overglorified at that) -it shows standard time, date, as well as the new internet time. For -more info on internet time, see http://www.swatch.com/ - -WWW: http://dockapps.org/file.php/id/22 |