1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
Commit Graph

426918 Commits

Author SHA1 Message Date
Dmitry Marakasov
8b5fa3946e - Fix LICENSE
- Fix command used for docs installation

Approved by:	portmgr blanket
2017-09-18 09:50:17 +00:00
Dmitry Marakasov
d92b349a74 - Update WWW
Approved by:	portmgr blanket
2017-09-18 09:01:55 +00:00
Dmitry Marakasov
e6a6ab79f9 - Update WWW
Approved by:	portmgr blanket
2017-09-18 09:01:53 +00:00
Christoph Moench-Tegeder
b955038841 sysutils/vagrant: update to 2.0.0
https://github.com/hashicorp/vagrant/releases
Also adds a one-line patch to vagrant's ssh_communicator to avoid a
flood of warnings from net-ssh (net-ssh changed a parameter's name).

PR:		222390
Approved by:	joe(at)thrallingpenguin.com (maintainer)
2017-09-18 09:01:22 +00:00
Ed Schouten
6f41015441 net/flower: Update to 0.10
This release includes proper support for egresses, meaning sandboxed
applications can now make outgoing network connections properly. In
addition to that, a new utility, flower_ls, can be used to extract a
list of registered servers. This is pretty useful for debugging.

Bump cloudabi-utils' revision to catch up with .proto changes.

Reviewed_by: koobs
Approved by: koobs (ports)
Differential_Revision: D12399
2017-09-18 07:00:55 +00:00
Joseph Mingrone
de14206f31 cad/gmsh: Update to version 3.0.5 2017-09-18 00:18:04 +00:00
Danilo G. Baio
f83662b73d sysutils/cbsd: Update to 11.1.6
Changes:	https://github.com/cbsd/cbsd/releases/tag/v11.1.6

PR:		222407
Submitted by:	olevole@olevole.ru (maintainer)
2017-09-17 21:45:27 +00:00
Steve Wills
d23ccc3dbc net/syncthing-inotify: update to 0.8.7
PR:		220901
2017-09-17 21:40:48 +00:00
Danilo G. Baio
4c33997b6f sysutils/dfc: Update to 3.1.1
Update pkg-descr.
While here, add LICENSE_FILE and use https address.

PR:		222315
Submitted by:	Matteo Cypriani <mcy@lm7.fr> (maintainer)
2017-09-17 21:33:54 +00:00
Danilo G. Baio
4fee5df966 databases/pgrouting: Update to 2.5.0
PR:		222365
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2017-09-17 21:16:09 +00:00
Gerald Pfeifer
38052fee9a Backport a number of changes from lang/gcc5:
- Move ONLY_FOR_ARCHS into the right position of the Makefile.

 - Omit a comment describing GCC_VERSION and SUFFIX.

 - Do not quote constant strings compared with ${ARCH}. [1]

 - Last, but not least the only functional change (and an important one):
   Remove headers being created by GCC's fixincludes machinery from
   the installation / packaging to avoid breakage when FreeBSD's headers
   are changing afterwards. [2]

PR:		221905 [1], 222233 [2]
Submitted by:	linimon [1]
2017-09-17 21:03:03 +00:00
Steve Wills
301ded6c02 www/grafana4: Update to 4.5.1
PR:		222379
Submitted by:	farrokhi
2017-09-17 21:01:10 +00:00
Carlo Strub
831e1c471f Pijul is a version control system based on patches, that can mimic the
behaviour and workflows of both Git and Darcs, but contrarily to those systems,
Pijul is based on a mathematically sound theory of patches.

Pijul was started out of frustration that no version control system was at the
same time fast and sound:

- Git has non-associative merges, which might lead to security problems.
  Concretely, this means that the commits you merge might not be the same as
  the ones you review and test.

- Handling of conflicts: Pijul has an explicit internal representation of
  conflicts, a rock-solid theory of how they behave, and super-fast data
  structures to handle them.

- Speed! The complexity of Pijul is low in all cases, whereas previous attempts
  to build a mathematically sound distributed version control system had huge
  worst-case complexities. The use of Rust additionally yields a blazingly fast
  implementation.

WWW: https://pijul.org/
2017-09-17 20:59:37 +00:00
Danilo G. Baio
05f386c228 deskutils/fet: Update to 5.33.1
Changes:	http://lalescu.ro/liviu/fet/forum/index.php?topic=3405.0

PR:		222385
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2017-09-17 20:49:16 +00:00
Emanuel Haupt
a8be9a05fe Update to 3.2.d5 2017-09-17 20:33:53 +00:00
Gerald Pfeifer
3e6c0a69fa Mark DEPRECATED with an EXPIRATION_DATE of 2017-11-30 [1] since this
version of GCC has not been maintained upstream for nearly four-and-a-half
years and is not used anywhere in the tree.

Move ONLY_FOR_ARCHS to its appropriate place.

PR:		222373 [1]
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> [1]
2017-09-17 19:32:17 +00:00
Gerald Pfeifer
de9e73dc70 Remove code that "thinks" it is using GCC 4.8 instead of the default
version of GCC (which is GCC 6 these days).

For most practical purposes USE_GCC=4.8+ is equivalent to USE_GCC=yes,
so GCC 5 for several months (and now GCC 6) have been used already since
2017-03-07 and revision 435594 -- if GCC is used at all, which is not the
default anyway.
2017-09-17 19:30:14 +00:00
Tijl Coosemans
e89db29d40 Add 201601w version of the Epson printer driver. This supports L380 and
L382 series printers.
2017-09-17 18:38:38 +00:00
Kurt Jaeger
069c031f08 databases/cego: update 2.35.8 -> 2.35.10
- Fix in CegoBufferpool::writeCheckpoint, in case of an locking
  exception ( lockBufferPool ), the pool must be released in any case.
  For this the CegoLockManager::lockBufferPool and
  CegoLockManager::unlockBufferPool have been modified in a way,
  that lockBufferPool saves the current sema index ( _poolRangeLock )
  which is later used for the unlocking call.
- Timeout parameter for bufferpool lock reduced to 60 seconds.
- Optimization in CegoBufferPool:bufferfix for minHashId calculation
  in step 2, there was an unneeded locking operation for the
  minhashId, which was already locked by the main loop
- Small format fix in CegoProcCreateStmt ( missing indent )
- Add header row out put for client raw mode ( attribute names )
- Fix in CegoQueryHelper::evalPredicate, for all predicate types,
  the field array value has to be reset to 0, otherwise seg fault my
  occur since invalid references might be used

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-09-17 18:23:35 +00:00
Steve Wills
65ab715fb8 sysutils/devcpu-data: Update to July 17 microcode update
PR:		221246
Submitted by:	Mark Knight <markk@knigma.org>
Reviewed by:	clarkjc@runbox.com (maintainer timeout, >2 weeks)
2017-09-17 18:11:36 +00:00
Steve Wills
42b45c7a2f games/crossfire-client: Update to 1.72.0
PR:		221506
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
2017-09-17 18:09:18 +00:00
Sunpoet Po-Chuan Hsieh
36ac2316e1 Add LICENSE
- While I'm here, add BUILD_DEPENDS

Approved by:	portmgr (blanket)
2017-09-17 18:00:23 +00:00
Sunpoet Po-Chuan Hsieh
5a12c53f60 Use @FreeBSD.org 2017-09-17 18:00:18 +00:00
Sunpoet Po-Chuan Hsieh
a903cad776 Update to 3.2.0
- Pet portlint: move BROKEN upward

Changes:	https://github.com/akihikodaki/cld3-ruby/releases
2017-09-17 18:00:13 +00:00
Sunpoet Po-Chuan Hsieh
154517cabe Sort *_DEPENDS 2017-09-17 18:00:08 +00:00
Sunpoet Po-Chuan Hsieh
035cc4ab29 Add NODE4, NODE6 and NODE8 options 2017-09-17 18:00:04 +00:00
Sunpoet Po-Chuan Hsieh
a70beeeb9a Update to 3.4.1
Changes:	https://github.com/google/protobuf/releases
2017-09-17 17:59:58 +00:00
Sunpoet Po-Chuan Hsieh
894f3eb1e7 Update to 3.4.1
Changes:	https://github.com/google/protobuf/releases
2017-09-17 17:59:53 +00:00
Gerald Pfeifer
aa36701d51 Do not quote constant strings compared with ${ARCH}. [1] Remove
some commented (and thus disabled) logic around this on the way.

This brings the active lang/gcc* release-based ports in sync with
their respective lang/gcc*-devel twins.

PR:		221905 [1]
Submitted by:	linimon [1]
2017-09-17 17:51:24 +00:00
Thomas Zander
09b025405d Modernise port to allow for new features in future (e.g. CilkPlus support)
Details:
- Use standard HAS_CONFIGURE instead of rolling our own
- Use blaslapack
- Regenerate patches with "make makepatch".
- Add LICENSE
- Fortran is used as linker but all the code is in C so use CFLAGS
  instead of FFLAGS.

PR:		214963
Submitted by:	pfg
2017-09-17 15:26:09 +00:00
Christoph Moench-Tegeder
ce6ddf814c graphics/shotwell: update to 0.26.3
https://mail.gnome.org/archives/shotwell-list/2017-August/msg00000.html
This fixes a data loss/corruption issue when importing from camera.

MFH:		2017Q3
2017-09-17 14:43:25 +00:00
Dirk Meyer
4ca59330ab - cleanup patch 2017-09-17 14:43:20 +00:00
Dirk Meyer
466b8f8bbd - update to pgpverify-1.29
- new option GPGPV
2017-09-17 14:41:35 +00:00
Emanuel Haupt
3120239fe0 Update to 3.7 2017-09-17 14:29:06 +00:00
Joseph Mingrone
212ed26ec9 Ensure .CURDIR contains an absolute path without a trailing slash.
Failed builds can occur when PORTSDIR is a symbolic link, or with

make -C /usr/ports/category/port/

PR:		221296
Reported by:	yasu@utahime.org, rum1cro@yandex.ru
Reviewed by:	bdrewery, sjg
Approved by:	portmgr (bdrewery)
Differential Revision:	https://reviews.freebsd.org/D11934
2017-09-17 14:20:14 +00:00
Danilo G. Baio
8405b6357b textproc/sdcv: Update to 0.5.2
Patch removed was incorporated upstream.

Changes:	https://raw.githubusercontent.com/Dushistov/sdcv/master/NEWS

PR:		222267
Submitted by:	Anton Yuzhaninov (maintainer)
2017-09-17 13:51:04 +00:00
Emanuel Haupt
9f9fdb9254 Update to 1.094 2017-09-17 13:29:42 +00:00
Emanuel Haupt
f3eea7c017 - Remove unavailable MASTER_SITES
- Add HTTPS alternatives by request [1], deliberately keep corresponding HTTP
  hosts for providing a variety of sources (not for integrity since this is
  guaranteed by the distinfo checksums)

PR:		221725 [1]
Submitted by:	xmj [1]
2017-09-17 13:13:10 +00:00
Emanuel Haupt
4bc505c4d3 Update to 2.9.3
PR:		186190
Approved by:	amutu@amutu.com (maintainer)
2017-09-17 12:55:55 +00:00
Danilo G. Baio
d8df3fd960 misc/mdp: Update to 1.0.10
PR:		222313
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-09-17 12:04:34 +00:00
Danilo G. Baio
78650d69ea net/trickle: Update MASTER_SITES
PR:		222352
Submitted by:	Andreas Hollmann <andreas.hollmann@gmail.com>
2017-09-17 11:59:12 +00:00
Danilo G. Baio
16a6a4d523 www/fabio: Update to 1.5.2
While here, add LICENSE_FILE.

PR:		222307
Submitted by:	Scott Larson <stl@ossuary.net> (maintainer)
2017-09-17 11:55:34 +00:00
Vanilla I. Shu
5f9d0a5b8b Update to 0.053. 2017-09-17 11:32:44 +00:00
Danilo G. Baio
1a5aa0e29d Add graphics/py-graphviz, simple Python interface for Graphviz
This package facilitates the creation and rendering of graph descriptions in the
DOT language of the Graphviz graph drawing software (repo) from Python.

Create a graph object, assemble the graph by adding nodes and edges, and
retrieve its DOT source code string. Save the source code to a file and render
it with the Graphviz installation of your system.

Use the view option/method to directly inspect the resulting (PDF, PNG, SVG,
etc.) file with its default application. Graphs can also be rendered and
displayed within Jupyter notebooks (a.k.a. IPython notebooks, example) as well
as the Jupyter Qt Console.

WWW: https://github.com/xflr6/graphviz

Already existed a port named graphics/py-graphviz, it was moved in
ports r408353 to graphics/py-pygraphviz because it was using an
incorrect name. More info in the commit log [1].

1 - https://svnweb.freebsd.org/ports?view=revision&revision=408353

PR:		222205
Submitted by:	lbartoletti@tuxfamily.org
Reviewed by:	koobs
Differential Revision:	D12319
2017-09-17 11:32:27 +00:00
Danilo G. Baio
a1a677814a Add devel/py-pytest-cov, pytest plugin for measuring coverage
This plugin produces coverage reports. It supports centralised testing and
distributed testing in both load and each modes. It also supports coverage of
subprocesses.

All features offered by the coverage package should be available, either through
pytest-cov or through coverage's config file.

WWW: https://github.com/pytest-dev/pytest-cov

Reviewed by:	koobs
Differential Revision:	D12394
2017-09-17 11:10:45 +00:00
Carlos J. Puga Medina
4181ea8c1c www/chromium: update to 61.0.3163.79
- Add arm64 support [1]
- Fix segfault on i386 [2]
- Switch to USES=compiler:c++14-lang for devel/chromium-gn because chromium
  needs __builtin_add_overflow and friends to build.

Changelog: https://chromium.googlesource.com/chromium/src/+log/60.0.3112.113..61.0.3163.79?pretty=fuller&n=10000

PR:		220291 [1], 221266 [2]
Submitted by:	Andrew [1]
Reported by:	Patrick <doctorwhoguy@gmail.com> [2]
MFH:		2017Q3
2017-09-17 11:10:43 +00:00
Bernard Spil
cd0f0b3453 sysutils/passwordsafe:Add Yubikey support
- Update to 1.02.1beta while here
2017-09-17 10:56:44 +00:00
Dmitry Marakasov
119dd1d628 - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2017-09-17 09:01:54 +00:00
Dmitry Marakasov
f71cc946db - Add LICENSE_FILE
- Don't install LICENSE with docs
- Fix doc installation command
- Update WWW

Approved by:	portmgr blanket
2017-09-17 09:01:51 +00:00
Gerald Pfeifer
bb1fb4b23b Update to the 201700914 snapshot of GCC 7.2.1.
Don't quote constant strings compared with ${ARCH}. [1]

PR:		221905 [1]
Submitted by:	linimon [1]
2017-09-17 07:15:28 +00:00