- Pad pkg-message display for consistency of port vs. package install
- Cleanup the port a bit: drop gratuitous variables, use REINPLACE_CMD
instead of MV/SED, convert to OptionsNG, etc.
Reported by: marino
Approved by: miwi, bapt (portmgr, implicit)
- Define LICENSE (GPLv2), move OPTIONS block down a bit
- Rename one option (PROTOCOL_BAHAMUT -> BAHAMUT)
- Drop an article from COMMENT, contract PORTDOCS
- Pad pkg-message display; do misc. cleanups while here
- Reformat port description; terminate WWW with a slash
Reported by: marino
Approved by: miwi, bapt (portmgr, implicit)
- Fix build
- Add LICENSE (GPLv2)
- Trim Makefile header
- Use new perl5 framework
- Use only one space for WWW:
PR: ports/179278
Submitted by: nemysis <nemysis gmx.ch>
Approved by: maintainer (timeout)
- Set perl only as a run dependency [1]
- Trim Makefile header
- USES new perl5 framework
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
PR: ports/177954
Submitted by: Uffe Jakobsen <uffe uffe.org>
Approved by: maintainer (timeout)
- Update to 1.14
- Trim Makefile header
- Rework pkg-descr and fix one space WWW:
PR: ports/180968
Submitted by: Jason Harris <jharris widomaker.com>
Approved by: maintainer (timeout)
commit-patch allows the user to control exactly what gets committed by
letting the user supply a patch to be committed rather than using the
files in the current working directory.
commit-patch supports Darcs, Git, Mercurial, Bazaar, Subversion,
Monotone or CVS repositories.
Also included is an Emacs interface to commit-patch. It allows you to
just hit C-c C-c in any patch buffer to apply and commit only the
changes indicated by the patch, regardless of the changes in your
working directory.
WWW: http://www.porkrind.org/commit-patch/
PR: ports/178945
Submitted by: Lapo Luchini <lapo@lapo.it>
Add support for lang/lua, disabled by default.
<ChangeLog>
UPGRADE URGENCY: MODERATE, upgrade ASAP only if you experience issues related to
the expired keys collection algorithm, or if you use the
ZUNIONSTORE command.
* [FIX] Improved expired keys collection algorithm. Even under heavy load keys
to be expired can't accumulate because of lack of CPU time.
* [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result.
* [NEW] redis-benchmark improvements.
* [NEW] dict.c API wrong usage detection.
WARNING: redis-benchmark released with 2.6.15 features non backward compatible
change in the way the random arguments are specified, use the --help
option for more information.
</ChangeLog>
- Do not silence installation message
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
- Cleanup Makefile header
- Cosmetic change
- Use single space after WWW:
Changes:
2.09
* Corrected a very unfortunate bug in german babel:
\@german@dquote has to consider the case when '"' is not active..
2.08
* Added \fcolorbox
2.07
* bug in hacha -tocbis/-tocter when no cut induced by section.
* Do not change (\cutname) the name of toplevel file.
- NO_GUI_RPC to not create a socket for communication with external
user interfaces, setting this breaks net/boinc_curses
- NO_NET_INFO to not send your host address and host name to the
BOINC servers.
While here use bsd.port.options.mk
PR: ports/176724 (part)
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
used by the pathod and mitmproxy projects.
It differs from other projects in some fundamental
respects, because both pathod and mitmproxy often
need to violate standards.
WWW: https://pypi.python.org/pypi/netlib
PR: ports/180746
Submitted by: Hung-Yi Chen <gaod hychen.org>