Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 23:26:52 -0700 (PDT)
From:      Adam Weinberger <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41223: new port: misc/wmtunlo - 2-d tunnel dockapp
Message-ID:  <200208010626.g716Qqa09189@incinerator.seecolinslash.com>

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

>Number:         41223
>Category:       ports
>Synopsis:       new port: misc/wmtunlo - 2-d tunnel dockapp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 31 23:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Adam Weinberger
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD manifold.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #10: Sat Jun 29 16:50:17 PDT 2002 root@manifold.vectors.cx:/usr/src/sys/compile/subspace i386


	
>Description:
	wmtunlo is a simple 2-d tunnel zoooooooomy thing for the WM dock.
	
>How-To-Repeat:
	
>Fix:

	

--- wmtunlo.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:
#
#	/usr/ports/BUILD/wmtunlo/
#	/usr/ports/BUILD/wmtunlo/Makefile
#	/usr/ports/BUILD/wmtunlo/pkg-comment
#	/usr/ports/BUILD/wmtunlo/pkg-descr
#	/usr/ports/BUILD/wmtunlo/distinfo
#	/usr/ports/BUILD/wmtunlo/pkg-plist
#	/usr/ports/BUILD/wmtunlo/files
#	/usr/ports/BUILD/wmtunlo/files/patch-Makefile
#
echo c - /usr/ports/BUILD/wmtunlo/
mkdir -p /usr/ports/BUILD/wmtunlo/ > /dev/null 2>&1
echo x - /usr/ports/BUILD/wmtunlo/Makefile
sed 's/^X//' >/usr/ports/BUILD/wmtunlo/Makefile << 'END-of-/usr/ports/BUILD/wmtunlo/Makefile'
X# New ports collection makefile for:	wmtunlo
X# Date created:			27 July 2002
X# Whom:				Adam Weinberger <adam@vectors.cx>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		wmtunlo
XPORTVERSION=		0.0.1
XCATEGORIES=		windowmaker misc
XMASTER_SITES=		http://clay.ll.pl/download/
XDISTNAME=		wmtunlo
X
XMAINTAINER=		adam@vectors.cx
X
XUSE_REINPLACE=		yes
XUSE_X_PREFIX=		yes
XUSE_XPM=		yes
X
Xpost-build:
X.for i in 1 2 3 4 5
X		@${REINPLACE_CMD} -e 's|./wmtunlo|${PREFIX}/bin/wmtunlo|g' \
X			${WRKSRC}/example${i}
X.endfor
X
Xdo-install:
X		@${INSTALL_PROGRAM} ${WRKSRC}/wmtunlo ${PREFIX}/bin
X.for i in 1 2 3 4 5
X		@${INSTALL_SCRIPT} ${WRKSRC}/example${i} \
X			${PREFIX}/bin/wmtunlo.example${i}
X.endfor
X
X.include <bsd.port.mk>
END-of-/usr/ports/BUILD/wmtunlo/Makefile
echo x - /usr/ports/BUILD/wmtunlo/pkg-comment
sed 's/^X//' >/usr/ports/BUILD/wmtunlo/pkg-comment << 'END-of-/usr/ports/BUILD/wmtunlo/pkg-comment'
XA bo(O)oooring 2d tunnel in wmaker dock
END-of-/usr/ports/BUILD/wmtunlo/pkg-comment
echo x - /usr/ports/BUILD/wmtunlo/pkg-descr
sed 's/^X//' >/usr/ports/BUILD/wmtunlo/pkg-descr << 'END-of-/usr/ports/BUILD/wmtunlo/pkg-descr'
XThis is a WindowMaker dockapp that displays a zooming 2-D tunnel. The
Xvisualization is highly customizable, using 14 arguments. 5 example
Xcustomizations are provided as shell scripts, named wmtunlo.example1
Xthrough wmtunlo.example5.
X
X- Adam Weinberger
Xadam@vectors.cx
END-of-/usr/ports/BUILD/wmtunlo/pkg-descr
echo x - /usr/ports/BUILD/wmtunlo/distinfo
sed 's/^X//' >/usr/ports/BUILD/wmtunlo/distinfo << 'END-of-/usr/ports/BUILD/wmtunlo/distinfo'
XMD5 (wmtunlo.tar.gz) = 66aae4349e6eb75b4286ff7c74ba5796
END-of-/usr/ports/BUILD/wmtunlo/distinfo
echo x - /usr/ports/BUILD/wmtunlo/pkg-plist
sed 's/^X//' >/usr/ports/BUILD/wmtunlo/pkg-plist << 'END-of-/usr/ports/BUILD/wmtunlo/pkg-plist'
Xbin/wmtunlo
Xbin/wmtunlo.example1
Xbin/wmtunlo.example2
Xbin/wmtunlo.example3
Xbin/wmtunlo.example4
Xbin/wmtunlo.example5
END-of-/usr/ports/BUILD/wmtunlo/pkg-plist
echo c - /usr/ports/BUILD/wmtunlo/files
mkdir -p /usr/ports/BUILD/wmtunlo/files > /dev/null 2>&1
echo x - /usr/ports/BUILD/wmtunlo/files/patch-Makefile
sed 's/^X//' >/usr/ports/BUILD/wmtunlo/files/patch-Makefile << 'END-of-/usr/ports/BUILD/wmtunlo/files/patch-Makefile'
X--- Makefile.orig	Sat Jul 20 04:32:12 2002
X+++ Makefile	Sat Jul 27 02:18:29 2002
X@@ -1,14 +1,15 @@
X 
X wmTunlo: wmtunlo.o wmgeneral.o
X-	gcc wmgeneral.o wmtunlo.o -o wmtunlo -L/usr/X11R6/lib -lXpm -lX11 -lXext -lm
X+	${CC} wmgeneral.o wmtunlo.o -o wmtunlo \
X+		-L${X11BASE}/lib -lXpm -lX11 -lXext -lm
X 
X wmtunlo.o: wmtunlo.c wmgeneral.c wmgeneral.h dock-master.xpm dock-mask.xbm
X-	gcc -O3 -Wall -c wmtunlo.c
X+	${CC} $(CFLAGS) -c wmtunlo.c -I${X11BASE}/include
X 
X wmgeneral.o: wmgeneral.c wmgeneral.h
X-	gcc -O3 -Wall -c wmgeneral.c -I/usr/X11R6/include/X11
X+	${CC} $(CFLAGS) -c wmgeneral.c -I${X11BASE}/include
X 
X clean:
X 	rm -f *~ *.o wmtunlo
X 
X-
X+all: wmTunlo
END-of-/usr/ports/BUILD/wmtunlo/files/patch-Makefile
exit
--- wmtunlo.shar ends here ---


>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?200208010626.g716Qqa09189>