pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/erfa math/erfa: import erfa-1.7.1 based on PR pkg...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bcf796b9143d
branches: trunk
changeset: 443612:bcf796b9143d
user: mef <mef%pkgsrc.org@localhost>
date: Thu Dec 17 22:12:06 2020 +0000
description:
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.
diffstat:
math/erfa/DESCR | 2 ++
math/erfa/Makefile | 34 ++++++++++++++++++++++++++++++++++
math/erfa/PLIST | 7 +++++++
math/erfa/buildlink3.mk | 12 ++++++++++++
math/erfa/distinfo | 6 ++++++
5 files changed, 61 insertions(+), 0 deletions(-)
diffs (81 lines):
diff -r 5d4878208f91 -r bcf796b9143d math/erfa/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/erfa/DESCR Thu Dec 17 22:12:06 2020 +0000
@@ -0,0 +1,2 @@
+ERFA (Essential Routines for Fundamental Astronomy) is a C library for
+astronomy.
diff -r 5d4878208f91 -r bcf796b9143d math/erfa/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/erfa/Makefile Thu Dec 17 22:12:06 2020 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2020/12/17 22:12:06 mef Exp $
+
+DISTNAME= erfa-1.7.1
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_GITHUB:=liberfa/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= kinoshita%astro.ncu.edu.tw@localhost
+HOMEPAGE= https://github.com/liberfa/
+COMMENT= Essential Routines for Fundamental Astronomy
+LICENSE= modified-bsd
+
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= erfa.pc.in
+
+USE_LIBTOOL= yes
+
+GNU_CONFIGURE= yes
+
+AUTOCONF_REQD= 2.50
+AUTOMAKE_REQD= 1.7.1
+USE_TOOLS+= aclocal
+USE_TOOLS+= autoconf
+USE_TOOLS+= autoheader
+USE_TOOLS+= automake
+
+pre-configure:
+ set -e; cd ${WRKSRC}; \
+ ./bootstrap.sh; \
+ aclocal; autoheader; automake -a --foreign -i; autoconf
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5d4878208f91 -r bcf796b9143d math/erfa/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/erfa/PLIST Thu Dec 17 22:12:06 2020 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2020/12/17 22:12:06 mef Exp $
+include/erfa.h
+include/erfadatextra.h
+include/erfaextra.h
+include/erfam.h
+lib/liberfa.la
+lib/pkgconfig/erfa.pc
diff -r 5d4878208f91 -r bcf796b9143d math/erfa/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/erfa/buildlink3.mk Thu Dec 17 22:12:06 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/12/17 22:12:06 mef Exp $
+
+BUILDLINK_TREE+= erfa
+
+.if !defined(ERFA_BUILDLINK3_MK)
+ERFA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.erfa+= erfa>=1.7.1
+BUILDLINK_PKGSRCDIR.erfa?= ../../math/erfa
+.endif # ERFA_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -erfa
diff -r 5d4878208f91 -r bcf796b9143d math/erfa/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/erfa/distinfo Thu Dec 17 22:12:06 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/12/17 22:12:06 mef Exp $
+
+SHA1 (erfa-1.7.1.tar.gz) = 0224281616f9cdbd7429c626493ee98b4533baa0
+RMD160 (erfa-1.7.1.tar.gz) = 98917ba7720ca47a12dea8ff6a666a6d2ed28d19
+SHA512 (erfa-1.7.1.tar.gz) = 353d7ffc0fb62768375c0514bc7a17fbefeca5d316e3c3efbd83a1060f19b084f9dda0af261f618f19b5f6d5642f1d4669af6a9e03cbe37959f8d0b8f1713b9a
+Size (erfa-1.7.1.tar.gz) = 334357 bytes
Home |
Main Index |
Thread Index |
Old Index