Commit graph

283588 commits

Author SHA1 Message Date
mef
303737f2d6 Correction from Updated to Added, sorry 2018-06-20 05:16:33 +00:00
mef
7bcdb2de67 Added math/p5-Math-Matrix version 0.8 [mef 2018-06-20]
Added math/p5-Math-Systems version 0.01 [mef 2018-06-20]
2018-06-20 05:14:34 +00:00
mef
579696ca27 math/p5-Math-Matrix: import p5-Math-Matrix-0.8
The following methods are available:
  new
  clone
  size  of matrix
  concat
  transpose
  multiply
  solve
  multiply_scalar
  add
  substract
  equal
  slice
  determinant
  dot_product
  absolute
  normalizing
  cross_product
  print
2018-06-20 05:10:50 +00:00
mef
2acb8998d4 math/p5-Math-Systems: import p5-Math-Systems-0.01
Solves systems of equations using Krammer's rule. If you look at the
Solve method you'll understand Krammer's rule (I think?)

Basically a system of equations is more than one equation/variable your
solving. This module REQUIRES you have 1 equation per each coefficent.
Try not to use too many equations. 3 equations is probably the limit of
reason. But if you don't mind long compilation time, go for as many as
you want.

This module uses (and ovbiously requires you have) Math::Matrix to do
all the Matrix work. Please take a look at that module for details do
you can see exactly what is happening. There are no arguements in this
module except for the Matrix which will be brought to Math::Matrix.

Also, keep in mind, there are no error messenging. I will of course
change that someday, but for now I'm satisfied that I can solve systems
of equations. Don't allow error-prone things to be written in. But,
there are of course times when you won't be able to figure out the
stupid answer and this module will absolutly act like it did a great
job, and at the same time, fail. So, keep that in mind.

BETA means something. It's not good.
2018-06-20 05:04:59 +00:00
maya
8a7b92042c mesalib: disable dri *and* llvm in the netbsd native xorg case.
It isn't feasible to build this version of MesaLib with this option and
netbsd's base libraries.

PR pkg/52686.
2018-06-20 01:37:15 +00:00
ryoon
f5e6150aa9 Updated graphics/ImageMagick to 7.0.8.2
Updated graphics/p5-PerlMagick to 7.0.8.2
2018-06-19 22:58:56 +00:00
ryoon
c2c8c16d54 Update to 7.0.8.2
Changelog:
2018-06-18  7.0.8-2 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-2, GIT revision 14476:cda11d81d:20180618.

2018-06-18  7.0.8-2 Cristy  <quetzlzacatenango@image...>
  * More robust SVG text handling.

2018-06-16  7.0.8-1 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-1, GIT revision 14468:94cb08785:20180616.

2018-06-16  7.0.8-1 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous use of uninitialized values, integer overflow, memory
    exceeded, and timeouts (credit to OSS Fuzz).
  * Fixed an issue with stroke and label: (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34142).
  * PNG: set storage class to DirectClass if alpha enabled (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34121).
2018-06-19 22:57:05 +00:00
ryoon
c8bb1de276 Updated converters/nkf to 2.14
Updated converters/p5-nkf to 2.14
2018-06-19 22:53:10 +00:00
ryoon
f86dc51f9f Update to 2.14
Changelog:
Not available.
2018-06-19 22:51:46 +00:00
ryoon
97b9741284 Updated cross/pdp11-aout-gcc to 8.1.0 2018-06-19 22:47:29 +00:00
ryoon
5a23d3a12a Update to 8.1.0
* Update t9 latest GCC
2018-06-19 22:47:01 +00:00
ryoon
acdd1493c9 Updated cross/pdp11-aout-binutils to 2.30 2018-06-19 22:46:12 +00:00
ryoon
4d2d812e92 Update to 2.30
* Update to latest binutils
2018-06-19 22:45:36 +00:00
wen
06f8281f3a Updated mail/p5-Email-Simple to 2.216 2018-06-19 15:03:09 +00:00
wen
202dc7e07e Update to 2.216
Upstream changes:
2.216     2018-06-06 11:47:52-04:00 America/New_York
        - no changes since v2.215

2.215     2018-05-04 16:21:28+10:00 Australia/Melbourne (TRIAL RELEASE)
        - do not re-fold folded lines (Marc Bradshaw)
2018-06-19 15:01:58 +00:00
wen
7b0f8566cb Updated devel/p5-SDL to 2.548 2018-06-19 14:23:53 +00:00
wen
572b1b4e6f Update to 2.548
Upstream changes:
2.548 May 19 2018
        - Add version number to all modules [FROGGS]
2018-06-19 14:22:18 +00:00
ryoon
f2fdf95cce Updated lang/rust to 1.26.2 2018-06-19 13:23:54 +00:00
ryoon
b6191cc4b1 Update to 1.26.2
Changelog:
Version 1.26.2 (2018-06-05)
Compatibility Notes

 The borrow checker was fixed to avoid unsoundness when using match ergonomics
2018-06-19 13:23:25 +00:00
adam
b914d9c0fa Updated textproc/py-natsort, www/py-nevow 2018-06-19 12:12:52 +00:00
adam
2702cac1af py-nevow: updated to 0.14.4
Nevow 0.14.4:
Bugfixes
Divmod.Runtime.getAttribute now works again on newer Microsoft Edge versions.
2018-06-19 12:12:25 +00:00
adam
8448b09acc py-natsort: updated to 5.3.2
5.3.2:
Fix bug that prevented install on old versions of setuptools.
Revert layout from src/natsort/ back to natsort/ to make user testing simpler.
2018-06-19 12:06:32 +00:00
adam
a5d429e242 Updated www/py-django-countries, devel/py-ddt 2018-06-19 11:49:27 +00:00
adam
9f9a4c46ab py-ddt: updated to 1.1.3
1.1.3:
Merge pull request 56 from pavelholvi/pavel-add-nested-dict-example-to-docs
2018-06-19 11:49:07 +00:00
adam
5bef5c0152 py-django-countries: updated to 5.3.1
5.3.1:
- Fix dumpdata and loaddata for CountryField(multiple=True).
2018-06-19 11:46:11 +00:00
adam
5e52e22477 Updated security/py-asyncssh, www/py-cherrypy 2018-06-19 11:39:41 +00:00
adam
cd4e754c5a py-cherrypy: updated to 16.0.2
v16.0.2:
* :issue:1716: Fixed handling of url-encoded parameters in
  digest authentication handling, correcting regression in v14.2.0.

v16.0.1
* :issue:1719: Digest-auth tool will now return a status
  code of 401 for when a scheme other than 'digest' is
  indicated.
2018-06-19 11:39:03 +00:00
adam
1c9e4ca3e4 py-asyncssh: updated to 1.13.1
Release 1.13.1:
Added client and server support for host-based SSH authentication. If enabled, this will allow all users from a given host to be authenticated by a shared host key, rather than each user needing their own key. This should only be used with hosts which are trusted to keep their host keys secure and provide accurate client usernames.
Added support for RSA key exchange algorithms (rsa2048-sha256 and rsa1024-sha1) available in PuTTY and some mobile SSH clients.
Added support for the SECP256K1 elliptic curve for ECDSA keys and ECDH key exchange. This curve is supported by the Bitvise SSH client and server.
Added debug logging of the algorithms listed in a received kexinit message.
2018-06-19 11:37:28 +00:00
fhajny
6f4f104834 lang/guile: Add search path to default extensions for lt_dlopenext.
Fixes usage with packages like print/lilypond on at least Darwin and SunOS, where dynamically loaded guile extensions cannot be found without resorting to LTDL_LIBRARY_PATH quirks.
2018-06-19 11:07:25 +00:00
fhajny
dbe7c6469d print/lilypond: Fix patch by removing an empty if/fi block. 2018-06-19 08:46:41 +00:00
adam
486c09a9aa Updated x11/qt5 2018-06-19 07:23:02 +00:00
adam
bcaba131ef qt5: updated to 5.11.0
Qt 5.11 comes with quite a few new features as well as many bug fixes to existing functionality.
2018-06-19 07:21:23 +00:00
wiz
b3713414dd doc: Updated x11/libXaw3d to 1.6.3 2018-06-19 07:14:16 +00:00
wiz
75f664015c libXaw3d: update to 1.6.3.
Alan Coopersmith (9):
     Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
     Replace TXT16 with XChar2b inline
     Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV)
     configure: Drop AM_MAINTAINER_MODE
     autogen.sh: Honor NOCONFIGURE=1
     Just use C89 size_t instead of rolling our own Size_t & Off_t
     Use SEEK_* names instead of raw numbers for fseek whence argument
     Get rid of some extraneous ; at the end of C source lines
     Avoid using dead pointer in _XawTextSetSelection

Emil Velikov (1):
     autogen.sh: use quoted string variables

Javier Pello (1):
     Fix --disable-feature options in configure

Jeremy Huddleston Sequoia (1):
     darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass

Matt Turner (1):
     libXaw3d 1.6.3

Mihail Konev (1):
     autogen: add default patch prefix

Peter Hutterer (1):
     autogen.sh: use exec instead of waiting for configure to finish

Thomas Klausner (1):
     Fix abs() usage.
2018-06-19 07:14:07 +00:00
wiz
1d0355bf70 doc: Updated x11/xf86-input-mouse to 1.9.3 2018-06-19 07:12:54 +00:00
wiz
6e0bad7e9f xf86-input-mouse: update to 1.9.3.
Adam Jackson (2):
     Adapt to removal of xf86GetOS
     bsd: Don't try to use SIGIO for input ABI >= 23

Emil Velikov (1):
     autogen.sh: use quoted string variables

Matt Turner (1):
     xf86-input-mouse 1.9.3

Mihail Konev (1):
     autogen: add default patch prefix

Peter Hutterer (1):
     autogen.sh: use exec instead of waiting for configure to finish
2018-06-19 07:12:45 +00:00
wen
d429df5800 Updated devel/p5-PPIx-Regexp to 0.060 2018-06-19 06:52:53 +00:00
wen
d51cf3e3ff Update to 0.060
Upstream changes:
0.060           2018-06-16      T. R. Wyant
    \N{} now parses as the unknown token, not NoOp, regardless of the
    setting of 'use re qw< strict >;'. \N{} became unconditionally fatal
    in 5.28.0 (5.27.1, actually). The policy when the parse changes is
    to use the most-modern parse. Hence this change.

    As a side effect of this, the unknown token's explain() method now
    returns something -- normally the associated error.

    Add method remove_insignificant(). If the invocant isa Node, this
    returns a clone of the invocant with non-significant elements
    removed. Otherwise it returns either the invocant or nothing.
2018-06-19 06:52:00 +00:00
wen
aa011e6484 Updated devel/p5-Perl-Critic to 1.132 2018-06-19 06:45:37 +00:00
wen
fc8e78d7ad Update to 1.132
Update DEPENDS

Upstream changes:
1.132    Thu May 31 21:48:48 CDT 2018
    [New Features]
    Added the ability to specify a regex to tell what unused private
    subroutines are OK in Subroutines::ProhibitUnusedPrivateSubroutines.
    This is handy for Moose classes where there could be many false
    positives on _build_xxxx() subroutines.
    Thanks, Dave Cross.  (GH #811, #812)

    [Dependencies]
    Perl::Critic now no longer relies on the deprecated Email::Address.
    (GH #816)

1.131_02 Tue Feb 20 17:18:03 CST 2018
    [New Features]
    Perl::Critic now assumes that .psgi files are Perl, too.  Thanks, Tom
    Hukins. (GH#805)

    Variables::ProhibitUnusedVariables no longer gives a false positive for
    variables used in interpolation.  Thanks, Omer Gazit. (GH#801)

    [Bug Fixes]
    Added missing requirement for Fatal.pm.


1.131_01 Tue Nov 21 17:28:06 CST 2017
    [New Features]
    In the ProhibitLeadingZeros policy, added an exception for mkfifo.
    Thanks, Evan Zacks. (GH#786)

    Add color support for Windows platforms.  Thanks, Roy Ivy III. (GH#700)

    [Bug Fixes]
    Recode Perl::Critic::Utils::all_perl_files() to use File::Find instead
    of opendir/readdir.  This solves endless directory traversals if
    the directories contain circular symbolic references.  Thanks, Tom Wyant.

    [Documentation]
    Added CONTRIBUTING.md.  Thanks, Jonas B. Nielsen.
2018-06-19 06:44:31 +00:00
wen
1c10875cea Added textproc/p5-PPIx-QuoteLike version 0.005 2018-06-19 06:38:50 +00:00
wen
03a690ded8 Add p5-PPIx-QuoteLike 2018-06-19 06:37:21 +00:00
wen
f672b8ad0b Import PPIx-QuoteLike-0.005 as p5-PPIx-QuoteLike.
PPIx::QuoteLike parses Perl string literals and things that are reasonably like
string literals. Its real reason for being is to find interpolated variables for
Perl::Critic policies and similar code.
2018-06-19 06:33:38 +00:00
khorben
ff2d2f3e7a Disable the flags for PKGSRC_MKPIE when explicitly required
This notably allows emulators/qemu to properly detect support for PIE, and
disable it where appropriate. This does not work with cwrappers yet.
2018-06-19 05:02:10 +00:00
wen
62a428e89f Updated devel/p5-Net-Netmask to 1.9103 2018-06-19 03:16:10 +00:00
wen
85b2555644 Update to 1.9103
Upstream changes:
1.9103 2018-06-18
 - Use ASCII-like regex matching (Github #4)
 - Convert tests to Test2
 - Pass perlcritic tests
 - Pass Kwalitee tests
 - Add contributor information
 - Add protocol() method (just a stub today that will always return
   'IPv4')

1.9102 2018-06-18
 - DEV release only
 - Contains most changes that made it to 1.9103.

1.9101 2018-06-02

 - fix precision issue on long-double platforms (BAYMAX)
 - Convert to use Dist::Zilla
 - Formatting changes

1.9100 2018-06-02

 - DEV release only
 - fix precision issue on long-double platforms (BAYMAX)
 - Convert to dist.zilla
 - Minor formatting changes
2018-06-19 03:15:02 +00:00
wen
d5d3ecfe93 Updated devel/p5-Net-CIDR to 0.19 2018-06-19 03:07:47 +00:00
wen
3e37959727 Update to 0.19
Upstream changes:
0.19

2018-06-11  Sam Varshavchik  <mrsam@courier-mta.com>

        * Fix cidrvalidate() checking of IPv6 addresses with a 0 word.

2016-02-13  Sam Varshavchik  <mrsam@courier-mta.com>

        * Move test.pl to t/
        Update documentation to use only reserved IP addresses.
2018-06-19 03:06:48 +00:00
wen
a49da46e0f Updated devel/p5-Module-Starter to 1.75 2018-06-19 03:01:41 +00:00
wen
657dc49a80 Update to 1.75
Upstream changes:
1.75    Thu Jun 14 12:53:47 EDT 2018
        * Update additional template URLs for consistency in tests

1.74    Tue Jun 12 18:15:20 EDT 2018
        * GH#66: Update default module template to link to metacpan (Dan Book)
        * GH#67: Update default module template to use HTTPS where appropriate (Chas. J. Owens IV)
2018-06-19 03:00:41 +00:00