FreeBSD Bugzilla – Attachment 21836 Details for
Bug 38134
NEW PORT: sysutils/wmfortune for WMaker/AStep
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 3.67 KB, created by
Alexey Dokuchaev
on 2002-05-16 05:20:03 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Alexey Dokuchaev
Created:
2002-05-16 05:20:03 UTC
Size:
3.67 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: ># ># . ># ./pkg-descr ># ./Makefile ># ./distinfo ># ./files ># ./files/patch-aa ># ./files/patch-ab ># ./pkg-comment ># ./pkg-plist ># >echo c - . >mkdir -p . > /dev/null 2>&1 >echo x - ./pkg-descr >sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' >XWMFortune outputs the fortune messages, just as its name says. >X >XWWW: http://www.01.246.ne.jp/~m-sugano/apps.html >END-of-./pkg-descr >echo x - ./Makefile >sed 's/^X//' >./Makefile << 'END-of-./Makefile' >X# New ports collection makefile for: wmfortune >X# Date created: 16 May 2002 >X# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> >X# >X# $FreeBSD: ports/sysutils/wmfortune/Makefile,v 1.9 2000/08/03 09:23:58 asami Exp $ >X# >X >XPORTNAME= wmfortune >XPORTVERSION= 0.241 >XCATEGORIES= games windowmaker afterstep >XMASTER_SITES= http://www.01.246.ne.jp/~m-sugano/ >X >XMAINTAINER= ports@FreeBSD.org >X >XUSE_GMAKE= yes >XUSE_X_PREFIX= yes >XUSE_XPM= yes >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${PREFIX}/bin >X >X.include <bsd.port.mk> >END-of-./Makefile >echo x - ./distinfo >sed 's/^X//' >./distinfo << 'END-of-./distinfo' >XMD5 (wmfortune-0.241.tar.gz) = fa8db5d9a46d9afe7757f498c781e8c9 >END-of-./distinfo >echo c - ./files >mkdir -p ./files > /dev/null 2>&1 >echo x - ./files/patch-aa >sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' >X--- Makefile.orig Thu May 16 10:51:45 2002 >X+++ Makefile Thu May 16 10:53:56 2002 >X@@ -1,35 +1,18 @@ >X-### Edit here as you like :) >X-BINDIR = /usr/local/bin >X-############################ >X+CC ?= gcc >X+CFLAGS += -c -Wall >X+INCDIR = -I${X11BASE}/include -I/usr/local/include >X+LIBDIR = -L${X11BASE}/lib >X+LIBS = -lXpm -lXext -lX11 >X+OBJS = wmfortune.o dockapp.o >X >X-DEST = wmfortune >X+.c.o: >X+ ${CC} ${CFLAGS} ${INCDIR} $< -o $*.o >X >X-# Programs used to move the binary to the proper place. >X-INSTALL = /usr/bin/install >X-INSTALL_PROGRAM = ${INSTALL} -m 755 >X-UNINSTALL_PROGRAM = rm -f >X+wmfortune: $(OBJS) >X+ ${CC} -o wmfortune $^ ${LIBDIR} ${LIBS} >X >X-CC = gcc >X-OPTIMIZE = -O2 >X-XLIBDIR = /usr/X11R6/lib >X-#XLIB = -ldockapp -lXpm -lXext -lX11 >X-XLIB = -lXpm -lXext -lX11 >X-OBJ = wmfortune.o dockapp.o >X- >X-$(DEST) : $(OBJ) >X- $(CC) $(OBJ) -L$(XLIBDIR) $(XLIB) -o $(DEST) >X- >X-dockapp.o: dockapp.c >X- $(CC) $(OPTIMIZE) $< -c >X- >X-wmfortune.o: wmfortune.c >X- $(CC) $(OPTIMIZE) $< -c >X- >X-install: >X- $(INSTALL_PROGRAM) ./$(DEST) $(BINDIR)/$(DEST) >X- >X-uninstall: >X- $(UNINSTALL_PROGRAM) $(BINDIR)/$(DEST) >X+all: wmfortune >X >X clean: >X- rm -rf $(DEST) $(OBJ) *~ >X+ rm -f *.o >X+ rm -f wmfortune core >END-of-./files/patch-aa >echo x - ./files/patch-ab >sed 's/^X//' >./files/patch-ab << 'END-of-./files/patch-ab' >X--- wmfortune.c.orig Thu May 16 11:01:43 2002 >X+++ wmfortune.c Thu May 16 11:02:18 2002 >X@@ -21,7 +21,7 @@ >X * >X */ >X #define BUFF_SIZE 1024 >X-#define SCROLL_DEFAULT_SPEED 1000 >X+#define SCROLL_DEFAULT_SPEED 10000 >X >X #include <unistd.h> >X #include <stdio.h> >X@@ -110,7 +110,7 @@ >X >X static DAProgramOption options[] = { >X {"-d", "--displayname", "display to use.", DOString, False, {&displayName}}, >X- {"-s", "--speed", "scrolling speed. (default 1000 dot/ms)", DOInteger, False, {&speed}}, >X+ {"-s", "--speed", "scrolling speed. (default 10000 dot/ms)", DOInteger, False, {&speed}}, >X }; >X >X static void >END-of-./files/patch-ab >echo x - ./pkg-comment >sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' >XWindowMaker dockapp that outputs the fortune messages >END-of-./pkg-comment >echo x - ./pkg-plist >sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' >Xbin/wmfortune >END-of-./pkg-plist >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 38134
: 21836