summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2013-04-01Note freeze end.wiz1-6/+2
2013-04-01Not MAKE_JOBS_SAFE.dholland1-1/+2
2013-04-01Update HOMEPAGE.wiz1-2/+2
2013-04-01Remove bogus entry.wiz1-2/+1
2013-04-01Fails on a fast build machine with MAKE_JOBS=4 and SSD.joerg1-1/+3
2013-04-01Fix package build by catching an exception for misconfiguration fromjoerg2-1/+23
newer Django.
2013-04-01The libvmCheck functionality is needed inside libguestlib, so make itjoerg11-12/+186
and the required libvmSignal a convience library. Sort out users. Bump revision.
2013-04-01Just build the shared module, but let libtool install it.joerg4-10/+48
2013-04-01Use res_sym on NetBSD.joerg2-1/+17
2013-04-01Apply some upstream patches to fix build with Clang.joerg6-1/+95
2013-04-01Fix various C++ issues to allow building with Clang.joerg21-1/+733
2013-04-01Don't try to detect the pkgconfig directory, hard-wire the one used injoerg4-4/+36
pkgsrc. It seems like the detection sometimes picked up the wrong value. Adjust PLIST and bump revision.
2013-04-01Fix assertions on NetBSD when trying to use a thread-specific storagejoerg3-8/+54
key after it has been removed. Bump revision.
2013-04-01Fix rpath entries.joerg2-1/+31
2013-04-01Use PKGMANDIRsbd2-4/+4
2013-04-01Linux has <endian.h> not <sys/endian.h>.sbd2-7/+9
2013-04-01Mark as not MAKE_JOBS safe.sbd1-1/+2
2013-04-01Updated biology/openbabel to 2.3.0nb11sbd1-1/+2
2013-04-01Add PLIST.Linux with extra file.sbd2-2/+4
Bump PKGREVISION.
2013-04-01Use PKGMANDIRsbd3-5/+6
2013-04-01Uses wish at runtime.sbd1-2/+2
2013-04-01Skip the interpreter ckeck on the demo script.sbd1-1/+3
2013-04-01Use host_alias for file paths (as it doesn't contain '-gnu').sbd2-8/+29
2013-04-01Use pre-processing to make the changes introduced by patch-aa & patch-acsbd3-36/+75
as the original code is needed for linux.