Add harmgen 3.1.3
Harmgen is a program to derive harmonic constants from water level observations, by David Flater
This commit is contained in:
parent
670cff3055
commit
f47110c01e
4 changed files with 34 additions and 0 deletions
1
math/harmgen/DESCR
Normal file
1
math/harmgen/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Program to derive harmonic constants from water level observations
|
20
math/harmgen/Makefile
Normal file
20
math/harmgen/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/02/28 22:11:33 plunky Exp $
|
||||
|
||||
DISTNAME= harmgen-3.1.3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://flaterco.com/files/xtide/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://flaterco.com/
|
||||
COMMENT= Program to derive harmonic constants from water level observations
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS= bash gmake gsed
|
||||
USE_LIBTOOL= yes
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
.include "../../math/octave/buildlink3.mk"
|
||||
.include "../../math/congen/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
7
math/harmgen/PLIST
Normal file
7
math/harmgen/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/02/28 22:11:33 plunky Exp $
|
||||
bin/harmgen
|
||||
libexec/harmgen.sh
|
||||
share/harmgen/README
|
||||
share/harmgen/congen_1yr.txt
|
||||
share/harmgen/congen_5yrs.txt
|
||||
share/harmgen/congen_9yrs.txt
|
6
math/harmgen/distinfo
Normal file
6
math/harmgen/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/02/28 22:11:33 plunky Exp $
|
||||
|
||||
SHA1 (harmgen-3.1.3.tar.xz) = 5fc2ce64f79a91b5dee384bd51439aa037e8cd0f
|
||||
RMD160 (harmgen-3.1.3.tar.xz) = a13e51f44123ccae31e0a2a3b3860e036f5abb36
|
||||
SHA512 (harmgen-3.1.3.tar.xz) = b72bf51f6f2dd27a34fef40eb1ea75d174f0752b6d5efb661a9ce6e1d9146c0313ff5554984ade3ad599c697103621b2a8cc5d54d51350e7a25ac44505e2efc9
|
||||
Size (harmgen-3.1.3.tar.xz) = 103840 bytes
|
Loading…
Reference in a new issue