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

447915 Commits

Author SHA1 Message Date
Dmitry Marakasov
b2afc93db7 - Add LICENSE
Approved by:	portmgr blanket
2018-06-11 09:04:30 +00:00
Yuri Victorovich
5736d4e84d New port : x11-toolkits/py-AnyQt: PyQt4/PyQt5 compatibility layer 2018-06-11 09:00:49 +00:00
Yuri Victorovich
a751740d85 New port: graphics/Makefile: Scientific graphics and GUI library for Python 2018-06-11 08:49:18 +00:00
Emanuel Haupt
0426e96d2b Update to 0.10.0 2018-06-11 08:36:57 +00:00
Dmitry Marakasov
290fb29d16 - Switch to new test framework
Approved by:	portmgr blanket
2018-06-11 08:34:33 +00:00
Yuri Victorovich
7495cfb3b4 New port: misc/py-serverfiles: Access files on a HTTP server and store them locally for reuse 2018-06-11 08:28:13 +00:00
Tijl Coosemans
bfc941deb4 Backport OpenSSL 1.1 support (and prerequisites) from libsrtp2.
84faa631a5
  Refactor memory allocation for the symmetric ciphers context structures.

5781341d99
  Use the OpenSSL HMAC implementation, and thus also the OpenSSL EVP_sha1()
  implementation.

  Experiments show about a 1.5x speedup on Intel CPUs with AVX2.

fb95445019
  When building with OpenSSL, pass the AES_ICM key to the EVP context (and
  thus, do AES key expansion) in srtp_cipher_init, not srtp_cipher_set_iv.

  This means that AES key expansion is done once per key, rather than once
  per packet, resulting in a 2-3x speedup for AES-128.

1acba56991
  When building with OpenSSL, pass the AES_GCM key to the EVP context (and
  thus, do AES key expansion) in srtp_cipher_init, not srtp_cipher_set_iv.

  Improves AES_GCM performance 2x-3x.

0b45423678
  Changes for OpenSSL 1.1.0 compatibility.

  In OpenSSL 1.1.0, EVP_CIPHER_CTX, HMAC_CTX, and EVP_MD_CTX are opaque
  types, and have to be allocated with *_new methods and deallocated with
  *_free.

  EVP_CIPHER_CTX_new/free is present in OpenSSL 1.0.1 and later, but
  HMAC_CTX_new and EVP_MD_CTX_new are new in OpenSSL 1.1.0.

  Use the _new unconditionally for ciphers, and conditionally use the old
  or new APIs for HMAC and MD.

  No noticible performance change for older OpenSSL.

PR:		228866
2018-06-11 08:18:30 +00:00
Yuri Victorovich
edb52418c9 New port: x11-toolkits/wxgtk31: GUI toolkit (wxWidgets) with GTK+ bindings
Repo-copy of x11-toolkits/wxgtk30.
2018-06-11 07:24:08 +00:00
Thomas Zander
40fee58c1f Update to upstream version 2.0.2
PR:		228840
Submitted by:	riggs
Reviewed by:	seanc, freebsd@jen20.com (maintainer)
Approved by:	freebsd@jen20.com (maintainer, via seanc)
Differential Revision:	https://reviews.freebsd.org/D15719
2018-06-11 06:44:36 +00:00
Tobias Kortkamp
beaea4c327 graphics/libsixel: Update to 1.8.1
While here

- switch to using the immutable tarballs upstream provides [1]

- add missing DOCS option

[1] https://github.com/saitoha/libsixel/issues/64

PR:		228881
Submitted by:	IWAMOTO Kouichi <sue@iwmt.org> (maintainer)
2018-06-11 06:32:32 +00:00
Yuri Victorovich
1e00ace72c audio/py-pysndfile: Update 1.1.0 -> 1.1.1
Port changes:
* Remove stripping (it does it itself)
* Update WWW

Reported by:	portscout
2018-06-11 05:30:31 +00:00
Mark Linimon
c9a131d26b Apparently works on aarch64.
While here, pet portlint.

PR:		228042 (partial)
Submitted by:	mikael.urankar
2018-06-11 05:02:04 +00:00
Mark Linimon
c412683a95 While I'm cleaning out my queue for Q3, add this trivial change which
I have had around for a while.

It merely brings the usage into modernity.  (Well, it drops ia64, but
that was done in a tree sweep a long time ago.)

Approved by:	portmgr (tier-2 blanket)
2018-06-11 02:34:57 +00:00
Mark Linimon
ea89e22b71 Fix build on architectures which still have gcc as the default compiler.
Tested for no harm on amd64.

Submitted by:		jhibbits
Differential Revision:	D15685
2018-06-11 02:14:07 +00:00
Mark Linimon
26abe5a4d3 Fix build on architectures which still have gcc as the default compiler.
Tested for no harm on amd64.

Submitted By:		jhibbits
Differential Revision:	D15685
2018-06-11 02:08:58 +00:00
Mark Linimon
2190544fa1 Mark unbroken on powerpc64. While here, pet portlint.
Tested for no harm on: amd64.

Approved by:	portmgr (tier-2 blanket)
2018-06-11 02:04:00 +00:00
Mark Linimon
13fb0b92a2 Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.

For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).

Tested for no-harm on amd64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-11 01:44:15 +00:00
Mark Linimon
52a39feebd Attempt to fix build on mips64. This is currently blocking 5,391 packages.
(I will accept the explanation that many of these are not useful for mips64,
but there are some in archivers, comms, databases, ...)

Tested on: amd64; mips64 xbuild.

Approved by:	portmgr (tier-2 blanket)
2018-06-11 01:20:56 +00:00
Yuri Victorovich
6e9f1ba719 New port: biology/ngs-sdk: Tools and libraries for using data in the INSDC Sequence Read Archives 2018-06-10 23:58:07 +00:00
Eitan Adler
ea6edb7b6d ports-mgmt/pkgs_which: feex a typo
Approved by:	mandree (maintainer)
2018-06-10 20:28:15 +00:00
Christoph Moench-Tegeder
822bc8eb3b print/gutenprint: update to 5.2.14
Changelog: https://sourceforge.net/p/gimp-print/mailman/message/36300478/

While here, remove cups-genppd symlink (added in ports r465457) again.
The symlink is not being provided by upstream, and it's not expected
that users use this tool anyway (most of those who do are following
outdated documentation). (Noted by tijl@)
2018-06-10 20:19:39 +00:00
Sergey A. Osokin
610f7a1236 Upgrade from 1.1 to 1.2.
<ChangeLog>

*) Feature: configuration of environment variables for application
   processes.

*) Feature: customization of php.ini path.

*) Feature: setting of individual PHP configuration options.

*) Feature: configuration of execution arguments for Go applications.

*) Bugfix: keep-alive connections might hang after reconfiguration.

</ChangeLog>
2018-06-10 19:45:57 +00:00
Jan Beich
c602770bf2 games/openra: update GeoLite2 to June snapshot
fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1717847, actual 1728369

PR:		228877
Reported by:	dbn
2018-06-10 19:36:00 +00:00
Danilo Egea Gondolfo
566e591d9c - Update to 0.198 2018-06-10 19:11:31 +00:00
Bradley T. Hughes
5b80dcd5e6 devel/awscli: Update 1.15.31 -> 1.15.35
PR:		228869
Reported by:	danilo@
Sponsored by:	Miles AS
2018-06-10 19:04:05 +00:00
Bradley T. Hughes
5964eed579 devel/py-botocore: Update 1.10.31 -> 1.10.35
PR:		228870
Submitted by:	danilo@
Sponsored by:	Miles AS
2018-06-10 18:59:35 +00:00
Yuri Victorovich
9bcb89e566 audio/fluidplug-lv2: Unbreak on non-Intel/AMD platforms
Make SSE flags depend on the option SSE that defaults to 'on' only on amd64/i386 architectures.
2018-06-10 17:17:38 +00:00
Thomas Zander
a1df13d85f Fix startup script for FreeBSD 10: -o option is unknown
PR:		228266
Submitted by:	takefu@airport.fm
MFH:		2018Q2
2018-06-10 17:11:05 +00:00
Vanilla I. Shu
2be64a2ead Update to 0.9.0. 2018-06-10 16:05:47 +00:00
MANTANI Nobutaka
c22f64ca72 - Change lisp directory from EMACS_SITE_LISPDIR to EMACS_VERSION_SITE_LISPDIR.
- Remove EMACS_FLAVORS_EXCLUDE because configure error of www/emacs-w3m
  has been fixed.
- Bump PORTREVISION.
2018-06-10 16:01:17 +00:00
Tobias C. Berner
8b951b3531 net-im/kopete: add work-around to fix build on current
PR:		228640
Submitted by:	emaste
2018-06-10 15:40:24 +00:00
Tobias C. Berner
ad958c1e99 Update audio/cantata to 2.3.1 2018-06-10 14:47:10 +00:00
Tijl Coosemans
c6e7f911c6 Add net/libsrtp2 2.2.0 (API not compatible with net/libsrtp).
PR:		228866
2018-06-10 14:46:30 +00:00
MANTANI Nobutaka
0e9ee35bf1 * Change lisp directory from EMACS_SITE_LISPDIR to EMACS_VERSION_SITE_LISPDIR.
* Remove unnecessary @rmtry from pkg-plist.
* Bump PORTREVISION because of plist change.

PR:		228721
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2018-06-10 14:29:44 +00:00
MANTANI Nobutaka
1acf47cf72 * Change lisp directory from EMACS_SITE_LISPDIR to EMACS_VERSION_SITE_LISPDIR.
* Bump PORTREVISION because of plist change.

PR:		228720
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2018-06-10 14:27:53 +00:00
MANTANI Nobutaka
20a1d46824 * Change lisp directory from EMACS_SITE_LISPDIR to EMACS_VERSION_SITE_LISPDIR.
* Bump PORTREVISION because of plist change.

PR:		228719
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2018-06-10 14:24:11 +00:00
Tobias C. Berner
dd6e64556d Update www/otter to 0.9.99 2018-06-10 14:19:41 +00:00
MANTANI Nobutaka
e6e185eb33 * Unbreak with both editors/emacs and editors/emacs-devel.
* Change lispdir into ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/w3m.
* Bump PORTREVISION because
  - Chase update of editors/emacs.
  - Plist is changed.

PR:		228677
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2018-06-10 14:19:29 +00:00
Jan Beich
dfa96debb5 devel/racer: update to 2.0.14
Changes:	https://github.com/racer-rust/racer/compare/2.0.12...2.0.14
2018-06-10 14:19:15 +00:00
Florian Smeets
6bbf8562e3 - update to 1.4.2 [1]
- correct the daemon(8) invocation to supply the correct syslog process name [2]

PR:		228860 [1], 228784 [2]
Submitted by:	stb@lassitu.de (maintainer) [1], feld [2]
Approved by:	maintainer [2]
2018-06-10 14:10:37 +00:00
Danilo Egea Gondolfo
3f3ffceaee - Add LICENSE_FILE
PR:		228834
Submitted by:	0mp
2018-06-10 13:03:20 +00:00
Danilo Egea Gondolfo
cfba65cadb - Update to 20180604 2018-06-10 12:44:41 +00:00
Tijl Coosemans
6bf99c98aa Restore patch removed in r471914. It is still needed on FreeBSD 10.
Reported by:	exp-run
2018-06-10 12:37:35 +00:00
Danilo Egea Gondolfo
5c1e8068cf - Update to 0.20180605 2018-06-10 12:26:00 +00:00
Tobias C. Berner
880f6c87cc Update KDE Applications to 18.04.2 2018-06-10 10:39:35 +00:00
Tobias Kortkamp
9a0723ba78 New port: sysutils/lsyncd
Lsyncd is designed to synchronize a local directory tree with low
profile of expected changes to a remote mirror.  Lsyncd is especially
useful to sync data from a secure area to a not-so-secure area.

WWW: https://axkibe.github.io/lsyncd/

PR:		228714
Submitted by:	Junichi Satoh <junichi@junichi.org>
2018-06-10 10:30:14 +00:00
Jan Beich
a93b9adeba www/waterfox: flatten line endings after r461193
Subversion doesn't allow mixed line endings when svn:eol-style
property is set. files/patch-bug1402766 tries to create a new test
file, so simply strip carriage-return from lines which is what
actually happens on checkout. Originally, the file landed via
git-svn which doesn't appear to run sanity checks on dcommit.

$ svn cat files/patch-bug1402766
svn: E135000: Inconsistent line ending style

Reported by:	gjb
2018-06-10 10:24:00 +00:00
Tobias Kortkamp
cca472083a net/ipxe: Update to latest commit
Pull in gcsplit from sysutils/coreutils when users try to embed
certificates via CERT= in MAKE_ARGS.  This currently fails because
iPXE expects csplit to behave like GNU csplit and uses constructs
that our csplit does not support.

PR:		228835
Submitted by:	Chad Jacob Milios <milios@ccsys.com> (based on)
2018-06-10 10:02:55 +00:00
Dmitry Marakasov
39c0cf197d - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-06-10 09:34:29 +00:00
Dmitry Marakasov
5a4c63e288 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-06-10 09:04:29 +00:00