- Switch to GH
- Update WWW in pkg-descr
- Added new question feature
- Fixed windows color problem
- Intelligent colors
- Added open in browser
Reviewed by: koobs, junovitch (mentor)
Approved by: junovitch (mentor)
Differential Revision: D6964
Stack overflow command line client written in python. Using SoCLI you can
search and browse stack overflow without leaving the terminal.
WWW: https://pypi.python.org/pypi/socli/
Submitted by: me
Reviewed by: amdmi3, feld (mentors)
Approved by: amdmi3, feld (mentors)
Differential Revision: D6939
p5-Term-ReadLine-(Gnu,Perl,TTYtter).
I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.
devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.
Sponsored by: Absolight
- 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