- Lv's master site was gone because ISP was terminated the service.
Submittter contacted the lv's author, he says "I can't create a new
site so busy". So submitter uploaded lv's source code to GitHub.
- Attached diff that changes MAINTAINER address and MASTER_SITES point
to GitHub, some related changes also included.
- patches re-generated patch by "make makepatch".
- submitter becomes maintainer
PR: 210067
Submitted by: IWAMOTO Kouichi <sue@iwmt.org>
- Version 3.0 is a major release that requires Ruby 2.0 compatibility
and removes deprecated functions.
- The columnar registry format introduced in 2.6 has been made the
primary format
- the registry data has been extracted from this library and put
into ruby-mime-types-data
- Additionally, mime-types is now licensed exclusively under the MIT
licence and there is a code of conduct in effect.
- There are a number of other smaller changes described in
https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc
PR: 209936
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
This port builds and installs the Qt5 API documentation for use
with IDEs such as qtcreator or kdevelop in qch file format and HTML
file format.
Limitations: The port is made for Qt 5.5.1 and excludes the
documentation for qtwebkit, qtwebkit-examples and qtwebengine. The
reasons are, webkit is deprecated and should not be used for further
development, it will not be part of the Qt 5.6.x sources by default
and only provided on FreeBSD for backwards compatibility with ports.
API documentation may be later added to the qt5-webkit port (as
well for qtwebkit-examples). The qtwebengine hasn't been ported to
FreeBSD yet, so no documenation can be generated either.
The build process uses the full qt source tarball and uses configure
with the respective platform (freebsd-g++ or freebsd-clang). During
configure, the qmake tool is compiled that generates the Makefiles
for doc creation. While the qt5-qmake could also be used, it currently
generates the documentation without the correct links and replaces
them with text, which makes the API documentation useless with
respect to the workflow. The compiling of qmake has been accepted
for now as a minor drawback of the port.
PR: 209861
Submitted by: Ralf Nolden <nolden@kde.org> (kde)
A collection of code samples and tutorials for Qt to help new users
get started with Qt development. This is a support / add-on package for
qtcreator, which likes to showcase examples.
WWW: http://doc.qt.io/qt-5/qtexamplesandtutorials.html
PR: 209320
Submitted by: groot@kde.org (kde), Ralf Nolden <nolden@kde.org> (kde)
Fix SUB_LIST and script
This is related to bug #209799, same root cause: the removal of
kdehier and USE_KDE4=kdeprefix is a bit too thorough. Here, it
leaves us with a blank variable in SUB_LIST, which ends up in a
shell script. The substitution leaves the shell script with syntax
errors.
Since $KDE4_PREFIX must be equal to $LOCALBASE, remove the substitution
and simplify the script.
PR: 209802
Submitted by: groot@kde.org (kde)
In r415864, kdeprefix was removed from a whole lot of ports. In a
few cases, USE_KDE4= was removed entirely. There are some combinations
of OPTIONS that can cause build failures because KDE4_VERSION isn't
defined. This fixes it.
PR: 209799
Submitted by: groot@kde.org (kde)
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542
GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.
Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.
Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result. Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only).
"No More Secrets" is the name I've lovingly given to the infamous
"decrypting text" effect seen on screen in the 1992 hacker movie
Sneakers.
This project provides tools to recreate this effect in your projects.
WWW: https://github.com/bartobri/no-more-secrets
- changed to github
- many changes since first release
- added FEFE patch, see https://ptrace.fefe.de/bdelta.diff
- added LICENSE
PR: 209063
Approved by: novel (maintainer)
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951