summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
Diffstat (limited to 'astro')
-rw-r--r--astro/astroterm/Makefile22
-rw-r--r--astro/astroterm/distinfo12
-rw-r--r--astro/kosmorro/Makefile2
-rw-r--r--astro/mepo/Makefile1
-rw-r--r--astro/py-astlib/Makefile1
-rw-r--r--astro/py-astroML/Makefile2
-rw-r--r--astro/py-kosmorrolib/Makefile2
-rw-r--r--astro/py-metpy/Makefile2
-rw-r--r--astro/py-pykep/Makefile2
-rw-r--r--astro/py-skyfield-data/Makefile2
-rw-r--r--astro/py-skyfield/Makefile2
-rw-r--r--astro/py-sunpy/Makefile1
12 files changed, 36 insertions, 15 deletions
diff --git a/astro/astroterm/Makefile b/astro/astroterm/Makefile
index 5b5cd1cbc684..43125f97d630 100644
--- a/astro/astroterm/Makefile
+++ b/astro/astroterm/Makefile
@@ -1,9 +1,11 @@
PORTNAME= astroterm
DISTVERSIONPREFIX= v
-DISTVERSION= 1.0.8
+DISTVERSION= 1.0.9
CATEGORIES= astro
-MASTER_SITES= https://web.archive.org/web/20231007085824if_/http://tdc-www.harvard.edu/catalogs/:DATA
-DISTFILES= BSC5:DATA
+MASTER_SITES= https://web.archive.org/web/20231007085824if_/http://tdc-www.harvard.edu/catalogs/:DATA \
+ https://web.archive.org/web/20250114171002if_/http://tdc-www.harvard.edu/catalogs/:ASCIIDATA
+DISTFILES= BSC5:DATA \
+ ybsc5.gz:ASCIIDATA
DIST_SUBDIR= ${PORTNAME}-${DISTVERSION}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
@@ -23,8 +25,22 @@ GH_ACCOUNT= da-luce
PLIST_FILES= bin/${PORTNAME}
+OPTIONS_DEFAULT= BINARY
+OPTIONS_SINGLE= DATA
+OPTIONS_SINGLE_DATA= ASCII BINARY
+
+ASCII_DESC= Download the data source in ASCII format
+BINARY_DESC= Download the data source in binary format
+
+.include <bsd.port.options.mk>
+
post-extract:
+.if ${PORT_OPTIONS:MBINARY}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/BSC5 \
${WRKSRC}/data/bsc5
+.endif
+.if ${PORT_OPTIONS:MASCII}
+ ${GZIP_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/ybsc5.gz > ${WRKSRC}/data/ybsc5
+.endif
.include <bsd.port.mk>
diff --git a/astro/astroterm/distinfo b/astro/astroterm/distinfo
index 8988a49e67cb..98d795d1b5e8 100644
--- a/astro/astroterm/distinfo
+++ b/astro/astroterm/distinfo
@@ -1,5 +1,7 @@
-TIMESTAMP = 1752484050
-SHA256 (astroterm-1.0.8/BSC5) = e471d02eaf4eecb61c12f879a1cb6432ba9d7b68a9a8c5654a1eb42a0c8cc340
-SIZE (astroterm-1.0.8/BSC5) = 291548
-SHA256 (astroterm-1.0.8/da-luce-astroterm-v1.0.8_GH0.tar.gz) = d7205aeca4a8de372938b103c4ed787a8430150f7d4254151e2148434e9d4430
-SIZE (astroterm-1.0.8/da-luce-astroterm-v1.0.8_GH0.tar.gz) = 20465560
+TIMESTAMP = 1756549522
+SHA256 (astroterm-1.0.9/BSC5) = e471d02eaf4eecb61c12f879a1cb6432ba9d7b68a9a8c5654a1eb42a0c8cc340
+SIZE (astroterm-1.0.9/BSC5) = 291548
+SHA256 (astroterm-1.0.9/ybsc5.gz) = 3dc44b1e90be8fbe5bcc7656032560f51275f985c7e3f783c9028e1838ec7bed
+SIZE (astroterm-1.0.9/ybsc5.gz) = 573921
+SHA256 (astroterm-1.0.9/da-luce-astroterm-v1.0.9_GH0.tar.gz) = d96d70c644b258ed0adc3a700e6af122659ecabf3eed60d7cfb6810b5068f3eb
+SIZE (astroterm-1.0.9/da-luce-astroterm-v1.0.9_GH0.tar.gz) = 20467780
diff --git a/astro/kosmorro/Makefile b/astro/kosmorro/Makefile
index 0c062dd0dfae..6083b481b32e 100644
--- a/astro/kosmorro/Makefile
+++ b/astro/kosmorro/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kosmorro
PORTVERSION= 0.10.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro python
MASTER_SITES= PYPI
diff --git a/astro/mepo/Makefile b/astro/mepo/Makefile
index a3063cdb408c..2f304f727883 100644
--- a/astro/mepo/Makefile
+++ b/astro/mepo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mepo
DISTVERSION= 1.3.4
+PORTREVISION= 1
CATEGORIES= astro geography wayland
MASTER_SITES= https://git.sr.ht/~mil/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
diff --git a/astro/py-astlib/Makefile b/astro/py-astlib/Makefile
index 210b07be21bf..30fdf8661983 100644
--- a/astro/py-astlib/Makefile
+++ b/astro/py-astlib/Makefile
@@ -1,5 +1,6 @@
PORTNAME= astlib
PORTVERSION= 0.11.10
+PORTREVISION= 1
CATEGORIES= astro python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-astroML/Makefile b/astro/py-astroML/Makefile
index 49fc551389c9..3827dccb78d5 100644
--- a/astro/py-astroML/Makefile
+++ b/astro/py-astroML/Makefile
@@ -1,6 +1,6 @@
PORTNAME= astroML
PORTVERSION= 1.0.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= astro
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-kosmorrolib/Makefile b/astro/py-kosmorrolib/Makefile
index 179926df5798..31064a7901a5 100644
--- a/astro/py-kosmorrolib/Makefile
+++ b/astro/py-kosmorrolib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kosmorrolib
PORTVERSION= 1.0.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile
index 36535191079c..98032307310c 100644
--- a/astro/py-metpy/Makefile
+++ b/astro/py-metpy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= metpy
PORTVERSION= 1.6.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-pykep/Makefile b/astro/py-pykep/Makefile
index 073db762b9a3..344929c048e3 100644
--- a/astro/py-pykep/Makefile
+++ b/astro/py-pykep/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pykep
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= astro python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-skyfield-data/Makefile b/astro/py-skyfield-data/Makefile
index 6eb0cb7cf3b5..80296b825256 100644
--- a/astro/py-skyfield-data/Makefile
+++ b/astro/py-skyfield-data/Makefile
@@ -1,6 +1,6 @@
PORTNAME= skyfield-data
PORTVERSION= 6.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-skyfield/Makefile b/astro/py-skyfield/Makefile
index 250ca58939f0..ab562fd15987 100644
--- a/astro/py-skyfield/Makefile
+++ b/astro/py-skyfield/Makefile
@@ -1,6 +1,6 @@
PORTNAME= skyfield
PORTVERSION= 1.53
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-sunpy/Makefile b/astro/py-sunpy/Makefile
index 551ca12d6edd..073cebeed1ac 100644
--- a/astro/py-sunpy/Makefile
+++ b/astro/py-sunpy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sunpy
DISTVERSION= 7.0.1
+PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}