summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-27Forcibly disable Sun Studio's GCC assembly compatability, it cannot handlesketch2-8/+18
this package.
2009-01-27Disable MMX when using Sun Studio.sketch1-1/+5
2009-01-27Pass --disable-asm when using Sun Studio.sketch1-1/+7
2009-01-27+ print/py-Pdfjoerg2-3/+5
2009-01-27Import py-Pdf-1.12:joerg4-0/+50
A pure-python PDF toolkit capable of: - extracing document information, - splitting documents page by page, - merging documents page by page, - cropping pages, - merging multiple pages into a single page, - encrypting and decrypting PDF files.
2009-01-27no it doesn't need db4 generally - the problem must be elsewheredrochner1-2/+1
(I'd agree that bdb.buildlink3.mk is evil and should die.)
2009-01-27Note devel/libatomic_ops PKGREVISION bump.sketch1-1/+2
2009-01-27Forgot to install the sunc/x86.h header in previous.sketch4-4/+18
2009-01-27Requires db4, add buildlink.sketch1-1/+2
2009-01-27Install mutt_dotlock unconditionallytonio4-24/+21
Re-enable user-destdir, by using SPECIAL_PERMS, thanks joerg@ for pointing that
2009-01-27update to 2.3.8drochner4-7/+31
changes: -improvements for fonts in an SFNT wrapper (used on Mac) -FT_MulFix is now an inlined function; by default, assembler code is provided for x86 and ARM. See FT_CONFIG_OPTION_INLINE_MULFIX and FT_CONFIG_OPTION_NO_ASSEMBLER (in ftoption.h) for more -handling of `tricky' fonts has been generalized and changed slightly -API additions -bugfixes
2009-01-27+geeqiedrochner1-1/+2
2009-01-27Import geeqie-1.0alpha3, an image viewer which continues gqviewdrochner6-0/+155
(which is abandoned). Still alpha, but works well for Greg Troxel and me.
2009-01-27regen for DIST_SUBDIR change.wiz1-4/+4
2009-01-27+ py-html5libjoerg2-2/+4
2009-01-27Import py-html5lib-0.11:joerg4-0/+159
html5lib is a pure-python library for parsing HTML. The parser is designed to handle all flavours of HTML and parses invalid documents using well-defined error handling rules compatible with the behaviour of major desktop web browsers. Output is to a tree structure; the current release supports output to DOM, ElementTree, lxml and BeautifulSoup tree formats as well as a simple custom format.
2009-01-27Updated math/fricas to 1.0.5asau1-1/+2
2009-01-27Update to FriCAS 1.0.5, change default Lisp to CLISP.asau5-37/+42
Changes since FriCAS 1.0.4: - improvement to normalize function, it performs now much stronger simplifications than before - better integration: due to improved normalize FriCAS can now integrate many functions that it previously considered unintegrable - improvement to Martin Rubey guessing package, for example it can now guess differential equation for the generating function of integer partitions - better support for using type valued functions - several bug fixes Changes since FriCAS 1.0.3: User Interface: - Add a new emacs mode: just (require 'fricas), M-x fricas and enjoy. - Add support for inline display of LaTeXed code. - Add support for mouse wheel. - Supress SBCL style warnings due to autoloading. Merge Ralf's wonderful new Aldor interface. Allow calling type-valued functions. Improve coercion of types. Add coercions to InputForm. Improve unparse. Use SExpression as representation of OutputForm. Miscellaneous improvements, bug fixes and cleanups. Approved by <obache>.
2009-01-27eigen2 updatemarkd1-1/+2
2009-01-27Update eigen2 to 2.0-beta6markd4-29/+24
changes unspecified - better handling of systems without posix_memalign.
2009-01-27Set DIST_SUBDIR for "silent" update, suggested by wiz.jmcneill1-1/+3
2009-01-27Add DESTDIR support.asau5-29/+31
Approved by <tnn>.
2009-01-27tonights updatesmarkd2-4/+6
2009-01-27Update to soprano 2.2markd3-10/+7
* The AsyncModel now has a "real" asyncroneous mode which uses multiple threads to execute the commands. * New class Soprano::Client::SparqlModel which provides a client to http Sparql endpoints. * Added method Node::toN3 to easily build SPARQL queries without having to encode nodes all the time. * New convinience method QueryResultIterator::iterateStatementsFromBindings * Added convinience methods to handle BackendSettings. * Added operator[] to QueryResultIterator to easily access bindings * Added parameters influencing the visibility to onto2vocabularyclass * Soprano::Node now comes with definitions of qHash for both Node and QUrl * Sesame2 updated to 2.1.4 * The IndexFilterModel can now optionally index specific URIs (IndexFilterModel::setForceIndexPredicates) * Added method IndexFilterModel::optimizeIndex which optimizes the clucene index on disk * Added method IndexFilterModel::encodeUriForLuceneQuery which encodes/escapes a URI so it can be used as a field in a clucene query. * SPARQL endpoint query support in sopranocmd * Performace improvements
2009-01-27Update to qca 2.0.1markd3-12/+11
- Bugfix release, forward and backward compatible with 2.0.0 - Ability to build as a Mac framework (and build this way by default) - On non-Mac Unix, the pkgconfig file is always qca2.pc, even in debug mode - Certificates containing wildcards are now matched properly - DirWatch/FileWatch now work - Keystore writes now work - Don't delete objects in their event handler (prevents Qt 4.4 warnings) - Fix potential hang with TLS in server mode - Windows version can be configured/installed using paths with spaces
2009-01-27Update to strigi-0.6.3markd3-16/+16
Changes: 0.6.3 - Move Strigi::DirLister in archivereader.h to ArchiveReader::DirLister. Two class with this name were present in the code. The one in archivereader.h was not used in any code outside of Strigi, so we are changing it. Note that this changes means that one should not use Strigi 0.6.2. - Change type of EntryInfo.mtime from 'unsigned' to time_t. - The spec of SDF files was found and used to implement a more precise syntax check for the header of SDF files. - Fix memory corruption bug in ArchiveReader. - Change type of ontology entry 'exposureTime' to string. In theory something like duration would make sense but in practice xsd:string is the used one. - Add a default rule to find mail box directories with pattern '.*.directory'. Since these directory names start with a dot, they are normally not found. - Add '$HOME/.kde4' to the directories that are indexed by default. - Simplify matching of file paths in the rules for including or excluding directories from the index. The code is now more readable and easier to maintain. - Fix a big performance problem: Whenever a directory mtime changed, all files inside the directory were re-indexed. - Fix bug where a gz archive that contains a file that is identical to the original archive is indexed over and over. The depth of nested files that are indexed is now limited to 127.
2009-01-27Update akonadi to 1.1.1markd2-6/+6
- Fix code that was not executed in a release build. - Require CMake 2.6.0 which fixes boost detection. - Don't try to restart an agent that has been deleted.
2009-01-27Updated databases/tokyocabinet to 1.4.3obache1-1/+2
2009-01-27Update TokyoCabinet to 1.4.3.obache4-19/+28
Changes: 2009-01-26 Mikio Hirabayashi <mikio@users.sourceforge.net> * tctdb.c (tctdbqryprocout): renamed as "tctdbqrysearchout". * tcadb.c (tcadbmisc): sub functions "searchget" and "searchget" were integrated. - Release: 1.4.3
2009-01-27Updated mail/dovecot to 1.1.10.ghen1-1/+2
2009-01-27Update to Dovecot 1.1.10.ghen2-6/+6
- Maildir: Keyword handling was somewhat broken in v1.1.9 - userdb prefetch was broken with blocking passdbs in v1.1.9 - dict process didn't always die with the rest of Dovecot - dict quota was somewhat broken with pgsql
2009-01-27Updated graphics/GraphicsMagick to 1.3.5obache1-1/+2
2009-01-27Update GraphicsMagick to 1.3.5.obache2-6/+6
1.3.5 (January 26, 2009) ========================= Security Fixes: * BMP and DIB formats were throwing an assertion for negative height values. This caused the process to crash. Bug fixes: * Don't install Magick++ headers if C++ is disabled. * Linux RPM SPEC file needs to always install the loadable module .la files or else the modules won't load. * Windows runtime DLLs were for the wrong compiler version, resulting in failure to execute if the correct runtime DLLs are not available. New Features: * None Feature improvements: * FITS: Parsing is more robust. Performance Improvements: * None
2009-01-27Upstream pushed a "silent" update to the distfile; see:jmcneill1-4/+4
https://bugs.launchpad.net/lottanzb/+bug/314523
2009-01-27Updated multimedia/mediatomb to 0.11.0nb5jmcneill1-1/+2
2009-01-27Tweak ffmpeg header paths, so mediatomb actually enables it.jmcneill4-4/+77
2009-01-27PR pkg/40489: multimedia/ogle fails to build with libdvdread-4.1.3jmcneill2-1/+131
Update for libdvdread API changes.
2009-01-27Updated wm/ctwm to 3.8anb1jmcneill1-1/+2
2009-01-27Install xsessions file so GDM will pick it up.jmcneill3-2/+16
2009-01-27Added multimedia/fuppes version 0.629jmcneill1-1/+2
2009-01-27+ fuppesjmcneill1-1/+2
2009-01-27Import fuppes version 0.629.jmcneill5-0/+109
FUPPES is a free, multiplatform UPnP A/V Media Server. FUPPES supports a wide range of UPnP MediaRenderers (see website for details) as well as on-the-fly transcoding of various audio, video and image formats. It also includes basic DLNA support.
2009-01-27Updated multimedia/avidemux to 2.4.3nb3jmcneill1-1/+2
2009-01-27Install xdg desktop shortcut and associated icon.jmcneill2-3/+13
2009-01-27Updated audio/twolame to 0.3.12jmcneill1-1/+2
2009-01-27- twolame-0.3.12jmcneill1-2/+1
2009-01-27Update twolame to 0.3.12.jmcneill2-7/+6
Version 0.3.12 (2008-01-09) --------------------------- - Fixed 'inline' for the forthcoming gcc-4.3 * thanks to Martin Michlmayr for patch Version 0.3.11 (2007-07-02) --------------------------- - Fixed energy levels bug for mono audio * thanks to Staale Helleberg for patch - Fixed STDIN support in twolame frontend Version 0.3.10 (2007-03-20) --------------------------- - Added win32/winutil.h to tarball - fixes bug #1629945 - Fixed presentation of --enable-debug in configure script - Added twolame_encode_buffer_float32_interleaved() - Fixed bug that was loosing stereo in twolame_encode_buffer_float32() - Fixed twolame_set_mode() to accept TWOLAME_AUTO_MODE - Added source file Ids to the top of every file - Added -pedantic to CFLAGS for debug build Version 0.3.9 (2006-12-31) -------------------------- - Fix for Windows in simple frontend: open files in binary mode * thanks to Kurien Mathew - (libtwolame) Fixed energy level support * thanks to Staale Helleberg - Nows displays the version number of libsndfile in frontend * as suggested by Elio Blanca - Changed documentation build system, so you have to run it manually - Buffer overrun fix in new_extension() - (libtwolame) Added warning that DAB support is still broken - (libtwolame) Added twolame_get_framelength() to return number of bytes per frame - Added TWOLAME_SAMPLES_PER_FRAME macro, clarifying that there are always 1152 samples per frame in Layer 2 - Frontend now displays extra information * Duration of input file (if known) * Total number of frames to be encoded and percentage complete * The filesize of the output file - Cleaned up source files so that it is consistent and all uses tabs (tab width 4) Version 0.3.8 (2006-06-19) -------------------------- - (libtwolame) Fixed CRC protection - More code tidying - pkg-config is no-longer required (but is recommended) - frontend now has the exectuable suffix appended to filename - added -std=c99 to the compiler options
2009-01-27Added devel/ruby-facade version 1.0.2ahoka1-1/+3
Added devel/ruby-pathname2 version 1.6.1
2009-01-27Added ruby-facede and ruby-pathname2ahoka1-1/+3
2009-01-27Import ruby18-pathname2-1.6.1 as devel/ruby-pathname2.ahoka4-0/+35
An alternate implementation for the Pathname library. This version treats a path name as a String, though with certain methods overloaded.