Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2002 12:42:33 +0700 (NOVST)
From:      Alexey Dokuchaev <danfe@regency.nsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38137: NEW PORT: misc/wmfirew (dockapp for WM/AS)
Message-ID:  <200205160542.g4G5gXP21081@regency.nsu.ru>

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

>Number:         38137
>Category:       ports
>Synopsis:       NEW PORT: misc/wmfirew (dockapp for WM/AS)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 15 22:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD regency.nsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 29 20:20:23 NOVT 2002 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386
>Description:
This is yet another useless but pretty dockapp for WMaker/AStep
dock/wharf.  It shows fireworks!
>How-To-Repeat:
N/A
>Fix:

# 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


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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