FreeBSD Bugzilla – Attachment 39099 Details for
Bug 61735
[NEW PORT] x11-clocks/wmbday: Window Maker dock app that will remind you of birthdays
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
wmbday-0.2a.shar
wmbday-0.2a.shar (text/plain), 2.87 KB, created by
Ulrich Spoerlein
on 2004-01-22 16:40:17 UTC
(
hide
)
Description:
wmbday-0.2a.shar
Filename:
MIME Type:
Creator:
Ulrich Spoerlein
Created:
2004-01-22 16:40:17 UTC
Size:
2.87 KB
patch
obsolete
># 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 61735
: 39099