mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
- Update to 1.12
PR: 129726 Submitted by: bf <bf2006a@yahoo.com> (maintainer)
This commit is contained in:
parent
925d7a2b11
commit
5b5364a368
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225874
3 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gsl
|
||||
PORTVERSION= 1.11
|
||||
PORTVERSION= 1.12
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \
|
||||
http://www.gnu.org/software/${PORTNAME}/manual/:gslref
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (gsl-1.11.tar.gz) = f28f9de8bec867f3f4f436d3ed80680a
|
||||
SHA256 (gsl-1.11.tar.gz) = 7611e507aef1657ccf5e099c9d3873c49cd49a746bc8a00046dcd437fd9211b1
|
||||
SIZE (gsl-1.11.tar.gz) = 2700307
|
||||
MD5 (gsl-1.12.tar.gz) = 3ec101903c8157756fa1352161bd4c39
|
||||
SHA256 (gsl-1.12.tar.gz) = 22019188d24c769acafc250ddc247105eb9cab099529b627078cbd8012c7b7b9
|
||||
SIZE (gsl-1.12.tar.gz) = 2924732
|
||||
MD5 (gsl-ref.ps.gz) = IGNORE
|
||||
SHA256 (gsl-ref.ps.gz) = IGNORE
|
||||
|
|
|
@ -51,6 +51,7 @@ include/gsl/gsl_heapsort.h
|
|||
include/gsl/gsl_histogram.h
|
||||
include/gsl/gsl_histogram2d.h
|
||||
include/gsl/gsl_ieee_utils.h
|
||||
include/gsl/gsl_inline.h
|
||||
include/gsl/gsl_integration.h
|
||||
include/gsl/gsl_interp.h
|
||||
include/gsl/gsl_linalg.h
|
||||
|
@ -73,6 +74,7 @@ include/gsl/gsl_matrix_ulong.h
|
|||
include/gsl/gsl_matrix_ushort.h
|
||||
include/gsl/gsl_message.h
|
||||
include/gsl/gsl_min.h
|
||||
include/gsl/gsl_minmax.h
|
||||
include/gsl/gsl_mode.h
|
||||
include/gsl/gsl_monte.h
|
||||
include/gsl/gsl_monte_miser.h
|
||||
|
@ -219,7 +221,7 @@ include/gsl/gsl_wavelet2d.h
|
|||
lib/libgsl.a
|
||||
lib/libgsl.la
|
||||
lib/libgsl.so
|
||||
lib/libgsl.so.12
|
||||
lib/libgsl.so.13
|
||||
lib/libgslcblas.a
|
||||
lib/libgslcblas.la
|
||||
lib/libgslcblas.so
|
||||
|
|
Loading…
Add table
Reference in a new issue