Commit graph

198650 commits

Author SHA1 Message Date
wiz
a528eac923 Updated multimedia/ffmpeg to 20130315.1.2 2013-03-17 15:18:19 +00:00
wiz
cb2bfc622a Update to 1.2:
version 1.2:

- VDPAU hardware acceleration through normal hwaccel
- SRTP support
- Error diffusion dither in Swscale
- Chained Ogg support
- Theora Midstream reconfiguration support
- EVRC decoder
- audio fade filter
- filtering audio with unknown channel layout
- allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  and treble audio filter
- improved showspectrum filter, with multichannel support and sox-like colors
- histogram filter
- tee muxer
- il filter ported from libmpcodecs
- support ID3v2 tags in ASF files
- encrypted TTA stream decoding support
- RF64 support in WAV muxer
- noise filter ported from libmpcodecs
- Subtitles character encoding conversion
- blend filter
- stereo3d filter ported from libmpcodecs
2013-03-17 15:18:11 +00:00
wiz
398db97c70 Updated graphics/ImageMagick to 6.8.3.9 2013-03-17 15:06:49 +00:00
wiz
422cbdf4c7 Update to 6.8.3.9:
* GIF comments are no longer displaced by 1 for animated GIFs (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22901).
  * A blur kernel with a zero sigma is unity.
  * Do not replace gAMA found in input with 1/2.2
  * Avoid a libpng16 warning about storing unknown chunks.
  * Improve performance when rendering a caption.
  * The compare 'map' image should not be transparent.
  * Use only major version for decorating include path.
2013-03-17 15:06:41 +00:00
wiz
355585246b Add upstream bug report URL. 2013-03-17 14:54:36 +00:00
wiz
43c40f269d Updated devel/py-distribute to 0.6.35 2013-03-17 14:51:23 +00:00
wiz
ac65a78790 Update to 0.6.35:
0.6.35
------

Note this release is backward-incompatible with distribute 0.6.23-0.6.34 in
how it parses version numbers.

* Issue #278: Restored compatibility with distribute 0.6.22 and setuptools
  0.6. Updated the documentation to match more closely with the version
  parsing as intended in setuptools 0.6.
2013-03-17 14:51:14 +00:00
wiz
4e0ca7a7b5 Updated devel/protobuf to 2.5.0 2013-03-17 14:50:22 +00:00
wiz
dab922e009 Update to 2.5.0:
2013-02-27 version 2.5.0:

  General
  * New notion "import public" that allows a proto file to forward the content
    it imports to its importers. For example,
      // foo.proto
      import public "bar.proto";
      import "baz.proto";

      // qux.proto
      import "foo.proto";
      // Stuff defined in bar.proto may be used in this file, but stuff from
      // baz.proto may NOT be used without importing it explicitly.
    This is useful for moving proto files. To move a proto file, just leave
    a single "import public" in the old proto file.
  * New enum option "allow_alias" that specifies whether different symbols can
    be assigned the same numeric value. Default value is "true". Setting it to
    false causes the compiler to reject enum definitions where multiple symbols
    have the same numeric value.

  C++
  * New generated method set_allocated_foo(Type* foo) for message and string
    fields. This method allows you to set the field to a pre-allocated object
    and the containing message takes the ownership of that object.
  * Added SetAllocatedExtension() and ReleaseExtension() to extensions API.
  * Custom options are now formatted correctly when descriptors are printed in
    text format.
  * Various speed optimizations.

  Java
  * Comments in proto files are now collected and put into generated code as
    comments for corresponding classes and data members.
  * Added Parser to parse directly into messages without a Builder. For
    example,
      Foo foo = Foo.getParser().ParseFrom(input);
    Using Parser is ~25% faster than using Builder to parse messages.
  * Added getters/setters to access the underlying ByteString of a string field
    directly.
  * ByteString now supports more operations: substring(), prepend(), and
    append(). The implementation of ByteString uses a binary tree structure
    to support these operations efficiently.
  * New method findInitializationErrors() that lists all missing required
    fields.
  * Various code size and speed optimizations.

  Python
  * Added support for dynamic message creation. DescriptorDatabase,
    DescriptorPool, and MessageFactory work like their C++ couterparts to
    simplify Descriptor construction from *DescriptorProtos, and MessageFactory
    provides a message instance from a Descriptor.
  * Added pickle support for protobuf messages.
  * Unknown fields are now preserved after parsing.
  * Fixed bug where custom options were not correctly populated. Custom
    options can be accessed now.
  * Added EnumTypeWrapper that provides better accessibility to enum types.
  * Added ParseMessage(descriptor, bytes) to generate a new Message instance
    from a descriptor and a byte string.
2013-03-17 14:50:13 +00:00
asau
a31b69495c Updated parallel/openpa to 1.0.4 2013-03-17 14:44:13 +00:00
asau
f177cb17cf Update to OpenPA 1.0.4
Inter-process locking may be broken on NetBSD under some conditions.
(This didn't get worse since previous package.)
Field tests (benchmarks/skampi) don't reveal that the relevant
code path is invoked.


Major Changes in OpenPA v1.0.4
 * native ARM (v7 and higher) support
 * numerous memory barrier placement improvements in queue and test code
 * x86 memory barrier improvements, including for Intel MIC
 * numerous build system improvements


Major Changes in OpenPA v1.0.3

 * Libtool shared library support for OPA, avoiding shared/static mixed
   linking problems on some platforms.
 * The build system should now work more portably with broken/exotic shells.
 * pkg-config support
 * Emulated atomics can now be detected by the presence of an OPA_EXPLICIT_EMULATION
   #define in opa_config.h.
 * PPC types are now correctly aligned to 8 bytes instead of 16 bytes.
 * many more tests for "make check", fixed missing memory barriers in one test
2013-03-17 14:43:48 +00:00
asau
0109b469ca Added databases/nss-pgsql version 1.5.0b 2013-03-17 14:15:46 +00:00
asau
b52588b8dc + nss-pgsql 2013-03-17 14:14:31 +00:00
asau
0522618d54 Import libnss-pgsql version 1.5.0-beta as databases/nss-pgsql
Packaged by Matthew Bauer <matthew.justin.bauer@gmail.com> during Google Code-In.

Name Service Switch module for PostgreSQL.
2013-03-17 14:12:02 +00:00
asau
ad8ebee03d Added security/pam-pgsql version 0.7.3.1 2013-03-17 13:57:08 +00:00
asau
b6afe47f32 + pam-pgsql 2013-03-17 13:55:58 +00:00
asau
1cf3509ba2 Import pam-pgsql version 0.7.3.1 as security/pam-pgsql
Packaged by Matthew Bauer <matthew.justin.bauer@gmail.com> during Google Code-In.

PAM module to authenticate using a PostgreSQL database.
2013-03-17 13:52:38 +00:00
taca
17eb87f75b Remove an entry of updateing www/php-apc to 3.1.14. 2013-03-17 10:47:39 +00:00
taca
9d1007506c Revert php-apc to 3.1.13 since version 3.1.14 disappeared from official
pecl.php.net
2013-03-17 10:46:45 +00:00
wiz
6d7a528f21 Fix typo in CONFIGURE_ARGS, from Richard Palo. 2013-03-17 10:13:09 +00:00
obache
0c16fb4d9e ghostscript now only contains Makefile fragment, so commented out. 2013-03-17 08:45:43 +00:00
obache
4a36f74c9f follow PKGBASE name change of ghostscript for option. 2013-03-17 08:42:55 +00:00
dholland
df7fee22c9 Update ghostscript DESCR files, suggested by gdt. 2013-03-17 03:50:49 +00:00
gdt
4073426297 Updated net/net-snmp to 5.7.2 2013-03-17 00:32:41 +00:00
gdt
1252270213 Remove zombie patch. 2013-03-17 00:19:02 +00:00
gdt
dc22327895 Add forgotten patchfile. 2013-03-17 00:18:31 +00:00
gdt
082c95377c Fix nit in patch; ride previous bump 2013-03-17 00:17:34 +00:00
gdt
aecf814b67 Update to 5.7.2.
This is a major update in terms of pkgsrc patches, of which there are
far far too many.  Analysis of patches was done by Karen Sirois of
BBN, and I have remvoed patches that have been applied upstream.

This builds fine and passes tests on NetBSD 6 i386.  If you look after
some other platform (Dragonfly, Darwin, FreeBSD, etc.), please make
sure any problems are filed as upstream tickets; pkgsrc is not
appropriate to carry patches long-term that should be fixed upstream,
and this package has gotten out of hand.

(OK by adam@ to do the update, but he has not reviewed the changes, so
errors are my fault.  It's quite likely there are issues on other
platforms.)

Upstream NEWS:

*5.7.2*
    snmp:
      - BUG: 3526549: CVE-2012-2141 Array index error leading to crash

    snmpd:
      - BUG: 3532090: Fix high ifIndex values crashing hrDeviceDescr

    building:
      - PATCH: 2091156: correctly declare dependencies in Makefile. 'make
        -j <N>' should work now. Backport this to V5-4 as it is needed for
        correct operation in the single threaded case of make miblib as
        well.

    Many other miscellaneous minor bug fixes

*5.7.1*

  libnetsnmp:
      - Fixed the mib-parsing-bug introduced shortly before 5.7

  agent:
      - fixed rounding errors for disk percentage calculations

  openbsd:
      - better support for recent openbsd releases

  features:
      - bug fixes with minimalist support after additional user feedback

  Many other miscellaneous minor bug fixes

*5.7*

  snmpd:
      - Delivery of data via regularily scheduled notifications.
        (see "Data Delivery via Notfications" in snmpd.conf)
      - Many time-based config options can take (m)ins, (h)ours, ... arguments
        (see the snmpd.conf manual page)
      - The PING and TRACEROUTE MIBs now compile and work-ish on linux
        http://www.net-snmp.org/wiki/index.php/DISMAN
      - Mib handlers can now implement a data_clone function for
        cloning the myvoid structure variable to avoid dangling pointers
      - Fixed persistent storage of VACM MIB configuration
      - Multi-homed agents send UDP responses from the proper IP address
      - The hrStorageTable implementation now supports large filesystems better
      - optimizations for large route tables
      - Added a deliveryByNotify config token for regular data delivery
        (see the snmpd.conf manual page and the NET-SNMP-PERIODIC-NOTIFY-MIB)
      - [PATCH 3141462]: fix agentx subagent issues with multiple-object requests
      - [PATCH 3057093]: linux uses libpci for creating useful ifDescr strings
      - [PATCH 3131397]: huge speedups of the TCP/UDP Tables

  libnetsnmp:
      - Removed the older CMU compatibility support
      - The SSH transport is now configurable

  TLS/DTLS support:
      - The SNMP over DTLS transport now properly supports IPv6
      - Introduced new configuration tokens: localCert/peerCert
        (deprecating serverCert, clientCert, defX509ServerPub, defX509ClientPub)
      - Various fixes for the TLS/DTLS transports

  apps:
      - Added a per-variable timed output support to snmpwalk using -CT
      - snmpinform now correctly uses the local engineID for informs
      - A number of mib2c bug fixes
      - New snmp.conf tokens for timeouts and retries

  building:
      - New flags to reduce the amount of compiled code to bare minimums.
        This is provided by a new generic feature marking/selection mechanism.
        http://www.net-snmp.org/wiki/index.php/Feature_Marking_and_Selection
      - It's now possible to build without SNMPv3/USM
        (e.g., if you only want TLS/DTLS with SNMPv3/TSM)
      - It's possible to build the suite with no SET support
        configure using --enable-read-only
      - It's possible to build the agent as a notify-only agent
        configure using --enable-notify-only
      - Added a script to test memory usage with various config options
        (see the local/minimalist/sizetests script)
      - Net-SNMP can now be built to perform local DNSSEC validation
        (install DNSSEC-Tools' libval and use --with-local-dnssec-validation)

  testing:
      - a number of new API unit-tests have been added to the suite
        (to run the tests: cd testing && ./RUNFULLTESTS -g unit-tests)
      - The unit tests can be more easily run under valgrind
        (See http://bit.ly/jsgRnv for details)

  openbsd:
      - Support for updating the routing table via SNMP

  win32:
      - The testing suite works better under win32 environments
      - Many building fixes for the win32 environment(s)

  solaris:
      - Net-SNMP now supports the SCTP-MIB

  DragonFlyBSD, FreeBSD8:
      - Net-SNMP should now work on DragonFlyBSD and FreeBSD8

  And of course:
      - Many other bug fixes.  See the CHANGES and ChangeLog for details.
2013-03-17 00:15:28 +00:00
dholland
6fb17ee5a9 Removed print/ghostscript successor print/ghostscript-gpl 2013-03-16 23:05:00 +00:00
dholland
b26a4d2583 Removed print/ghostscript; moved to print/ghostscript-agpl. 2013-03-16 23:04:09 +00:00
dholland
7c6b0d324f print/ghostscript -> print/ghostscript-agpl 2013-03-16 23:03:33 +00:00
dholland
1e41eb4799 bumps for ghostscript changes 2013-03-16 23:02:54 +00:00
dholland
10e542a269 Explicitly use ghostscript-gpl, as one of these sets GS_REQD=9.05.
Nothing in ghostscript seems to have *checked* that, but for now let's
assume it matters.

XXX: someone please review this and update/adjust as needed.
2013-03-16 23:02:18 +00:00
dholland
817a61d54b Add ghostscript-agpl 2013-03-16 22:59:06 +00:00
dholland
3d254b2af6 ghostscript -> ghostscript-gpl 2013-03-16 22:58:52 +00:00
dholland
e0555ca546 Switch to USE_TOOLS for ps2pdf instead of depending on ghostscript.
(It would also be nice if we could arrange things to optionally use
pstopdf from poppler-utils instead, but that's for some future time.)
Bump version to 1.8 instead of PKGREVISION.
2013-03-16 22:57:02 +00:00
dholland
87126a6a5e Update ghostscript depends. PKGREVISION -> 6 2013-03-16 22:54:29 +00:00
dholland
577c3a4e19 Update ghostscript depends. 2013-03-16 22:53:52 +00:00
dholland
f0a49091ae Update ghostscript depends. PKGREVISION -> 21 2013-03-16 22:52:56 +00:00
dholland
a083289920 Update ghostscript depends. PKGREVISION -> 2.
XXX: this switches from BUILD_DEPENDS to USE_TOOLS and I haven't tested it
XXX: yet.
2013-03-16 22:51:54 +00:00
dholland
fb58a41667 Update ghostscript depends. PKGREVISION -> 3 2013-03-16 22:49:06 +00:00
dholland
5d65be5e91 Update ghostscript depends. PKGREVISION -> 2 2013-03-16 22:47:15 +00:00
dholland
01cf37393f Update ghostscript depends; PKGREVISION -> 3 2013-03-16 22:45:45 +00:00
dholland
d75b860a6f Update ghostscript depends. PKGREVISION -> 8 2013-03-16 22:44:34 +00:00
dholland
7cc4509430 Update ghostscript depends. PKGREVISION -> 22 2013-03-16 22:41:50 +00:00
dholland
9a4a1a135a Update ghostscript depends 2013-03-16 22:40:25 +00:00
dholland
bd2daffb52 Update ghostscript depends. 2013-03-16 22:36:55 +00:00
dholland
f570b643e2 Update ghostscript depends. PKGREVISION -> 4. 2013-03-16 22:35:46 +00:00
dholland
03e5fc9e74 Indirection wrapper for the two ghostscript packages. 2013-03-16 22:34:03 +00:00
dholland
75d215f139 Added ghostscript-agpl. 2013-03-16 22:26:19 +00:00