JSON Web Token (JWT) is a simple way to send verified information between two
parties online. This can be useful as a mechanism for providing Single Sign-On
(SSO) to an application by allowing an authentication server to send a validated
claim and log the user in. This is how Zendesk does SSO, for example.
OmniAuth::JWT provides a clean, simple wrapper on top of JWT so that you can
easily implement this kind of SSO either between your own applications or allow
third parties to delegate authentication.
WWW: https://github.com/mbleigh/omniauth-jwt
* audio/juk
* audio/audiocd-kio
* audio/kmix
* audio/kwave
* audio/libkcddb
* audio/libkcompactdisc
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
Differential Revision: https://reviews.freebsd.org/D14824
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
Differential Revision: https://reviews.freebsd.org/D14823
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
Differential Revision: https://reviews.freebsd.org/D14832
* graphics/gwenview
* graphics/kamera
* graphics/kcolorchooser
* graphics/kdegraphics-mobipocket
* graphics/kdegraphics-svgpart
* graphics/kdegraphics-thumbnailers
* graphics/kimagemapeditor
* graphics/kolourpaint
* graphics/libkdcraw
* graphics/libkexiv2
* graphics/libkipi
* graphics/libksane
* graphics/okular
* graphics/spectacle
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
Differential Revision: https://reviews.freebsd.org/D14833
Pass USE_LD_GOLD:BOOL=OFF to cmake, to ensure that it is not accidentally being
picked up, used, and failing to link.
While here, switch to CMAKE_ON/CMAKE_OFF
PR: 223596
Submitted by: olevole@olevole.ru
See
https://www.wireshark.org/docs/relnotes/wireshark-2.4.6.html for a list of
changes in this release.
Additionally, fix the following issues in the Makefile [1]:
* Add missing --with-* for lz4, snappy, and nghttp2
* Remove obsolete --with-* for IPv6 and gcrypt
* Use localbase
PR: 227131 [1]
Submitted by: Greg V <greg@unrelenting.technology> [1]
- 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], 226515 [2]
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2]
Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
Approved by: maintainer timeout (two weeks)
With CMake 3.11, configure fails with this error:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
MYSQL_EMBEDDED_LIBRARIES
linked by target "cmTC_ec547" in directory /wrkdirs/usr/ports/databases/soci/work/soci-3.2.2/CMakeFiles/CMakeTmp
CMake Error at /usr/local/share/cmake/Modules/CheckIncludeFile.cmake:60 (try_compile):
Failed to configure test project build system.
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindThreads.cmake:121 (CHECK_INCLUDE_FILE)
core/CMakeLists.txt:17 (include)
The underlying issue is that the test for MySQL embedded leaks the
library into CMAKE_REQUIRED_LIBRARIES, which are then picked up in
other feature tests. If the library wasn't found (which is normal,
it's not a dependency in the port) then those later tests fail.
CMake 3.11 is somehow stricter about this than CMake 3.10.
No PORTREVISION bump because it's a pre-emptive build fix and nothing
changes on the port.
Approved by: tcberner (mentor, implicit)
type of the lambda explicit, to avoid this build error:
error: return type 'QString' must match previous return type 'const QString' when lambda expression has unspecified explicit return type
return QString();
Reported by: pkg-fallout
Approved by: tcberner (mentor, implicit)
J (J language) is a high-level, general-purpose, high-performance
programming language. J is portable and runs on 32/64-bit
Windows/Linux/Mac as well as iOS, Android, and other platforms.
WWW: http://www.jsoftware.com
PR: 226186
Submitted by: Joao Neves <sevenjp@gmail.com>
Port changes:
* Add USE_PYTHON=concurrent
* Update WWW to the real homepage
PR: 227357
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)