Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 1999 15:46:50 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11174: New port: astro/wmsun
Message-ID:  <19990416224650.85F8F16EB@norn.ca.eu.org>

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

>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 <mghenderson@lanl.gov>
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 <cpiazza@home.net>
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 <bsd.port.mk>
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




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