summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-06Update to 1.0.7pre44:wiz2-12/+12
Use cyrillicized version of urw-fonts, as packaged by fedora. Will be needed by future lilypond versions at some point.
2013-01-06Add pod2html to tools to fix build.wiz1-2/+2
2013-01-06Enable additional input file formats for the compression toolsadam1-2/+6
2013-01-06Latest version of Haiku uses name "baron" for superuser. So, we use id(1) at ↵cheusov1-2/+2
bootstrap time
2013-01-06Update HOMEPAGEcheusov1-2/+2
2013-01-06Fix for build failure on SunOScheusov2-1/+16
2013-01-06Updated security/ccid to 1.4.8pettai1-1/+2
2013-01-061.4.8:pettai2-7/+7
-Add support of . SCR3310-NTTCom USB (was removed in version 1.4.6) . Inside Secure VaultIC 420 Smart Object . Inside Secure VaultIC 440 Smart Object - Wait up to 3 seconds for reader start up - Add support of new PC/SC V2 part 10 properties: . dwMaxAPDUDataSize . wIdVendor . wIdProduct - Use helper functions from libPCSCv2part10 to parse the PC/SC v2 part 10 features 1.4.7: -Add support of . ACS ACR101 ICC Reader . ACS CryptoMate64 . Alcor Micro AU9522 . Bit4id CKey4 . Bit4id cryptokey . Bit4id iAM . Bit4id miniLector . Bit4id miniLector-s . CCB eSafeLD . Gemalto Ezio Shield Branch . KOBIL Systems IDToken . NXP PR533 - KOBIL Systems IDToken special cases: . Give more time (3 seconds instead of 2) to the reader to answer . Hack for the Kobil IDToken and Geman eID card. The German eID card is bogus and need to be powered off before a power on . Add Reader-Info-Commands special APDU/command - Manufacturer command - Product name command - Firmware version command - Driver version command - Use auto suspend for CCID devices only (Closes Alioth bug [#313445] "Do not activate USB suspend for composite devices: keyboard") - Fix some error management in the T=1 TPDU state machine - some minor bugs removed - some minor improvements added 1.4.6: -Add support of . Avtor SC Reader 371 . Avtor SecureToken . DIGIPASS KEY 202 . Fujitsu SmartCase KB SCR eSIG . Giesecke & Devrient StarSign CUT . Inside Secure VaultIC 460 Smart Object . Macally NFC CCID eNetPad reader . OmniKey 6321 USB . SCM SDI 011 . Teridian TSC12xxF . Vasco DIGIPASS KEY 101 - Remove support of readers without a USB CCID descriptor file . 0x08E6:0x34C1:Gemalto Ezio Shield Secure Channel . 0x08E6:0x34C4:Gemalto Ezio Generic . 0x04E6:0x511A:SCM SCR 3310 NTTCom . 0x0783:0x0008:C3PO LTC32 USBv2 with keyboard support . 0x0783:0x9002:C3PO TLTC2USB . 0x047B:0x020B:Silitek SK-3105 - Disable SPE for HP USB CCID Smartcard Keyboard. The reader is bogus and unsafe. - Convert "&" in a reader name into "&" to fix a problem on Mac OS X - Fix a problem with ICCD type A devices. We now wait for device ready - Secure PIN Verify and PIN Modify: set the minimum timeout to 90 seconds - Add support of wIdVendor and wIdProduct properties - Add support of dwMaxAPDUDataSize - Add support of Gemalto firmware features - some minor bugs removed
2013-01-06Updated security/pcsc-lite to 1.8.7pettai1-1/+2
2013-01-06pcsc-lite-1.8.7:pettai6-24/+60
- Fix a problem when a reader is unplugged (and the reader is still in use) pcsc-lite-1.8.6: - Fix a problem when only serial drivers are used (no hotplug/USB driver) - increase log buffer size from 160 to 2048. Some "long" log lines where truncated. - Fix redirection of stdin, stdout and stderr to /dev/null when pcscd is started as a daemon (default) - Some other minor improvements and bug corrections pcsc-lite-1.8.5: - Fix crash when a reader is unplugged while pcscd is in the middle of a PC/SC function - SCardBeginTransaction(): fix a bug introduced in version 1.8.4 related to sharing - Some other minor improvements and bug corrections pcsc-lite-1.8.4: - Add [ and ] in the list of accepted characters for a reader name - truncates the reader name if it is too long instead of rejecting the reader - The restriction to have to call SCardEstablishContext() in each thread has been removed. Threads could now share a PC/SC context. - Fix compiler failure for static driver - Update IFDHandler API Doxygen regarding the "libusb-1.0" naming scheme - Some other minor improvements and bug corrections pcsc-lite-1.8.3: - ignore directories and hidden (.*) files when parsing a configuration directory (like /etc/reader.conf.d/) - add Mac OS X for PC/SC spy tool - fix a bug in PC/SC spy tool when loading of the real library fails - add PCSCv2_PART10_PROPERTY_dwMaxAPDUDataSize, PCSCv2_PART10_PROPERTY_wIdVendor and PCSCv2_PART10_PROPERTY_wIdProduct from PC/SC v2 part 10 release 2.02.09 (not yet published) - Some other minor improvements and bug corrections pcsc-lite-1.8.2: - rename pcsc-spy.py to pcsc-spy and install it as a normal binary (in /usr/local/bin by default) - write a pcsc-spy.1 manpage - fix a bug with a multi-slot reader - Info.plist parser: avoid a buffer read overflow in & management - Some Doxygen improvements pcsc-lite-1.8.1: - Distribute missing files from src/spy/ pcsc-lite-1.8.0: - PC/SC spy tool - Support systemd socket activation (the auto start of pcscd from the library has been removed. Use systemd instead) - SCardGetStatusChange(): check all the readers are already known and return SCARD_E_UNKNOWN_READER if a reader name is not present. Windows XP has this behavior. - SCardEstablishContext(): Invalidate all the handles in the son after a fork - Add define of FEATURE_EXECUTE_PACE from PCSC v2 Part 10 Amendment 1 2011-06-03 - Fix some memory leaks reported by Coverity - Enable silent build by default - log_line(): correctly calculate delta time when no color is used The update of last_time was only done in case of colorization (LogDoColor). So on unsupported consoles the time was wrong. - log_xxd_always(): Use a variable-length array The debug message buffer is no more with a fixed size (around 600 bytes of buffer to log) but uses a variable-length array. It is now possible to log extended APDU of 64kB. The variable-length array feature is available in GCC in C90 mode and is mandatory in C99 standard. - Some other minor improvements and bug corrections
2013-01-06+ dialog-1.2.20121230, enca-1.14, fribidi-0.19.5 [pkg/47410],wiz1-9/+21
fvwm-2.6.5 [pkg/47409], gtk3-3.6.3, harfbuzz-0.9.10, help2man-1.41.1, libass-0.10.1, liferea-1.8.12, lilypond-2.16.2, m17n-db-1.6.4 [pkg/47411], m17n-lib-1.6.4 [pkg/47412], nut-18.5, py-cython-0.17.4, py-distribute-0.6.34, py-simplejson-3.0.5, scala-2.10.0, t1utils-1.37, wine-devel-1.5.21, x264-devel-20130105.
2013-01-06Updated games/supertuxkart to 0.8ryoon2-3/+3
2013-01-06Update to 0.8ryoon11-924/+2391
Fix PR pkg/47393. * Tested on OpenBSD/amd64 5.2 and NetBSD/amd64 6.99.16 On NetBSD, you may use "--renderer 5" option. Changelog: SuperTuxkart 0.8 ~~~~~~~~~~~~~~~~ * Story mode and new challenge set * Improved AI * Skidding and better collision physics * Reverse mode * New green valley track * New Blackhill Mansion track * Updated XR591 track * Updated Fort Magma track * Updated jungle track * Updated menus * New music SuperTuxKart 0.7.3 ~~~~~~~~~~~~~~~~~~ * New Zen Garden and Subsea tracks * New Island battle arena * New Suzanne kart * New graphical effects * New weapons 'Swatter' and 'Rubber Ball' * Added Thunderbird as race referee * 3 Strikes Battles now displays lives as spare tires * Improved bubble gum * See progression during Grand Prix * Improve physics for tall karts (e.g. Adiumy) * Lots of bug fixes * Improved kart control at high speeds * Better placement of rescued karts * Transition track-making to blender 2.5/2.6 SuperTuxKart 0.7.2 ~~~~~~~~~~~~~~~~~~ * Added in-game addon manager * Fixed major memory leaks * New Snow Peak track by Samuncle * Improved star track UFO by Rudy * New Beastie kart. * Show when you get a highscore * Improve gamepad configuration under Windows (add ability to tell gamepads apart) * Various other tweaks done and glitches fixed SuperTuxkart 0.7.1b ~~~~~~~~~~~~~~~~~~~ * Fix circular dependency in challenges * Updated translations SuperTuxKart 0.7.1 ~~~~~~~~~~~~~~~~~~ * Particle (smoke, splash, fire) and weather effects * New Fort Magma by Samuncle, new Shiny Suburbs track by Horace * New Beagle kart by wolterh * Added internet news * Support for live language switch * Added optional minimal race UI * Temporary invincibility after being hit * Added support for full-screen anti-aliasing * Clearer multiplayer setup * Renamed many tracks to nicer names * Basic level-of-detail (LOD) support * Debug features for track makers * Update to bullet 2.77 * Replace more sounds to be DFSG-compliant * Fixed character names that contain non-ASCII characters * Full RTL (right to left) support * Various other tweaks done and glitches fixed SuperTuxKart 0.7 (December 2010) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Too many to list them all. Main points: * Irrlicht: - Ported from plib to irrlicht - Added animations to karts and some tracks * GUI - Completely new designed GUI * Other improvements - Allowed alternative ways/shortcuts in tracks - New item 'switch' * New art: - New tracks farm, hacienda, scotland, secret garden
2013-01-06update of gnupgspz5-90/+6
Fixes CVE-2012-6085 Upstream Changes: * Add support for the old cipher algorithm IDEA. * Minor bug fixes. * Small changes to better cope with future OpenPGP and GnuPG features.
2013-01-06Simplify MASTER_SITES by staying in the by-module hierarchy askleink1-2/+2
implied by MASTER_SITE_PERL_CPAN, rather than traversing ../by-authors. Fixes a distfile fetch problem experienced by wiz.
2013-01-06Added devel/lua-lpeg version 0.10.2.alnsn1-1/+2
2013-01-06Add lua-lpeg.alnsn1-1/+2
2013-01-06Initial import of LPeg 0.10.2.alnsn4-0/+53
LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).
2013-01-06Move LICENSE/RESTRICTED to Makefile.common.gdt3-19/+11
The root of the issue is the distfile, which is shared via Makefile.common, so the license variables belong together.
2013-01-06Set LICENSE and NO_*_ON_*; PKGREVISION++.gdt1-2/+10
This uses the pdflib distfile, so it inherits the treatment. (Perhaps these lines should have been set in Makefile.common.)
2013-01-06Remove perltidy. Turned out to be a duplicate of p5-Perl-Tidy.darcy1-1/+2
2013-01-06Damn Perl mixed case modules. I missed that this was already in the treedarcy4-37/+1
as p5-Perl-Tidy.
2013-01-06Updated fonts/harfbuzz to 0.9.9nb1ryoon1-1/+2
2013-01-06Bump PKGREVISION.ryoon1-1/+5
Fix build on OpenBSD/amd64 5.2. * buildlink to devel/zlib * On OpenBSD, add -lz to LDFLAGS
2013-01-06Fix build on OpenBSD/amd64 5.2.ryoon1-1/+5
* librt should not be linked.
2013-01-06Fix build on OpenBSD/amd64 5.2.ryoon1-2/+2
2013-01-06Fix build on OpenBSD/amd64 5.2.ryoon6-26/+59
* Add OpenBSD conditionals * Add workaround for library link
2013-01-06Updated www/libmicrohttpd to 0.9.24wiz2-3/+3
2013-01-06Update to 0.9.24:wiz2-7/+6
Tue Dec 25 16:16:30 CET 2012 Releasing libmicrohttpd 0.9.24. -CG Tue Dec 18 21:18:11 CET 2012 Given both 'chunked' encoding and 'content-length', ignore the 'content-length' header as per RFC. -ES Thu Dec 6 10:14:44 CET 2012 Force adding "Connection: close" header to response if client asked for connection to be closed (so far, we did close the connection, but did not send the "Connection: close" header explicitly, which some clients seem to dislike. (See discussion on mailinglist). Also, if there is already a transfer-encoding other than 'chunked' set by the application, we also now close the connection if the response is of unknown size. -CG Wed Dec 5 19:22:26 CET 2012 Fixing parameter loss of POST parameters with IE8 and Chrome in the PostProcessor as the code failed to properly handle partial data. -MM
2013-01-06Updated net/Transmission-gui to 2.75wiz2-3/+3
2013-01-06Updated net/Transmission to 2.75wiz2-3/+3
2013-01-06Update to 2.75:wiz1-2/+1
=== Transmission 2.75 (2012/12/13) === ==== Mac ==== * Fix crash on non-English localizations
2013-01-06Updated devel/doxygen to 1.8.3wiz2-3/+3
2013-01-06Update to 1.8.3.wiz4-17/+22
Changes Expanding the tree in an index page of the HTML output, will now expand only one level instead of the whole sub-tree (thanks to Pez Cuckow for the patch). A blockquote in Markdown does no longer require a whitespace after the last '>' if the '>' is followed by a newline. id 682718: Included patch to add version info to all generated template files (headers, footers, stylesheets, layout files, etc). New features Added support for using external tools to index and search through the HTML documentation. An example index tool is provided (doxyindexer) and an example search engine (doxysearch.cgi). To configure the external search engine the following new options are added to the configuration file: EXTERNAL_SEARCH (to enable the feature), SEARCHENGINE_URL (to specify the URL of the search engine), SEARCHDATA_FILE (to specify the name of the raw search data to index), EXTRA_SEARCH_MAPPINGS (for search through multiple projects). See the manual for details. Added USE_MDFILE_AS_MAINPAGE config option to select a markdown page to be used as the main page. id 630645: This patch (contributed by Albert) adds support for simple logic expressions for \cond, \if, and friends, i.e. you can do \if (SOME_SECTION_NAME && (!THIS_ALTERNATIVE || THAT_ALTERNATIVE)) id 684152: Patch (contributed by Albert) adds a new configuration option MATHJAX_FORMAT to select the MathJax output format. Options are HTML-CSS, NativeMML, or SVG.
2013-01-06Fix build on OpenBSD/amd64 5.2.ryoon5-20/+237
The patches are taken from OpenBSD ports repository. * Disable joystick on OpenBSD/!i386 * Use sndio on OpenBSD
2013-01-06Updated devel/mercurial to 2.4.2wiz2-5/+3
2013-01-06Update to 2.4.2:wiz2-6/+6
This is a regularly-scheduled bugfix release. amend: invalidate dirstate in case of failure (issue3670) amend: prevent loss of bookmark on failed amend bookmarks: fix head selection for merge with two bookmarked heads bundlerepo: don't return the peer without bundlerepo from getremotechanges dirstate: don't rename branch file if writing it failed dirstate: remove obsolete comment from setbranch hgweb: avoid generator exhaustion with branches hgweb: fix iterator reuse in atom feed generation hgwebdir: honor web.templates and web.static for static files (issue3734) largefiles revert: update lfdirstate with result from first cleanliness check largefiles status: update lfdirstate with result from cleanliness check largefiles: commit directories that only contain largefiles (issue3548) largefiles: don't walk through all ignored files paper: sanity-check page feed links scmutil: don't try to match modes on filesystems without modes (issue3740) zeroconf: use port from server instead of picking port from config (issue3746)
2013-01-06Updated devel/global to 6.2.7wiz2-3/+3
2013-01-06Update to 6.2.7:wiz2-6/+6
Version 6.2.7 - December 22 2012 [BUG FIXED] global: The -g command failed in handling of files whose size is 0 in some systems. Now it works.
2013-01-06Updated devel/pango to 1.32.5wiz2-3/+3
2013-01-06Update to 1.32.5:wiz3-24/+6
Overview of changes between 1.32.4 and 1.32.5 ============================================= - 689843 - Drop last ues of G_CONST_RETURN - 689864 - build failure - 689882 - pango-font.h:381: error: comma at end of enumerator list - 686512 - pango_cairo_font_get_scaled_font failed under wine - 690081 - pangofc-fontmap: Remove bad use of the comma operator - 679299 - Allow incrementally parsing pango markup
2013-01-06Updated graphics/freetype2 to 2.4.11wiz2-3/+3
2013-01-06Update to 2.4.11:wiz3-7/+8
CHANGES BETWEEN 2.4.10 and 2.4.11 I. IMPORTANT BUG FIXES - Some vulnerabilities in the BDF implementation have been fixed. Users of this font format should upgrade. II. IMPORTANT CHANGES - Subpixel hinting support has been contributed by Infinality, based on Greg Hitchcock's whitepaper at http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx Originally, it was a separate patch available from http://www.infinality.net/blog/ and which has been integrated. Note that ClearType support is not completely implemented! In particular, full support for the options `compatible_widths', `symmetrical_smoothing, and `bgr' (via the GETINFO bytecode instruction) is missing. Activation of subpixel hinting support can be controlled with the `TT_CONFIG_OPTION_SUBPIXEL_HINTING' configuration option; it is switched off by default. This feature is still experimental; we welcome test reports! - Support for OpenType collections (OTC) has been added. - Pure CFF fonts within an SFNT wrapper are now supported. III. MISCELLANEOUS - Minor rendering improvements to the auto-hinter. - `FT_GlyphSlot_Oblique' now uses a shear angle of 12°. - Experimental support to handle `property modules', for example to control the behaviour of the auto-hinter. The API consists of two new functions, `FT_Property_Set' and `FT_Property_Get'. The code is still subject to change and should not be used for production. - The `ftdiff' demo program now supports UTF-8 encoded input files for option `-f'. - Using keys `r' and `R', you can now adjust the stroker radius in the `ftview' demo program. - Other, minor fixes and improvements.
2013-01-06Updated textproc/gsed to 4.2.2nb4wiz2-3/+3
2013-01-06Update to 4.2.2:wiz3-7/+9
Sed 4.2.2 * don't misbehave (truncate input) for lines of length 2^31 and longer * fix endless loop on incomplete multibyte sequences * -u also does unbuffered input, rather than unbuffered output only * New command `F' to print current input file name * sed -i, s///w, and the `w' and `W' commands also obey the --binary option (and create CR/LF-terminated files if the option is absent) * --posix fails for scripts (or fragments as passed to the -e option) that end in a backslash, as they are not portable. * New option -z (--null-data) to separate lines by ASCII NUL characters. * \x26 (and similar escaped sequences) produces a literal & in the replacement argument of the s/// command, rather than including the matched text.
2013-01-06Updated devel/gob2 to 2.0.19wiz2-3/+3
2013-01-06Update to 2.0.19:wiz2-7/+6
2.0.19: * Print unreftors and destructors before calling parent finalize and dispose as is the proper ordering (thanks to Dmitri Toubelis) * do not output #line 0 statements (patch from Nick Bowler) * Fix empty file separator (thanks to H.-J. Schnitzer)
2013-01-06Updated devel/py-distribute to 0.6.33wiz2-3/+3
2013-01-06Update to 0.6.33:wiz2-6/+6
------ 0.6.33 ------ * Fix 2 errors with Jython 2.5. * Fix 1 failure with Jython 2.5 and 2.7. * Disable workaround for Jython scripts on Linux systems. * Issue #336: `setup.py` no longer masks failure exit code when tests fail. * Fix issue in pkg_resources where try/except around a platform-dependent import would trigger hook load failures on Mercurial. See pull request 32 for details. * Issue #341: Fix a ResourceWarning.
2013-01-06Updated textproc/enca to 1.13wiz2-3/+3