pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/harmbase2



Module Name:    pkgsrc
Committed By:   plunky
Date:           Fri Feb 28 22:16:01 UTC 2020

Added Files:
        pkgsrc/math/harmbase2: DESCR Makefile PLIST distinfo

Log Message:
Add harmbase2-20191229

Harmbase is a database application for managing harmonic constants.

It is not "plug and play" software. It's not designed to be useful
to someone who does not know how to hack Ruby code or write
interactive SQL queries.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/harmbase2/DESCR \
    pkgsrc/math/harmbase2/Makefile pkgsrc/math/harmbase2/PLIST \
    pkgsrc/math/harmbase2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/harmbase2/DESCR
diff -u /dev/null pkgsrc/math/harmbase2/DESCR:1.1
--- /dev/null   Fri Feb 28 22:16:01 2020
+++ pkgsrc/math/harmbase2/DESCR Fri Feb 28 22:16:01 2020
@@ -0,0 +1,5 @@
+Harmbase is a database application for managing harmonic constants.
+
+It is not "plug and play" software. It's not designed to be useful
+to someone who does not know how to hack Ruby code or write
+interactive SQL queries.
Index: pkgsrc/math/harmbase2/Makefile
diff -u /dev/null pkgsrc/math/harmbase2/Makefile:1.1
--- /dev/null   Fri Feb 28 22:16:01 2020
+++ pkgsrc/math/harmbase2/Makefile      Fri Feb 28 22:16:01 2020
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2020/02/28 22:16:01 plunky Exp $
+
+DISTNAME=      harmbase2-20191229
+CATEGORIES=    math
+MASTER_SITES=  https://flaterco.com/files/xtide/
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+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"
Index: pkgsrc/math/harmbase2/PLIST
diff -u /dev/null pkgsrc/math/harmbase2/PLIST:1.1
--- /dev/null   Fri Feb 28 22:16:01 2020
+++ pkgsrc/math/harmbase2/PLIST Fri Feb 28 22:16:01 2020
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2020/02/28 22:16:01 plunky Exp $
+bin/fixup_datums
+bin/hbexport
+share/harmbase2/Debian.sh
+share/harmbase2/README
+share/harmbase2/boilerplate.txz
+share/harmbase2/compare_LST_problems.sql
+share/harmbase2/dump_db.sh
+share/harmbase2/dwf-export.sh
+share/harmbase2/getPreds.rb
+share/harmbase2/harmbase2.sql
+share/harmbase2/importNOS.rb
+share/harmbase2/importNOS_CurSubs.rb
+share/harmbase2/importNOS_DodgyCode.rb
+share/harmbase2/importNOS_Geogroups.rb
+share/harmbase2/importNOS_JsonReaders.rb
+share/harmbase2/importNOS_Queries.rb
+share/harmbase2/importNOS_TideRefs.rb
+share/harmbase2/importNOS_TideSubs.rb
+share/harmbase2/importNOS_Util.rb
+share/harmbase2/loclist.rb
+share/harmbase2/misc_tests.rb
+share/harmbase2/parse-oldcurlists.rb
+share/harmbase2/sample.rb
+share/harmbase2/scrape-MDAPI-0-stationlists.sh
+share/harmbase2/scrape-MDAPI-1-tiderefs.rb
+share/harmbase2/scrape-MDAPI-2-geogroups.rb
+share/harmbase2/scrape-currents-regions-lists.sh
Index: pkgsrc/math/harmbase2/distinfo
diff -u /dev/null pkgsrc/math/harmbase2/distinfo:1.1
--- /dev/null   Fri Feb 28 22:16:01 2020
+++ pkgsrc/math/harmbase2/distinfo      Fri Feb 28 22:16:01 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/28 22:16:01 plunky Exp $
+
+SHA1 (harmbase2-20191229.tar.xz) = ee1170372351b2b50a7e4f5b55e8270b994a1164
+RMD160 (harmbase2-20191229.tar.xz) = abc770a1d243cd9eebd8d0c723b4dbd92ab4082a
+SHA512 (harmbase2-20191229.tar.xz) = 2bd00067a76f054af8c01e4f7961319e61c2784be9ccb7d12c92c3dca9dcb7cb26ff64f24692304fbe88898616d32ada9cfed4b2dde0d1824e0ef27c80f9927d
+Size (harmbase2-20191229.tar.xz) = 126260 bytes



Home | Main Index | Thread Index | Old Index