From owner-freebsd-ports Fri Apr 16 15:52:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FC5615867 for ; Fri, 16 Apr 1999 15:52:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA00433; Fri, 16 Apr 1999 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 2A09414CA0 for ; Fri, 16 Apr 1999 15:48:56 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 49BD816EC; Fri, 16 Apr 1999 15:46:27 -0700 (PDT) Message-Id: <19990416224627.49BD816EC@norn.ca.eu.org> Date: Fri, 16 Apr 1999 15:46:27 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11171: New port: misc/wmmand Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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 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