summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-17Update ruby-cssmin to 1.0.3.taca3-10/+10
## 1.0.3 (2013-03-14) * Fixed a bug that broke media queries. [Rob] * Fixed a bug that caused the input string to be modified when modifications should only have been made to a copy.
2013-03-17Note update of www/ruby-webrobots package to 0.1.1.taca1-1/+2
2013-03-17Update ruby-webrobots to 0.1.1.taca2-6/+6
A few fixes.
2013-03-17Updated textproc/py-lxml to 3.1.0wiz2-3/+3
2013-03-17Update to 3.1.0:wiz3-13/+9
3.1.0 (2013-02-10) ================== Features added -------------- * GH#89: lxml.html.clean allows overriding the set of attributes that it considers 'safe'. Patch by Francis Devereux. Bugs fixed ---------- * LP#1104370: ``copy.copy(el.attrib)`` raised an exception. It now returns a copy of the attributes as a plain Python dict. * GH#95: When used with namespace prefixes, the ``el.find*()`` methods always used the first namespace mapping that was provided for each path expression instead of using the one that was actually passed in for the current run. * LP#1092521, GH#91: Fix undefined C symbol in Python runtimes compiled without threading support. Patch by Ulrich Seidl. Other changes ------------- 3.1beta1 (2012-12-21) ===================== Features added -------------- * New build-time option ``--with-unicode-strings`` for Python 2 that makes the API always return Unicode strings for names and text instead of byte strings for plain ASCII content. * New incremental XML file writing API ``etree.xmlfile()``. * E factory in lxml.objectify is callable to simplify the creation of tags with non-identifier names without having to resort to getattr(). Bugs fixed ---------- * When starting from a non-namespaced element in lxml.objectify, searching for a child without explicitly specifying a namespace incorrectly found namespaced elements with the requested local name, instead of restricting the search to non-namespaced children. * GH#85: Deprecation warnings were fixed for Python 3.x. * GH#33: lxml.html.fromstring() failed to accept bytes input in Py3. * LP#1080792: Static build of libxml2 2.9.0 failed due to missing file. Other changes ------------- * The externally useless class ``_ObjectifyElementMakerCaller`` was removed from the module API of lxml.objectify. * LP#1075622: lxml.builder is faster for adding text to elements with many children. Patch by Anders Hammarquist.
2013-03-17Note update of ruby-gnome2 packages to 1.2.3.obache1-1/+18
2013-03-17Update ruby-gnome2 to 1.2.3.obache2-6/+6
== Ruby-GNOME2 1.2.3: 2013-03-17 Clean up release! === Changes ==== Ruby/GTK2 * Remove needless signale handlers restore. ==== Ruby/GTK3 * Remove needless signale handlers restore.
2013-03-17Updated net/transmission to 2.77wiz1-1/+2
2013-03-17Update to 2.77:wiz3-9/+7
=== Transmission 2.77 (2013/02/18) === [http://trac.transmissionbt.com/query?milestone=2.77&group=component&order=severity All tickets closed by this release] ==== All Platforms ==== * Fix 2.75 regression that broke JSON parsing of real numbers in locales that don't use '.' as a decimal separator * Don't invalidate the OS's file cache when closing files * Fix overflow error when setting speed limits above ~8589 kB/s * Generated magnet links didn't include webseeds * Fix minor memory leaks when using webseeds ==== GTK+ Client ==== * Minor pluralization fixes in the UI * Fix folder mis-selection issue in the Preferences dialog * Fix GTK+ console warnings on shutdown ==== Qt Client ==== * Fix non Latin-1 symbol issue when showing file transfer speeds * Fix issue when creating new torrents with multiple trackers * Fix lost text selection in the properties dialog's 'comment' field ==== Daemon ==== * Fix documentation errors in the spec and manpages ==== Web Client ==== * Fix minor DOM leak ==== CLI ==== * Fix transmission-cli failure when the download directory doesn't exist
2013-03-17avoid to match commnented out lines (createbuildlink will create such linesobache1-2/+2
by default).
2013-03-17update comment to refrect current release.obache1-2/+2
2013-03-17Updated multimedia/ffmpeg to 20130315.1.2wiz1-1/+2
2013-03-17Update to 1.2:wiz4-15/+16
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-17Updated graphics/ImageMagick to 6.8.3.9wiz2-3/+3
2013-03-17Update to 6.8.3.9:wiz2-6/+6
* 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-17Add upstream bug report URL.wiz2-3/+4
2013-03-17Updated devel/py-distribute to 0.6.35wiz2-3/+3
2013-03-17Update to 0.6.35:wiz2-7/+6
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-17Updated devel/protobuf to 2.5.0wiz2-3/+3
2013-03-17Update to 2.5.0:wiz4-7/+36
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-17Updated parallel/openpa to 1.0.4asau1-1/+2
2013-03-17Update to OpenPA 1.0.4asau5-11/+36
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-17Added databases/nss-pgsql version 1.5.0basau1-1/+2
2013-03-17+ nss-pgsqlasau1-1/+2
2013-03-17Import libnss-pgsql version 1.5.0-beta as databases/nss-pgsqlasau12-0/+794
Packaged by Matthew Bauer <matthew.justin.bauer@gmail.com> during Google Code-In. Name Service Switch module for PostgreSQL.
2013-03-17Added security/pam-pgsql version 0.7.3.1asau1-1/+2
2013-03-17+ pam-pgsqlasau1-1/+2
2013-03-17Import pam-pgsql version 0.7.3.1 as security/pam-pgsqlasau5-0/+65
Packaged by Matthew Bauer <matthew.justin.bauer@gmail.com> during Google Code-In. PAM module to authenticate using a PostgreSQL database.
2013-03-17Remove an entry of updateing www/php-apc to 3.1.14.taca1-2/+1
2013-03-17Revert php-apc to 3.1.13 since version 3.1.14 disappeared from officialtaca2-6/+6
pecl.php.net
2013-03-17Fix typo in CONFIGURE_ARGS, from Richard Palo.wiz2-4/+4
2013-03-17ghostscript now only contains Makefile fragment, so commented out.obache1-2/+2
2013-03-17follow PKGBASE name change of ghostscript for option.obache1-2/+2
2013-03-17Update ghostscript DESCR files, suggested by gdt.dholland2-10/+7
2013-03-17Updated net/net-snmp to 5.7.2gdt2-3/+3
2013-03-17Remove zombie patch.gdt1-44/+0
2013-03-17Add forgotten patchfile.gdt1-0/+13
2013-03-17Fix nit in patch; ride previous bumpgdt2-4/+4
2013-03-17Update to 5.7.2.gdt53-2599/+134
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-16Removed print/ghostscript successor print/ghostscript-gpldholland1-1/+2
2013-03-16Removed print/ghostscript; moved to print/ghostscript-agpl.dholland17-1101/+0
2013-03-16print/ghostscript -> print/ghostscript-agpldholland1-3/+3
2013-03-16bumps for ghostscript changesdholland1-1/+19
2013-03-16Explicitly use ghostscript-gpl, as one of these sets GS_REQD=9.05.dholland2-9/+9
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-16Add ghostscript-agpldholland1-2/+3
2013-03-16ghostscript -> ghostscript-gpldholland1-3/+3
2013-03-16Switch to USE_TOOLS for ps2pdf instead of depending on ghostscript.dholland1-5/+3
(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-16Update ghostscript depends. PKGREVISION -> 6dholland1-3/+3
2013-03-16Update ghostscript depends.dholland1-2/+3
2013-03-16Update ghostscript depends. PKGREVISION -> 21dholland1-3/+3