summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-11- Patched package to compile with new version of net/ocamlnetjaapb3-6/+21
2013-06-11- Updated package to latest version, 3.6.5. Changes include:jaapb4-29/+9
* Build fix for netstring-pcre * Regular expressions: The config switch -enable-pcre no longer switches the default backend to PCRE. The default remains Str, and only Netstring_pcre is additionally built. The new switch -enable-full-pcre has now the stronger meaning of also using PCRE as default backend. New documentation page Regexp explaining this. * Netmcore_basics.txt: more documentation for Netmulticore * Netgzip.ml: Fixing a bug in the inflating pipe (bad calculation of the crc) * Netplex_mbox: implementation of a simple message box allowing communication between Netplex components. This module does neither need Netmulticore nor Netcamlbox, but is relatively slow. * netcgi2-apache: fixing build against apache-2.4. * netcgi2-apache: fixing bug that PKGNAME was incorrect * netcgi2-apache: the directory of the OCaml stdlib is now added via rpath to mod_netcgi_apache.so so that libcamlrun_shared.so is automatically found * Http_client: more liberal interpretation of the "domain" part of authentication keys * src/netsys/netsys_c_poll.c: Fix FD_CLOEXEC (Guillem Jover <guillem@hadrons.org>) * Http_client authentication: The domain for authentication keys can be set to ["*"]. Also, port number can be omitted in such domains. * Http_client authentication: adding skip_challenges auth style * Uq_engines: New [qseq_engine] class. This is the same as [seq_engine], but it does not forward pure progress events. The operator [++] is now backed by [qseq_engine]. This change fixes performance bugs (e.g. Http_client had problems with HTTP responses consisting of many chunks). * Netmcore, Netmcore_process: also adding a function [run] in in addition to [startup] for jobs that want to return something. With [join_nowait] one can now get the result of the first process. Also updated examples/multicore/create_join.ml. * Netplex_main: new function [run], designed for compute jobs run under Netplex regime * Netdate: adding ISO-8601 week numbering. Fixing test suite and some bugs - removed obsolete file PLIST.opt (now implemented using PLIST_VARS)
2013-06-11Updated fonts/umefont-ttf to 0.452ryoon1-1/+2
2013-06-11Uodate to 0.452ryoon2-6/+6
Status: Gothic unadjusted: Unicode 75e3-9400, Mincho unadjusted: Unicode 75e3-9400
2013-06-11Updated textproc/coccigrep to 1.12ryoon2-3/+3
2013-06-11Update to 1.12ryoon2-6/+6
Changelog: 1.12 (2012/12/22) * Fix error handling (Eric Leblond) * Put operation in try pass. (Eric Leblond) * Don't ignore header files (Frédéric Yhuel) * Don't rm temporary .cocci file in verbose mode (Frédéric Yhuel)
2013-06-11Updated devel/coccinelle to 1.0.0rc17ryoon1-1/+2
2013-06-11Update to 1.0.0rc17ryoon3-54/+7
Changelog: Features: - Try to do better pretty printing when array elements are individually replaced - Just fail quietly on attempt to remove a multi-variable declaration, allowing the semantic patch to continue. A warning message is printed. - Ignore unknown identifiers around known types. - Ignore --use-glimpse if multiple directories given - Added support for c++ namespace syntax in cocci files. - Improved c++ parsing - Addition of gcc min and max operators. Thanks to Holden Karau Bugfix: - use arg_expression for printing iterator arguments instead of expression, to get the right spacing. Thanks to Lars-Peter Clausen for the fix. - Better spacing for generated argument lists. Thanks to Lars-Peter Clausen for reporting the problem. - Collect all module interfaces for ocaml scripting in a single coccilib.cmi file, with the list of exposed internal modules in ocaml/exposed_modules.ml. This simplifies the installation of the ocaml version of coccilib, and allows us to specify which modules can be accessed by an ocaml script. The coccilib.cmi must either reside in $COCCI_DIR/ocaml/ or $COCCI_DIR/ocaml/coccilib/. - Ocamlbuild-based compilation of coccinelle (experimental). In a cleaned repository, use the configure option --enable-ocamlbuild to enable it. The Makefiles will then use ocamlbuild. - Ocamlscripts can access more of coccinelle: the file ocaml/exposed_modules.ml specifies which modules are accessible. - Use arg_expression to print macro arguments. Thanks to Lars-Peter Clausen for the fix. - Remove some trailing whitespace due to unindent or added if braces. Thanks to Eric LeBlond for reporting one of the problems. - Remove undesired newline after if header when body is a metavariable. Thanks to Eric LeBlond for reporting the problem. - Improve macro expansion to take into account variable numbers of arguments - Don't count macros or ifdefs in counting fields - Better counting of indent size when indent contains multiple tabs - Get the right annotation on trailing , that is after a nest. Requires avoiding double processing in transformation_c.ml - Fixed an issue where an 'Impossible' exception could be raised. - Fixed an issue where some identifiers were incorrectly interpreted as typedef. - allow __ at the beginning of a struct or union name - unparsing with precedence - Type metavariable should not match a case where there is no type in the C code. Thanks to SF Markus Elfring for pointing out the problem. - Allow an expression list metavariable to be attached to a parameter list metavariable, to allow using the parameter names as an argument list. Thanks to Michael Stefaniuc for pointing out the need for this feature.
2013-06-11Updated devel/rt4 to 4.0.13ryoon1-1/+2
2013-06-11Update PLIST.ryoon1-1/+4
2013-06-11Update to 4.0.13ryoon2-7/+6
Changelog: This release of RT resolves a number of security vulnerabilities: CVE-2012-4733 CVE-2013-3368 CVE-2013-3369 CVE-2013-3370 CVE-2013-3371 CVE-2013-3372 CVE-2013-3373 CVE-2013-3374
2013-06-11Updated devel/gitolite to 3.5.1ryoon1-1/+2
2013-06-11Update to 3.5.1ryoon3-8/+9
Changelog: 2013-03-24 v3.5 (2 minor backward compat breakages) 1. 'DEFAULT_ROLE_PERMS' replaced by per repo 'default.roles' option 2. 'gitolite list-memberships' now requires a '-r' or a '-u' flag new 'gitolite owns' command (thanks to Kevin Pulo)
2013-06-11Updated cad/xcircuit to 3.7.50ryoon2-3/+3
2013-06-11Remove obsolete patches.ryoon3-101/+0
2013-06-11Update to 3.7.50ryoon5-219/+160
* Use gmake. Changelog: * Bugfixes. * Some new features.
2013-06-11Updated pkgtools/x11-links to 0.79ryoon1-1/+2
2013-06-11Update to 0.79ryoon2-3/+4
* Add libXft.so. Reported by Sverre Froyen, on pkgsrc-users@.
2013-06-11Updated devel/gputils to 1.2.0ryoon1-1/+2
2013-06-11Update to 1.2.0ryoon3-726/+932
Changelog: * Bugfixes. * Support more chips.
2013-06-11Updated emulators/gpsim to 0.26.1ryoon2-3/+3
2013-06-11Update to 0.26.1ryoon30-445/+62
Changelog: * Bugfixes * Support new chips.
2013-06-11Updated time/gcal to 3.6.3ryoon2-3/+3
2013-06-11Update to 3.6.3ryoon4-19/+22
Changelog: Major changes in release 3.6.3 * Remove duplicate for All Saints Day for DE_BY. * Inherit some portability fixes from gnulib.
2013-06-11Updated devel/autoconf-archive to 2013.06.09wiz2-3/+3
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