Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 1999 17:58:08 +1100 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9999: New port: wmitime 0.2
Message-ID:  <199902100658.RAA02250@corp.au.triax.com>

next in thread | raw e-mail | index | archive | help

>Number:         9999
>Category:       ports
>Synopsis:       New port: wmitime 0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb  9 23:00:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jim Mock
>Release:        FreeBSD 2.2.8-RELEASE i386
>Organization:
>Environment:

	

>Description:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	wmitime
#	wmitime/pkg
#	wmitime/pkg/DESCR
#	wmitime/pkg/PLIST
#	wmitime/pkg/COMMENT
#	wmitime/patches
#	wmitime/patches/patch-aa
#	wmitime/Makefile
#	wmitime/files
#	wmitime/files/md5
#
echo c - wmitime
mkdir -p wmitime > /dev/null 2>&1
echo c - wmitime/pkg
mkdir -p wmitime/pkg > /dev/null 2>&1
echo x - wmitime/pkg/DESCR
sed 's/^X//' >wmitime/pkg/DESCR << 'END-of-wmitime/pkg/DESCR'
XWMitime is yet another clock dockapp (and quite overglorified at that) 
Xit shows standard time, date, as well as the new internet time.  For
Xmore info on internet time, see http://www.swatch.com/
X
XWWW Homepage:	http://www.neotokyo.org/illusion/
X
X- Jim <jim@phrantic.phear.net>
END-of-wmitime/pkg/DESCR
echo x - wmitime/pkg/PLIST
sed 's/^X//' >wmitime/pkg/PLIST << 'END-of-wmitime/pkg/PLIST'
Xbin/wmitime
END-of-wmitime/pkg/PLIST
echo x - wmitime/pkg/COMMENT
sed 's/^X//' >wmitime/pkg/COMMENT << 'END-of-wmitime/pkg/COMMENT'
XA clock dockapp that shows the date, time, and internet time.
END-of-wmitime/pkg/COMMENT
echo c - wmitime/patches
mkdir -p wmitime/patches > /dev/null 2>&1
echo x - wmitime/patches/patch-aa
sed 's/^X//' >wmitime/patches/patch-aa << 'END-of-wmitime/patches/patch-aa'
X--- Makefile.orig	Wed Feb 10 17:21:54 1999
X+++ Makefile	Wed Feb 10 17:25:34 1999
X@@ -1,6 +1,9 @@
X+CC = gcc
X+CFLAGS = -O2 -Wall
X+INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
X+DESTDIR = /usr/X11R6
X LIBDIR = -L/usr/X11R6/lib
X LIBS   = -lXpm -lXext -lX11 -lm
X-FLAGS = -O2
X OBJS =	wmitime.o \
X 		../wmgeneral/wmgeneral.o \
X 		../wmgeneral/misc.o \
X@@ -8,10 +11,10 @@
X 
X 
X .c.o:
X-	cc -I/usr/X11R6/share/include $(FLAGS) -c -Wall $< -o $*.o
X+	$(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
X 
X wmtime: $(OBJS)
X-	cc $(FLAGS) -o wmitime $^ -lXext $(LIBDIR) $(LIBS)
X+	$(CC) $(CFLAGS) $(SYSTEM) -o wmitime $^ $(INCDIR) $(LIBDIR) $(LIBS)
X 
X all:: wmtime
X 
X@@ -23,11 +26,5 @@
X 	rm -f *~
X 
X install:: wmitime
X-	cp -f wmitime /usr/local/bin/
X-	chmod 755 /usr/local/bin/wmitime
X-	chown root:root /usr/local/bin/wmitime
X-#	cp wminetrc $(HOME)/.wminetrc
X-#	chmod 600 $(HOME)/.wminetrc
X-#	cp wminetrc /etc/wminetrc
X-#	chmod 644 /etc/wminetrc
X+	install -s -m 0755 wmitime $(DESTDIR)/bin
X 	@echo "wmitime Installation finished..."
END-of-wmitime/patches/patch-aa
echo x - wmitime/Makefile
sed 's/^X//' >wmitime/Makefile << 'END-of-wmitime/Makefile'
X# New ports collection makefile for:	wmitime
X# Version required:	0.2
X# Date created:		10 February 1999
X# Whom:			Jim Mock <jim@phrantic.phear.net>
X#
X# $Id$
X#
X
XDISTNAME=	wmitime-0.2
XCATEGORIES=	x11-clocks windowmaker afterstep
XMASTER_SITES=	http://www.neotokyo.org/illusion/
X
XMAINTAINER=	jim@phrantic.phear.net
X
XLIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
X
XWRKSRC=		${WRKDIR}/wmitime.app/wmitime
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/wmitime ${X11BASE}/bin
X
X.include <bsd.port.mk>
END-of-wmitime/Makefile
echo c - wmitime/files
mkdir -p wmitime/files > /dev/null 2>&1
echo x - wmitime/files/md5
sed 's/^X//' >wmitime/files/md5 << 'END-of-wmitime/files/md5'
XMD5 (wmitime-0.2.tar.gz) = 80de7b5fd8fb3eb19e01389d39063b8f
END-of-wmitime/files/md5
exit

>How-To-Repeat:

	

>Fix:
	
	

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902100658.RAA02250>