The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD astro : xtide

Harmonic tide clock and tide predictor

 The xtide program predicts and displays tides.  It is capable of
producing output in a variety of dynamic and static formats, and has
extensions for X, plain ASCII, and HTML.

You may need to replace the harmonics file used by this port by one
better suited to your area; there are a number of harmonics files
available at http://www.flaterco.com/xtide/files.html. 

http://www.flaterco.com/xtide/



xtide history


v. 1.35
date: 2007/09/13 02:20:01;  author: tabthorpe;  state: Exp;  lines: +1 -2
- update to 2.9.4

Approved by:	clsung (mentor)

v. 1.34 date: 2007/07/22 19:33:51; author: laszlof; state: Exp; lines: +1 -1 - Add ports to "geography" virtual category Approved by: Pav (wearing portmgr hat)
v. 1.33 date: 2007/05/19 19:58:04; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.32 date: 2007/04/20 09:11:23; author: miwi; state: Exp; lines: +1 -1 - Update to 2.9.3
v. 1.31 date: 2007/04/15 19:33:19; author: erwin; state: Exp; lines: +1 -1 Update to 2.9.2
v. 1.30 date: 2007/03/26 11:25:55; author: miwi; state: Exp; lines: +26 -9 - Update to 2.9.1 PR: 110811 Submitted by: KATO Tsuguru
v. 1.29 date: 2006/12/17 21:47:23; author: pav; state: Exp; lines: +6 -10 - Update to 2.8.3
v. 1.28 date: 2006/05/03 05:14:08; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports in categories starting with A.
v. 1.27 date: 2005/07/17 21:23:00; author: pav; state: Exp; lines: +16 -10 - Update to 2.8.2 PR: ports/83608 Submitted by: KATO Tsuguru
v. 1.26 date: 2005/04/12 03:24:48; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.25 date: 2005/04/11 08:01:18; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.24 date: 2004/03/28 16:20:45; author: krion; state: Exp; lines: +9 -7 - Update to version 2.6.4 PR: ports/64849 Submitted by: Ports Fury
v. 1.23 date: 2003/05/02 22:06:49; author: naddy; state: Exp; lines: +12 -8 Update to version 2.5 PR: 51666 Submitted by: Ports Fury
v. 1.22 date: 2003/02/20 16:46:35; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.21 date: 2002/11/23 02:25:39; author: kris; state: Exp; lines: +2 -2 Remove maintainers with undeliverable email addresses.
v. 1.20 date: 2001/09/11 03:07:57; author: ache; state: Exp; lines: +2 -2 Bump png major
v. 1.19 date: 2001/09/01 17:55:08; author: dwcjr; state: Exp; lines: +6 -6 Update to 2.4 PR: 27206
v. 1.18 date: 2000/08/29 15:50:03; author: kevlo; state: Exp; lines: +2 -2 Update to 2.2.2 PR: 20918 Submitted by: MAINTAINER
v. 1.17 date: 2000/08/03 09:22:23; author: asami; state: Exp; lines: +3 -3 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.16 date: 2000/07/19 12:35:56; author: alex; state: Exp; lines: +3 -1 Ignore the checksum of the data-file which changes a lot. It is ok to ignore it, since this file only contains data used from within the program.
v. 1.15 date: 2000/07/04 07:13:35; author: sobomax; state: Exp; lines: +2 -2 Bump png shared library version. Submitted by: Hajimu UMEMOTO
v. 1.14 date: 2000/06/26 13:53:05; author: alex; state: Exp; lines: +5 -2 Avoid hardcoding /usr/X11R6/ PR: 19478 Submitted by: maintainer
v. 1.13 date: 2000/06/11 19:26:00; author: alex; state: Exp; lines: +2 -5 Don't install xttpd any more, which cleans up the port. PR: 18362 Submitted by: maintainer Reported by: steve Don't use -O2. PR: 18910 Submitted by: me Reviewed by: cpiazza
v. 1.12 date: 2000/04/30 00:04:29; author: steve; state: Exp; lines: +4 -7 Get the harmonics file from harmonics.world.gz. Also for now remove USE_X_PREFIX since this port was trying to install a file in ${X11BASE}/sbin but not creating the directory first. This is not 100% correct but it will fix builds on bento for now. PR: 18260 Submitted by: partially by maintainer
v. 1.11 date: 2000/04/18 00:00:38; author: mharo; state: Exp; lines: +20 -12 update to 2.2 change maintainer to patseal@hyperhost.net PR: 18064 Submitted by: Patrick Seal
v. 1.10 date: 2000/04/08 22:02:13; author: mharo; state: Exp; lines: +3 -3 update with the new PORTNAME/PORTVERSION variables
v. 1.9 date: 1999/09/04 23:39:23; author: mharo; state: Exp; lines: +2 -2 gzip -> ${GZIP_CMD} gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD}
v. 1.8 date: 1999/08/25 04:22:48; author: obrien; state: Exp; lines: +1 -1 Id->FreeBSD rename try 2. This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
v. 1.7 date: 1998/08/25 00:43:38; author: asami; state: Exp; lines: +2 -1 These ports install uncompressed manpages even though USE_IMAKE is set, so mark them with MANCOMPRESSED=no. Note that this requires the new bsd.port.mk that is not committed yet (going through final tests, will be committed in a few hours).
v. 1.6 date: 1998/08/21 02:22:36; author: jseger; state: Exp; lines: +1 -3 Un-BREAK with new checksum
v. 1.5 date: 1998/08/20 17:42:06; author: jseger; state: Exp; lines: +3 -1 BROKEN: # make package >> harmonics.gz doesn't seem to exist on this system. >> Attempting to fetch from http://www.universe.digex.net/~dave/files/. Receiving harmonics.gz (358944 bytes): 100% 358944 bytes transfered in 396.0 seconds (906 bytes/s) >> Checksum OK for xtide-1.6.2.tar.gz. >> Checksum mismatch for harmonics.gz. Make sure the Makefile and md5 file (/usr/ports/astro/xtide/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop.
v. 1.4 date: 1998/02/02 01:49:22; author: asami; state: Exp; lines: +2 -2 Change EXTRACT_ONLY too, see previous commit why.
v. 1.3 date: 1998/01/31 14:40:55; author: jseger; state: Exp; lines: +2 -2 Distfile was renamed on MASTERSITE.
v. 1.2 date: 1997/11/29 00:58:08; author: asami; state: Exp; lines: +2 -2 Portlint.
v. 1.1 date: 1997/11/28 20:44:17; author: fenner; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/11/28 20:44:17; author: fenner; state: Exp; lines: +0 -0 Displays a graphical representation of the tides =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm