Commit graph

312278 commits

Author SHA1 Message Date
plunky
8c029b72b7 add harmgen subdir 2020-02-28 22:12:05 +00:00
plunky
f47110c01e Add harmgen 3.1.3
Harmgen is a program to derive harmonic constants from water level
observations, by David Flater
2020-02-28 22:11:33 +00:00
plunky
670cff3055 Added math/congen 1.7 [plunky 2020-02-28] 2020-02-28 22:09:56 +00:00
plunky
276f966cce add congen subdir 2020-02-28 22:08:59 +00:00
plunky
65342657b2 Add congen 1.7, from David Flater
congen is a C++ library for generating the speeds, equilibrium arguments,
and node factors of Darwin-style tidal constituents more or less as defined
in SP 98:

  Manual of Harmonic Analysis and Prediction of Tides.  Special Publication
  No. 98, Revised (1940) Edition (reprinted 1958 with corrections;
  reprinted again 1994).  United States Government Printing Office, 1994.

Additionally, libcongen provides limited support for approximating
Doodson-style tidal constituents within the infrastructure of the former.
The Doodson approach is discussed in the following publication:

  Foreman, M.G.G., 1977.  Manual for Tidal Heights Analysis and Prediction.
  Pacific Marine Science Report 77-10, Institute of Ocean Sciences,
  Patricia Bay, Sidney, B.C. (2004 revision).

The Congen header file is intended to be self-documenting with regards to use
of the interface, assuming that one has access to SP 98 and a general
understanding of the subject matter.
2020-02-28 22:08:05 +00:00
plunky
138a826d8a devel/libdstr was added 2020-02-28 22:06:08 +00:00
plunky
3c0bf69b35 doc: Updated devel/libdstr to 1.0 2020-02-28 22:05:11 +00:00
plunky
bbbb31a4bf add libdstr 2020-02-28 22:04:52 +00:00
plunky
07aa7eacee Add libdstr 1.0
libdstr is a library containing Dstr, Dave's String class from
David Flater.
2020-02-28 22:04:30 +00:00
plunky
40c46c18c2 have octave use arpack-ng 3.7.0 instead of arpack. This reduces test
failures from 59 to 6

-  PASS                            15064
-  FAIL                               59
+  PASS                            15117
+  FAIL                                6
   REGRESSION                          1
   XFAIL (reported bug)               26
   SKIP (missing feature)            424
2020-02-28 21:57:17 +00:00
plunky
0621bf733e Added math/arpack-ng 3.7.0 [plunky 2020-02-28] 2020-02-28 21:53:06 +00:00
plunky
4dcfd9887f add arpack-ng 2020-02-28 21:52:05 +00:00
plunky
80b2c6aec7 Add arpack-ng 3.7.0
This project started as a joint project between Debian, Octave and
Scilab in order to provide a common and maintained version of arpack,
as no single release has been published by Rice university for the
last few years and many software (Octave, Scilab, R, Matlab...) forked
it and implemented their own modifications.
2020-02-28 21:51:40 +00:00
plunky
58172b76ff Updated math/lapack to 3.9.0 [plunky 2020-02-28]
Updated math/blas to 3.9.0 [plunky 2020-02-28]
2020-02-28 21:49:34 +00:00
plunky
9ffb0ab867 Update math/lapack and math/blas to v3.9.0
Have switched to the CMAKE build and enabled tests.
make test passes all (with one patch pushed upstream)

Package additions, from the release notes are:

LAPACK 3.9.0
   LAPACK QR
      preconditioned QR SVD method for computing the SVD with high accuracy,
      by Zlatko Drmac

   LAPACK Householder Reconstruction
      by Igor Kozachenko and Jim Demmel

LAPACK 3.8.0
   Symmetric-indefinite Factorization: Aasen’s tridiagonalization 2 stage
      A contribution from Ichitaro Yamazaki (University of Tennessee).

   LAPACKE interfaces
      A contribution from Julie Langou (University of Tennessee).
2020-02-28 21:48:53 +00:00
tnn
0ab85a0171 libffi: provide a stub function as temporary band aid for aarch64 2020-02-28 18:14:28 +00:00
gdt
219a11feca ham/xlog: Work around use of deprecated glib2 APIs 2020-02-28 17:52:13 +00:00
tnn
ab7874a9ad Back out previous patch.
Although it made the package link, python is still broken on aarch64:

*** WARNING: renaming "_ctypes" since importing it failed: /usr/pkg/lib/libffi.so.7: Undefined PLT symbol "ffi_data_to_code_pointer" (symnum = 50)
2020-02-28 16:36:14 +00:00
tnn
57cec6916e libffi: deal with fallout on aarch64 2020-02-28 15:44:36 +00:00
gdt
f1e902b3f8 ham/xlog: Drop print/libgnomeprint dependency
No binary change because the package did not look for or link against
this library.  Upstream removed this dependency in 2008, but
apparently we didn't notice.
2020-02-28 15:17:03 +00:00
jperkin
d92ef2ad7c libffi: Restrict perl to SunOS, as requested by joerg. 2020-02-28 13:20:10 +00:00
bsiegert
44a164f66b doc: Updated multimedia/mediainfo to 19.09 2020-02-28 12:17:08 +00:00
bsiegert
36637cb775 Update mediainfo and libmediainfo to 19.09.
No changelog from upstream as far as I can see.

From Joern Clausen in PR pkg/54832.
2020-02-28 12:16:45 +00:00
bsiegert
d769a53863 doc: Updated textproc/enchant2 to 2.2.8 2020-02-28 11:41:00 +00:00
bsiegert
96f8fa12a0 Update enchant2 to 2.2.8.
2.2.8 (February 27, 2020)
-------------------------

Add a provider back-end for Nuspell (thanks, Sander van Geloven). Nuspell is
a new spell-checker whose development has been supported by the Mozilla
foundation. It is backwards-compatible with Hunspell and Myspell
dictionaries, while supporting a wider range of language peculiarities,
improved suggestions, and easier maintainability of the code-base.

Doxygen documentation generation is now supported for Enchant (thanks,
Sander van Geloven).

The command-line parsing of the “enchant” program has been made more
friendly and reliable. The -L flag (show line numbers), which had not been
working for some time, has been fixed.

A buffer overflow in personal wordlist handling has been fixed.

Minor improvements were made to the tests (thanks, Sander van Geloven).
2020-02-28 11:40:40 +00:00
micha
c5cd68fa61 doc: Added doom2-pwad-eviternity version 1.0 2020-02-28 11:36:26 +00:00
micha
b6ffcbc96b doom2-pwad-eviternity: Imported version 1.0
Eviternity is a megawad comprised of six 5-map
episodes (called Chapters) plus two secret maps.
This project exclusively uses OTEX, a brand new
high quality texture pack by ukiro.

Eviternity's six chapters explore a series of
unique and varied themes, each featuring classic
gameplay with an interest in making each map hold
its own unique identity and personality. The
themes are "Medieval", "Techbase", "Icy Castles",
"Industrial / Brutalism", "Hell / Gore / Alien" and
"Heaven".

This project was created as a birthday gift to
Doom, which is celebrating its 25th birthday the day
this was first released ("RC1", Released on December
10th, 2018. The texture pack used in this project,
OTEX, was also released on the same day - so please
do not use Eviternity as a base for your wads & mods.
While mostly being a "Dragonfly project", with 24
maps being made or heavily worked on by myself, I
present to you a mighty lineup of well-known guest
mappers who have crafted beautiful and fun levels.
2020-02-28 11:33:43 +00:00
micha
760e9e4203 Added cc-by-nc-nd-v4.0-license
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
International Public License
2020-02-28 11:21:36 +00:00
wiz
a606340c12 doc: Updated security/scrypt to 1.3.0nb2 2020-02-28 11:20:02 +00:00
wiz
31c3fbed83 scrypt: update to 1.3.0nb2.
Enable libscrypt-kdf.
Add bl3.mk file.
2020-02-28 11:19:53 +00:00
adam
4aeed6773c Updated lang/rust 2020-02-28 11:10:59 +00:00
adam
3beed8e17a rust: updated to 1.41.1
What's in 1.41.1 stable
Rust 1.41.1 addresses two critical regressions introduced in Rust 1.41.0: a soundness hole related to static lifetimes, and a miscompilation causing segfaults. These regressions do not affect earlier releases of Rust, and we recommend users of Rust 1.41.0 to upgrade as soon as possible. Another issue related to interactions between 'static and Copy implementations, dating back to Rust 1.0, was also addressed by this release.
2020-02-28 11:10:36 +00:00
mef
3c26ef567d (graphics/camlimages) Fix ${WRKSRC}. But package will not be completed yet, sorry 2020-02-28 04:24:53 +00:00
bsiegert
d847d89bd3 doc: Updated security/py-ecdsa to 0.15 2020-02-27 16:55:23 +00:00
bsiegert
8db2ef453e Update py-ecdsa to 0.15.
Patch from Jonathan Schleifer via PR pkg/54883.

Contains a fix for broken signature verification.
2020-02-27 16:55:07 +00:00
leot
220845570d doc: Updated security/sqlmap to 1.4.2 2020-02-27 16:46:33 +00:00
leot
0fcc96d4be sqlmap: Update to 1.4.2
Unfortunately no changelog is provided by upstream.
2020-02-27 16:46:21 +00:00
bsiegert
60ebb48e88 doc: Updated www/py-moin to 1.9.10 2020-02-27 16:42:32 +00:00
bsiegert
b2d5ffb748 Update py-moin to 1.9.10, the last 1.x release.
Patch from Patrick TJ McPhee via pkgsrc-users.

Changes are documented at

https://github.com/moinwiki/moin-1.9/blob/1.9.10/docs/CHANGES#L13

There are too many to list here, but the summary is
 - upgrades to included third-party-packages,
 - wide array of security fixes
 - improvements in user management
2020-02-27 16:42:05 +00:00
bsiegert
3fb50e286e doc: Updated lang/go113 to 1.13.8 2020-02-27 16:36:22 +00:00
bsiegert
36f1aeda20 Update go113 to 1.13.8.
This release includes fixes to the runtime, the crypto/x509, and
net/http packages.
2020-02-27 16:34:31 +00:00
nia
0d4fa753df firefox: Remove gnome plist var, no longer used 2020-02-27 15:53:33 +00:00
mef
63bfaab8fe (graphics/camlimages) Adjust size difference. Set DIST_SUBDIR 2020-02-27 15:46:56 +00:00
adam
7e091af0ce libffi: update comment; spotted by @leot 2020-02-27 14:55:02 +00:00
adam
942e98743c Updated lang/python38, lang/py38-html-docs 2020-02-27 14:34:31 +00:00
bsiegert
b860358a05 doc: Added lang/go114 version 1.14 2020-02-27 14:33:36 +00:00
adam
10605df510 python38: updated to 3.8.2
Python 3.8.2 final

Core and Builtins
bpo-39382: Fix a use-after-free in the single inheritance path of issubclass(), when the __bases__ of an object has a single reference, and so does its first item. Patch by Yonatan Goldschmidt.
bpo-39427: Document all possibilities for the -X options in the command line help section. Patch by Pablo Galindo.

Library
bpo-39649: Remove obsolete check for __args__ in bdb.Bdb.format_stack_entry.
bpo-39681: Fix a regression where the C pickle module wouldn’t allow unpickling from a file-like object that doesn’t expose a readinto() method.
bpo-39546: Fix a regression in ArgumentParser where allow_abbrev=False was ignored for long options that used a prefix character other than “-“.
bpo-39432: Implement PEP-489 algorithm for non-ascii “PyInit_…” symbol names in distutils to make it export the correct init symbol also on Windows.

Documentation
bpo-17422: The language reference now specifies restrictions on class namespaces. Adapted from a patch by Ethan Furman.
bpo-39572: Updated documentation of total flag of TypeDict.
bpo-39654: In pyclbr doc, update ‘class’ to ‘module’ where appropriate and add readmodule comment. Patch by Hakan Çelik.

IDLE
bpo-39663: Add tests for pyparse find_good_parse_start().
2020-02-27 14:33:02 +00:00
bsiegert
f28e925357 Add a package for Go 1.14.
The default will remain at 1.13 for the next branch.

The latest Go release, version 1.14, arrives six months after Go 1.13. Most of
its changes are in the implementation of the toolchain, runtime, and libraries.
As always, the release maintains the Go 1 promise of compatibility. We expect
almost all Go programs to continue to compile and run as before.

See the release notes at https://golang.org/doc/go1.14.
2020-02-27 14:32:57 +00:00
jperkin
f74ec580b7 doc: Updated lang/erlang-man to 22.2 2020-02-27 13:47:37 +00:00
jperkin
e7d1133402 doc: Updated lang/erlang-doc to 22.2 2020-02-27 13:47:19 +00:00