1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

441815 Commits

Author SHA1 Message Date
Jan Beich
487d872a5f math/ceres-solver: update to 1.14.0
Changes:	http://ceres-solver.org/version_history.html
2018-03-26 01:05:20 +00:00
Jan Beich
c3776ede08 math/ceres-solver: prefer OpenBLAS by default 2018-03-26 01:05:06 +00:00
Jan Beich
6f09a0a838 math/ceres-solver: don't use libs from USES=blaslapack
According to Ceres installation documentation:

 ... one needs to be careful to turn off the threading inside OpenBLAS
 as it conflicts with use of threads in Ceres.

math/openblas exposes single-threaded (USE_THREAD=0) version as -lopenblas
while multi-threaded (NUM_THREADS=8) version as -lopenblasp (p suffix).
2018-03-26 01:04:51 +00:00
Jan Beich
d11d667b0e math/ceres-solver: request BLAS flavor via environment
https://github.com/ceres-solver/ceres-solver/issues/355
2018-03-26 01:03:29 +00:00
Yuri Victorovich
33c754ddf8 devel/py-jsonpatch: Update 1.9 -> 1.21
Port changes:
* Change to DISTVERSION
* Move RUN_DEPENDS to proper place
* Add NO_ARCH=yes
* Rename the target regression-test -> do-test
* Change WWW to the real homepage

PR:		226508
Approved by:	harm@weites.com (maintainer timeout; 15 days)
2018-03-26 00:03:43 +00:00
Yuri Victorovich
79810ca936 New port: textproc/py-gfm: Github-flavored Markdown for the py-markdown module
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-03-25 23:46:05 +00:00
Alexander Kabaev
77b0624957 Catchup with r465416 in some extra dependent ports
PR:		226898
2018-03-25 22:06:45 +00:00
Matthew Seaman
22406bb5ab Update to 1.2.15
ChangeLog: http://www.librelp.com/2018/03/librelp-1215.html
2018-03-25 22:04:59 +00:00
Brad Davis
2912095c18 Fix build on ppc64 by specifying what is needed from the compiler.
PR:		225635
Submitted by:	jhibbits
Approved by:	maintainer timeout
2018-03-25 21:48:32 +00:00
Guido Falsi
1f5755641b Update asterisk-g72x to 1.4.2 2018-03-25 20:49:08 +00:00
Yuri Victorovich
d17e47575b New port: devel/ga: Partitioned Global Address Space (PGAS) library for distributed arrays 2018-03-25 20:48:20 +00:00
Boris Samorodov
70356e0ca4 java/intellij: Update to version 2017.3.5.
PR:		226880
Submitted by:	Sergey Brunov <sergey.v.brunov@gmail.com>
2018-03-25 19:32:15 +00:00
Sunpoet Po-Chuan Hsieh
4ab0dc3052 Update to 2.5.0.5
Changes:	https://github.com/whitequark/parser/blob/master/CHANGELOG.md
2018-03-25 18:06:39 +00:00
Sunpoet Po-Chuan Hsieh
6b0b3473ab Update to 2.04
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Text-SimpleTable/Changes
2018-03-25 18:06:33 +00:00
Sunpoet Po-Chuan Hsieh
af0dc38cef Update to 0.108
Changes:	http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes
2018-03-25 18:06:28 +00:00
Sunpoet Po-Chuan Hsieh
9e5afe278e Update to 3.0.1
Changes:	http://search.cpan.org/dist/Array-Compare/Changes
2018-03-25 18:06:22 +00:00
Sunpoet Po-Chuan Hsieh
70cdafda91 Add py-medikit 0.5.18
Medikit automates keeping your projects' boilerplate files and directory sane
and up to date.

It (optionally) generates and maintains a bunch of files, updating them
according to rules you define.

It's not a dependency. All changes are commited in your source tree.

You write amazing code, Medikit focuses on keeping it clean and ordered.

WWW: https://python-medikit.github.io/
WWW: https://github.com/python-medikit/medikit
2018-03-25 18:06:16 +00:00
Sunpoet Po-Chuan Hsieh
6f164f4db7 Add py-whistle 1.0.1
Whistle is a simple tool that allow your application components to communicate
with each other by dispatching events and listening to them.

Whistle is an Event Dispatcher library for the Python 3.5+ language. It's
largely inspired from Symfony's EventDispatcher component.

Using an event dispatcher is a great way to write loosely coupled extensible
code, having each part only communicate using light events.

WWW: https://python-whistle.github.io/
WWW: https://github.com/python-whistle/whistle
2018-03-25 18:05:45 +00:00
Sunpoet Po-Chuan Hsieh
44ff203801 Add py-pip-tools 1.11.0
pip-tools = pip-compile + pip-sync

It is a set of command line tools to help you keep your pip-based packages
fresh, even when you've pinned them.

WWW: https://pypi.python.org/pypi/pip-tools
WWW: https://github.com/jazzband/pip-tools
2018-03-25 18:05:18 +00:00
Sunpoet Po-Chuan Hsieh
52f0672917 Add py-mondrian 0.6.6
Mondrian is a small library that will make you use python logging module, once
and for all.

Most python coders who avoids the systematic usage of logging in their projects
does so because it feels complicated to setup, but it's not.

Mondrian configures the python standard logging module with reasonable defaults,
and enhance its default output formatters for better readability.

Mondrian provides a one-call interface to its configuration, with pretty
formatters that makes you feel great.

WWW: https://python-mondrian.github.io/
WWW: https://github.com/python-mondrian/mondrian
2018-03-25 18:04:57 +00:00
Sunpoet Po-Chuan Hsieh
12d9665283 Add py-git_semver 0.2.2
git-semver is a tiny git addon to manage your project's version numbers.

WWW: https://pypi.python.org/pypi/git_semver
WWW: https://github.com/hartym/git-semver
2018-03-25 18:04:32 +00:00
Sunpoet Po-Chuan Hsieh
479dc75220 Add py-first 2.0.1
first is an MIT licensed Python package with a simple function that returns the
first true value from an iterable, or None if there is none. If you need more
power, you can also supply a key function that is used to judge the truth value
of the element or a default value if None doesn’t fit your use case.

WWW: https://pypi.python.org/pypi/first
WWW: https://github.com/hynek/first
2018-03-25 18:04:09 +00:00
Michael Reifenberger
0c065e2745 Update to r20180325183419 2018-03-25 17:45:00 +00:00
Alexey Dokuchaev
d7491b49c5 Update `sysutils/cpu-x' to version 3.2.1.
Reported by:	portscout
2018-03-25 17:20:19 +00:00
Jason E. Hale
9d32ddd8ef Fix mythtv ranges. Forgot to factor in PORTEPOCH. 2018-03-25 17:20:11 +00:00
Jason E. Hale
db032688df Update multimedia/mythtv and related ports to 29.1 [1]
Convert multimedia/mythtv-frontend to a slave port of multimedia/mythtv
which should make future updates much easier.

Upstream security patches have been added to address known
vulnerabilities in the bundled ffmpeg 3.2.

PR:		225652 (initial patches to update to 29.0) [1]
Submitted by:	<lucylangthorne55@gmail.com> [1]
Differential Revision:	https://reviews.freebsd.org/D14563
2018-03-25 17:09:05 +00:00
Dirk Meyer
fc45dfb12d - update to 2.0 2018-03-25 16:57:38 +00:00
Jochen Neumeister
d2b6f2abed www/groupoffice: Update to 6.2.88
Changelog: https://sourceforge.net/p/group-office/code/HEAD/tree/branches/groupoffice-6.2/www/CHANGELOG.TXT
2018-03-25 16:44:15 +00:00
MANTANI Nobutaka
a7f909bb3c - Install font files to ${FONTSDIR} instead of ${DATADIR}.
- Stop to make symbolic links from the font files to
  ${PREFIX}/share/fonts/misc/, which is found in the default
  font path, because recent libXfont does not follow symbolic
  links.
- Add pkg-message.in to show additional font path settings.
- Remove unnecessary pkg-install.in.
- Bump PORTREVISION.

PR:		225125 [1], 226518 [2]
Submitted by:	WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2]
Reported by:	Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
Approved by:	maintainer
2018-03-25 16:13:31 +00:00
Tobias Kortkamp
e0eee5ee79 multimedia/kodi-devel: Unbreak WAYLAND option 2018-03-25 15:36:43 +00:00
Tobias Kortkamp
4cd4110a9a Add WAYLAND_DESC 2018-03-25 15:36:32 +00:00
Tobias Kortkamp
b060cc6c56 New port: graphics/waylandpp
Wayland is an object oriented display protocol, which features request
and events.  Requests can be seen as method calls on certain objects,
whereas events can be seen as signals of an object.  This makes the
Wayland protocol a perfect candidate for a C++ binding.

The goal of this library is to create such a C++ binding for Wayland
using the most modern C++ technology currently available, providing an
easy to use C++ API to Wayland.

WWW: https://github.com/NilsBrause/waylandpp

This port is ignored by default because it requires a build of
graphics/mesa-libs with WAYLAND=on which is off by default.
2018-03-25 15:33:51 +00:00
Roman Bogorodskiy
c77df12705 sysutils/uefi-edk2-bhyve: update to 20180318
PR:		226894
Submitted by:	maintainer
2018-03-25 15:28:36 +00:00
Danilo G. Baio
6b55b90b6b Add dns/dnscrypt-proxy2: Flexible DNS proxy with support for encrypted protocols
A flexible DNS proxy, with support for modern encrypted DNS protocols such as
DNSCrypt v2 and DNS-over-HTTP/2.

WWW: https://github.com/jedisct1/dnscrypt-proxy

Without a repocopy because it's a new port, rewritten from scratch.

PR:		225821
Submitted by:	Vinícius Zavam <egypcio@googlemail.com>
Differential Revision:	https://reviews.freebsd.org/D14319
2018-03-25 14:46:17 +00:00
MANTANI Nobutaka
e4be7f3703 - Install font files to ${FONTSDIR} instead of ${DATADIR}.
- Stop to make symbolic links from the font files to
  ${PREFIX}/share/fonts/misc/, which is found in the default
  font path, because recent libXfont does not follow symbolic
  links.
- Add pkg-message.in to show additional font path settings.
- Bump PORTREVISION.
- Set submitter as maintainer.

PR:		225125 [1], 226517 [2]
Submitted by:	WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2]
Reported by:	Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
2018-03-25 14:42:13 +00:00
Mark Linimon
fb5279299d Disable dtrace usdt on armvX. It causes link failures.
Regression-tested on amd64.

PR:		224271
Submitted by:	mikael.urankar
Approved by:	kwm (maintainer timeout)
2018-03-25 14:36:28 +00:00
MANTANI Nobutaka
b169d18212 - Install font files to ${FONTSDIR} instead of ${DATADIR}.
- Stop to make symbolic links from the font files to
  ${PREFIX}/share/fonts/misc/, which is found in the default
  font path, because recent libXfont does not follow symbolic
  links.
- Add pkg-message.in to show additional font path settings.
- Remove unnecessary pkg-install.in.
- Bump PORTREVISION.

PR:		225125 [1], 226516 [2]
Submitted by:	WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer) [2]
Reported by:	Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
2018-03-25 14:18:17 +00:00
Jason E. Hale
7eaaec0185 Update entries for mythtv and mythtv-frontend
PR:		225652
2018-03-25 14:13:51 +00:00
MANTANI Nobutaka
22c4b23f32 - Install font files to ${FONTSDIR} instead of ${DATADIR}.
- Stop to make symbolic links from the font files to
  ${PREFIX}/share/fonts/misc/, which is found in the default
  font path, because recent libXfont does not follow symbolic
  links.
- Add pkg-message.in to show additional font path settings.
- Remove unnecessary pkg-install.in.
- Bump PORTREVISION.

PR:		225125 [1], 226516 [2]
Submitted by:	WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer) [2]
Reported by:	Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
2018-03-25 14:07:48 +00:00
Adam Weinberger
8f822699e9 Update vim to patchlevel 1638 2018-03-25 13:06:55 +00:00
Thomas Zander
90ce8f9fdf Update to upstream version RELEASE.2018-03-14T23-16-27Z
PR:		226820
Submitted by:	mail@dbalan.in
Approved by:	jhixson@gmail.com (maintainer)
2018-03-25 12:07:50 +00:00
Rene Ladan
dff16d6a07 Remove expired port:
2018-03-19 lang/x10: Broken for more than 6 months
2018-03-25 11:45:10 +00:00
Li-Wen Hsu
faf7821c64 - Update to 2.11.90_20180325
- Pet portlint
2018-03-25 11:13:28 +00:00
Jan Beich
d0bbc829ca www/waterfox: update to 56.1.0
Changes:	https://github.com/MrAlex94/Waterfox/compare/a9c77bbb9f25...56.1.0
2018-03-25 10:39:32 +00:00
Li-Wen Hsu
2b930f0760 - Update to 3.4.8 2018-03-25 10:09:47 +00:00
Thomas Zander
c50d364056 Update to upstream release 1.9.7 (minor bug fixes) 2018-03-25 09:47:05 +00:00
Dmitry Marakasov
80d2cbea1c - Fix LICENSE
- Pet portlint
- Update WWW

Approved by:	portmgr blanket
2018-03-25 09:33:21 +00:00
Dmitry Marakasov
e08989b839 - Add LICENSE
- Add WWW

Approved by:	portmgr blanket
2018-03-25 09:03:21 +00:00
Tobias Kortkamp
11d9ef97bb security/testssl.sh: Update to 2.9.5-3
Changes:	https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-3
2018-03-25 08:43:20 +00:00
Dmitry Marakasov
10a4bbdbab - Add LICENSE
- Switch to new test framework

Approved by:	portmgr blanket
2018-03-25 08:33:23 +00:00