From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 26 10:10:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 461C937B401 for ; Thu, 26 Jun 2003 10:10:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C63A443FBD for ; Thu, 26 Jun 2003 10:10:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5QHAGUp030516 for ; Thu, 26 Jun 2003 10:10:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5QHAGrA030515; Thu, 26 Jun 2003 10:10:16 -0700 (PDT) Date: Thu, 26 Jun 2003 10:10:16 -0700 (PDT) Message-Id: <200306261710.h5QHAGrA030515@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Bruce M Simpson Subject: Re: ports/42072: New port: mail/wmymail: Report new mail in WindowMaker dock X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bruce M Simpson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 17:10:17 -0000 The following reply was made to PR ports/42072; it has been noted by GNATS. From: Bruce M Simpson To: Tilman Linneweh Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/42072: New port: mail/wmymail: Report new mail in WindowMaker dock Date: Thu, 26 Jun 2003 16:23:19 +0100 --RNRUMt0ZF5Yaq/Aq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Please see the attached shar file which should fetch and compile. BMS --RNRUMt0ZF5Yaq/Aq Content-Type: application/x-shar Content-Disposition: attachment; filename="wmymail.shar" Content-Transfer-Encoding: quoted-printable # This is a shell archive. Save it in a file, remove anything before=0A# t= his line, and then unpack it by entering "sh file". Note, it may=0A# creat= e directories; files and directories will be owned by you and=0A# have defa= ult permissions.=0A#=0A# This archive contains:=0A#=0A# wmymail=0A# wmymail= /files=0A# wmymail/files/patch-Makefile=0A# wmymail/Makefile=0A# wmymail/di= stinfo=0A# wmymail/pkg-descr=0A# wmymail/pkg-plist=0A#=0Aecho c - wmymail= =0Amkdir -p wmymail > /dev/null 2>&1=0Aecho c - wmymail/files=0Amkdir -p wm= ymail/files > /dev/null 2>&1=0Aecho x - wmymail/files/patch-Makefile=0Ased = 's/^X//' >wmymail/files/patch-Makefile << 'END-of-wmymail/files/patch-Makef= ile'=0AX--- Makefile.orig Fri Jul 27 00:25:37 2001=0AX+++ Makefile Tue Aug = 27 12:34:53 2002=0AX@@ -1,32 +1,22 @@=0AX #=0AX-# Makefile for wmymail=0AX+= # Makefile for xmymail (FreeBSD) -bms=0AX #=0AX =0AX+PROG=3D wmymail=0AX = =0AX-VERSION =3D 0.2=0AX-CC =3D gcc=0AX-LIBS =3D -L/usr/X11R6/lib -= lX11 -lXpm -lXext -ldockapp=0AX-CFLAGS =3D -O2 -I/usr/X11R6/include -Wall= =0AX-XPMS =3D xpm/main.xpm xpm/mbox_1.xpm xpm/mbox_2.xpm xpm/mbox_3.xpm \= =0AX- xpm/numbers.xpm xpm/unumbers.xpm=0AX-DISTFILES =3D Makefile README R= EADME.old ChangeLog wmymail.c raw-envelope.jpg=0AX+SRCS=3D wmymail.c=0AX+= =0AX+CFLAGS+=3D -I${X11BASE}/include -O2 -Wall=0AX+LDADD+=3D -lXpm -lX11 -l= Xext -ldockapp=0AX+LDADD+=3D -L${X11BASE}/lib=0AX =0AX-default all target: = wmymail=0AX+NOMAN=3D=0AX+=0AX+XPMS=3D xpm/main.xpm xpm/mbox_1.xpm xpm/mbox_= 2.xpm xpm/mbox_3.xpm \=0AX+ xpm/numbers.xpm xpm/unumbers.xpm=0AX =0AX-wmym= ail: wmymail.o=0AX- $(CC) $< $(CFLAGS) $(LIBS) -o $@=0AX+BINDIR?=3D ${X11BA= SE}/bin=0AX =0AX-wmymail.o: wmymail.c $(XPMS)=0AX- $(CC) $(CFLAGS) $(MY_INC= S) -o $@ -c $<=0AX-=0AX-clean:=0AX- rm -f wmymail wmymail.o=0AX-=0AX-dist:= =0AX- rm -fr wmymail-$(VERSION)=0AX- mkdir -p wmymail-$(VERSION)/xpm=0AX- c= p $(DISTFILES) wmymail-$(VERSION)=0AX- cp $(XPMS) wmymail-$(VERSION)/xpm=0A= X- rm -f wmymail-$(VERSION).tar.gz=0AX- tar czvf wmymail-$(VERSION).tar.gz = wmymail-$(VERSION)=0AX+wmymail.o: wmymail.c ${XPMS}=0AX =0AX+.include =0AEND-of-wmymail/files/patch-Makefile=0Aecho x - wmymail/Makefile= =0Ased 's/^X//' >wmymail/Makefile << 'END-of-wmymail/Makefile'=0AX# New por= ts collection makefile for: wmymail=0AX# Date created: 27 August 2002=0AX#= Whom: Bruce M Simpson =0AX#=0AX# $FreeBSD$=0AX#=0AX=0AXPORT= NAME=3D wmymail=0AXPORTVERSION=3D 0.2=0AXCATEGORIES=3D x11 mail=0AXMASTER_S= ITES=3D http://yath.mine.nu/wmymail/ \=0AX http://dockapps.org/files/65/96= /=0AXMAINTAINER=3D bms@spc.org=0AXCOMMENT=3D Check inbox using a WindowMake= r DockApp=0AX=0AXLIB_DEPENDS=3D dockapp.1:${PORTSDIR}/x11-wm/libdockapp=0AX= RUN_DEPENDS=3D fetchmail:${PORTSDIR}/mail/fetchmail=0AX=0AXUSE_X_PREFIX=3D = yes=0AX=0AXNOMAN=3D=0AX=0AX.include =0AEND-of-wmymail/Makefile= =0Aecho x - wmymail/distinfo=0Ased 's/^X//' >wmymail/distinfo << 'END-of-wm= ymail/distinfo'=0AXMD5 (wmymail-0.2.tar.gz) =3D c2600ab388e92c6a1474e3f30ae= cf4bf=0AEND-of-wmymail/distinfo=0Aecho x - wmymail/pkg-descr=0Ased 's/^X//'= >wmymail/pkg-descr << 'END-of-wmymail/pkg-descr'=0AXwmymail is a small pro= gram which uses the fetchmail port to determine how=0AXmany new messages ar= e in your inbox.=0AX=0AXWWW: http://dockapps.org/file.php/id/65=0AX=0AXBruc= e=0AXbms@spc.org=0AEND-of-wmymail/pkg-descr=0Aecho x - wmymail/pkg-plist=0A= sed 's/^X//' >wmymail/pkg-plist << 'END-of-wmymail/pkg-plist'=0AXbin/wmymai= l=0AEND-of-wmymail/pkg-plist=0Aexit=0A=0A --RNRUMt0ZF5Yaq/Aq--