From monkey@incinerator.seecolinslash.com  Sun Aug  4 20:58:23 2002
Return-Path: <monkey@incinerator.seecolinslash.com>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C19BF37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Aug 2002 20:58:23 -0700 (PDT)
Received: from incinerator.seecolinslash.com (dsl081-071-120.sfo1.dsl.speakeasy.net [64.81.71.120])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7F16C43E42
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Aug 2002 20:58:22 -0700 (PDT)
	(envelope-from monkey@incinerator.seecolinslash.com)
Received: (from monkey@localhost)
	by incinerator.seecolinslash.com (8.11.6/8.11.6) id g753vwj16696;
	Sun, 4 Aug 2002 20:57:58 -0700 (PDT)
	(envelope-from monkey)
Message-Id: <200208050357.g753vwj16696@incinerator.seecolinslash.com>
Date: Sun, 4 Aug 2002 20:57:58 -0700 (PDT)
From: Adam Weinberger <adam@vectors.cx>
Reply-To: Adam Weinberger <adam@vectors.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: x11-clocks/wmfuzzy, a fuzzy clock dockapp 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41336
>Category:       ports
>Synopsis:       new port: x11-clocks/wmfuzzy, a fuzzy clock dockapp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 04 21:00:12 PDT 2002
>Closed-Date:    Mon Aug 05 14:34:23 PDT 2002
>Last-Modified:  Mon Aug 05 14:34:23 PDT 2002
>Originator:     Adam Weinberger
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #3: Sat Aug 3 23:40:24 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	this is x11-clocks/wmfuzzy, a fuzzy clock dockapp. a fuzzy clock uses text
	and fuzzy approximating to tell you the time, i.e. "15 Minutes to 9" instead
	of "8:48:11p".
	
>How-To-Repeat:
	
>Fix:

	

--- wmfuzzy.shar begins here ---
# 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:
#
#	/usr/ports/BUILD/wmfuzzy
#	/usr/ports/BUILD/wmfuzzy/Makefile
#	/usr/ports/BUILD/wmfuzzy/distinfo
#	/usr/ports/BUILD/wmfuzzy/pkg-comment
#	/usr/ports/BUILD/wmfuzzy/files
#	/usr/ports/BUILD/wmfuzzy/files/patch-makefile
#	/usr/ports/BUILD/wmfuzzy/pkg-descr
#	/usr/ports/BUILD/wmfuzzy/pkg-plist
#
echo c - /usr/ports/BUILD/wmfuzzy
mkdir -p /usr/ports/BUILD/wmfuzzy > /dev/null 2>&1
echo x - /usr/ports/BUILD/wmfuzzy/Makefile
sed 's/^X//' >/usr/ports/BUILD/wmfuzzy/Makefile << 'END-of-/usr/ports/BUILD/wmfuzzy/Makefile'
X# New ports collection makefile for:	wmfuzzy
X# Date created:			4 August 2002
X# Whom:				Adam Weinberger <adam@vectors.cx>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	wmfuzzy
XPORTVERSION=	0.2
XCATEGORIES=	windowmaker x11-clocks
XMASTER_SITES=	http://www.manicai.net/comp/wmfuzzy/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=		adam@vectors.cx
X
XLIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
X
XUSE_X_PREFIX=	yes
XWRKSRC=	${WRKDIR}/${PORTNAME}/src
XUSE_GMAKE=	yes
XUSE_XPM=	yes
X
Xdo-install:
X		@${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-/usr/ports/BUILD/wmfuzzy/Makefile
echo x - /usr/ports/BUILD/wmfuzzy/distinfo
sed 's/^X//' >/usr/ports/BUILD/wmfuzzy/distinfo << 'END-of-/usr/ports/BUILD/wmfuzzy/distinfo'
XMD5 (wmfuzzy-0.2.tgz) = a1d07243fe343921d61b6edfa83aa127
END-of-/usr/ports/BUILD/wmfuzzy/distinfo
echo x - /usr/ports/BUILD/wmfuzzy/pkg-comment
sed 's/^X//' >/usr/ports/BUILD/wmfuzzy/pkg-comment << 'END-of-/usr/ports/BUILD/wmfuzzy/pkg-comment'
XA fuzzy clock WindowMaker dockapp
END-of-/usr/ports/BUILD/wmfuzzy/pkg-comment
echo c - /usr/ports/BUILD/wmfuzzy/files
mkdir -p /usr/ports/BUILD/wmfuzzy/files > /dev/null 2>&1
echo x - /usr/ports/BUILD/wmfuzzy/files/patch-makefile
sed 's/^X//' >/usr/ports/BUILD/wmfuzzy/files/patch-makefile << 'END-of-/usr/ports/BUILD/wmfuzzy/files/patch-makefile'
X--- Makefile.orig	Sun Aug  4 20:28:35 2002
X+++ Makefile	Sun Aug  4 20:31:38 2002
X@@ -12,11 +12,11 @@
X #group=-g root
X 
X 
X-CC     = gcc
X-CFLAGS = -g -Wall
X-INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
X-DESTDIR= /usr/X11R6
X-LIBDIR = -L/usr/X11R6/lib
X+#CC     = gcc
X+#CFLAGS = -g -Wall
X+INCDIR = -I{X11BASE}/include/X11 -I${X11BASE}/include -I${LOCALBASE}/include
X+DESTDIR= ${X11BASE}
X+LIBDIR = -L${X11BASE}/lib -L${LOCALBASE}/lib
X # for linux
X LIBS   = -lXpm -lX11 -lXext
X # for Solaris
X@@ -51,4 +51,4 @@
X 	cd ../..; tar -zcf ${name}-${version}.tgz `find ./${name} -path "*CVS*" -prune -o -type f -print`
X 
X .c.o:
X-	$(CC) $(CFLAGS) $(SYSTEM) $(INCDIR) -c $< -o $@
X+	$(CC) $(CFLAGS) $(SYSTEM) $(INCDIR) -c $< -o $@
END-of-/usr/ports/BUILD/wmfuzzy/files/patch-makefile
echo x - /usr/ports/BUILD/wmfuzzy/pkg-descr
sed 's/^X//' >/usr/ports/BUILD/wmfuzzy/pkg-descr << 'END-of-/usr/ports/BUILD/wmfuzzy/pkg-descr'
Xwmfuzzy is yet another clock for Windowmaker (so as with ASClock and
Xhowever many others). The difference between it and all of those (that
XI know of) is that the it only gives you the approximate time and
Xdisplays it textually.
X
XWhy? because it seemed a fun idea and let's face it when was the last
Xtime you cared it was 22:58 rather than "Five to Eleven?"
X
XWWW: http://www.manicai.net/comp/wmfuzzy
X
X-Adam Weinberger
Xadam@vectors.cx
END-of-/usr/ports/BUILD/wmfuzzy/pkg-descr
echo x - /usr/ports/BUILD/wmfuzzy/pkg-plist
sed 's/^X//' >/usr/ports/BUILD/wmfuzzy/pkg-plist << 'END-of-/usr/ports/BUILD/wmfuzzy/pkg-plist'
Xbin/wmfuzzy
END-of-/usr/ports/BUILD/wmfuzzy/pkg-plist
exit
--- wmfuzzy.shar ends here ---


>Release-Note:
>Audit-Trail:

From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: Adam Weinberger <adam@vectors.cx>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/41336: new port: x11-clocks/wmfuzzy, a fuzzy clock dockapp
Date: Mon, 5 Aug 2002 14:21:22 +0200

 --tgx=.7GOxAeZ.ht'
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 On Sun, 4 Aug 2002 20:57:58 -0700 (PDT) Adam Weinberger wrote:
 
 > >Fix:
 [shar snipped]
 
 when looking over the shar i noticed some flaws which may prevent your
 port being committed fast (YMMV):
 
 o your shar installs to a absolute path. i wouldn't like that as
   committer
 o apparently your port doesn't honor ${PREFIX}
 o there seems to be a bogus hunk in patch-makefile
 o indentation seems strange some time (too much tabs)
 
 cheers
   simon
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --tgx=.7GOxAeZ.ht'
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.7 (FreeBSD)
 
 iD8DBQE9Tm3Ir5S+dk6z85oRAuiNAJ4+Lj/SSZ424ycBHrPFJwkSZZ6m7ACfQs3/
 DG/q1M6NucktZfAwMGBdT2k=
 =sOSv
 -----END PGP SIGNATURE-----
 
 --tgx=.7GOxAeZ.ht'--
 
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Mon Aug 5 14:34:12 PDT 2002 
State-Changed-Why:  
New port added, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41336 
>Unformatted:
