summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-02Import kde4-l10n-et-4.8.4 as x11/kde4-l10n-et.rodent4-0/+1786
KDE4 Estonian language pack
2013-04-02Import kde4-l10n-es-4.8.4 as x11/kde4-l10n-es.rodent4-0/+2219
KDE4 Spanish language pack
2013-04-02Import kde4-l10n-el-4.8.4 as x11/kde4-l10n-el.rodent4-0/+876
KDE4 Modern Greek language pack
2013-04-02Import kde4-l10n-da-4.8.4 as x11/kde4-l10n-da.rodent4-0/+1183
KDE4 Danish language pack
2013-04-02Import kde4-l10n-cs-4.8.4 as x11/kde4-l10n-cs.rodent4-0/+831
KDE4 Czech language pack
2013-04-02Import kde4-l10n-ca@valencia-4.8.4 as x11/kde4-l10n-cat.rodent4-0/+733
KDE4 Valencian language pack
2013-04-02Import kde4-l10n-ca-4.8.4 as x11/kde4-l10n-ca.rodent4-0/+1863
KDE4 Catalan language pack
2013-04-02Import kde4-l10n-bs-4.8.4 as x11/kde4-l10n-bs.rodent4-0/+742
KDE4 Bosnian language pack
2013-04-02Import kde4-l10n-bg-4.8.4 as x11/kde4-l10n-bg.rodent4-0/+521
KDE4 Bulgarian language pack
2013-04-02Import kde4-l10n-ar-4.8.4 as x11/kde4-l10n-ar.rodent4-0/+645
KDE4 Arabic language pack
2013-04-02add some tricks to handle #!/usr/bin/env, do please improvemspo1-2/+3
2013-04-02Updated editors/sandy to 0.4mspo1-1/+2
2013-04-02add sandy editor again, after freezemspo4-0/+35
2013-04-01Updated net/unbound to 1.4.20pettai1-1/+2
2013-04-01Unbound 1.4.20pettai2-7/+6
Features: * add libunbound.ttl at end of result structure, version bump for libunbound. Code compiled with 1.4.19 is binary compatible with the 1.4.20 library. If code uses the ttl it needs the 1.4.20 version. Bug Fixes: * Change of D.ROOT-SERVERS.NET A address in default root hints. * Fix openssl lock free on exit. * unbound-anchors checks the emailAddress of the signer of the root.xml file, default is dnssec@iana.org. It also checks that the signer has the correct key usage for a digital signature. * printout name of zone with duplicate fwd and hint errors. * includes and have_ssl fixes for nss. * detect endianness in lookup3 on BSD. * iana portlist updated.
2013-04-01Leave a note about Tk dependency so that the story doesn't repeat.asau1-1/+4
Skip interpreter check for tkmolrender.
2013-04-01gcc-4.8.0 package imported.wiz1-2/+1
2013-04-01Mention new gcc48 packages.wiz1-1/+3
2013-04-01Added multimedia/libhdhomerun version 20130328jmcneill1-1/+2
2013-04-01+ libhdhomerunjmcneill1-1/+2
2013-04-01Initial import of libhdhomerun-20130328jmcneill5-0/+92
The Silicon Dust HDHomeRun is a networked, dual-tuner digital TV tuner. This package includes a configuration utility and library for discovering and communicating with HDHomeRun devices.
2013-04-01Add support for gcc48. From Kai-Uwe Eckhardt <kuehro@gmx.de>.wiz1-6/+39
2013-04-01Add gcc48 packages, provided by Kai-Uwe Eckhardt <kuehro@gmx.de>.wiz40-1/+2589
New major version of gcc, lots of changes. For details, look here: http://gcc.gnu.org/gcc-4.8/changes.html
2013-04-01Added misc/raspberrypi-userland version 20130128jmcneill1-1/+2
2013-04-01+ raspberrypi-userlandjmcneill1-1/+2
2013-04-01Initial import of raspberrypi-userland.jmcneill6-0/+248
This package provides ARM side libraries and utilities used on Raspberry Pi.
2013-04-01Updated www/py-django to 1.5.1adam2-3/+3
2013-04-01Changes 1.5.1:adam3-7/+10
The biggest fix is for a memory leak introduced in Django 1.5. Under certain circumstances, repeated iteration over querysets could leak memory - sometimes quite a bit of it. If you'd like more information, the details are in our ticket tracker (and in a related issue in Python itself). If you've noticed memory problems under Django 1.5, upgrading to 1.5.1 should fix those issues. Django 1.5.1 also includes a couple smaller fixes: * Module-level warnings emitted during tests are no longer silently hidden. * Prevented filtering on password hashes in the user admin.
2013-04-01Updated graphics/jpegoptim; databases/sqlite3; multimedia/libdvdcss; ↵adam2-4/+8
multimedia/dvdbackup
2013-04-01Changes 0.4.2:adam3-53/+7
New Features: * Added new command line option -p, --progress: Print progress report while copying from the DVD; thanks to flipflip for the patch. * Added new translations from Launchpad: Danish (da), English (United Kingdom) (en_GB), Estonian (et), Portuguese (pt), Slovak (sk), Turkish (tr) * New complete translation: English (United Kingdom) (en_GB), French (fr), Italian (it), Slovak (sk) Changes: * Convert DVD title to lower case, but let every word in the title start with an upper case letter and replace underscores with spaces. Bug fixes: * Print the correct vob file name in which the read error happens. * Fix DVD title detection on FreeBSD. * Fix copying of fragmented chapters.
2013-04-01Changes 1.2.13:adam3-13/+17
* Drop BSD/OS and Windows 95 support. * Rewrite most of the buildsystem, and simplify it * System dependant code cleanup * Move to git and rewrite of the history to get proper authorship * Drop LaTeX documentation * Fix build on various systems * Fix compilation on MSVC
2013-04-01Fix two typos.wiz1-3/+3
2013-04-01Changes 3.7.16.1:adam7-30/+31
* Fix for a bug in the ORDER BY optimizer that was introduced in version 3.7.15 which would sometimes optimize out the sorting step when in fact the sort was required. Ticket a179fe7465 * Fix a long-standing bug in the CAST expression that would recognize UTF16 characters as digits even if their most-significant-byte was not zero. Ticket 689137afb6da41. * Fix a bug in the NEAR operator of FTS3 when applied to subfields. Ticket 38b1ae018f. * Fix a long-standing bug in the storage engine that would (very rarely) cause a spurious report of an SQLITE_CORRUPT error but which was otherwise harmless. Ticket 6bfb98dfc0c. * The SQLITE_OMIT_MERGE_SORT option has been removed. The merge sorter is now a required component of SQLite. * Fixed lots of spelling errors in the source-code comments
2013-04-01Changes 1.3.0:adam2-6/+6
* support for progressive jpegs added (fixes long standing "bug" of progressive jpegs becoming non-progressive during optimization), * new options --all-normal & --all-progressive for converting jpegs to non-progressive & progressive, * new -S / --size option to set target size for output file (enables lossy optimization),
2013-04-01Revert. It doesn't require Tk to be functional.asau1-2/+2
2013-04-01Updated graphics/png to 1.6.1 [kim 2013-04-01]kim3-7/+8
Version 1.6.1beta06 [March 4, 2013] Better documentation of unknown handling API interactions. Corrected Android builds and corrected libpng.vers with symbol prefixing This adds an API to set optimization options externally, providing an alternative and general solution for the non-portable run-time tests used by the ARM Neon code. It also makes those tests compile and link on Android. The order of settings vs options in pnglibconf.h is reversed to allow settings to depend on options and options can now set (or override) the defaults for settings. Version 1.6.1beta07 [March 7, 2013] Corrected simplified API default gamma for color-mapped output, added a flag to change default. In 1.6.0 when the simplified API was used to produce color-mapped output from an input image with no gamma information the gamma assumed for the input could be different from that assumed for non-color-mapped output. In particular 16-bit depth input files were assumed to be sRGB encoded, whereas in the 'direct' case they were assumed to have linear data. This was an error. The fix makes the simplified API treat all input files the same way and adds a new flag to the png_image::flags member to allow the application/user to specify that 16-bit files contain sRGB data rather than the default linear. Fixed bugs in the pngpixel and makepng test programs. Version 1.6.1beta08 [March 7, 2013] Fixed CMakelists.txt to allow building a single variant of the library (Claudio Bley): Introduced a PNG_LIB_TARGETS variable that lists all activated library targets. It is an error if this variable ends up empty, ie. you have to build at least one library variant. Made the *_COPY targets only depend on library targets actually being build. Use PNG_LIB_TARGETS to unify a code path. Changed the CREATE_SYMLINK macro to expect the full path to a file as the first argument. When symlinking the filename component of that path is determined and used as the link target. Use copy_if_different in the CREATE_SYMLINK macro. Version 1.6.1beta09 [March 13, 2013] Eliminated two warnings from the Intel C compiler. The warnings are technically valid, although a reasonable treatment of division would show it to be incorrect. Version 1.6.1rc01 [March 21, 2013] No changes. Version 1.6.1 [March 28, 2013] No changes.
2013-04-01Added devel/py-speaklater version 1.3.kleink1-1/+3
Added www/py-flask-babelex version 0.8.1.
2013-04-01+ py-flask-babelexkleink1-1/+2
2013-04-01Import Flask-BabelEx-0.8.1 as www/py-flask-babelex.kleink4-0/+49
Flask-BabelEx adds i18n/l10n support to Flask applications with the help of the Babel library. This is fork of official Flask-Babel extension with following features: * It is possible to use multiple language catalogs in one Flask application; * Localization domains: your extension can package localization file(s) and use them if necessary; * Does not reload localizations for each request.
2013-04-01+ py-speaklaterkleink1-1/+2
2013-04-01Import speaklater-1.3 as devel/py-speaklater.kleink4-0/+34
Speaklater is a module that provides lazy strings for translations. Basically you get an object that appears to be a string but changes the value every time the value is evaluated based on a callable you provide.
2013-04-01Removed net/gupnp-vala [drochner 2013-03-24] (hi matthias!)wiz1-1/+2
2013-04-01Updated www/py-flask-flatpages to 0.4.kleink1-1/+2
2013-04-01Update py-flask-flatpages to 0.4.kleink3-8/+9
Version 0.4 ~~~~~~~~~~~ Released on 2013-04-01 * Add ``FLATPAGES_MARKDOWN_EXTENSIONS`` config to setup list of Markdown extensions to use with default HTML renderer. * Fix a bug with non-ASCII filenames.
2013-04-01Updated time/py-pytz to 2013bwiz2-3/+3
2013-04-01Update to 2013b, the usual changes +wiz3-7/+10
Asia/Khandyga Asia/Ust-Nera Europe/Busingen
2013-04-01+ etm2-2.1.2 [etm successor], libmp3splt-0.8.2, mp3diags-1.2.00,wiz1-8/+9
mp3splt-2.5.2, puzzles-9797, xmp-4.0.3, xosview-1.14, xvkbd-3.4.
2013-04-01revbump for libzip shlib major change.wiz5-10/+10
2013-04-01Updated archivers/libzip to 0.11wiz1-1/+2
2013-04-01Update to 0.11:wiz4-13/+25
0.11 [2013/03/23] * Added Zip64 support (large file support) * Added UTF-8 support for file names, file comments, and archive comments * Changed API for name and comment related functions for UTF-8 support * Added zip_discard() * Added ZIP_TRUNCATE for zip_open() * Added zip_set_file_compression() * Added API for accessing and modifying extra fields * Improved API type consistency * Use gcc4's visibility __attribute__ * More changes for Windows support * Additional test cases