summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-11Update to 2013.06.09:wiz3-8/+13
* Noteworthy changes in release 2013.06.09 (2013-06-09) [stable] AX_PROG_FLEX has been updated to be more liberal about the name of the flex executable. AX_LIB_HDF5 has been updated to support the variables HDF5_CC, HDF5_FC, and HDF5_LIBS. See <http://savannah.gnu.org/patch/?8026> for further details. AX_XSDCXX has been added; a macro to find the CodeSynthesis XSD executable and the corresponding headers. See <http://savannah.gnu.org/patch/?8011> for further details. AX_PYTHON_DEVEL no longer overrides LOCALMODLIBS. Further details are available at <http://savannah.gnu.org/patch/index.php?8065>. The portability of AX_ZONEINFO has been improved. Further details can be found at <http://savannah.gnu.org/patch/index.php?8029>. The configure flags generated by AX_ENABLE_DEFAULT_ACLOCALDIR have been fixed. AX_CHECK_GLU and AX_CHECK_GLUT have been added again by a new maintainer. * Noteworthy changes in release 2013.04.06 (2013-04-06) [stable] AX_PROG_CC_FOR_BUILD and AX_PROG_CXX_FOR_BUILD have been simplified to require only AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM. Further details are available at <http://savannah.gnu.org/patch/?7989>. A substantially updated version of the formerly obsoleted AX_CHECK_GL macro has been added again in <http://savannah.gnu.org/patch/?7986>. The new macro AX_LIB_SAMTOOLS has been added to check for Samtools <http://samtools.sourceforge.net/>. See <http://savannah.gnu.org/patch/?7983> for further details. The new macro AX_LIB_TABIX has been added to check for Tabix <http://samtools.sourceforge.net/tabix.shtml>. Further details are available at <http://savannah.gnu.org/patch/?7984>. AX_CXX_COMPILE_STDCXX_11 has been extended to test for the "auto" keyword. Further details can be found at <http://savannah.gnu.org/patch/?7985>. Support for AIX has been improved in AX_PTHREAD. Further details are available at <http://savannah.gnu.org/patch/?7973>. AX_PYTHON_DEVEL's ability to detect the proper suffix for shared libraries has been improved. See <http://savannah.gnu.org/patch/?7953> for further details. AX_BOOST_PYTHON has been switched to AX_PYTHON_DEVEL. Further details are available at <http://savannah.gnu.org/patch/?7979> and at <http://savannah.gnu.org/patch/?7980>. Fixed AX_LIB_EXPAT not to overwrite $LIBS. Furthermore, linker flags are now returned in $EXPAT_LDFLAGS instead of $EXPAT_LIBS. Further details are available at <http://savannah.gnu.org/patch/?7968>. AX_PYTHON has been updated to use the "distutils" module to find Python's header files instead of depending on the "locate" command. Further details are at <http://savannah.gnu.org/patch/?7966>. AX_PYTHON_DEVEL has been extended to support ubuntu 13.04. See <http://savannah.gnu.org/patch/?7965> for further details. Incorrect CPU detection in AX_GCC_ARCHFLAG has been fixed. See <http://savannah.gnu.org/patch/?7978> for further details. AX_EXT has been extended to recognize AVX SIMD instructions. A release tarball was added that is compressed with the free lzip utility. AX_JNI_INCLUDE_DIR has been extended to support FreeBSD. AX_PYTHON has been extended to support ArchLinux. See <http://savannah.gnu.org/patch/?7951> for further details. AX_PYTHON_DEVEL has been extended to support ArchLinux. See <http://savannah.gnu.org/patch/?7953> for further details. A minor bug in AX_BOOST_ASIO has been fixed. Further details are at <http://savannah.gnu.org/patch/index.php?7959>.
2013-06-11Updated archivers/gzip to 1.6adam1-1/+2
2013-06-11Changes 1.6:adam5-28/+26
The "--keep" (-k) option was added to not delete input files, in line with other tools such as xz, lzip, and bzip2. A decompression issue with certain invalid data in the 'pack' format was fixed. An incorrect overwrite when compiled with optimization was fixed. zgrep's handling of multi-digit context options was fixed. zmore now acts more like 'more'.
2013-06-11Updated www/p5-Mojolicious to 4.14wen1-1/+2
2013-06-11Update to 4.14wen2-6/+6
Upstream changes: 4.14 2013-06-10 - Improved url_for performance slightly. - Fixed bug where match attribute and render_later method were not hidden from the router. 4.13 2013-06-09 - Replaced ua method in Mojolicious::Controller with a helper. - Fixed url_for support for absolute URLs without scheme or authority. (bduggan, sri)
2013-06-11provide faked `python' and exactly disable python support.obache1-1/+4
2013-06-11Updated textproc/p5-Text-CSV to 1.30wen1-1/+2
2013-06-11Update to 1.30wen2-8/+7
Update DEPENDS Upstream changes: 1.30 Tue Jun 11 00:06:02 2013 - catch up Text::CSV_XS 0.99 (except for diag_verbose and allow_unquoted_escape) * TODO: Documents and tests in the next version
2013-06-11Updated textproc/p5-Text-CSV_XS to 0.99wen1-1/+2
2013-06-11Update to 0.99wen2-7/+6
Upstream changes: 0.99 - 2013-06-05, H.Merijn Brand * Documents return value of bind_columns without arguments * Fix automatic UTF-8 in getline/parse 0.98 - 2013-06-03, H.Merijn Brand * Clarify eol documentation * Move error_input to XS
2013-06-11Updated www/p5-Dancer to 1.3115wen1-1/+2
2013-06-11Update to 1.3115wen2-8/+9
Update DEPENDS Upstream changes: 1.3115 09.06.2013 [ BUG FIXES ] * GH #605: pass'ed megasplat with no further routes cause 404, not 500. (vlyon) [ DOCUMENTATION ] * GH #934: Added example of HAProxy deployment. (Anton Gerasimov) [ MISC ] * Tests now require Test::TCP v1.30+ (previous version had too short a timeout and tests were failing). (Yanick Champoux) 1.3114 02.06.2013 [ ENHANCEMENTS ] * GH #919: 'dancer' script exits with code 255 if application name is invalid. (ppisar) * GH #871: now recognize HTTP_X_FORWARDED_PROTO. (mlbarrow) * GH #926: make messages from fatal warnings show up in the logs. (Max Maischein) * GH #930: speed improvement. (ichesnokov) * GH #859: strip illegal characters from cookie name. (Colin Keith) * GH #924: non-'/' apps behind proxies now possible using 'request-base' header. (Mikolaj Kucharski) [ BUG FIXES ] * GH #724: app.pl obeys --confdir. (Yanick Champoux) * GH #927: logging format using 'h' now play nicely if no header present. (ironcamel) [ DOCUMENTATION ] * GH #922: Add example of request parameters. (Gabor Szabo) * Add scheme line for ngnix config in D::Deployment.
2013-06-11tradcppdholland1-1/+2
2013-06-11+tradcppdholland1-1/+2
2013-06-11Add tradcpp-0.1.dholland4-0/+31
tradcpp is a traditional (K&R-style) preprocessor. It has the particular property that it doesn't (for the most part) trash whitespace, so it can be used on makefiles. This is only release 0.1; it is missing some features and doubtless has quite a few bugs, but it's capable of building at least some packages when used with imake. Written by yours truly with some patches from Joerg.
2013-06-11Updated sysutils/dbus-sharp to 0.7.0nb1obache1-1/+2
2013-06-11fixes dbus-sharp dllmap for cross-architecture support,obache4-2/+43
taken from upstream. Bump PKGREVISION.
2013-06-11Updated net/p5-Test-TCP to 1.30wen1-1/+2
2013-06-11Update to 1.30wen2-7/+6
Upstream changes: 1.30 2013-06-03T05:06:28Z - Increase the default sleep and retry: 0.01 sec and 1000 times (miyagawa) 1.29 2013-05-29T01:12:47Z - Care the `test_tcp(port => undef)` case. https://github.com/tokuhirom/Test-TCP/issues/13 1.28 2013-05-28T11:14:27Z - Added wait_port_sleep and wait_port_retry option for Test::TCP::wait_port, Test::TCP#new, test_tcp(). (tokuhirom)
2013-06-11Hopefully fixes building on most platforms supportedkhorben1-1/+4
2013-06-10builds with emacs24jnemeth2-4/+6
2013-06-10Add symbolic link to shared library in location that tclsh scripts (suchmarkd4-7/+9
as unbuffer) expect to find it. Bump PKGREVISION.
2013-06-10Be more explicit of what version of tuple and shared_ptr is meant.joerg5-3/+57
Disable warnings for narrowing with C++11.
2013-06-10Ignore non-literal format strings like GCC does for Clang.joerg1-1/+5
The introspection stuff is trying to build a temporary file that violates this and removes it before it can be investigated...
2013-06-10Needs TCL to build.joerg1-1/+2
2013-06-10Make sure setiosflags is visible in the default scope.joerg2-1/+14
2013-06-10Needs py-expat. Bump revision.joerg1-1/+4
2013-06-10Don't complain about the C++11 narrowing rules for this, when buildingjoerg1-2/+2
with clang.
2013-06-10Ensure pid_t is a long on 32-bit SunOS.jperkin1-1/+13
2013-06-10Implement QList<long> for SunOS 32-bit pid_t.jperkin3-3/+79
Bump PKGREVISION.
2013-06-10Add missing cairo-gobject dependency.wiz1-1/+2
2013-06-10Note eukleides updates.ryoon2-3/+5
2013-06-10Add eukleides10.ryoon1-2/+3
Rename xeukleides to xeukleides10.
2013-06-10PR pkg/47913, fix build problem on powerpcmef2-5/+16
(example was NetBSD/macppc 6.1) as: #error Unknown Endianness
2013-06-10Fix DEPENDS.ryoon1-2/+2
2013-06-10Remove xeukleides, remaned to xeukleides10.ryoon5-64/+0
2013-06-10Import xeukleides-1.0.1nb1 as math/xeukleides10.ryoon5-0/+64
This is a graphical frontend for eukleides legacy version.
2013-06-10Re-import eukleides-1.0.3 as math/eukleides10.ryoon5-0/+59
A Euclidean drawing language compiler which allows one to typeset geometry figures within a (La)TeX document. This program is also useful to convert such figures into EPS format or into various other vector graphic formats. This package is legacy version.
2013-06-10Update to 1.5.4ryoon9-36/+128
* Change to 1.5 branch. New implementation.
2013-06-10+ dbus-sharp dbus-sharp-glibobache1-1/+3
2013-06-10Added sysutils/dbus-sharp-glib version 0.5.0obache1-1/+2
2013-06-10Import dbus-sharp-glib-0.5.0 as sysutils/dbus-sharp-glib.obache5-0/+47
based on pkgsrc-wip/dbus-sharp-glib. This is a fork of ndesk-dbus-glib, which provides GLib main loop integration for Managed D-Bus.
2013-06-10Added sysutils/dbus-sharp version 0.7.0obache1-1/+2
2013-06-10Import dbus-sharp-0.7.0 as sysutils/dbus-sharp.obache5-0/+48
based on pkgsrc-wip/dbus-sharp. This is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus).
2013-06-10Updated archivers/gzip to 1.5nb1ryoon1-1/+2
2013-06-10Fix PR pkg/47914. Bump PKGREVISION.ryoon5-6/+35
* Fix build on NetBSD 6.0.1. Update for fpos_t change (like devel/m4). Tested on NetBSD/amd64 6.0.1 and 6.99.21.
2013-06-10Updated sysutils/ndesk-dbus to 0.6.1anb9obache1-1/+2
2013-06-10drop CONFLICTS with dbus-sharp.obache1-3/+2
It was the former PKGNAME of this package in pkgsrc-wip, but not conflicts with the true dbus-sharp package.
2013-06-10Update DESCR for gitk split.gdt2-2/+3
2013-06-10Update DESCR.gdt2-13/+11
Correct statement about gitk; it's now a split package. Delete old marketing fluff, and replace with new fluff from git-scm.com.