Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (11m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 09:27:04 UTC Now

2014-10-13 21:52:50 UTC MAIN commitmail json YAML

pkgsrc/misc/libreoffice4/Makefile@1.44 / diff
pkgsrc/misc/libreoffice4/PLIST@1.9 / diff
pkgsrc/misc/libreoffice4/PLIST.java@1.5 / diff
pkgsrc/misc/libreoffice4/distinfo@1.24 / diff
pkgsrc/misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_except.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx deleted
pkgsrc/misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_uno2cpp.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx deleted
pkgsrc/misc/libreoffice4/patches/patch-canvas_source_cairo_cairo__spritecanvashelper.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-canvas_source_vcl_spritecanvashelper.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-configure.ac@1.6 / diff
pkgsrc/misc/libreoffice4/patches/patch-connectivity_source_parse_sqlbison.y deleted
pkgsrc/misc/libreoffice4/patches/patch-dbaccess_source_ui_tabledesign_TableController.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-external_coinmp_ExternalProject__coinmp.mk@1.1 / diff
pkgsrc/misc/libreoffice4/patches/patch-oox_source_drawingml_table_tablecell.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-reportdesign_source_core_api_ReportDefinition.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-slideshow_source_engine_activities_activitybase.hxx deleted
pkgsrc/misc/libreoffice4/patches/patch-slideshow_source_engine_rehearsetimingsactivity.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-slideshow_source_engine_shapes_appletshape.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-slideshow_source_engine_shapes_drawshape.cxx deleted
      :
(more 5 files)
Update to 4.3.2.2 from 4.2.5.2

* Use external boost again with Linux From Scratch patch
* COLLADA support is disabled

Changelog:
New features and many bugfixes.
See
https://wiki.documentfoundation.org/ReleaseNotes/4.3
https://wiki.documentfoundation.org/Releases/4.3.2/RC1
https://wiki.documentfoundation.org/Releases/4.3.2/RC2

(ryoon)

2014-10-13 21:52:03 UTC MAIN commitmail json YAML

2014-10-13 21:51:15 UTC MAIN commitmail json YAML

Added graphics/libgltf version 0.0.2

(ryoon)

2014-10-13 21:50:10 UTC MAIN commitmail json YAML

Import libgltf-0.0.2 as graphics/libgltf.

Rendering library for glTF: Runtime asset format for WebGL, OpenGL
ES, and OpenGL

(ryoon)

2014-10-13 21:48:57 UTC MAIN commitmail json YAML

Updated graphics/glm to 0.9.5.4

(ryoon)

2014-10-13 21:47:59 UTC MAIN commitmail json YAML

Update to 0.9.5.3

Changelog:
================================================================================
GLM 0.9.5.4: 2014-06-21
--------------------------------------------------------------------------------
- Fixed non-utf8 character #196
- Added FindGLM install for CMake #189
- Fixed GTX_color_space - saturation #195
- Fixed glm::isinf and glm::isnan for with Android NDK 9d #191
- Fixed builtin GLM_ARCH_SSE4 #204
- Optimized Quaternion vector rotation #205
- Fixed missing doxygen @endcond tag #211
- Fixed instruction set detection with Clang #158
- Fixed orientate3 function #207
- Fixed lerp when cosTheta is close to 1 in quaternion slerp #210
- Added GTX_io for io with <iostream> #144
- Fixed fastDistance ambiguity #215
- Fixed tweakedInfinitePerspective #208 and added user-defined epsilon to
  tweakedInfinitePerspective
- Fixed std::copy and std::vector with GLM types #214
- Fixed strict aliasing issues #212, #152
- Fixed std::nextafter not supported with C++11 on Android #213
- Fixed corner cases in exp and log functions for quaternions #199

================================================================================
GLM 0.9.5.3: 2014-04-02
--------------------------------------------------------------------------------
- Added instruction set auto detection with Visual C++ using _M_IX86_FP - /arch
  compiler argument
- Fixed GTX_raw_data code dependency
- Fixed GCC instruction set detection
- Added GLM_GTX_matrix_transform_2d extension (#178, #176)
- Fixed CUDA issues (#169, #168, #183, #182)
- Added support for all extensions but GTX_string_cast to CUDA
- Fixed strict aliasing warnings in GCC 4.8.1 / Android NDK 9c (#152)
- Fixed missing bitfieldInterleave definisions
- Fixed usubBorrow (#171)
- Fixed eulerAngle*** not consistent for right-handed coordinate system (#173)
- Added full tests for eulerAngle*** functions (#173)
- Added workaround for a CUDA compiler bug (#186, #185)

================================================================================
GLM 0.9.5.2: 2014-02-08
--------------------------------------------------------------------------------
- Fixed initializer list ambiguity (#159, #160)
- Fixed warnings with the Android NDK 9c
- Fixed non power of two matrix products
- Fixed mix function link error
- Fixed SSE code included in GLM tests on "pure" platforms
- Fixed undefined reference to fastInverseSqrt (#161)
- Fixed GLM_FORCE_RADIANS with <glm/ext.hpp> build error (#165)
- Fix dot product clamp range for vector angle functions. (#163)
- Tentative fix for strict aliasing warning in GCC 4.8.1 / Android NDK 9c (#152)
- Fixed GLM_GTC_constants description brief (#162)

================================================================================
GLM 0.9.5.1: 2014-01-11
--------------------------------------------------------------------------------
- Fixed angle and orientedAngle that sometimes return NaN values (#145)
- Deprecated degrees for function parameters and display a message
- Added possible static_cast conversion of GLM types (#72)
- Fixed error 'inverse' is not a member of 'glm' from glm::unProject (#146)
- Fixed mismatch between some declarations and definitions
- Fixed inverse link error when using namespace glm; (#147)
- Optimized matrix inverse and division code (#149)
- Added intersectRayPlane function (#153)
- Fixed outerProduct return type (#155)

================================================================================
GLM 0.9.5.0: 2013-12-25
--------------------------------------------------------------------------------
- Added forward declarations (glm/fwd.hpp) for faster compilations
- Added per feature headers
- Minimized GLM internal dependencies
- Improved Intel Compiler detection
- Added bitfieldInterleave and _mm_bit_interleave_si128 functions
- Added GTX_scalar_relational
- Added GTX_dual_quaternion
- Added rotation function to GTX_quaternion (#22)
- Added precision variation of each type
- Added quaternion comparison functions
- Fixed GTX_multiple for negative value
- Removed GTX_ocl_type extension
- Fixed post increment and decrement operators
- Fixed perspective with zNear == 0 (#71)
- Removed l-value swizzle operators
- Cleaned up compiler detection code for unsupported compilers
- Replaced C cast by C++ casts
- Fixed .length() that should return a int and not a size_t
- Added GLM_FORCE_SIZE_T_LENGTH and glm::length_t
- Removed unnecessary conversions
- Optimized packing and unpacking functions
- Removed the normalization of the up argument of lookAt function (#114)
- Added low precision specializations of inversesqrt
- Fixed ldexp and frexp implementations
- Increased assert coverage
- Increased static_assert coverage
- Replaced GLM traits by STL traits when possible
- Allowed including individual core feature
- Increased unit tests completness
- Added creating of a quaternion from two vectors
- Added C++11 initializer lists
- Fixed umulExtended and imulExtended implementations for vector types (#76)
- Fixed CUDA coverage for GTC extensions
- Added GTX_io extension
- Improved GLM messages enabled when defining GLM_MESSAGES
- Hidden matrix _inverse function implementation detail into private section

================================================================================
GLM 0.9.4.6: 2013-09-20
--------------------------------------------------------------------------------
- Fixed detection to select the last known compiler if newer version #106
- Fixed is_int and is_uint code duplication with GCC and C++11 #107
- Fixed test suite build while using Clang in C++11 mode
- Added c++1y mode support in CMake test suite
- Removed ms extension mode to CMake when no using Visual C++
- Added pedantic mode to CMake test suite for Clang and GCC
- Added use of GCC frontend on Unix for ICC and Visual C++ fronted on Windows
  for ICC
- Added compilation errors for unsupported compiler versions
- Fixed glm::orientation with GLM_FORCE_RADIANS defined #112
- Fixed const ref issue on assignment operator taking a scalar parameter #116
- Fixed glm::eulerAngleY implementation #117

================================================================================
GLM 0.9.4.5: 2013-08-12
--------------------------------------------------------------------------------
- Fixed CUDA support
- Fixed inclusion of intrinsics in "pure" mode #92
- Fixed language detection on GCC when the C++0x mode isn't enabled #95
- Fixed issue #97: register is deprecated in C++11
- Fixed issue #96: CUDA issues
- Added Windows CE detection #92
- Added missing value_ptr for quaternions #99

================================================================================
GLM 0.9.4.4: 2013-05-29
--------------------------------------------------------------------------------
- Fixed slerp when costheta is close to 1 #65
- Fixed mat4x2 value_type constructor #70
- Fixed glm.natvis for Visual C++ 12 #82
- Added assert in inversesqrt to detect division by zero #61
- Fixed missing swizzle operators #86
- Fixed CUDA warnings #86
- Fixed GLM natvis for VC11 #82
- Fixed GLM_GTX_multiple with negative values #79
- Fixed glm::perspective when zNear is zero #71

================================================================================
GLM 0.9.4.3: 2013-03-20
--------------------------------------------------------------------------------
- Detected qualifier for Clang
- Fixed C++11 mode for GCC, couldn't be enabled without MS extensions
- Fixed squad, intermediate and exp quaternion functions
- Fixed GTX_polar_coordinates euclidean function, takes a vec2 instead of a vec3
- Clarify the license applying on the manual
- Added a docx copy of the manual
- Fixed GLM_GTX_matrix_interpolation
- Fixed isnan and isinf on Android with Clang
- Autodetected C++ version using __cplusplus value
- Fixed mix for bool and bvec* third parameter

================================================================================
GLM 0.9.4.2: 2013-02-14
--------------------------------------------------------------------------------
- Fixed compAdd from GTX_component_wise
- Fixed SIMD support for Intel compiler on Windows
- Fixed isnan and isinf for CUDA compiler
- Fixed GLM_FORCE_RADIANS on glm::perspective
- Fixed GCC warnings
- Fixed packDouble2x32 on XCode
- Fixed mix for vec4 SSE implementation
- Fixed 0x2013 dash character in comments that cause issue in Windows
  Japanese mode
- Fixed documentation warnings
- Fixed CUDA warnings

================================================================================
GLM 0.9.4.1: 2012-12-22
--------------------------------------------------------------------------------
- Improved half support: -0.0 case and implicit conversions
- Fixed Intel Composer Compiler support on Linux
- Fixed interaction between quaternion and euler angles
- Fixed GTC_constants build
- Fixed GTX_multiple
- Fixed quat slerp using mix function when cosTheta close to 1
- Improved fvec4SIMD and fmat4x4SIMD implementations
- Fixed assert messages
- Added slerp and lerp quaternion functions and tests

================================================================================
GLM 0.9.4.0: 2012-11-18
--------------------------------------------------------------------------------
- Added Intel Composer Compiler support
- Promoted GTC_espilon extension
- Promoted GTC_ulp extension
- Removed GLM website from the source repository
- Added GLM_FORCE_RADIANS so that all functions takes radians for arguments
- Fixed detection of Clang and LLVM GCC on MacOS X
- Added debugger visualizers for Visual C++ 2012

================================================================================
GLM 0.9.3.4: 2012-06-30
--------------------------------------------------------------------------------
- Added SSE4 and AVX2 detection.
- Removed VIRTREV_xstream and the incompatibility generated with GCC
- Fixed C++11 compiler option for GCC
- Removed MS language extension option for GCC (not fonctionnal)
- Fixed bitfieldExtract for vector types
- Fixed warnings
- Fixed SSE includes

================================================================================
GLM 0.9.3.3: 2012-05-10
--------------------------------------------------------------------------------
- Fixed isinf and isnan
- Improved compatibility with Intel compiler
- Added CMake test build options: SIMD, C++11, fast math and MS land ext
- Fixed SIMD mat4 test on GCC
- Fixed perspectiveFov implementation
- Fixed matrixCompMult for none-square matrices
- Fixed namespace issue on stream operators
- Fixed various warnings
- Added VC11 support

(ryoon)

2014-10-13 21:44:25 UTC MAIN commitmail json YAML

Updated converters/orcus to 0.7.0

(ryoon)

2014-10-13 21:43:20 UTC MAIN commitmail json YAML

Update to 0.7.0

* Change to 0.8.0 branch
* Change license to mpl-2.0 from mit

Changelog:
Add some more formats.

(ryoon)

2014-10-13 20:53:46 UTC MAIN commitmail json YAML

2014-10-13 20:52:44 UTC MAIN commitmail json YAML

Don't force _XOPEN_SOURCE unconditionally, it breaks at least NetBSD.

(joerg)

2014-10-13 18:52:25 UTC MAIN commitmail json YAML

Update MASTER_SITES and HOMEPAGE. Add LICENSE.

(snj)

2014-10-13 18:30:21 UTC MAIN commitmail json YAML

Updated multimedia/lsdvd to 0.17

(snj)

2014-10-13 18:29:55 UTC MAIN commitmail json YAML

Update lsdvd to 0.17.  Changes:
* Ignore 'phantom' audio, subtitle tracks
* Check for garbage in the program chains, which indicate that a track is
  non-existant, to work around additional copy protection
* Fix displaying content type for audio tracks, subtitles
* Fix pallete display of first entry
* Fix include orders
* Ignore read errors in titles that would not be displayed anyway
* Fix the chapter count
* Make sure the array size and the array limit used when initialising
  the palette size is the same.
* Fix array printing.
* Correct subsecond calculations.
* Add sector information to the output format.
* Clean up code to be closer to ANSI C and compile without warnings
  with more GCC compiler warnings.

(snj)

2014-10-13 13:58:13 UTC MAIN commitmail json YAML

Removing obsolete package, gnuradio-core-docs

(mef)

2014-10-13 13:55:58 UTC MAIN commitmail json YAML

2014-10-13 13:53:19 UTC MAIN commitmail json YAML

2014-10-13 13:49:43 UTC MAIN commitmail json YAML

2014-10-13 13:48:55 UTC MAIN commitmail json YAML

2014-10-13 13:46:23 UTC MAIN commitmail json YAML

Import hackrf-2014.08.1 as ham/hackrf.

An open source hardware project to build a Software Defined Radio
(SDR) peripheral.
HackRF was designed to be the most widely useful SDR peripheral that
can be manufactured at a low cost. See
  http://greatscottgadgets.com/hackrf/

(mef)

2014-10-13 13:41:22 UTC MAIN commitmail json YAML

-ham/usrp{,-docs}

(mef)

2014-10-13 13:39:08 UTC MAIN commitmail json YAML

Removing usrp and usrp-docs, gnurdio-uhd has been taken over those.

(mef)

2014-10-13 13:35:53 UTC MAIN commitmail json YAML

-gnuradio-examples

(mef)

2014-10-13 13:34:24 UTC MAIN commitmail json YAML

(ham category)
Updated gnuradio-core to 3.7.5
-Removed gnuradio-*  (9 packages)
+Added  gnuradio-*  (17 packages)
+gr-osmosdr
+gr-fcdproplus
+libmirisdr
+osmo-sdr
+rtl-sdr

(meta-pkgs)
Updated gnuradio to 3.7.5

(mef)

2014-10-13 13:26:36 UTC MAIN commitmail json YAML

Updated net/ocamlnet to 3.7.6nb1

(jaapb)

2014-10-13 13:25:44 UTC MAIN commitmail json YAML

- Removed -no-tk option (thanks to joerg@ for reporting)
- Package now uses ocaml.mk framework

(jaapb)

2014-10-13 13:24:45 UTC MAIN commitmail json YAML

Extra patch - syntactical change only, but needed for x11/ocaml-graphics

(jaapb)

2014-10-13 13:14:03 UTC MAIN commitmail json YAML

+gr-fcdproplus
+gr-osmosdr
+libmirisdr
+osmo-sdr
+rtl-sdr

(mef)

2014-10-13 13:07:13 UTC MAIN commitmail json YAML

Import ham/gr-fcdproplus as gr-fcdproplus-3.7.11

gr-fcdproplus is an linux and OSX addon for gnuradio to implement a
funcube dongle pro+ source.
On linux autodetects the correct soundcard from /proc/asound/cards.
This idea was taken from the osmosdr drivers.

To control the device the hidraw code of the hidapi is used.

(mef)

2014-10-13 13:05:36 UTC MAIN commitmail json YAML

Import ham/rtl-sdr as rtl-sdr-0.5.3

Turns your Realtek RTL2832 based DVB dongle into a SDR receiver.
===============================================================

For more information see:
http://sdr.osmocom.org/trac/wiki/rtl-sdr

(mef)

2014-10-13 13:03:35 UTC MAIN commitmail json YAML

Import OsmoSDR as osmo-sdr-0.1

OsmoSDR is a 100% Free Software based small form-factor inexpensive
SDR (Software Defined Radio) project.
======================================================================
For more information see:
http://sdr.osmocom.org

(mef)

2014-10-13 13:02:27 UTC MAIN commitmail json YAML

2014-10-13 13:00:27 UTC MAIN commitmail json YAML

Import ham/gr-osmosdr-0.1.3

While primarily being developed for the OsmoSDR hardware, this block
as well supports:

* FUNcube Dongle through libgnuradio-fcd
* FUNcube Dongle Pro+ through gr-fcdproplus
* sysmocom OsmoSDR Devices through libosmosdr
* RTL2832U based DVB-T dongles through librtlsdr
* RTL-TCP spectrum server (see librtlsdr project)
* MSi2500 based DVB-T dongles through libmirisdr
* gnuradio .cfile input through libgnuradio-blocks
* RFSPACE SDR-IQ, SDR-IP, NetSDR (incl. X2 option)
* AirSpy Wideband Receiver through libairspy
* Great Scott Gadgets HackRF through libhackrf
* Nuand LLC bladeRF through libbladeRF library
* Ettus USRP Devices through Ettus UHD library
* Fairwaves UmTRX through Fairwaves' fork of UHD

By using the OsmoSDR block you can take advantage of a common software api in
your application(s) independent of the underlying radio hardware.

(mef)

2014-10-13 12:52:51 UTC MAIN commitmail json YAML

I did not mean importing gnuradio-default. It stays at wip, sorry and thanks.

(mef)

2014-10-13 12:51:11 UTC MAIN commitmail json YAML

2014-10-13 12:46:33 UTC MAIN commitmail json YAML

(pkgsrc) Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5
  See the thread for modularity issues etc:
  http://mail-index.netbsd.org/pkgsrc-users/2014/09/07/msg020346.html

(upstream)
Release of 3.7.5  2014-09-05  http://gnuradio.org/redmine/news/43
  Changelog:
  http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5
Release of 3.7.4  2014-07-15  http://gnuradio.org/redmine/news/38
Release of 3.7.3  2014-03-16  http://gnuradio.org/redmine/news/35

Release of 3.7.2  2013-11-10  http://gnuradio.org/redmine/news/30
Release of 3.7.1  2013-08-29  http://gnuradio.org/redmine/news/26
Release of 3.7.0  2013-07-03  http://gnuradio.org/redmine/news/25

Release of 3.6.0  2012-04-21  http://gnuradio.org/redmine/news/13
Release of 3.5.0  2011-12-08  http://gnuradio.org/redmine/news/6
Release of 3.4.0  2011-10-09  http://gnuradio.org/redmine/news/2

Release of 3.3.0  2010-06-03  ftp://ftp.gnu.org/gnu/gnuradio/
Release of 3.3.0-rc0
                  2010-05-13  http://gnuradio.org/redmine/news/1

(mef)

2014-10-13 12:37:50 UTC MAIN commitmail json YAML

2014-10-13 12:03:15 UTC MAIN commitmail json YAML

Bugfix for ocamlfind dependency not being picked up (thanks to joerg@ for
reporting)

(jaapb)

2014-10-13 09:43:14 UTC MAIN commitmail json YAML

2014-10-13 09:36:29 UTC MAIN commitmail json YAML

2014-10-13 09:34:49 UTC MAIN commitmail json YAML

Remove reference to non-existing directory.

(wiz)

2014-10-13 09:14:40 UTC MAIN commitmail json YAML

Updated devel/nspr to 4.10.7

(wiz)

2014-10-13 09:14:29 UTC MAIN commitmail json YAML

Update to 4.10.7:

NSPR 4.10.7 has the following bug fixes:
- Bug 836658: VC11+ defaults to SSE2 builds by default. Contributed by
  David Major.
- Bug 979278: TSan: data race nsprpub/pr/src/threads/prtpd.c:103
  PR_NewThreadPrivateIndex.
- Bug 1026129: Replace some manual declarations of MSVC intrinsics with
  #include <intrin.h>. Contributed by Ehsan Akhgari.
- Bug 1026469: Use AC_CHECK_LIB instead of MOZ_CHECK_PTHREADS. Skip
  compiler checks when using MSVC, even when $CC is not literally "cl".
  Contributed by Mike Hommey.
- Bug 1034415: NSPR hardcodes the C compiler to cl on Windows.
  Contributed by Ehsan Akhgari.
- Bug 1042408: Compilation fix for Android > API level 19. Contributed
  by Zach Anderson.
- Bug 1043082: NSPR's build system hardcodes -MD.

(wiz)

2014-10-13 09:08:57 UTC MAIN commitmail json YAML

Updated graphics/p5-PerlMagick to 6.8.9.8

(wiz)

2014-10-13 09:08:46 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 6.8.9.8

(wiz)

2014-10-13 09:08:31 UTC MAIN commitmail json YAML

Update to 6.8.9.8. patch-configure was integrated upstream.

Changes:
  * JPEG library version >= 80 is thread safe
  * Added support for some legacy dds formats

(wiz)

2014-10-13 08:32:54 UTC MAIN commitmail json YAML

Include devel/boost-libs' buildlink3.mk, it sets GCC_REQD and we need to be
in sync with that, otherwise we may end up with two different libstdc++
runtimes.  Seen in Linux build.

(jperkin)

2014-10-13 06:18:32 UTC MAIN commitmail json YAML

Updated devel/p5-MooX-ConfigFromFile to 0.003

(wen)

2014-10-13 06:17:19 UTC MAIN commitmail json YAML

Update to 0.003

Upstream changes:
0.003 2014-08-02
    - fix links in documentation to fix RT#97429 (thanks abraxxa for
      reporting)
    - switch to ExtUtils::MakeMaker - it better maintained these days

(wen)

2014-10-13 06:13:22 UTC MAIN commitmail json YAML

Updated devel/p5-MooX-Log-Any to 0.003

(wen)

2014-10-13 06:12:09 UTC MAIN commitmail json YAML

Update to 0.003

Upstream changes:
0.003    2014-09-22 19:14:22-07:00 America/Los_Angeles
  - Fixed bug where logger(category) would return default category not specified one
  - Fixed version info

0.0.2
  - Fixed distribution issues

(wen)

2014-10-13 06:07:15 UTC MAIN commitmail json YAML

Updated devel/p5-MooX-Options to 4.012

(wen)

2014-10-13 06:06:13 UTC MAIN commitmail json YAML

Update to 4.012
Update DEPENDS

Upstream changes:
4.012  2014-10-07 09:42:27 GMT
    * Bug #455 : Option of options should not be change for trait (Celogeek San)
handle shorter name

4.011  2014-10-07 08:51:50 GMT
    * Bug #455 : Option of options should not be change for trait (Celogeek San)

4.010  2014-09-05 16:49:56 GMT
    * Feature #453 : Use Text::LineFold instead of Text::WrapI18N (Celogeek San)
    * Feature #452 : Support UTF8 source for pod and man (Celogeek San)

4.009  2014-07-08 10:15:09 GMT
    * Bug #450 : options with format "s" do not accept "0" as value (Celogeek San)

(wen)

2014-10-13 05:51:17 UTC MAIN commitmail json YAML

Updated devel/p5-Mo to 0.39

(wen)

2014-10-13 05:50:19 UTC MAIN commitmail json YAML

Update to 0.39

Upstream changes:
0.39 2014-09-03 23:31:55 -0600
- Apply PR25. @daoswald++

(wen)

2014-10-13 05:35:53 UTC MAIN commitmail json YAML

Updated devel/p5-MooX-Types-MooseLike-Numeric to 1.02

(wen)

2014-10-13 05:35:03 UTC MAIN commitmail json YAML

Update to 1.02

Upstream changes:
1.02 - 2013-11-23
    - Correct Makefile NAME

(wen)

2014-10-13 05:29:33 UTC MAIN commitmail json YAML

Updated devel/p5-Mouse to 2.4.1

(wen)

2014-10-13 05:28:42 UTC MAIN commitmail json YAML

Update to 2.4.1

Upstream changes:
2.4.1 2014-09-21T12:57:11Z
    - Fix build issues (#34)

v2.4.0 2014-09-21T02:04:01Z
    - Fix build issues (#32)

(wen)

2014-10-12 23:44:32 UTC MAIN commitmail json YAML

Retire PKGINSTALL_VERBOSE, split it into independent variables
FONTS_VERBOSE and INFO_FILES_VERBOSE.

(joerg)

2014-10-12 23:39:17 UTC MAIN commitmail json YAML

2014-10-12 18:56:28 UTC MAIN commitmail json YAML

2014-10-12 18:55:14 UTC MAIN commitmail json YAML

Remove ghostscript option, and always depend on ghostscript: even when
disabled, it still probes for, finds, and depends on the gs
binary. (In fact, even if it can't find the gs binary it still depends
on it at runtime.) The only thing the option was controlling was
linking against the ghostscript library, and disabling just that seems
pointless.

PKGREVISION -> 4

(dholland)

2014-10-12 18:45:05 UTC MAIN commitmail json YAML

Remove checksum for deleted patch file. Problem pointed out by
Petar Bogdanovic in private e-mail.

(tron)

2014-10-12 16:00:30 UTC MAIN commitmail json YAML

2014-10-12 15:59:13 UTC MAIN commitmail json YAML

2014-10-12 15:58:45 UTC MAIN commitmail json YAML

Update to 1.8.2:

NEW IN WAF 1.8.2
----------------
* Removed the modules c_* that were accidentally shipped and break pkg-config tests

NEW IN WAF 1.8.1
----------------
* Re-added compatible option group names from waf 1.7 #1495
* Fixed bld(define='') splitting which was disabled by mistake

NEW IN WAF 1.8.0
----------------
* Python 2.5 is now required
* Removed the Waf cache from the task level, use the netcache system
* Console handling improvements
* Properly-sized progress bar on windows
* Generic configuration tests
* Better unicode handling in scripts and in file names
* Shorter build outputs
* Prevent external static libraries propagation through uselib vars #1320
* LaTeX glossaries #1342 and multibib #1345
* Rst document processing
* Various improvements in the Python detection and processing
* Tons of bugfixes

(wiz)

2014-10-12 15:21:37 UTC MAIN commitmail json YAML

Updated converters/help2man to 1.46.4

(wiz)

2014-10-12 15:21:28 UTC MAIN commitmail json YAML

Update to 1.46.4:

help2man (1.46.4) unstable; urgency=medium

  * Include architecture.mk and buildflags.mk into rules to replace the
    multiple calls to dpkg-architecture and to pick up the correct
    hardening flags.
  * Add $(LDFLAGS) when building preload to pick up -z relro (see
    https://wiki.debian.org/Hardening).
  * Minor correction to Norwegian Bokmaal translation.
  * Minor correction to Brazilian Portuguese translation.
  * Escape dashes in --name flag for groff (see lintian tag:
    hyphen-used-as-minus-sign).
  * Fix example using AM_MISSING_PROG in documentation: this macro no
    longer requires the third argument.

(wiz)

2014-10-12 15:18:40 UTC MAIN commitmail json YAML

Note update of the "spamassassin" package to version 3.4.0nb3.

(tron)

2014-10-12 15:18:21 UTC MAIN commitmail json YAML

Re-enable SPF support. The reason for disabling are no longer valid since
several years. Bump package revision because of this change.

Suggested by Petar Bogdanovic in PR pkg/49271.

(tron)

2014-10-12 15:00:04 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 6.1

(wiz)

2014-10-12 14:59:55 UTC MAIN commitmail json YAML

Update to 6.1:

6.1
---

* Issue #268: When resolving package versions, a VersionConflict now reports
  which package previously required the conflicting version.

(wiz)

2014-10-12 14:59:20 UTC MAIN commitmail json YAML

Updated databases/py-sqlparse to 0.1.13

(wiz)

2014-10-12 14:59:11 UTC MAIN commitmail json YAML

Update to 0.1.13:

Release 0.1.13 (Oct 09, 2014)
-----------------------------

Bug Fixes
* Fix a regression in handling of NULL keywords introduced in 0.1.12.

(wiz)

2014-10-12 14:58:38 UTC MAIN commitmail json YAML

2014-10-12 14:58:27 UTC MAIN commitmail json YAML

Update to 4.1:

Version 4.1 (05 Oct 2014)

A complete list of bugs fixed in this version is available here:

http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=105&set=custom

* New variables: $(MAKE_TERMOUT) and $(MAKE_TERMERR) are set to non-empty
  values if stdout or stderr, respectively, are believed to be writing to a
  terminal.  These variables are exported by default.

* Allow a no-text-argument form of the $(file ...) function.  Without a text
  argument nothing is written to the file: it is simply opened in the
  requested mode, then closed again.

* Change the fatal error for mixed explicit and implicit rules, that was
  introduced in GNU make 3.82, to a non-fatal error.  However, this syntax is
  still deprecated and may return to being illegal in a future version of GNU
  make.  Makefiles that rely on this syntax should be fixed.
  See https://savannah.gnu.org/bugs/?33034

(wiz)

2014-10-12 14:55:58 UTC MAIN commitmail json YAML

Updated print/cups-filters to 1.0.61

(wiz)

2014-10-12 14:55:49 UTC MAIN commitmail json YAML

Update to 1.0.61:

CHANGES IN V1.0.61

- cups-browsed: Fixed memory leak when a
  cups-browsed-generated print queue is the default
  printer. Thanks to Tim Waugh from Red Hat for the patch (Red
  Hat bug: #1119290).
- cupsfilters.drv, *-PDF.ppd, textonly.ppd: Added
  "*cupsFilter2: ..."  lines to the PPD files to support
  data-format-specific behavior of backends, especially of the
  IPP backend.

CHANGES IN V1.0.60

- cups-browsed, pdftoippprinter: Do not confuse the PDL "PCLm"
  with "PCL". The former is a proprietary, PDF-based raster
  format and has nothing to do with PCL.
- cupsfilters.drv: Corrected the CMD: field of the device ID,
  it must read "PWGRaster" there to conform to the PWG standard.

(wiz)

2014-10-12 14:53:47 UTC MAIN commitmail json YAML

Updated databases/py-ldap to 2.4.18

(wiz)

2014-10-12 14:53:38 UTC MAIN commitmail json YAML

Update to 2.4.18:

Released 2.4.18 2014-10-09

Changes since 2.4.17:

Lib/
* Fixed raising exception in LDAPObject.read_s() when reading
  an entry returns empty search result

(wiz)

2014-10-12 14:52:45 UTC MAIN commitmail json YAML

Updated converters/py-chardet to 2.3.0

(wiz)

2014-10-12 14:52:36 UTC MAIN commitmail json YAML

2014-10-12 14:51:13 UTC MAIN commitmail json YAML

2014-10-12 14:51:03 UTC MAIN commitmail json YAML

Update to 1.3.3:

go1.3.3 (released 2014/09/30) includes further bug fixes to cgo,
the runtime package, and the nacl port.

(wiz)

2014-10-12 14:49:18 UTC MAIN commitmail json YAML

Updated net/gst-plugins1-libnice to 0.1.8

(wiz)

2014-10-12 14:49:08 UTC MAIN commitmail json YAML

Update to 0.1.8 to sync with libnice.

(wiz)

2014-10-12 14:48:30 UTC MAIN commitmail json YAML

Updated security/caff to 1.1.10

(wiz)

2014-10-12 14:48:21 UTC MAIN commitmail json YAML

Update to 1.1.10: locale improvements.

(wiz)

2014-10-12 14:46:50 UTC MAIN commitmail json YAML

Updated net/libnice to 0.1.8

(wiz)

2014-10-12 14:46:41 UTC MAIN commitmail json YAML

Update to 0.1.8:

libnice 0.1.8 (2014-10-09)
==========================
Added FIN-ACK behavior in the PseudoTCP
ICE-TCP, both standard mode and Microsoft compatible
Microsoft compatible TURN-TCP
API: nice_address_equal_no_port() to compare NiceAddresses ignoring the port
API: nice_agent_get_component_state() to get the current component state
API: agent:keepalive-conncheck to make the agent use conncheck as keepalives
  and fail the connection if there is no answer
API: agent:ice-tcp, agent:udp-tcp to control ICE-UDP vs ICE-TCP behaviours
API: agent:bytestream-tcp to know if the send/receives in reliable mode create full packets or not
API: New signals agent::new-selected-pair-full, agent::new-candidate-full,
  agent::new-remote-candidate-full which include the NiceCandidates directly
API: Deprecated agent::new-selected-pair and agent::new-candidate and
  agent::new-remote-candidate signals
Now all signals are emitted at the function return time

(wiz)

2014-10-12 14:43:30 UTC MAIN commitmail json YAML

+ ImageMagick-6.8.9.8, caff-1.1.10, cups-filters-1.0.61, ddrescue-1.19,
  gmake-4.1, go-1.3.3, gss-1.0.3, help2man-1.46.4, libnice-0.1.8,
  musicpd-0.19, nss-3.17.2, ocrad-0.24, py-chardet-2.3.0,
  py-ldap-2.4.18, py-setuptools-6.1, py-sqlparse-0.1.13, waf-1.8.2,
  x264-devel-20141011.

(wiz)

2014-10-12 14:39:57 UTC MAIN commitmail json YAML

Updated www/p5-CGI to 4.06

(wiz)

2014-10-12 14:39:49 UTC MAIN commitmail json YAML

Update to 4.06:

4.06 2014-10-10
    - make warning on list context call of ->param more lenient and don't
      warn if called with no arguments

4.05 2014-10-08

    [ RELEASE NOTES ]
    - this release includes *significant* refactoring of temporary file
      handling in CGI.pm. See "Changes in temporary file handling" in perldoc

    - this release adds a warning for when the param method is called
      in list context, see the Warning in the perldoc for the section
      "Fetching the value or values of a single named parameter" for why
      this has been added and how to disable this warning

    [ DOCUMENTATION ]
    - change AUTHOR INFORMATION to LICENSE to please Kwalitee

    [ TESTING ]
    - t/arbitrary_handles.t to check need for patch in RT #54055, it
      turns out there is no need - the first argument to CGI->new can
      be an arbitrary handle
    - add test case for incorrect unescaping of redirect headers
      (RT #61120)
    - add tests for the handle method (RT #85074, thanks to TONYC@cpan.org)

    [ SPEC / BUG FIXES ]
    - don't set binmode on STDOUT/STDERR/STDIN if a none standard layer
      is already set on them on none UNIX platforms (RT #57524)
    - make XForms:Model data accesible through POSTDATA/PUTDATA param
      (RT #75628)
    - prevent corruption of POSTDATA/PUTDATA when -utf8 flag is used and use
      tempfiles to handle this data (RT #79102, thanks anonymous)
    - unescape request URI *after* having removed the query string to prevent
      removal of ? chars that are part of the original URI (and were encoded)
      (RT #83265)
    - fix q( to qq( in CGI::Carp so $@ is correct interpolated (RT #83360)
    - don't call ->query_string in url unless -query is passed (RT #87790)
      (optimisation and fits the current documented behaviour)

(wiz)

2014-10-12 14:38:26 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML to 1.13

(wiz)

2014-10-12 14:38:17 UTC MAIN commitmail json YAML

Update to 1.13:

1.13 Sat Oct 11 18:05:45 CEST 2014
- Apply pull request 140 from @nfg++
- Disable some warnings in YAML::Any

(wiz)

2014-10-12 14:37:23 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 1.999

(wiz)

2014-10-12 14:37:15 UTC MAIN commitmail json YAML

Update to 1.999:

1.999 2014/10/09
- make sure we don't use version 0.30 of IO::Socket::IP
- make sure that PeerHost is checked on all places where PeerAddr is
  checked, because these are synonyms and IO::Socket::IP prefers PeerHost
  while others prefer PeerAddr. Also accept PeerService additionally to
  PeerPort.
  See https://github.com/noxxi/p5-io-socket-ssl/issues/16 for details.
- add ability to use client certificates and to overwrite hostname with
  util/analyze-ssl.pl.

(wiz)

2014-10-12 13:07:11 UTC MAIN commitmail json YAML

Add an nls option to xz that can be disabled, but is on by default. If off,
gettext is not required.

(bsiegert)

2014-10-12 10:25:05 UTC MAIN commitmail json YAML

Enable ssl by default, bump PKGREVISION

(abs)

2014-10-12 08:17:50 UTC MAIN commitmail json YAML

Remove conflict between "libspf-alt" respectively "libspf2" and
"p5-Mail-SPF". The first two packages install "bin/spfd" while the
latter install "sbin/spfd".

Problem pointed out by Petar Bogdanovic in PR pkg/49271.

(tron)

2014-10-12 00:14:45 UTC MAIN commitmail json YAML

2014-10-12 00:08:27 UTC MAIN commitmail json YAML

2014-10-11 23:57:04 UTC MAIN commitmail json YAML

2014-10-11 16:41:47 UTC MAIN commitmail json YAML

Also look for the right path for the SSL certificate repository on NetBSD.

Fixes "go get code.google.com/p/..." for me, once security/mozilla-rootcerts
installed and configured (with the default settings).

Bumps PKGREVISION, since the package is modified.

ok bsiegert@

(khorben)

2014-10-11 09:54:59 UTC MAIN commitmail json YAML

Updated devel/libpeas to 1.12.1

(prlw1)

2014-10-11 09:54:30 UTC MAIN commitmail json YAML

Update libpeas to 1.12.1

Overview of Changes in libpeas 1.12.1
====================================

* Dist the GResources XML of the Python plugin loaders

Overview of Changes in libpeas 1.12.0
====================================

* Add easy python profiling support
* Disable GLib diagnostics in tests
* Fix various deprecation warning from GTK+
* Check return values from Python API
* [osx] Check for bundle before resource path
* Improved dependency-less support for OS X
* Misc bugfixes

* Translation updates:
  - Assamese
  - Bengali (India)
  - Brazilian Portuguese
  - Catalan
  - Catalan (Valencian)
  - Czech
  - Danish
  - French
  - Galicians
  - German
  - Greek
  - Gujarati
  - Hebrew
  - Hindi
  - Hungarian
  - Indonesian
  - Kannada
  - Korean
  - Lithuanian
  - Marathis
  - Norwegian bokm奪l
  - Oriya
  - Polish
  - Punjabi
  - Russian
  - Simplified Chinese
  - Slovenian
  - Spanish
  - Swedish
  - Tamil
  - Telugus
  - Traditional Chinese

Overview of Changes in libpeas 1.10.1
====================================

* Fix initializing Python loader from Python application
* Prevent and warn when trying to enable multiple loaders
* W32: Allow shared libs to be built
* Misc bugfixes

Overview of Changes in libpeas 1.10.0
====================================

* Remove support for gjs-based Javascript plugins
* Misc bugfixes

Overview of Changes in libpeas 1.9.0
====================================

* Misc bugfixes

* Translation updates:
  - Tajik

Overview of Changes in libpeas 1.8.0
====================================

* Misc bugfixes

* Translation updates:
  - Aragonese
  - Portuguese
  - Tadjik
  - Uyghur

Overview of Changes in libpeas 1.7.0
====================================

* Add python3 loader

* Translation updates:
  - Friulan
  - Kannada
  - Odia

Overview of Changes in libpeas 1.6.2
====================================

* Fix gjs single-include issues

* Translation updates:
  - Slovak

Overview of Changes in libpeas 1.6.1
====================================

* Better SIGINT handling for python signals module

* Translation updates:
  - Kannada

Overview of Changes in libpeas 1.6.0
====================================

* Remove the vala demo plugin

* Add min required and max allowed version for glib and Gdk

* Translation updates:
  - Assamese
  - Bengali (India)
  - Galician
  - Gujarati
  - Hindi
  - Latvian
  - Marathi
  - Polish
  - Thai
  - T端rkå·½e

Overview of Changes in libpeas 1.5.0
====================================

* Warn if activate or deactivate are not implemented

* Find extension construct properties also in interface prerequisites

* Fix interface sorting in GJS and Seed

* Added peas_engine_prepend_search_path

* Added peas_plugin_info_get_external_data

* Misc bugfixes

* Translation updates:
  - Greek
  - Indonesian

Overview of Changes in libpeas 1.3.0
====================================

* Extensions can now implement multiple interfaces.

* Added GSettings API to PeasPluginInfo.

* Misc improvement and fixes.

* Translation updates:
  - Russian
  - Bulgarian
  - Brazilian Portuguese
  - Galicians
  - Danish
  - Serbian
  - German
  - Norwegian bokm奪l
  - Polish
  - Swedish
  - Belarusian
  - Telugu
  - Catalan (Valencian)
  - Catalan
  - Hebrew
  - Japanese
  - Slovenian
  - Czech
  - Spanish

Overview of Changes in libpeas 1.2
====================================

* Fix using Python plugins.

* Misc improvement and fixes.

* Translation updates:
  - Assamese
  - Esperanto
  - Telugu

Overview of Changes in libpeas 1.1.4
====================================

* Fix to work with PyGObject 3.

* Do not expose the peas_extension_set_call* API to GObject-Introspection.

* Disable log hooks used by PyGObject and Seed.

* Doc updates.

* Misc improvement and fixes.

* Translation updates:
  - Asturian
  - Thai

Overview of Changes in libpeas 1.1.3
====================================

* Do not expose the PeasExtension API using GObject-Introspection

* Misc improvement and fixes.

Overview of Changes in libpeas 1.1.2
====================================

* Doc updates.

* Link against pygobject 3.

* Do not cast pointers to unsigned integers.

* Translation updates:
  - Indonesian

Overview of Changes in libpeas 1.1.1
====================================

* PeasExtension has been deprecated

* You should be able to use C plugins without GObject-Introspection.

* The plugin manager's disable plugins dialog will no longer show
  hidden plugins.

Overview of Changes in libpeas 1.1.0
====================================

* Add support gjs-based Javascript extensions

* Seed Javascript extension support improvements
  - Use the new() keyword to instantiate new Javascript extensions.
  - Previously used "copied arrays" have been deprecated.
  - Allow using prototypes when defining new extensions.

* Add peas_extension_set_foreach()
  - Also deprecate the old peas_extension_set_call() method as a result.

* Drop support for Gtk+ 2

* Translation updates:
  - Lithuanian
  - Japanese
  - Turkish
  - Esperanto
  - Persian
  - Catalan (Valencian)
  - Finnish

(prlw1)

2014-10-10 22:55:20 UTC MAIN commitmail json YAML

2014-10-10 22:55:02 UTC MAIN commitmail json YAML

Remove unneeded patch after update.

(wiz)

2014-10-10 22:54:44 UTC MAIN commitmail json YAML

2014-10-10 22:05:38 UTC MAIN commitmail json YAML

Remove unneeded patch, confirmed by adam.

(wiz)

2014-10-10 21:44:46 UTC MAIN commitmail json YAML

2014-10-10 21:21:26 UTC MAIN commitmail json YAML

Updated audio/flac123 to 0.0.12

(snj)

2014-10-10 21:20:28 UTC MAIN commitmail json YAML

Update flac123 to 0.0.12.

This update extendeds the remote spec to include a V(OLUME) command.

(snj)

2014-10-10 20:57:55 UTC MAIN commitmail json YAML

Updated graphics/qiv to 2.3.1

(snj)

2014-10-10 20:57:32 UTC MAIN commitmail json YAML

Update qiv to 2.3.1.  Changes:

- Add desktop integration.
- Browse option now starts with first picture on command line.
- Fix direction of scrollwheel for next/previous image
- Center mouse cursor position in magnifying window
- Optimize libmagic calls
- Improve display of exif GPS tags
- New option --vikeys to allow for vi-style movement
- Disable screensaver and DPMS during slideshow
- Improvements to qiv-command.example (filename quoting, extract more
  EXIF infos)
- Fix possible segfaults when dealing with corrupt embedded color
  profiles.
- Do not segfault when "browse" option is called without a further
  argument.
- Fix magnifying window. Zoom factor of magnifying window can be
  changed by +/- keys.
- Make conditional rotate leave images that fit alone.
- Add --followlinks option to all symlinks to dirs.
- Fixed inconsistency with rotate option, add conditional rotation
- Add runtime option to display Exif information
- Add runtime option to toggle grab mode
- Add support for embedded color profiles in tiff
- Better fullscreen handling with multi monitors.  Xinerama is no
  longer needed.
- Notice when a mouse click makes the display-text disappear.
- Simplify image-move checking code and allow it to move an image farther.
- Add support for embedded color profiles in jpg
- Add color profile support via lcms2
- When using "--watch" option, make sure pic is not reloaded while still
  written.

(snj)

2014-10-10 15:17:22 UTC MAIN commitmail json YAML

2014-10-10 15:05:28 UTC MAIN commitmail json YAML

2014-10-10 14:46:09 UTC MAIN commitmail json YAML

Remove patch file from HEAD, to finish a commit that ended up
mysteriously mixed on HEAD and 2013Q4, despite there not being a
CVS/Tag file in patches.

(gdt)

2014-10-10 14:04:19 UTC MAIN commitmail json YAML

2014-10-10 13:22:58 UTC MAIN commitmail json YAML

Use REAL_ROOT_... rather than ROOT_... when installing smartd_warning.sh
as explained by fhajny@ and joerg@ on pkgsrc-users.

(prlw1)

2014-10-10 12:44:30 UTC pkgsrc-2014Q3 commitmail json YAML

pullups 4509 and 4515

(spz)

2014-10-10 12:43:12 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4515 - requested by tron
databases/phpmyadmin: security update

Revisions pulled up:
- databases/phpmyadmin/Makefile                                1.135
- databases/phpmyadmin/distinfo                                1.92

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Sat Oct  4 15:35:49 UTC 2014

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Update "phpmyadmin" package to version 4.2.9.1.

  The following bugs have been fixed since version 4.2.9:
  - bug #4544 [security] XSS vulnerabilities in table search and table
                          structure pages

  To generate a diff of this commit:
  cvs rdiff -u -r1.134 -r1.135 pkgsrc/databases/phpmyadmin/Makefile
  cvs rdiff -u -r1.91 -r1.92 pkgsrc/databases/phpmyadmin/distinfo

(spz)

2014-10-10 12:38:00 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg1 to 1.2.9

(adam)

2014-10-10 12:30:34 UTC MAIN commitmail json YAML

Changes 1.2.9:
* swresample/swresample: fix sample drop loop end condition
* avcodec/h264: Check mode before considering mixed mode intra prediction
* avformat/mpegts: Check desc_len / get8() return code
* avcodec/smc: fix off by 1 error
* avcodec/qpeg: fix off by 1 error in MV bounds check
* avcodec/gifdec: factorize interleave end handling out
* avcodec/cinepak: fix integer underflow
* avcodec/pngdec: Calculate MPNG bytewidth more defensively
* avcodec/pngdec: Check bits per pixel before setting monoblack pixel format
* avcodec/tiff: more completely check bpp/bppcount
* avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocks
* avcodec/utils: Add case for jv to avcodec_align_dimensions2()
* more...

(adam)

2014-10-10 11:41:38 UTC MAIN commitmail json YAML

Updated security/libtasn1 to 4.2; security/gnutls to 3.2.18

(adam)

2014-10-10 11:40:15 UTC MAIN commitmail json YAML

Changes 3.2.18:

** libgnutls: Fixes in gnutls_x509_crt_set_dn() and friends to properly handle
strings with embedded spaces and escaped commas.

** libgnutls: Corrected gnutls_x509_crl_verify() which would always report
a CRL signature as invalid.

** libgnutls: Fixed issue with certificates being sanitized by gnutls prior
to signature verification. That resulted to certain non-DER compliant modifications
of valid certificates, being corrected by libtasn1's parser and restructured as
the original.

(adam)

2014-10-10 11:38:54 UTC MAIN commitmail json YAML

Changes 4.2:
- Added sanity checks in the decoding of time when
  ASN1_DECODE_FLAG_STRICT_DER is used.
- Fixes in the decoding of OCTET STRING when close to the end
  of the structure.

(adam)

2014-10-10 11:19:29 UTC MAIN commitmail json YAML

Don't play attention to libmpcdec's extension, as it might be different on different platforms

(adam)

2014-10-10 11:07:49 UTC pkgsrc-2014Q3 commitmail json YAML

now for the correct branch (grmbl grmbl grmbl ..)
thanks to he@ for pointing this issue out

(spz)

2014-10-10 11:05:51 UTC pkgsrc-2014Q2 commitmail json YAML

went to the wrong branch, should have gone into pkgsrc-2014Q3

(spz)

2014-10-10 10:56:06 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4509 - requested by tron
mail/spamassassin: bug fix

Revisions pulled up:
- mail/spamassassin/Makefile                                    1.115
- mail/spamassassin/distinfo                                    1.63
- mail/spamassassin/patches/patch-lib_Mail_SpamAssassin_DnsResolver.pm 1.3

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Wed Oct  1 11:37:31 UTC 2014

  Modified Files:
  pkgsrc/mail/spamassassin: Makefile distinfo
  Added Files:
  pkgsrc/mail/spamassassin/patches:
      patch-lib_Mail_SpamAssassin_DnsResolver.pm

  Log Message:
  Make the DNSRBL based plug-ins work with version 0.76 or newer of the
  "p5-Net-DNS" package. Patch taken from the SVN repository.

  To generate a diff of this commit:
  cvs rdiff -u -r1.114 -r1.115 pkgsrc/mail/spamassassin/Makefile
  cvs rdiff -u -r1.62 -r1.63 pkgsrc/mail/spamassassin/distinfo
  cvs rdiff -u -r0 -r1.3 \
      pkgsrc/mail/spamassassin/patches/patch-lib_Mail_SpamAssassin_DnsResolver.pm

(spz)

2014-10-10 10:01:33 UTC MAIN commitmail json YAML

Remove incomplete RCSID from patch file, confuses 'pkg_info -b'.

(jperkin)

2014-10-10 08:41:38 UTC MAIN commitmail json YAML

Renamed x11/lablgtk to x11/ocaml-lablgtk.

(jaapb)

2014-10-10 08:39:08 UTC MAIN commitmail json YAML

2014-10-10 08:38:19 UTC MAIN commitmail json YAML

2014-10-10 08:37:49 UTC MAIN commitmail json YAML

2014-10-10 07:42:55 UTC pkgsrc-2014Q3 commitmail json YAML

Revert accidental commit to the stable branch.

(tron)

2014-10-10 01:47:11 UTC MAIN commitmail json YAML

Updated devel/p5-Inline to 0.77

(wen)

2014-10-10 01:46:08 UTC MAIN commitmail json YAML

Update to 0.77

Upstream changes:
0.77 Fri Sep 19 23:13:20 UTC 2014
- Allow new USING usages.
- Updated the docs.

0.76 Tue Aug 19 16:43:41 PDT 2014
- Missed a TAB in previous release :\

0.75 Tue Aug 19 16:18:15 PDT 2014
- Replace tabs with spaces.

(wen)

2014-10-10 01:17:17 UTC MAIN commitmail json YAML

Updated geography/gdal-lib to 1.11.1

(wen)

2014-10-10 01:15:35 UTC MAIN commitmail json YAML

Updated geography/gdal-lib to 1.11.1

(wen)

2014-10-10 01:13:58 UTC MAIN commitmail json YAML

2014-10-10 00:13:23 UTC MAIN commitmail json YAML

Drop misleading SSL patch.

One really does need to put < before the ssl key/cert file; the
upstream example is correct.

ok adam@

(gdt)

2014-10-09 22:28:30 UTC MAIN commitmail json YAML

Updated security/ocaml-cryptokit to 1.9

(jaapb)

2014-10-09 22:28:12 UTC MAIN commitmail json YAML

Updated package to latest version 1.9. Package now uses ocaml.mk.
Changes include:
- More fixes to build in Windows with zlib (mingw and msvc).
- Build .cmxs with C bindings (Closes: #1303)
- Use advapi32 on Windows (Close: #1055)
- Allow to define --zlib-include and --zlib-libdir if zlib is not installed in
  the standard location.
- Added SHA-3 hash function.

(jaapb)

2014-10-09 22:24:33 UTC MAIN commitmail json YAML

Updated x11/lablgtk to 2.18.2

(jaapb)

2014-10-09 22:24:15 UTC MAIN commitmail json YAML

Updated package to newest version, 2.18.2 and renamed ocaml-lablgtk for
clarity. Package uses ocaml.mk framework.

Changes:
  * Revert old commit which broke notify signals
  * Quote $(FLINSTALLDIR) in Makefile
  * Update applications/browser for 4.02
  * Make Float_val an alias for Double_val, since it was used
    wrongly anyway (Felix Ruess)
  * Make GObj.misc_ops#add_accelerator polymorphic in the widget of
    the signal (Erkki Seppala)
  * Use properties in GtkAdjustment, rather than direct accessors
  * fix GtkTree.IconView.get_path_at_pos (Thomas Leonard)
  * add gtksourceview2 to windows binaries

(jaapb)

2014-10-09 22:22:25 UTC MAIN commitmail json YAML

Updated lang/coq to 8.4pl4nb2

(jaapb)

2014-10-09 22:19:01 UTC MAIN commitmail json YAML

Revbump because of ocaml 4.02, added compilation patch (already in
repository upstream) and updated package to use ocaml.mk framework.

(jaapb)

2014-10-09 21:48:04 UTC MAIN commitmail json YAML

Updated net/ocamlnet to 3.7.6

(jaapb)

2014-10-09 21:47:43 UTC MAIN commitmail json YAML

Updated ocamlnet to latest version, 3.7.6.  Changes include:
        * netstring-pcre: removing dependency on camlp4 (an oversight).
        * Fixing bad format strings (Damien Doligez)
        * Windows: various fixes, including int sizes for 64-bit Windows,
          the invocation of cppo, and CR characters. Also, unixsupport.h
          is now used instead of declaring the prototypes directly.
          (Andreas Hauptmann)
        * C99: use int64_t instead of int64 in C code. The latter is gone
          in OCaml-4.02. (Richard Jones)
        * Build: no longer requiring camlp4 (as it is not distributed with
          ocaml-4.02)
        * Fixing some unit tests
        * Netexn: new exception representation in ocaml-4.02
        * Build: renaming file for a configure test to avoid a
          naming conflict (Richard Jones)
        * Https_client and aggressive connection caching: In previous
          versions there was a problem with the reinitialization of the
          SSL socket when a former connection was reused. The fix requires
          an API change of connection_cache: The SSL socket can now be
          stored with the inactive connection.
        * Http_client: fixing a bug with connection caching: Address
          resolution was not taken into account for computing the key
          in the connection cache.
        * ssl_exts_stubs.c: releasing global lock on shutdown error
          (T<F6>r<F6>k Edwin)
        * Uq_ssl: Fix error path when SSL connection fails during the
          handshake

(jaapb)

2014-10-09 21:42:20 UTC MAIN commitmail json YAML

Updated lang/camlp5 to 6.12

(jaapb)

2014-10-09 21:42:03 UTC MAIN commitmail json YAML

Updated package to latest version, 6.12. Package uses ocaml.mk.
Minor fixes for compatibility with ocaml 4.02.

(jaapb)

2014-10-09 21:39:07 UTC MAIN commitmail json YAML

Updated devel/ocaml-react to 1.2.0

(jaapb)

2014-10-09 21:38:49 UTC MAIN commitmail json YAML

Updated ocaml-react to latest version, 1.2.0. Changes include:
- Fix bug in dynamic creation of S.{diff,changes} (#8).
- Fix bug in dynamic creation of S.switch (#7).
- Add support for toplevel: automatically `open React` on `#require "react"`.
- Add `S.Bool.{flip,edge,fall,rise}`.
- Fix `S.switch` rank's initialisation.
- Add `E.l{1,2,3,4,5,6}`, lifting combinators on events.
- Add `E.Option.{some,value}`.
- Add `S.{Float,Int}.{zero,one,minus_one}`.
- Add `S.Bool.{zero,one}`.
- Add `S.Option.{none,some,value}`.
- Add `{S,E}.on` equivalent to `{S,E}.when_`.
- Deprecate `{S,E}.when_` (syntax error prone).
- Fix `S.bind`.
- Use package builder topkg for distribution.
- Add support for update steps, see the `React.Step` module. Allows to
  specify simultaneous primitive signal updates and event occurences.
  The functions returned by `{S,E}.create` now have an optional
  `?step` argument; if unused the previous semantics is preserved.
- Add support for strong stops, can be used on platforms where weak
  arrays are not to prevent leaks. The function `{E,S}.stop` now have
  an optional `?strong` argument; if unused the previous semantics is
  preserved.
- Change signature of `S.switch`. Any existing call `S.switch ~eq s es` can
  be replaced by `S.(switch ~eq (hold ~eq:( == ) s es))`.

(jaapb)

2014-10-09 21:22:55 UTC MAIN commitmail json YAML

Updated devel/ocaml-batteries to 2.3

(jaapb)

2014-10-09 21:22:28 UTC MAIN commitmail json YAML

- improved test coverage
- Enum: bugfix in clamp
- Stream: add concat_map
- List: fix a stack-overflow bug in transpose
- List: add unfold_exc : (unit -> a) -> 'a list * exn
- List: add fold_righti and fold_lefti
- Substring : fix fold_left, add fold_lefti, fold_righti
- String : add fold_lefti and fold_righti
- Set.Make: add of_list
- AvlTree: add (check : 'a tree -> bool) to check well-formedness
- Hashtbl: make modify_opt/def resize the table to preserve amortized costs
- Enum: fix combine's count in presence of infinite enums
- Makefile: add a qtest-byte target
- List: add modify_opt_at: int -> ('a -> 'a option) -> 'a list -> 'a list
- List: add modify_at: int -> ('a -> 'a) -> 'a list -> 'a list
- List: add remove_at: int -> 'a list -> 'a list
- Int: add copysign
- Deque: add rotate_forward, rotate_backward : 'a dq -> 'a dq
- Int: fix overflow checking in Safe_int.mul
- add a local OPAM description, allows to use
    opam pin add batteries git@github.com:ocaml-batteries-team/batteries-included.git
- Queue: add map : ('a -> 'b) -> 'a t -> 'b t
- compatibility with 4.02:
  + Printf: remove CamlinternalPr for OCaml versions >= 4.02
  + Printf: legacy code assumed (string = fmt)
  + new 4.02 functions:
  String.mapi (String.init was already in Batteries)
  List.sort_uniq (List.sort_unique existed before)
  Array.make_float (less efficient implementation provided for <4.02 versions)
  a BatBytes module relying on ocamlfind's compatibility module
  bytes-related functions in Buffer,Digest,Marshal,Printexc,Stream,Unix
  new Printexc callstack interface (not available for <4.02 versions)
- cartesian product in batSet
- Enum.concat_map alias
- UChar.is_ascii
- equality and enumeration (from, to UChar enum) in batText
- String.find_all function
- Seq.iteri, mapi, iter2, map2 (see issue #417)
- cartesian product of enums (issue #442)
- List.subset
- Array.bsearch dichotomic search (issue #433)
- Enum.print_at_most (issue #425)
- BatOption.ord instance, (issue #393)
- Fix infinite loop in BitSet
- Levenshtein distance on strings
- Seq.{of_list, equal}
- basic .merlin file for merlin users
- BatDeque.eq function to compare Deques by content
- BatteriesExceptionless
- More explicit overridding of ocamlbuild rules, use batteries.mllib
- Add Kahan summation (numerically-accurate sum of floats) to List,Array,Enum
- Add BatOption.some
- (text) improve element indexing in BatList's mli documentation
- Add BatList.filteri_map
- Compatibility with ocaml 4.01
- Add BatList.filteri
- Levenshtein distance on strings
- Seq.{of_list, equal}
- basic .merlin file for merlin users
- BatDeque.eq function to compare Deques by content
- BatteriesExceptionless
- More explicit overridding of ocamlbuild rules, use batteries.mllib
- Add Kahan summation (numerically-accurate sum of floats) to List,Array,Enum
- Add BatOption.some
- (text) improve element indexing in BatList's mli documentation
- Add BatList.filteri_map
- Compatibility with ocaml 4.01
- Add BatList.filteri
- Add Set.split_lt and split_le
- Add split_opt wherever there is split
- Add List.range
- Add the new O_CLOEXEC flag to Unix.open_flag in version 4.01
- Fix BatMutex.DebugMutex.id is always 0.
- Simplify List.partition code
- Add List.ntake and List.takedrop
- Added List.Acc.create and use it
- Add a LazyList.eager_fold_right alias to LazyList.fold_right, with sane argument order
- and many tests and documentation
- cleanup of whitespace

(jaapb)

2014-10-09 21:19:31 UTC MAIN commitmail json YAML

Corrected SUPERSEDES field

(jaapb)

2014-10-09 21:18:22 UTC MAIN commitmail json YAML

Updated devel/js_of_ocaml to 2.5

(jaapb)

2014-10-09 21:18:05 UTC MAIN commitmail json YAML

Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)

(jaapb)

2014-10-09 21:13:53 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt to 2.4.5

(jaapb)

2014-10-09 21:13:36 UTC MAIN commitmail json YAML

Updated ocaml-lwt to latest version, 2.4.5. Package now uses ocaml.mk.
Changes:
* Lwt_ssl: expand API to allow setting socket options with Ssl
functions
* fix for camlp4 trunk
* support for React 1.0.0
* add Lwt_sequence.find_node_* functions
* Lwt_log: get backtrace early to overcome exns in
Printexc.to_string
* fix potential deadlock in lwt_unix_recv_notifications
* lwt.glib fixes:
- handle HUP
- fix for BSD/OSX
* do not raise an exception in Lwt_log if argv[0] is blank
* add Android support
* fix issues in stubs for Lwt_unix jobs
* fix compatibility issue with OCaml 4.01
* fix the stub for ev_timer_init
* add Lwt.log containing Lwt_log_core, the Unix-free part of Lwt_log
* add Lwt_ssl.get_fd
* fix stdout/stderr redirections in Lwt_daemon.daemonize
* add Lwt_list.{map,iter}i{_s,_p}

(jaapb)

2014-10-09 21:09:07 UTC MAIN commitmail json YAML

Updated devel/ocaml-optcomp to 1.6

(jaapb)

2014-10-09 21:08:51 UTC MAIN commitmail json YAML

Updated package to newest version, 1.6. Changes: build system tweaks and
a fix for ocaml 4.02.

(jaapb)

2014-10-09 21:07:14 UTC MAIN commitmail json YAML

Updated security/ocaml-ssl to 0.4.7

(jaapb)

2014-10-09 21:06:57 UTC MAIN commitmail json YAML

Updated package to latest version, 0.4.7. Package now uses ocaml.mk.
Changes:
* Add support for TLS1.1 and TLS1.2 (thanks Thomas Calderon).
* Add function to initialize Diffie-Hellman and elliptic curve parameters
  (thanks Thomas Calderon and Edwin Tæ—¦ræ—¦k).
* Add set_client_SNI_hostname to specify client-side SNI hostname (thanks
  Mauricio Fernandez).
* Fix double leave of blocking section in ocaml_ssl_accept (thanks Edwin Tæ—¦ræ—¦k).
* Check for errors in SSL_connect/SSL_accept (thanks J辿r担me Vouillon).
* Clear the error queue before calling SSL_read and similar functions;
  SSL_get_error does not work reliably otherwise (thanks J辿ræ‹…me Vouillon).
* Allow static linking on Mingw64 (thanks schadinger).

(jaapb)

2014-10-09 20:53:33 UTC MAIN commitmail json YAML

Updated devel/ocaml-findlib to 1.5.3

(jaapb)

2014-10-09 20:53:15 UTC MAIN commitmail json YAML

Updated package to latest version, 1.5.3. Package now uses ocaml.mk
framework, and the buildlink wrapper has been modified to deal with
quoted arguments properly.
Changes:
-  1.5.3: The installation of "bytes" respects now $prefix and  the configured
  destination.
  New option -pp for "ocamlfind query", to get preprocessor packages.
  Updated the compatibility Bytes module to support extend, init, mapi,
  blit_string (Gabriel Scherer).
-  1.5.2: support for the query formats "%+a" and "%+A".
  Fix: the "ppx" property is now also path-expanded when interpreted in a
  toploop.
  Fix: implicit "ppx" is not path-expanded anymore.
  Fix: Build bytes.cmxs only if natdynlink is enabled (Andy Ray).
-  1.5.1: includes a file that was missing in 1.5
-  1.5: Including the "bytes" package that is either a compat package for ocaml
  < 4.02 or a fake package for ocaml >= 4.02. The package aims at helping to
  support the transition to the new "bytes" type for mutable strings.
  Also installing findlib.cmxs if OCaml supports it.
  Allowing to disable camlp4 (in prep for OCaml-4.02).
  The "ppx" package property can be specified for constructing ppx-type
  preprocessors (patches from Peter Zotov).

(jaapb)

2014-10-09 20:40:47 UTC MAIN commitmail json YAML

Added camlp4 to SUBDIR

(jaapb)

2014-10-09 20:40:07 UTC MAIN commitmail json YAML

Added lang/camlp4 version 4.02.0+1

(jaapb)

2014-10-09 20:39:27 UTC MAIN commitmail json YAML

Re-added package lang/camlp4 - it was split off from the main ocaml
distribution in version 4.02.

(jaapb)

2014-10-09 20:25:40 UTC MAIN commitmail json YAML

Updated devel/ocaml-deriving-ocsigen to 0.7

(jaapb)

2014-10-09 20:25:24 UTC MAIN commitmail json YAML

Updated package to latest version, 0.7. Changes:
  * Compatibility with ocaml-4.02 (Peter Zotoz, Hugo Heuzard)
  * Fix toplevel usage (Vincent Bernardoff)
  * Class: add equality for sets (Jeremy Yallop)

(jaapb)

2014-10-09 20:09:31 UTC MAIN commitmail json YAML

Added SUBDIR for devel/ocaml-cmdliner

(jaapb)

2014-10-09 20:07:58 UTC MAIN commitmail json YAML

Added devel/ocaml-cmdliner version 0.9.4

(jaapb)

2014-10-09 20:07:37 UTC MAIN commitmail json YAML

2014-10-09 19:49:19 UTC MAIN commitmail json YAML

Updated databases/ocaml-mysql to 1.1.2

(jaapb)

2014-10-09 19:48:58 UTC MAIN commitmail json YAML

Updated databases/ocaml-sqlite3 to 2.0.6

(jaapb)

2014-10-09 19:48:40 UTC MAIN commitmail json YAML

Updated package to version 2.0.6. Package now uses ocaml.mk framework.
There seem to have been no major changes, but upstream is now hosted on
github.

(jaapb)

2014-10-09 19:44:07 UTC MAIN commitmail json YAML

Updated package to newest version, 1.1.2 - now uses ocaml.mk. Changes:
* Mysql.Prepared.execute_null (Gregory Bellier)

(jaapb)

2014-10-09 19:41:21 UTC MAIN commitmail json YAML

Updated devel/pcre-ocaml to 7.1.1

(jaapb)

2014-10-09 19:41:01 UTC MAIN commitmail json YAML

- Added LICENSE, took over maintainership and re-added pax to USE_TOOLS.

(jaapb)

2014-10-09 19:39:24 UTC MAIN commitmail json YAML

Updated package to newest version, 7.1.1. Package now also uses ocaml.mk.
Changes are mostly bugfixes, and major changes:
* Switched to Oasis for packaging
* Switched to OCamlBuild for the build process
* Added stricter compilation flags

(jaapb)

2014-10-09 19:37:21 UTC MAIN commitmail json YAML

Changes:
- findlib no longer standard
- added OASIS_BUILD_ARGS parameter
- force native code compilation (or not) according to options
- moved things around so that OASIS implies FINDLIB

(jaapb)

2014-10-09 19:14:05 UTC MAIN commitmail json YAML

2014-10-09 19:08:28 UTC MAIN commitmail json YAML

Update to ocaml 4.02.0. Main changes (apart from ocamldoc and bugfixes, see
also upstream changelog):
Language features:
- Attributes and extension nodes
- Generative functors
- Module aliases
* Alternative syntax for string literals {id|...|id} (can break comments)
- Separation between read-only strings (type string) and read-write byte
  sequences (type bytes). Activated by command-line option -safe-string.
Build system for the OCaml distribution:
- Use -bin-annot when building.
- Use GNU make instead of portable makefiles.
- Updated build instructions for 32-bit Mac OS X on Intel hardware.
Shedding weight:
* Removed Camlp4 from the distribution, now available as third-party software.
* Removed Labltk from the distribution, now available as a third-party library.
Type system:
* Keep typing of pattern cases independent in principal mode
- Allow opening a first-class module or applying a generative functor
  in the body of a generative functor. Allow it also in the body of
  an applicative functor if no types are created
* Module aliases are now typed in a specific way, which remembers their
  identity. In particular this changes the signature inferred by
  "module type of"
- Slight change in the criterion to distinguish private
  abbreviations and private row types: create a private abbreviation for
  closed objects and fixed polymorphic variants.
* Compare first class module types structurally rather than
  nominally. Value subtyping allows module subtyping as long as the internal
  representation is unchanged.
Compilers:
- More aggressive constant propagation, including float and
  int32/int64/nativeint arithmetic.  Constant propagation for floats
  can be turned off with option -no-float-const-prop, for codes that
  change FP rounding modes at run-time.
- New back-end optimization pass: common subexpression elimination (CSE).
  (Reuses results of previous computations instead of recomputing them.)
- New back-end optimization pass: dead code elimination.
  (Removes arithmetic and load instructions whose results are unused.)
- Optimization of sequences of string patterns
- Experimental native code generator for AArch64 (ARM 64 bits)
- Optimization of integer division and modulus by constant divisors
- Add "-open" command line flag for opening a single module before typing
* "-o" now sets module name to the output file name up to the first "."
  (it also applies when "-o" is not given, i.e. the module name is then
  the input file name up to the first ".")
* better sharing of structured constants
- new flag to keep locations in cmi files
- issue warning 3 when referring to a value marked with
  the [@@ocaml.deprecated] attribute
- a new format implementation based on GADTs
* Constant exception constructors no longer allocate
- avoid unnecessary boxing in let
- Better compilation of optional arguments with default values
- ocamlopt -opaque option for incremental native compilation
Toplevel interactive system:
- New "#show_*" directives
Runtime system:
- New configure option "-no-naked-pointers" to improve performance by
  avoiding page table tests during block darkening and the marking phase
  of the major GC.  In this mode, all out-of-heap pointers must point at
  things that look like OCaml values: in particular they must have a valid
  header.  The colour of said headers should be black.
- Fixed bug in native code version of [caml_raise_with_string] that could
  potentially lead to heap corruption.
- Blocks initialized by [CAMLlocal*] and [caml_alloc] are now filled with
  [Val_unit] rather than zero.
- Fixed a major performance problem on large heaps (~1GB) by making heap
  increments proportional to heap size by default
- Structural equality treats exception specifically
- efficient comparison/indexing of exceptions
- avoid using unsafe C library functions (strcpy, strcat, sprintf)
- An ISO C99-compliant C compiler and standard library is now assumed.
  (Plus special exceptions for MSVC.)  In particular, emulation code for
  64-bit integer arithmetic was removed, the C compiler must support a
  64-bit integer type.
Standard library:
* Add new modules Bytes and BytesLabels for mutable byte sequences.
- add List.sort_uniq and Set.of_list
- a faster version of "raise" which does not maintain the backtrace
- support "Unix.kill pid Sys.sigkill" under Windows
- speed improvement for Buffer
- efficient creation of uninitialized float arrays
- Improve documentation regarding finalisers and multithreading
- Trigger warning 3 for all values marked as deprecated in the documentation.

(jaapb)

2014-10-09 18:59:59 UTC MAIN commitmail json YAML

Updated graphics/netpbm to 10.67.05nb3.

(gson)

2014-10-09 18:58:18 UTC MAIN commitmail json YAML

Configure netpbm with tiff and zlib support so that pamtotiff,
pnmtotiff, pnmtotiffcmyk, and tifftopnm once again get built.
They have been temporarily absent since the update to 10.67.03.

(gson)

2014-10-09 15:24:08 UTC MAIN commitmail json YAML

Added misc/libcdio-paranoia version 0.93

(adam)

2014-10-09 15:07:20 UTC MAIN commitmail json YAML

Updated audio/audacious to 3.5.1

(adam)

2014-10-09 15:05:43 UTC MAIN commitmail json YAML

+ openssh-6.7p1 (Note: it drop tcp_wrappers support!!).

(taca)

2014-10-09 15:03:31 UTC MAIN commitmail json YAML

2014-10-09 15:02:43 UTC MAIN commitmail json YAML

2014-10-09 14:49:20 UTC MAIN commitmail json YAML

Updated multimedia/gmplayer to 1.1.1nb20

(martin)

2014-10-09 14:48:51 UTC MAIN commitmail json YAML

2014-10-09 14:10:41 UTC MAIN commitmail json YAML

2014-10-09 14:09:23 UTC MAIN commitmail json YAML

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in mk files.

(wiz)

2014-10-09 14:07:17 UTC MAIN commitmail json YAML

2014-10-09 14:06:00 UTC MAIN commitmail json YAML

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

(wiz)

2014-10-09 13:55:10 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.147

(wiz)