summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-04-22PR pkg/46363mef2-3/+7
(misc/urjtag gettext-lib support) This commit apparently fixes the PLIST problem on Linux. Linux seems always gettext-lib available, while in NetBSD (other *BSD ?) has it conditionally. (As a side fix, add msgfmt to USE_TOOLS, thanks obache) This commit adds gettext-lib support unconditionally. Resulting some *.mo files are added to PLIST.
2012-04-22Set suitable one for MASTER_SITES/HOMEPAGE/LICENSE.obache1-4/+4
2012-04-21Updated www/gallery2 to 2.3.2pettai1-1/+2
2012-04-21Fixes SA48767pettai3-9/+9
2012-04-21Revert the patch commited in PR 36618. It creates more problemscheusov1-5/+1
than it solves on Interix.
2012-04-21Updated www/nginx to 1.0.15imil1-1/+2
2012-04-21Added the naxsi (http://code.google.com/p/naxsi/) module, an applicativeimil4-9/+33
firewall for nginx.
2012-04-21Revert previous: Patch submitter reports it's not necessary after allwiz1-3/+1
since -f usually follows symlinks.
2012-04-21Updated net/mikutter to 0.1.0.749obache1-1/+2
2012-04-21Update mikutter to 0.1.0.749.obache2-8/+6
bug fixes
2012-04-21fix a format for py-jersey (hi adam)obache1-2/+2
2012-04-21missing recursive bump for pcre-8.30.obache2-5/+8
To avoid future missing bump, exactly buildlink with gtk2+ in addition to module.mk.
2012-04-21Missing recursive bump for pcre-8.30.obache1-2/+4
To avoid future missing bump, exactly buildlink with gtk2+ in addition to module.mk.
2012-04-21Note update of security/openssl package to 0.9.8v.taca1-1/+2
2012-04-21Update openssl package to 0.9.8v.taca2-6/+6
NEWS ==== This file gives a brief overview of the major changes between each OpenSSL release. For more details please read the CHANGES file. Major changes between OpenSSL 0.9.8u and OpenSSL 0.9.8v: o Fix for ASN1 overflow bug CVE-2012-2110
2012-04-21Fix typo of HOMEPAGE which was never accessable URL.taca1-2/+2
Noted by ISIHARA Takanori at K*BUG meeting.
2012-04-21Updated emulators/suse121_libtiff to 12.1nb1obache1-1/+2
2012-04-21Update suse12.1 libtiff3 rpm to 3.9.5-8.4.1 for CVE-2012-1173.obache2-9/+10
Bump PKGREVISION.
2012-04-21Set chown/chgrp by a method that doesn't allow the configure script todholland1-3/+3
come up with a different opinion. Fixes workdir references (to the chown/chgrp in work/.tools) appearing in some cases.
2012-04-20Updated devel/py-ZopeInterface; net/py-twisted[-docs]; devel/py-jerseyadam2-4/+6
2012-04-20Changes 0.1.5:adam3-13/+13
* Bug fixes.
2012-04-20Changes 12.0.0:adam5-57/+106
Features -------- - The interface argument to IReactorTCP.listenTCP may now be an IPv6 address literal, allowing the creation of IPv6 TCP servers. - twisted.python.constants.Names now provides a way to define collections of named constants, similar to the "enum type" feature of C or Java. - twisted.python.constants.Values now provides a way to define collections of named constants with arbitrary values. Bugfixes -------- - Fixed an obscure case where connectionLost wasn't called on the protocol when using half-close. - UDP ports handle socket errors better on Windows. - When idle, the gtk2 and glib2 reactors no longer wake up 10 times a second. - Prevent a rare situation involving TLS transports, where a producer may be erroneously left unpaused. - twisted.internet.iocpreactor.iocpsupport now has fewer 64-bit compile warnings. - The GTK2 reactor is now more responsive on Windows. - TLS transports now correctly handle producer registration after the connection has been lost. - twisted.protocols.htb.Bucket now empties properly with a non-zero drip rate. - IReactorSSL and ITCPTransport.startTLS now synchronously propagate errors from the getContext method of context factories, instead of being capturing them and logging them as unhandled. Improved Documentation ---------------------- - The multicast documentation has been expanded. - twisted.internet.defer.Deferred now documents more return values. - Show a better starting page at http://twistedmatrix.com/documents/current Deprecations and Removals ------------------------- - Remove the deprecated module twisted.enterprise.reflector. - Removed the deprecated module twisted.enterprise.row. - Remove the deprecated module twisted.enterprise.sqlreflector. - Removed the deprecated module twisted.enterprise.util, as well as twisted.enterprise.adbapi.safe. - Python 2.4 is no longer supported on any platform. - Removed printTraceback and noOperation from twisted.spread.pb, deprecated since Twisted 8.2.
2012-04-20Changes 3.8.0:adam3-17/+21
* New module ``zope.interface.registry``. This is code moved from ``zope.component.registry`` which implements a basic nonperistent component registry as ``zope.interface.registry.Components``. This class was moved from ``zope.component`` to make porting systems (such as Pyramid) that rely only on a basic component registry to Python 3 possible without needing to port the entirety of the ``zope.component`` package. Backwards compatibility import shims have been left behind in ``zope.component``, so this change will not break any existing code. * New ``tests_require`` dependency: ``zope.event`` to test events sent by Components implementation. The ``zope.interface`` package does not have a hard dependency on ``zope.event``, but if ``zope.event`` is importable, it will send component registration events when methods of an instance of ``zope.interface.registry.Components`` are called. * New interfaces added to support ``zope.interface.registry.Components`` addition: ``ComponentLookupError``, ``Invalid``, ``IObjectEvent``, ``ObjectEvent``, ``IComponentLookup``, ``IRegistration``, ``IUtilityRegistration``, ``IAdapterRegistration``, ``ISubscriptionAdapterRegistration``, ``IHandlerRegistration``, ``IRegistrationEvent``, ``RegistrationEvent``, ``IRegistered``, ``Registered``, ``IUnregistered``, ``Unregistered``, ``IComponentRegistry``, and ``IComponents``. * No longer Python 2.4 compatible (tested under 2.5, 2.6, 2.7, and 3.2).
2012-04-20Rewrite the description, mention 7zip and lzma, drop references to windowsmartin1-2/+3
exe names (which probably nobody knows anyway).
2012-04-20Updated graphics/ImageMagick to 6.7.6.6adam2-3/+4
2012-04-20Changes 6.7.6.6:adam8-1097/+1014
* Always unlock the semaphore before returning from the png codec, either by a "return" or png_error(); changed all Magick*Exception() calls after setjmp() to png_error() to ensure proper cleanup (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16883). * Fixed log known alpha*kernel normalization bug in morphology convolve. * Pixel allocation for Pango is stride*rows not stride*columns. * Set the image resolution for Postscript files with an embedded Photoshop profile. More...
2012-04-20Updated fonts/tamsyn-font to 1.9wiz1-1/+2
2012-04-20Update to 1.9 on request by author:wiz3-22/+26
VERSION 1.9 2012-03-14 CHANGES IN 1.9 Fixed the problem with inverted question mark facing the wrong way. (Thanks to Swyter for reporting it.) Modified the small "w" and "g". Restored the original look for size 6x12 bold. CHANGES IN 1.8 Fixed a problem where chars showed up as boxes in xfontsel and some apps. Tweaks, esp. to 8x17 size CHANGES IN 1.7 Added two new sizes: tiny 5x9 and large 10x20. Retired size 7x12. (If this presents major problem for you, get in touch.) Added a pixel to the height of the 6x11 size, making it 6x12. Added new chars for partial ISO8859-1 support, mainly covering the accented characters and currency symbols. I consider these new characters to be BETA, since I don't use them so I'm not sure how they should look. If you have feedback about them, please get in touch. Made many minor tweaks to character shapes. In particular, the f, l, and t have a more "traditional" look. Also, I've changed the w and y again.
2012-04-20testing on FreeBSD 8.3.obache1-2/+2
2012-04-20Updated inputmethod/scim to 1.4.12obache1-1/+2
2012-04-20Update scim to 1.4.12.obache7-25/+42
* ported to GTK3 (still using gtk2 in pkgsrc) * patch so that now also working in Firefox * patch for more robust
2012-04-20FreeBSD has pax as /bin/pax.obache1-1/+2
2012-04-20Ignore the result of the configure test that checks if certaindholland2-3/+19
arguments to speex are floats or ints. They are, as far as I can tell, always ints in pkgsrc. This test has been getting the wrong answer in my test-build environment, leading to build failure later on. Admittedly the test gets the wrong answer because I've been having the wrappers insert -Wall -Wno-error, but that has value (as does being able to test-build this and ekiga) and as best I can tell the test is pointless.
2012-04-20Updated www/ikiwiki to 3.20120419schmonz1-1/+2
2012-04-20Update to 3.20120419. From the changelog:schmonz3-7/+9
* Remove dead link from plugins/teximg. Closes: #664885 * inline: When the pagenames list includes pages that do not exist, skip them. * meta: Export author information in html <meta> tag. Closes: #664779 Thanks, Martin Michlmayr * notifyemail: New plugin, sends email notifications about new and changed pages, and allows subscribing to comments. * Added a "changes" hook. Renamed the "change" hook to "rendered", but the old hook name is called for now for back-compat. * meta: Support keywords header. Closes: #664780 Thanks, Martin Michlmayr * passwordauth: Fix url in password recovery email to be absolute. * httpauth: When it's the only auth method, avoid a pointless and confusing signin form, and go right to the httpauthurl. * rename: Allow rename to be started not from the edit page; return to the renamed page in this case. * remove: Support removing of pages in the transient underlay. (smcv) * inline, trail: The pagenames parameter is now a list of absolute pagenames, not relative wikilink type names. This is necessary to fix a bug, and makes pagenames more consistent with the pagespec used in the pages parameter. (smcv) * link: Fix renaming wikilinks that contain embedded urls. * graphviz: Handle self-links. * trail: Improve CSS, also display trail links at bottom of page, and a bug fix. (smcv) Add dependency on p5-HTML-Tree, suggested by Matthias Rampke in PR pkg/45688.
2012-04-19Fix issues with GNU inline semantic.joerg7-1/+246
2012-04-19Fix C++ syntaxjoerg2-1/+33
2012-04-19Can't disable exceptions with Clang, since OpenEXR depends on them.joerg1-1/+7
2012-04-19Clang seems to be more strict when it comes to access permissions, so bejoerg2-1/+16
more friendly.
2012-04-19Fix build with Clang using upstream patch.joerg2-1/+24
2012-04-19Limit upper version to get correct Apache as dependency.joerg2-4/+4
XXX It would be nice if lessons were learned and no new cases of XXX multiple versions with the same base name were introduced...
2012-04-19Fix messed up configure.sh.joerg2-1/+48
2012-04-19Don't use -Werror with clang.joerg2-2/+13
2012-04-19Fix main().joerg2-1/+17
2012-04-19Fix dependencies for modular Xorg.joerg1-9/+10
2012-04-19Don't depend on GNU inline semantic.joerg2-1/+14
2012-04-19Add pax to tools, for pkglint.wiz1-2/+2
2012-04-19Updated wm/notion to 3.2011102900nb2wiz1-1/+2
2012-04-19Install contrib directory as well.wiz2-3/+141
Bump PKGREVISION.
2012-04-19Updated www/php-owncloud to 3.0.2ryoon1-1/+2