head	1.7;
access;
symbols
	pkgsrc-2026Q1:1.7.0.16
	pkgsrc-2026Q1-base:1.7
	pkgsrc-2025Q4:1.7.0.14
	pkgsrc-2025Q4-base:1.7
	pkgsrc-2025Q3:1.7.0.12
	pkgsrc-2025Q3-base:1.7
	pkgsrc-2025Q2:1.7.0.10
	pkgsrc-2025Q2-base:1.7
	pkgsrc-2025Q1:1.7.0.8
	pkgsrc-2025Q1-base:1.7
	pkgsrc-2024Q4:1.7.0.6
	pkgsrc-2024Q4-base:1.7
	pkgsrc-2024Q3:1.7.0.4
	pkgsrc-2024Q3-base:1.7
	pkgsrc-2024Q2:1.7.0.2
	pkgsrc-2024Q2-base:1.7
	pkgsrc-2024Q1:1.6.0.14
	pkgsrc-2024Q1-base:1.6
	pkgsrc-2023Q4:1.6.0.12
	pkgsrc-2023Q4-base:1.6
	pkgsrc-2023Q3:1.6.0.10
	pkgsrc-2023Q3-base:1.6
	pkgsrc-2023Q2:1.6.0.8
	pkgsrc-2023Q2-base:1.6
	pkgsrc-2023Q1:1.6.0.6
	pkgsrc-2023Q1-base:1.6
	pkgsrc-2022Q4:1.6.0.4
	pkgsrc-2022Q4-base:1.6
	pkgsrc-2022Q3:1.6.0.2
	pkgsrc-2022Q3-base:1.6
	pkgsrc-2022Q2:1.4.0.12
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.4.0.10
	pkgsrc-2022Q1-base:1.4
	pkgsrc-2021Q4:1.4.0.8
	pkgsrc-2021Q4-base:1.4
	pkgsrc-2021Q3:1.4.0.6
	pkgsrc-2021Q3-base:1.4
	pkgsrc-2021Q2:1.4.0.4
	pkgsrc-2021Q2-base:1.4
	pkgsrc-2021Q1:1.4.0.2
	pkgsrc-2021Q1-base:1.4
	pkgsrc-2020Q4:1.3.0.2
	pkgsrc-2020Q4-base:1.3;
locks; strict;
comment	@# @;


1.7
date	2024.05.08.12.53.30;	author adam;	state Exp;
branches;
next	1.6;
commitid	LdDJaQlP55Zfcc9F;

1.6
date	2022.07.25.19.50.54;	author wiz;	state Exp;
branches;
next	1.5;
commitid	02MMjpoO1CMHujND;

1.5
date	2022.07.25.11.12.25;	author wiz;	state Exp;
branches;
next	1.4;
commitid	6RYOoAzN4cnKCgND;

1.4
date	2021.01.07.21.42.50;	author wiz;	state Exp;
branches;
next	1.3;
commitid	lHAP9lc7U4UffQCC;

1.3
date	2020.12.20.01.21.47;	author mef;	state Exp;
branches;
next	1.2;
commitid	cEIg12XGfNLe4qAC;

1.2
date	2020.12.17.22.18.18;	author mef;	state Exp;
branches;
next	1.1;
commitid	gisnUvJFoX4h79AC;

1.1
date	2020.12.17.22.12.06;	author mef;	state Exp;
branches;
next	;
commitid	pKy8tM8kwB7959AC;


desc
@@


1.7
log
@erfa: updated to 2.0.1

ERFA 2.0.1 and SOFA "20231011"
Only small bug fixes in the SOFA release. The only differences between ERFA 2.0.1 and SOFA "20231011" remain the added eraVersion, eraSofaVersion, and leap second functions noted above.
@
text
@# $NetBSD: Makefile,v 1.6 2022/07/25 19:50:54 wiz Exp $

DISTNAME=	erfa-2.0.1
CATEGORIES=	math
MASTER_SITES=	${MASTER_SITE_GITHUB:=liberfa/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/liberfa/erfa
COMMENT=	Essential Routines for Fundamental Astronomy
LICENSE=	modified-bsd

PKGCONFIG_OVERRIDE+=	erfa.pc.in

USE_LIBTOOL=	yes
USE_TOOLS+=	aclocal autoconf autoheader automake
GNU_CONFIGURE=	yes
TEST_TARGET=	check

AUTOCONF_REQD+=	2.50
AUTOMAKE_REQD+=	1.7.1

pre-configure:
	set -e; cd ${WRKSRC}; \
	./bootstrap.sh; \
	aclocal; autoheader; automake -a --foreign -i; autoconf

.include "../../mk/bsd.pkg.mk"
@


1.6
log
@erfa: update to 2.0.0.

Based on update in wip by Kinoshita Daisuke, nia and mef.

This version of ERFA (v2.0.0) is based on SOFA version "20210512",
with the differences outlined below.

ERFA 2.0.0 and SOFA "20210512"

    Functionally, there no differences except for the added
    eraVersion, eraSofaVersion, and leap second functions noted
    above.
    The three new functions added in SOFA are added to ERFA as
    well.
    Like for SOFA, one now has to explicitly include erfam.h to
    use its macros defining constants, etc. Including just erfa.h
    (or erfaextra.h) will no longer includes erfam.h implicitly.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2021/01/07 21:42:50 wiz Exp $
d3 1
a3 1
DISTNAME=	erfa-2.0.0
d16 1
a16 1

d18 1
d20 2
a21 6
AUTOCONF_REQD=	2.50
AUTOMAKE_REQD=	1.7.1
USE_TOOLS+=	aclocal
USE_TOOLS+=	autoconf
USE_TOOLS+=	autoheader
USE_TOOLS+=	automake
@


1.5
log
@*: remove pkg-config from tools where no buildlink3.mk file is included

Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
@
text
@d3 1
a3 1
DISTNAME=	erfa-1.7.1
@


1.4
log
@erfa: fix HOMEPAGE.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2020/12/20 01:21:47 mef Exp $
a12 2
USE_TOOLS+=	pkg-config

@


1.3
log
@(math/erfa) unnecessary or harmfull python/egg.mk inclusion removed
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2020/12/17 22:18:18 mef Exp $
d9 1
a9 1
HOMEPAGE=	https://github.com/liberfa/
@


1.2
log
@MAINTAINER converted to pkgsrc-users@@ the same as wip
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/12/17 22:12:06 mef Exp $
a32 1
.include "../../lang/python/egg.mk"
@


1.1
log
@math/erfa: import erfa-1.7.1 based on PR pkg/55858 by Daisuke Kinoshita

ERFA (Essential Routines for Fundamental Astronomy) is a C library for
astronomy.
@
text
@d1 1
a1 1
# $NetBSD$
d8 1
a8 1
MAINTAINER=	kinoshita@@astro.ncu.edu.tw
@

