From owner-freebsd-ports Fri Apr 16 15:52:43 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 0513415A2B for ; Fri, 16 Apr 1999 15:52:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA00461; Fri, 16 Apr 1999 15:50:02 -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 E16BE14CA0 for ; Fri, 16 Apr 1999 15:49:19 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 85F8F16EB; Fri, 16 Apr 1999 15:46:50 -0700 (PDT) Message-Id: <19990416224650.85F8F16EB@norn.ca.eu.org> Date: Fri, 16 Apr 1999 15:46:50 -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/11174: New port: astro/wmsun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11174 >Category: ports >Synopsis: New port: astro/wmsun >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:02 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: A dockapp that displays the rise and set times of the sun for a given long/lat. >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: # # wmsun # wmsun/files # wmsun/files/md5 # wmsun/patches # wmsun/patches/patch-aa # wmsun/pkg # wmsun/pkg/COMMENT # wmsun/pkg/DESCR # wmsun/pkg/PLIST # wmsun/Makefile # echo c - wmsun mkdir -p wmsun > /dev/null 2>&1 echo c - wmsun/files mkdir -p wmsun/files > /dev/null 2>&1 echo x - wmsun/files/md5 sed 's/^X//' >wmsun/files/md5 << 'END-of-wmsun/files/md5' XMD5 (wmSun-1.03.tar.gz) = defc6747ebdb64b5d3afe91f916d3acc END-of-wmsun/files/md5 echo c - wmsun/patches mkdir -p wmsun/patches > /dev/null 2>&1 echo x - wmsun/patches/patch-aa sed 's/^X//' >wmsun/patches/patch-aa << 'END-of-wmsun/patches/patch-aa' X--- Makefile.orig Fri Apr 16 15:27:34 1999 X+++ Makefile Fri Apr 16 15:27:56 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 END-of-wmsun/patches/patch-aa echo c - wmsun/pkg mkdir -p wmsun/pkg > /dev/null 2>&1 echo x - wmsun/pkg/COMMENT sed 's/^X//' >wmsun/pkg/COMMENT << 'END-of-wmsun/pkg/COMMENT' XA dockapp that displays the rise and set time of the sun. END-of-wmsun/pkg/COMMENT echo x - wmsun/pkg/DESCR sed 's/^X//' >wmsun/pkg/DESCR << 'END-of-wmsun/pkg/DESCR' XA dockapp that displays the rise and set time of the sun. X XAuthor: XMike Henderson X X-Chris Piazza Xcpiazza@home.net END-of-wmsun/pkg/DESCR echo x - wmsun/pkg/PLIST sed 's/^X//' >wmsun/pkg/PLIST << 'END-of-wmsun/pkg/PLIST' Xbin/wmSun END-of-wmsun/pkg/PLIST echo x - wmsun/Makefile sed 's/^X//' >wmsun/Makefile << 'END-of-wmsun/Makefile' X# New ports collection makefile for: wmSun X# Version required: 1.03 X# Date created: 16 April 1999 X# Whom: Chris Piazza X# X# $Id$ X XDISTNAME= wmSun-1.03 XPKGNAME= wmsun-1.03 XCATEGORIES= astro 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}/wmSun X XUSE_GMAKE= yes XUSE_XLIB= yes XUSE_X_PREFIX= yes XALL_TARGET= clean all X XMAN1= wmSun.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmSun ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/wmSun.1 ${PREFIX}/man/man1 X X.include END-of-wmsun/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