pkgsrc/math/harmbase2/Makefile
taca 6df6ade0aa math/harmbase2: update to 20220109
20220109
	PostgreSQL 14.1.

	misc_tests.rb:
	Added 1 new test.

	importNOS_TideRefs.rb and importNOS_TideSubs.rb:
	Flagged guessed geogroups in renamings info.

	importNOS_TideSubs.rb:
	Removed trailing \n from notes.

	importNOS_CurRefs.rb and importNOS_CurSubs.rb:
	Persisted name, state, tz from previous year's data.
	Added generation of renamings template.
	Removed one-time code.

	importNOS_CurRefs.rb:
	Removed meridian logic obsoleted by GMT phases.

	scrape-MDAPI-2-geogroups.rb:
	Revised to fetch into separate files instead of concatenating.

	importNOS_JsonReaders.rb:
	Changed readStationsByGroupTidesJson to read separate files.
	Changed getCurrentConstForSid to get majorPhaseGMT.

	importNOS_Geogroups.rb:
	Interpreted null level as level 7 (for new geogroups 1840-1842).
	Nilled out Gulf Coast and Gulf of Alaska in L6rewrite.

	importNOS_Queries.rb:
	Removed obsolete queries.
	Added new queries for currents.

	importNOS_DodgyCode.rb:
	Added patterns to standardize Vieques Island and Isla de Vieques to
	just Vieques.

	importNOS_Util.rb:
	Removed function mangle.  Use db.escape_string.

	sample.rb:
	Removed obsolete comment.
2022-09-09 15:39:32 +00:00

32 lines
864 B
Makefile

# $NetBSD: Makefile,v 1.3 2022/09/09 15:39:32 taca Exp $
DISTNAME= harmbase2-20220109
CATEGORIES= math
MASTER_SITES= https://flaterco.com/files/xtide/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://flaterco.com/
COMMENT= Harmonic constant management system
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
SUBST_CLASSES+= fix-bash
SUBST_STAGE.fix-bash= pre-configure
SUBST_FILES.fix-bash= scripts/Debian.sh
SUBST_SED.fix-bash= -e 's,==,=,'
REPLACE_SH= scripts/*.sh
REPLACE_RUBY= scripts/*.rb
DEPENDS+= ${RUBY_PKGPREFIX}-pg>=1.1.0:../../databases/ruby-pg
.include "../../databases/libtcd/buildlink3.mk"
.include "../../devel/libdstr/buildlink3.mk"
.include "../../lang/ruby/replace.mk"
.include "../../math/congen/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"