Date: Fri, 16 Apr 1999 15:46:27 -0700 (PDT) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11171: New port: misc/wmmand Message-ID: <19990416224627.49BD816EC@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 11171 >Category: ports >Synopsis: New port: misc/wmmand >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: Fri Apr 16 15:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Window Maker Mandelbrot Explorer. Simple dockapp - that's about all that can be said. >How-To-Repeat: >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: # # wmmand # wmmand/files # wmmand/files/md5 # wmmand/patches # wmmand/patches/patch-aa # wmmand/pkg # wmmand/pkg/COMMENT # wmmand/pkg/DESCR # wmmand/pkg/PLIST # wmmand/Makefile # echo c - wmmand mkdir -p wmmand > /dev/null 2>&1 echo c - wmmand/files mkdir -p wmmand/files > /dev/null 2>&1 echo x - wmmand/files/md5 sed 's/^X//' >wmmand/files/md5 << 'END-of-wmmand/files/md5' XMD5 (wmMand-1.0.tar.gz) = f20bca536ba765cf2a80b56e063ed578 END-of-wmmand/files/md5 echo c - wmmand/patches mkdir -p wmmand/patches > /dev/null 2>&1 echo x - wmmand/patches/patch-aa sed 's/^X//' >wmmand/patches/patch-aa << 'END-of-wmmand/patches/patch-aa' X--- Makefile.orig Fri Apr 16 14:55:02 1999 X+++ Makefile Fri Apr 16 14:55:26 1999 X@@ -1,6 +1,7 @@ X-CC = gcc X-CFLAGS = -O2 -Wall X-INCDIR = -I/usr/X11R6/include/X11 X+CC ?= gcc X+CFLAGS ?= -O2 X+CFLAGS += -Wall X+INCDIR = -I/usr/X11R6/include X DESTDIR= /usr/X11R6 X LIBDIR = -L/usr/X11R6/lib X # for linux END-of-wmmand/patches/patch-aa echo c - wmmand/pkg mkdir -p wmmand/pkg > /dev/null 2>&1 echo x - wmmand/pkg/COMMENT sed 's/^X//' >wmmand/pkg/COMMENT << 'END-of-wmmand/pkg/COMMENT' XA DockApp mandelbrot explorer. END-of-wmmand/pkg/COMMENT echo x - wmmand/pkg/DESCR sed 's/^X//' >wmmand/pkg/DESCR << 'END-of-wmmand/pkg/DESCR' XA simple mandelbrot explorer that is intended for the WindowMaker dock. X XAuthor: XMike Henderson <mghenderson@lanl.gov> X X-Chris Piazza Xcpiazza@home.net END-of-wmmand/pkg/DESCR echo x - wmmand/pkg/PLIST sed 's/^X//' >wmmand/pkg/PLIST << 'END-of-wmmand/pkg/PLIST' Xbin/wmMand END-of-wmmand/pkg/PLIST echo x - wmmand/Makefile sed 's/^X//' >wmmand/Makefile << 'END-of-wmmand/Makefile' X# New ports collection makefile for: wmMand X# Version required: 1.0 X# Date created: 16 April 1999 X# Whom: Chris Piazza <cpiazza@home.net> X# X# $Id$ X XDISTNAME= wmMand-1.0 XPKGNAME= wmmand-1.0 XCATEGORIES= misc windowmaker XMASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ X XMAINTAINER= cpiazza@home.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XWRKSRC= ${WRKDIR}/${DISTNAME}/wmMand X XUSE_GMAKE= yes XUSE_XLIB= yes XUSE_X_PREFIX= yes XALL_TARGET= clean all X XMAN1= wmMand.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmMand ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/wmMand.1 ${PREFIX}/man/man1/ X X.include <bsd.port.mk> END-of-wmmand/Makefile exit -Chris >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?19990416224627.49BD816EC>