Commit graph

396903 commits

Author SHA1 Message Date
Jimmy Olgeni
77c78bdd94 Patch devel/erlang-cuttlefish for upcoming Erlang 19. 2016-07-12 14:27:10 +00:00
Guido Falsi
931dad9e43 - Update to 1.28
- geanysendmail module renamed to sendmail
2016-07-12 12:44:38 +00:00
John Marino
d4d58faea9 lang/rust: Update distinfo.x86_64 for DragonFly support
A custom bootstrap compiler package had to be created for DragonFly using
FreeBSD's as a model since upstream did not provide one for DF this time.

Approved by:	riggs (maintainer)
2016-07-12 11:49:49 +00:00
Veniamin Gvozdikov
4d53cb35cf - Add support FreeBSD 12.0
PR:		ports/211030
Submitted by:	olevole@olevole.ru (maintainer)
2016-07-12 11:10:58 +00:00
Tijl Coosemans
1a946409f6 Add patch from upstream commit 7247f99b3e068a2b90b7776a2cdd438fddb7a38b
to fix a header.

Reported by:	Gert Doering <gert@greenie.muc.de>
2016-07-12 09:33:54 +00:00
Dmitry Marakasov
5c187769fe - Switch to options helpers 2016-07-12 09:00:11 +00:00
Jan Beich
dbdf0b1ecb security/libargon2: add new port
PR:		209411
Submitted by:	Christopher Hall <christopherhall.hsw@gmail.com>
Reviewed by:	Yonas Yanfa, Vladimir Krstulja

Argon2 is a password-hashing function that summarizes the state of the
art in the design of memory-hard functions and can be used to hash
passwords for credential storage, key derivation, or other
applications.

https://github.com/P-H-C/phc-winner-argon2
2016-07-12 08:46:21 +00:00
Li-Wen Hsu
ca37aeeebe - Update to 2.13 2016-07-12 07:00:29 +00:00
Jan Beich
8ddbc0585e multimedia/openh264: back out r418381 (try#2)
As every consumer was broken except for net/pjsip which isn't actually
linking against openh264 there's no need to bump PORTREVISION.
2016-07-12 04:30:32 +00:00
Don Lewis
940c035823 Add missing dependencies reported by stage-qa:
USE_XORG+=      sm xinerama

        devel/dbus (when GNOME option is enabled)

        multimedia/gstreamer (when MMEDIA option is enabled)

        graphics/poppler (-devel only, when PDFIMPORT option is enabled)

Add USES=ssl since this OpenOffice does use OpenSSL.  The base and ports
versions of OpenSSL are both known to work.  It is unknown if LibreSSL
works because the dependency ftp/curl does not currently build with
LibreSSL.

Replace one remaining path to a .jar file with ${JAVALIBDIR} in
CONFIGURE_ARGS.

Replace an absolute symlink with a relative one.

Re-align \ line continuation characters in *_DEPENDS after removal of
${PORTSDIR} from dependencies, and make a few other whitespace cleanups.

MFH:		2016Q3
2016-07-12 03:24:20 +00:00
Roman Bogorodskiy
0bfdcb351a net/py-libcloud: update to 1.1.0
Also, drop deletion of *.rej files because
they no longer present is the distfile.
2016-07-12 00:48:07 +00:00
Matthew Seaman
281fc39e7c Rename security/hashcat to security/hashcat-legacy
(Tracking upstream change)

security/hashcat has been extensively reworked and may now utilize
OpenCL to run on GPUs etc.  Most people are expected to upgrade to
security/hashcat (hashcat-3.00); this port is being kept in order to
support people for whom hashcat-3.00 may not be compatible.

Add explicit dependency on math/gmp

PR:		210873
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-07-11 21:27:18 +00:00
Matthew Seaman
cfcc60d58c Upgrade to 3.00
This is a major rewrite that combines the codebases of the former
hashcat (running on the main CPU) and oclHashcat (running on the GPU).

Because of the extent of the changes, the previous version will still
remain available, renamed to 'hashcat-legacy' (following upstream)

ChangeLog: https://github.com/hashcat/hashcat/releases/tag/v3.00

PR:		210873
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-07-11 21:21:35 +00:00
Raphael Kubo da Costa
1aed985e48 Set NO_ARCH=yes.
The port only installs an Emacs Lisp file.

PR:		210962
Approved by:	olgeni (maintainer)
MFH:		2016Q3
2016-07-11 21:06:10 +00:00
Raphael Kubo da Costa
26dd086b80 Add patch to fix the build on FreeBSD 10.1.
LyX 2.2.0 had some code changes and is using std::bind() when C++11 support is
available. The libc++ version on 10.0 and 10.1 does not work as expected, so
force boost::bind() on those systems to avoid the following error:

frontends/qt4/liblyxqt4.a(GuiWorkArea.o): In function `_ZN5boost6detail8function26void_function_obj_invoker0INSt3__16__bindIMN3lyx8frontend11GuiWorkAreaEFvvEJPS7_EEEvE6invokeERNS1_15function_bufferE':
GuiWorkArea.cpp:(.text._ZN5boost6detail8function26void_function_obj_invoker0INSt3__16__bindIMN3lyx8frontend11GuiWorkAreaEFvvEJPS7_EEEvE6invokeERNS1_15function_bufferE[_ZN5boost6detail8function26void_function_obj_invoker0INSt3__16__bindIMN3lyx8frontend11GuiWorkAreaEFvvEJPS7_EEEvE6invokeERNS1_15function_bufferE]+0xa): undefined reference to `_ZNSt3__18__invokeIRMN3lyx8frontend11GuiWorkAreaEFvvERPS3_JEvEEDTcldsdeclsr3std3__1E7forwardIT0_Efp0_Efp_spclsr3std3__1E7forwardIT1_Efp1_EEEOT_OS9_DpOSA_'
/usr/bin/ld: lyx: hidden symbol `_ZNSt3__18__invokeIRMN3lyx8frontend11GuiWorkAreaEFvvERPS3_JEvEEDTcldsdeclsr3std3__1E7forwardIT0_Efp0_Efp_spclsr3std3__1E7forwardIT1_Efp1_EEEOT_OS9_DpOSA_' isn't defined
/usr/bin/ld: final link failed: Nonrepresentable section on output
2016-07-11 21:02:50 +00:00
Carlo Strub
6a78028efc - Update to 1.05.002
- Require more libraries
2016-07-11 20:45:40 +00:00
Adam Weinberger
fca4783652 upgrade to 4.90C
- support for DTYPE_PTS
- FreeBSD 12.0-CURRENT

PR:		211017
Submitted by:	maintainer (Larry Rosenman)
2016-07-11 20:44:11 +00:00
Pawel Pekala
c988f7c173 imv is a command line image viewer intended for use with tiling window
managers.  It supports over 30 different image file formats including:
Photoshop PSD files, animated GIFS, and various RAW formats.

WWW: https://github.com/eXeC64/imv/

PR:		210951
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-07-11 20:18:29 +00:00
Kurt Jaeger
5d282f809c New port: mail/jwsmtp
jwSMTP is a GPL-licensed C++ library to facilitate sending email
programmatically. All you need to worry about is who the mail is from, who to
send it to and the message itself, no network coding necessary. It is able to
send mail in html or plain format. jwSMTP can send attachments, send to
multiple recipients including Cc/Bcc recipients. LOGIN and PLAIN SMTP
authentication. Do an MX lookup or send direct via an smtp server.

Supported platforms are BSD, Linux and Windows.

WWW: https://talk.mumbleface.net/jwsmtp/

PR:		210765
Submitted by:	Mohammad S. Babaei <info@babaei.net>
2016-07-11 20:14:30 +00:00
Carlo Strub
f50008ab59 Update to 1.6 2016-07-11 20:13:46 +00:00
Carlo Strub
f10587efd2 A Golang library for generating random strings from regular expressions.
WWW: https://github.com/zach-klippenstein/goregen
2016-07-11 20:04:27 +00:00
Carlo Strub
5a62a7d924 This library is designed to allow seamless, high-fidelity encoding and
decoding of arbitrary data in application/x-www-form-urlencoded format and as
url.Values. It is intended to be useful primarily in dealing with web forms
and URI query strings, both of which natively employ said format.

WWW: https://github.com/ajg/form
2016-07-11 20:01:51 +00:00
Carlo Strub
95945dae4c High Performance and Feature-Rich Idiomatic encode/decode and rpc library for
- msgpack: https://github.com/msgpack/msgpack
- binc: http://github.com/ugorji/binc
- cbor: http://cbor.io http://tools.ietf.org/html/rfc7049
- json: http://json.org http://tools.ietf.org/html/rfc7159

WWW: https://github.com/ugorji/go
2016-07-11 19:59:54 +00:00
Carlo Strub
51e1f133d5 This port holds the source for various packages and tools that support the Go
programming language.

WWW: https://godoc.org/golang.org/x/tools
2016-07-11 19:58:05 +00:00
Carlo Strub
2ea0e69193 Generate fake data in go.
WWW: https://github.com/manveru/faker
2016-07-11 19:54:56 +00:00
Carlo Strub
daab72eb39 pflag is a drop-in replacement for Go's flag package, implementing
POSIX/GNU-style --flags.
pflag is compatible with the GNU extensions to the POSIX recommendations for
command-line options. For a more precise description, see the "Command-line
flag syntax" section below.

WWW: https://github.com/spf13/pflag
2016-07-11 19:53:19 +00:00
Carlo Strub
56c3971bcd The yaml package enables Go programs to comfortably encode and decode YAML
values. It was developed within Canonical as part of the juju project, and is
based on a pure Go port of the well-known libyaml C library to parse and
generate YAML data quickly and reliably.

WWW: https://github.com/go-yaml/yaml
2016-07-11 19:50:28 +00:00
Pawel Pekala
c803bba82e Update to version 1.0.3
Changelog:
https://github.com/xijo/reverse_markdown/blob/master/CHANGELOG.md

PR:		210949
Submitted by:	maintainer
2016-07-11 19:49:18 +00:00
Carlo Strub
905939d24b Back to pool 2016-07-11 19:46:02 +00:00
Alan Somers
cb198d6a0a Update misc/mbuffer to 20160613
PR:		210504
Reviewed by:	brd
Approved by:	maintainer-timeout
Approved by:	brd (ports)
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D6949
2016-07-11 18:50:14 +00:00
Pawel Pekala
a5e9c10c7f Update to version 0.3.6
Changelog:
https://github.com/Gandi/hieracles/blob/master/CHANGELOG.md

PR:		210948
Submitted by:	maintainer
2016-07-11 18:41:12 +00:00
Pawel Pekala
f71c9747b6 Update to version 2.3.1
Changelog:
- New library 'imagery_isocluster'
- Record statistics in 'table_calculus'
- Better io_gdal shapes import
- Updates to scripting tools

PR:		210946
Submitted by:	maintainer
2016-07-11 17:38:35 +00:00
Tobias C. Berner
d7040d6e29 archivers/quazip-qt5 uses the PLIST_SUB for QT_LIBDIR (=relative path to Qt's
libraries) by mistake. Correct this.

Reported by:	Ralf Nolden <nolden@kde.org>
Approved by:	rakuco (mentor)
2016-07-11 16:23:12 +00:00
Bryan Drewery
d4efb943e8 Fix maintainership.
re@ and secteam@ have implicit approval to modify this port.
2016-07-11 15:51:21 +00:00
Dmitry Marakasov
9cc6d6f00a - Drop maintainership and deprecate: does not work with pkg(8)
PR:		210973
Submitted by:	serpent7776@gmail.com (maintainer)
2016-07-11 15:37:45 +00:00
Torsten Zuehlsdorff
da1dcc09bf rubygem-ruby-saml: Document XML signature wrapping attack
Security:    CVE-2016-5697
Security: https://vuxml.freebsd.org/freebsd/3fcd52b2-4510-11e6-a15f-00248c0c745d.html
Approved by: junovitch (mentor)
2016-07-11 15:31:10 +00:00
Jimmy Olgeni
d13509d005 Add databases/erlang-couchbeam, Barrel and Apache CouchDB client
library for Erlang.
2016-07-11 14:06:44 +00:00
Jimmy Olgeni
f2b8288ef2 Downgrade devel/erlang-metrics to version 1.0.1, for hackney compatibility. 2016-07-11 14:04:29 +00:00
Jan Beich
dd9e1d2c23 multimedia/openh264: update to 1.6.0
API/ABI has changed, so bump PORTREVISION in consumers. Some of those
are marked BROKEN that may need a fix similar to libav.

https://git.libav.org/?p=libav.git;a=commitdiff;h=d825b1a53065

Changes:	https://github.com/cisco/openh264/releases/tag/v1.6.0
2016-07-11 13:42:24 +00:00
Jan Beich
4aaa8b6e3c multimedia/openh264: oops, back out r418381
Every consumer was broken except for net/pjsip which isn't actually
building *against* openh264.
2016-07-11 13:41:49 +00:00
Jan Beich
f1071e550c multimedia/openh264: update to 1.6.0
API/ABI has changed, so bump PORTREVISION in consumers. Some of those
are marked BROKEN that may need a fix similar to libav.

https://git.libav.org/?p=libav.git;a=commitdiff;h=d825b1a53065

Changes:	https://github.com/cisco/openh264/releases/tag/v1.6.0
2016-07-11 13:20:30 +00:00
Hajimu UMEMOTO
b2282453d3 Updated to 0.28.
No functional change.
2016-07-11 11:37:06 +00:00
Emanuel Haupt
b5c6d86eab Update to 0.057 2016-07-11 11:33:04 +00:00
Jimmy Olgeni
438c826b82 Update devel/elixir-estree to version 2.4.0. 2016-07-11 10:50:01 +00:00
Jimmy Olgeni
6a202bec0f Update www/elixir-maru to version 0.10.3. 2016-07-11 10:49:12 +00:00
Jimmy Olgeni
d2cf6a0ff2 Update www/erlang-hackney to version 1.6.1. 2016-07-11 10:49:08 +00:00
Jimmy Olgeni
56623846c6 Update www/elixir-phoenix_ecto to version 3.0.0. 2016-07-11 10:49:04 +00:00
Jimmy Olgeni
1a033596a9 Update www/elixir-phoenix to version 1.2.0. 2016-07-11 10:48:59 +00:00
Jimmy Olgeni
1e44a809d8 Update www/elixir-httpoison to version 0.9.0. 2016-07-11 10:48:53 +00:00
Jimmy Olgeni
09c2f0d710 Update devel/elixir-timex to version 2.2.1. 2016-07-11 10:48:48 +00:00