Changes:
- Change Licence to MIT and release 0.4.9 (Daniel Veillard)
- Update the maven jar coordinates (Daniel Veillard)
(but it is broken one month later no mirror seems to export jars)
- Fix IndexOutOfBoundsException for unknown error codes (Claudio Bley)
- Add debian packaging for the Java bindings (Wido den Hollander)
- Fix javadoc warnings. (Claudio Bley)
- Fix typo in Domain.java (Claudio Bley)
<ChangeLog>
*) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14.
Thanks to Charles Chen.
*) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if
the --with-ipv6 option was used.
*) Bugfix: a segmentation fault might occur in a worker process if the
"map" directive was used with variables as values.
*) Bugfix: a segmentation fault might occur in a worker process if the
"geo" directive was used with the "ranges" parameter but without the
"default" parameter; the bug had appeared in 0.8.43.
Thanks to Zhen Chen and Weibin Yao.
*) Bugfix: in the -p command-line parameter handling.
*) Bugfix: in the mail proxy server.
*) Bugfix: of minor potential bugs.
Thanks to Coverity.
*) Bugfix: nginx/Windows could not be built with Visual Studio 2005
Express.
Thanks to HAYASHI Kentaro.
</ChangeLog>
- Converted to OptionsNG
- Removed references to demos from pkg-message
PR: ports/170653 [1]
Submitted by: William Grzybowski <william88@gmail.com> [1]
This complementary family was adapted from the Source design due to a
request to create a monospaced version for coding applications.
Source Code Pro currently supports a wide range of languages using Latin
script, and includes all the characters in the Adobe Latin 4 glyph set. As
an open source project, it is expected that incremental updates will be
made over time to extend glyph set coverage and functionality.
WWW: http://sourceforge.net/projects/sourcecodepro.adobe/
PR: ports/171935
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp>
the port to depend on JAR-files already provided by other ports, instead
of installing its own (bundled) versions of same.
Rename from "jakarta-jmeter" to simply "jmeter" -- according to Apache
site, Jakarta is no more and all its projects now live on their own.
Take over maintainership.
Approved by: beat (the previous maintainer)
- adopt new Makefile header
- take maintainer
Some highlights:
* cvs2git conversions are cleaned up in a number of smallish ways.
* Much faster cvs2git conversions via new option
--use-external-blob-generator.
* Optionally include empty directories from the CVS repository in
the Subversion output.
* More flexible keyword and EOL handling.
* More aggressively omit unnecessary dead revisions.
* Make check of illegal filename characters dependent on the target VCS.
* Allow grafting a branch onto a parent that has itself been grafted.
* Only require a DB module if the "internal co" functionality is used.
(This dependency has been a source of much grief to people on systems
without decent package managers.)
* Sort using a Python implementation rather than an external sort
command, to remove the dependency on POSIX-like sort. (This
dependency has been the source of much grief to Windows users.)
For more information see:
http://cvs2svn.tigris.org/source/browse/cvs2svn/tags/2.4.0/CHANGES?view=markup
Special thanks to Michael Haggerty
Approved by: glarkin (explicit per pm)
- Add LICENSE
- Remove ABI versions from LIB_DEPENDS
- Update to new Makefile header
PR: ports/171653 [1]
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: Eric Camachat <lihong@ieee.org> (maintainer)
when it was updated to .35 on the 12th. That moment, it kept PORTREVISION
1 from the master port. When the master port was updated and PORTREVISION
removed on the 22nd, PKGVERSION of nvidia-driver-173 went backwards as its
PORTREVISION dropped from 1 to 0. While I am at it, provide a comments in
all makefiles that keeping PORTREVISION setting (even when it is seemingly
zero) is important.
Reported by: erwin
- Build cleanly with C, PYTHON and DOC options
- Improve rc script
- Do not install Windows cmd files
- Put docs to ${DOCSDIR}
- Put logs to /var/log/zookeeper
- Put pid file to /var/run/zookeeper/zookeeper.pid
- Use ${MASTER_SITE_APACHE} as MASTER_SITES
- Add LICENSE
- Add WWW
PR: ports/171858
Submitted by: lwhsu
Approved by: gnn (maintainer)
OpenVex is an API (Application Program Interface) library for programming
Vex robot controllers using SDCC or MCC18.
WWW: http://personalpages.tds.net/~jwbacon/vex.html
PR: ports/171876
Submitted by: Jason Bacon <jwbacon at tds.net>
- Remove LICENSE_FILE (unneeded for standard GPL 2)
- Drop maintainership (could not get upstream to provide a ChangeLog,
which makes it too time-consuming for me to track changes after each
new release)