FreeBSD Bugzilla – Attachment 21839 Details for
Bug 38137
NEW PORT: misc/wmfirew (dockapp for WM/AS)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 2.64 KB, created by
Alexey Dokuchaev
on 2002-05-16 06:50:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Alexey Dokuchaev
Created:
2002-05-16 06:50:01 UTC
Size:
2.64 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: ># ># . ># ./Makefile ># ./pkg-plist ># ./files ># ./files/patch-aa ># ./pkg-descr ># ./pkg-comment ># ./distinfo ># >echo c - . >mkdir -p . > /dev/null 2>&1 >echo x - ./Makefile >sed 's/^X//' >./Makefile << 'END-of-./Makefile' >X# New ports collection makefile for: wmfirew >X# Date created: 16 May 2002 >X# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> >X# >X# $FreeBSD: ports/misc/wmfirew/Makefile,v 1.6 2001/11/27 15:06:17 jedgar Exp $ >X# >X >XPORTNAME= wmfirew >XPORTVERSION= 0.20 >XCATEGORIES= misc >XMASTER_SITES= http://web.novalis.org/programs/ >X >XMAINTAINER= ports@FreeBSD.org >X >XUSE_GMAKE= yes >XWRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} >XUSE_X_PREFIX= yes >XUSE_XPM= yes >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >X >X.include <bsd.port.mk> >END-of-./Makefile >echo x - ./pkg-plist >sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' >Xbin/wmfirew >END-of-./pkg-plist >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 12:16:40 2002 >X+++ Makefile Thu May 16 12:17:17 2002 >X@@ -1,21 +1,20 @@ >X-INCDIR = -I/usr/X11R6/include >X-LIBDIR = -L/usr/X11R6/lib >X-LIBS = -lXpm -lXext -lX11 >X-OBJS = wmfirew.o ../wmgeneral/wmgeneral.o >X+CC ?= gcc >X+CFLAGS += -c -Wall >X+INCDIR = -I${X11BASE}/include >X+LIBDIR = -L${X11BASE}/lib >X+LIBS = -lXpm -lXext -lX11 >X+OBJS = wmfirew.o ../wmgeneral/wmgeneral.o >X >X .c.o: >X- cc -c -g -O2 -Wall -D$(shell echo `uname -s`) $< -o $*.o $(INCDIR) >X- >X-all: wmfirew >X+ ${CC} ${CFLAGS} ${INCDIR} -D${shell echo `uname -s`} $< -o $*.o >X >X wmfirew: $(OBJS) >X- cc -o wmfirew $^ $(LIBDIR) $(LIBS) >X+ ${CC} -o wmfirew $^ ${LIBDIR} ${LIBS} >X+ >X+all: wmfirew >X >X clean: >X- for i in $(OBJS) ; do \ >X+ for i in ${OBJS}; do \ >X rm -f $$i; \ >X done >X- rm -f wmfirew >X- >X-install: >X- mv wmfirew /usr/local/bin >X+ rm -f wmfirew core >END-of-./files/patch-aa >echo x - ./pkg-descr >sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' >XA WindowMaker/AfterSter dockable app, showing fireworks in action. >XNot particularly useful, but looks kinda cool. >X >XWWW: http://web.novalis.org/ >END-of-./pkg-descr >echo x - ./pkg-comment >sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' >XA dockapp that shows fireworks in action >END-of-./pkg-comment >echo x - ./distinfo >sed 's/^X//' >./distinfo << 'END-of-./distinfo' >XMD5 (wmfirew-0.20.tar.gz) = 0862f9513a71d60d9c6535780f37b5f1 >END-of-./distinfo >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 38137
: 21839