Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2004 17:35:46 +0100 (CET)
From:      Ulrich Spoerlein <q@uni.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61735: [NEW PORT] x11-clocks/wmbday: Window Maker dock app that will remind you of birthdays
Message-ID:  <200401221635.i0MGZkVw013325@roadrunner.q.local>
Resent-Message-ID: <200401221640.i0MGeHvS092082@freefall.freebsd.org>

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

>Number:         61735
>Category:       ports
>Synopsis:       [NEW PORT] x11-clocks/wmbday: Window Maker dock app that will remind you of birthdays
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 22 08:40:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 5.2-RELEASE FreeBSD 5.2-RELEASE #3: Tue Jan 20 18:06:57 CET 2004
>Description:
wmbday is a Window Maker dock app for Linux und FreeBSD that will remind you of
birthdays. It can show up to four persons whose birthday is next. On a birthday
it will notify you by blinking the concerning person. Background color, normal
and notification font color can be changed. The data is loaded from a simple
text file.

WWW:	http://buzzinhornetz.ath.cx/wmbday/

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- wmbday-0.2a.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:
#
#	wmbday
#	wmbday/pkg-descr
#	wmbday/Makefile
#	wmbday/pkg-plist
#	wmbday/distinfo
#	wmbday/files
#	wmbday/files/patch-Makefile
#
echo c - wmbday
mkdir -p wmbday > /dev/null 2>&1
echo x - wmbday/pkg-descr
sed 's/^X//' >wmbday/pkg-descr << 'END-of-wmbday/pkg-descr'
Xwmbday is a Window Maker dock app for Linux und FreeBSD that will remind you of
Xbirthdays. It can show up to four persons whose birthday is next. On a birthday
Xit will notify you by blinking the concerning person. Background color, normal
Xand notification font color can be changed. The data is loaded from a simple
Xtext file.
X
XWWW:	http://buzzinhornetz.ath.cx/wmbday/
END-of-wmbday/pkg-descr
echo x - wmbday/Makefile
sed 's/^X//' >wmbday/Makefile << 'END-of-wmbday/Makefile'
X# New ports collection makefile for:	wmbday
X# Date created:				2004-01-06
X# Whom:					Ulrich Spoerlein <q@uni.de>
X#
X# $FreeBSD$
X
XPORTNAME=	wmbday
XPORTVERSION=	0.2a
XCATEGORIES=	x11-clocks
XMASTER_SITES=	http://buzzinhornetz.ath.cx/wmbday/files/
X
XMAINTAINER=	q@roadrunner
XCOMMENT=	Window Maker dock app that will remind you of birthdays
X
XBUILD_DEPENDS=	${X11BASE}/bin/xmessage:${PORTSDIR}/x11/XFree86-4-clients
X
XHAS_CONFIGURE=	yes
XUSE_XLIB=	yes
X
XMAN1=		wmbday.1
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/wmbday ${PREFIX}/bin
X.if !defined(NO_INSTALL_MANPAGES)
X	${INSTALL_MAN} ${WRKSRC}/wmbday.1 ${PREFIX}/man/man1
X.endif
X
X.include <bsd.port.mk>
END-of-wmbday/Makefile
echo x - wmbday/pkg-plist
sed 's/^X//' >wmbday/pkg-plist << 'END-of-wmbday/pkg-plist'
X@comment $FreeBSD$
Xbin/wmbday
END-of-wmbday/pkg-plist
echo x - wmbday/distinfo
sed 's/^X//' >wmbday/distinfo << 'END-of-wmbday/distinfo'
XMD5 (wmbday-0.2a.tar.gz) = b4c1062e5db18c4dc2c6cf2896dc7b7b
END-of-wmbday/distinfo
echo c - wmbday/files
mkdir -p wmbday/files > /dev/null 2>&1
echo x - wmbday/files/patch-Makefile
sed 's/^X//' >wmbday/files/patch-Makefile << 'END-of-wmbday/files/patch-Makefile'
X--- Makefile.orig	Sun Jul 27 15:11:38 2003
X+++ Makefile	Tue Jan  6 00:39:09 2004
X@@ -1,16 +1,15 @@
X-CC 				= gcc
X OBJS			= date.c ring.c main.c
X-INCDIR			= -I/usr/X11R6/include
X-LIBDIR			= -L/usr/X11R6/lib
X+INCDIR			= -I$(X11BASE)/include
X+LIBDIR			= -L$(X11BASE)/lib
X LIBS			= -lX11 -lXext
X-BIN_DESTDIR 	= /usr/local/bin
X-MAN_DESTDIR		= /usr/local/man/man1
X+BIN_DESTDIR 	= $(PREFIX)/local/bin
X+MAN_DESTDIR		= $(PREFIX)/man/man1
X PACKAGE 		= wmbday
X VERSION 		= 0.1
X 
X 
X all:
X-	$(CC) $(OBJS) -o wmbday -Wall $(LIBDIR) $(LIBS) $(INCDIR)
X+	$(CC) $(CFLAGS) $(OBJS) -o wmbday -Wall $(LIBDIR) $(LIBS) $(INCDIR)
X 
X debug:
X 	$(CC) -g $(OBJS) -o wmbday -Wall $(LIBDIR) $(LIBS) $(INCDIR)
END-of-wmbday/files/patch-Makefile
exit
--- wmbday-0.2a.shar ends here ---

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



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