Skip to content

Commit

Permalink
math/octave-forge-statistics-resampling: Update to 5.4.4.
Browse files Browse the repository at this point in the history
Renamed from math/octave-forge-statistics-bootstrap.
Updated MOVED and math/Makefile.
Updated and portrevision bump for math/octave-forge.
  • Loading branch information
Stephen Montgomery-Smith authored and Stephen Montgomery-Smith committed Dec 24, 2023
1 parent d4b4591 commit c1cfe3f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -8183,3 +8183,4 @@ mail/mailsync||2023-12-16|Has expired: Depends on outdated mail/cclient
mail/cclient|mail/panda-cclient|2023-12-16|Has expired: Last upstream release was in 2007 so use the fork mail/panda-cclient
www/yanopaste||2023-12-18|Has expired: Last upstream release was in 2011
www/py-yt-dlp-devel|www/py-yt-dlp|2023-12-22|Remove the -devel suffix
math/octave-forge-statistics-bootstrap|math/octave-forge-statistics-resampling|2023-12-24|Name change upstream
2 changes: 1 addition & 1 deletion math/Makefile
Expand Up @@ -640,7 +640,7 @@
SUBDIR += octave-forge-splines
SUBDIR += octave-forge-sqlite
SUBDIR += octave-forge-statistics
SUBDIR += octave-forge-statistics-bootstrap
SUBDIR += octave-forge-statistics-resampling
SUBDIR += octave-forge-stk
SUBDIR += octave-forge-strings
SUBDIR += octave-forge-struct
Expand Down
3 changes: 0 additions & 3 deletions math/octave-forge-statistics-bootstrap/distinfo

This file was deleted.

@@ -1,6 +1,6 @@
PORTNAME= octave-forge-statistics-bootstrap
PORTNAME= octave-forge-statistics-resampling
DISTVERSIONPREFIX= v
DISTVERSION= 5.4.3
DISTVERSION= 5.4.4
CATEGORIES= math

MAINTAINER= stephen@FreeBSD.org
Expand All @@ -13,10 +13,12 @@ LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
USES= octave
USE_GITHUB= yes
GH_ACCOUNT= gnu-octave
GH_PROJECT= statistics-bootstrap
GH_PROJECT= statistics-resampling

OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}

ALL_TARGET= make

CONFLICTS_INSTALL= octave-forge-statistics-bootstrap

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions math/octave-forge-statistics-resampling/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1703434597
SHA256 (octave-forge/gnu-octave-statistics-resampling-v5.4.4_GH0.tar.gz) = 47ce0bc5f1f70e45d9be14f7fe1dd4aa3ab36b92709358cdec1c1369c32e81af
SIZE (octave-forge/gnu-octave-statistics-resampling-v5.4.4_GH0.tar.gz) = 1188643
Expand Up @@ -3,7 +3,8 @@ which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

This is statistics-bootstrap.
This is statistics-resampling.

Estimate bias, uncertainty (standard errors and confidence intervals) and
test hypotheses (p-values) using bootstrap resampling methods.
test hypotheses (p-values) using resampling methods. (Note that versions of
this package <= 5.4.3 are named the statistics-bootstrap package).
4 changes: 2 additions & 2 deletions math/octave-forge/Makefile
@@ -1,6 +1,6 @@
PORTNAME= octave-forge
PORTVERSION= 20230902
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math

MAINTAINER= stephen@FreeBSD.org
Expand Down Expand Up @@ -30,7 +30,7 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \
QUEUEING SECS1D SECS2D SECS3D SIGNAL SIMP SOCKETS SOLE \
SPECFUN \
SPARSERSB SPECIAL_MATRIX SPLINES SQLITE STATISTICS \
STATISTICS_BOOTSTRAP STK STRINGS \
STATISTICS_RESAMPLING STK STRINGS \
STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TSA VIDEO VELAS \
WEBSOCKETS ZENITY ZEROMQ

Expand Down

0 comments on commit c1cfe3f

Please sign in to comment.