From owner-freebsd-ports Tue May 4 0:30: 6 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 03A3514DAE for ; Tue, 4 May 1999 00:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA35345; Tue, 4 May 1999 00:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 6101B1559C for ; Tue, 4 May 1999 00:23:31 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id LAA24525; Tue, 4 May 1999 11:23:30 +0400 (MSD) (envelope-from andy) Message-Id: <199905040723.LAA24525@icc.surw.chel.su> Date: Tue, 4 May 1999 11:23:30 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11482: New port: biorythm-1.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11482 >Category: ports >Synopsis: New port: biorythm-1.1.1 >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: Tue May 4 00:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of biorythm-1.1.1, simple biorythm calculation program. This program calculates a simple biorythm plot based on the given date of birth. The plot starts at the given first day of plot, and includes the number of days indicated on the command line. The default plot includes emotional, intellectual and physical curves. This may be overridden by command line options. WWW: http://home.sol.no/~sverrehu/pub-unix/ # 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: # # biorythm-1.1.1 # biorythm-1.1.1/Makefile # biorythm-1.1.1/files # biorythm-1.1.1/files/md5 # biorythm-1.1.1/patches # biorythm-1.1.1/patches/patch-aa # biorythm-1.1.1/pkg # biorythm-1.1.1/pkg/PLIST # biorythm-1.1.1/pkg/COMMENT # biorythm-1.1.1/pkg/DESCR # echo c - biorythm-1.1.1 mkdir -p biorythm-1.1.1 > /dev/null 2>&1 echo x - biorythm-1.1.1/Makefile sed 's/^X//' >biorythm-1.1.1/Makefile << 'END-of-biorythm-1.1.1/Makefile' X# New ports collection makefile for: biorythm X# Version required: 1.1.1 X# Date created: 4 May 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= biorythm-1.1.1 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SUNSITE} \ X http://home.sol.no/~sverrehu/pub-unix/files/ XMASTER_SITE_SUBDIR= games/amusements X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= shhmsg.1:${PORTSDIR}/devel/libshhmsg \ X shhopt.1:${PORTSDIR}/devel/libshhopt X XUSE_GMAKE= yes X XMAN6= biorythm.6 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/biorythm ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/biorythm.6 ${PREFIX}/man/man6 X Xpost-install: X.if !defined (NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/biorythm X.for file in CREDITS ChangeLog README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/biorythm X.endfor X.endif X X.include END-of-biorythm-1.1.1/Makefile echo c - biorythm-1.1.1/files mkdir -p biorythm-1.1.1/files > /dev/null 2>&1 echo x - biorythm-1.1.1/files/md5 sed 's/^X//' >biorythm-1.1.1/files/md5 << 'END-of-biorythm-1.1.1/files/md5' XMD5 (biorythm-1.1.1.tar.gz) = 0c304a6c37d56cb2d3c11e77225745b5 END-of-biorythm-1.1.1/files/md5 echo c - biorythm-1.1.1/patches mkdir -p biorythm-1.1.1/patches > /dev/null 2>&1 echo x - biorythm-1.1.1/patches/patch-aa sed 's/^X//' >biorythm-1.1.1/patches/patch-aa << 'END-of-biorythm-1.1.1/patches/patch-aa' X--- Makefile Sun Jul 5 19:55:11 1998 X+++ /home/andy/tmp/wrk/Makefile Tue May 4 10:55:11 1999 X@@ -11,10 +11,10 @@ X ########################################################################### X X # where are shhmsg and shhopt? X-INCDIR = -I/usr/local/include X-LIBDIR = -L/usr/local/lib X+INCDIR = -I$(LOCALBASE)/include X+LIBDIR = -L$(LOCALBASE)/lib X X-INSTBASEDIR = /usr/local X+INSTBASEDIR = $(PREFIX) X INSTBINDIR = $(INSTBASEDIR)/games X INSTMANDIR = $(INSTBASEDIR)/man/man6 X INSTALL = install -m 644 X@@ -27,9 +27,9 @@ X X ########################################################################### X X-CC = gcc X+#CC = gcc X X-OPTIM = -O2 X+OPTIM = $(CFLAGS) X CCOPT = -Wall $(OPTIM) $(INCDIR) $(DEFINES) $(CFLAGS) X LDOPT = -s $(LIBDIR) $(LDFLAGS) X END-of-biorythm-1.1.1/patches/patch-aa echo c - biorythm-1.1.1/pkg mkdir -p biorythm-1.1.1/pkg > /dev/null 2>&1 echo x - biorythm-1.1.1/pkg/PLIST sed 's/^X//' >biorythm-1.1.1/pkg/PLIST << 'END-of-biorythm-1.1.1/pkg/PLIST' Xbin/biorythm Xshare/doc/biorythm/CREDITS Xshare/doc/biorythm/ChangeLog Xshare/doc/biorythm/README X@dirrm share/doc/biorythm END-of-biorythm-1.1.1/pkg/PLIST echo x - biorythm-1.1.1/pkg/COMMENT sed 's/^X//' >biorythm-1.1.1/pkg/COMMENT << 'END-of-biorythm-1.1.1/pkg/COMMENT' Xsimple biorythm calculation program END-of-biorythm-1.1.1/pkg/COMMENT echo x - biorythm-1.1.1/pkg/DESCR sed 's/^X//' >biorythm-1.1.1/pkg/DESCR << 'END-of-biorythm-1.1.1/pkg/DESCR' XThis program calculates a simple biorythm plot based on the given date Xof birth. The plot starts at the given first day of plot, and includes Xthe number of days indicated on the command line. X XDates must be entered according to ISO date format, that is: XYYYY-MM-DD, four digit year, two digit month, and two digit day of Xmonth. X XThe default plot includes emotional, intellectual and physical Xcurves. This may be overridden by command line options. X XThe author has no idea how to interpret the plot, so please don't ask Xhim about it. X XWWW: http://home.sol.no/~sverrehu/pub-unix/ END-of-biorythm-1.1.1/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message