summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-11Updated claws-mail and all of its plug-ins to 3.7.0smb45-147/+159
* 3.7.0 ------- * Expanding/Collapsing of threads is now approximately 95% faster. * Cache reading is now approximately 10% faster. * The shortcut key settings of the main window and the message list context menus are now connected. * The preferences on the 'Other' page have now been moved to Other/Miscellaneous. The parent pages are now unselectable and the first page is automatically selected on opening the preferences. * In the Compose window, on the Others tab, the 'Save message to' entry now has a drop-down list of the previous save locations. * In the Compose window, the Attachments Properties window is now confirmed and closed with the Return key. * When using an external editor to compose messages, the message is automatically saved to Drafts when the external editor is closed. * A hidden option has been added, 'primary_paste_unselects' which causes the primary buffer to be cleared and the insertion point to be repositioned when the middle mouse button is used for pasting text. It is turned off by default. * In the Actions window, the Escape key now cancels the action editing. * Offline SSL certificate verification has been added. * Privacy plugins: The decryption failure messages are now shown in the NoticeView just above the message text rather than in a popup window. * Privacy plugins: when listing the UIDs during a signature check, show the UID validity * tools/popfile-link.sh Support for reusing existing POPFile session ID has been added. * tools/kdeservicemenu Support for kde4 has been added. * win32: better integration has been implemented by using the standard file associations.
2009-01-11Update HOMEPAGEjmcneill1-2/+2
2009-01-11Update MASTER_SITESjmcneill1-2/+2
2009-01-11We don't install the example programs so we can avoid building them. showfontdsainty2-1/+19
may otherwise fail to build with link time errors if include/SDL/SDL_config.h defines HAVE_ICONV. Should make no difference to installed package (if the build succeed), so no need to bump revision.
2009-01-11Actually, use the PLIST_VARS framework as opposed to adding a new PLIST fileadrianp3-64/+53
2009-01-10soprano update.markd1-1/+2
2009-01-10Update to soprano 2.1.64markd3-9/+16
First beta of soprano 2.2. Required for KDE 4.2
2009-01-10Updated mail/libspf2 to 1.2.9adrianp1-1/+2
2009-01-10Update to 1.2.9adrianp2-7/+6
Unfortunately there does not appear to be much more information on the changes other than: "This fixes aborts when generating explanations for mails with a long envelope sender, amongst other issues. An update is recommended."
2009-01-10Fix PLIST differences due to the version of python that's installedadrianp3-6/+72
Breakage pointed out by wiz@
2009-01-10Added textproc/ebook-tools version 0.1.1wiz1-1/+2
2009-01-10+ ebook-tools.wiz1-1/+2
2009-01-10Initial import of ebook-tools-0.1.1, originally packaged for wip.wiz6-0/+84
ebook-tools provides tools for accessing and converting various ebook file formats.
2009-01-10Fix build with Sun Studio, which does not provide __FUNCTION__.wiz2-1/+19
From Daniel Vergien on pkgsrc-users.
2009-01-10pkgsrc changes;jmcneill5-3/+62
* install xdg desktop shortcut * install hicolor 48x48 icon * use /dev/video0 as the default device instead of /dev/video
2009-01-10Added graphics/frameworks version 0.3.7jmcneill1-1/+2
2009-01-10+ frameworksjmcneill1-1/+2
2009-01-10Import graphics/frameworks version 0.3.7.jmcneill6-0/+171
Frameworks is stop-motion animation frame capture software primarily for Linux. Frameworks captures images from a camera and strings them together into an animation. These still images may then be combined into a single video file using other software. Only video4linux webcams are currently supported; work is being done to add other types of digital cameras including IEEE 1394 camcorders, and USB still cameras. Frameworks is designed to be easily used alongside the GIMP Animation Package (GAP). Frameworks provides an interface to camera brightness and other controls. It captures images as frame_0001.png, frame_0002.png, and so on. Frameworks provides animation assistance in the form of onion skinning: displaying ghost images of previous frames, and continuous preview: continuous playback of the most recent few seconds followed by the live view from the camera. No editing features are provided.
2009-01-10Note the addition of cunitagc1-1/+2
2009-01-10Updated graphics/libv4l to 0.4.3nb2jmcneill1-1/+2
2009-01-10Add and enable cunitagc1-1/+2
2009-01-10Add libv4l1 compatibility support, bump PKGREVISION.jmcneill10-21/+478
2009-01-10Initial import of CUnit-2.1 into the packages collection.agc8-0/+151
CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. CUnit is built as a static library which is linked with the user's testing code. It uses a simple framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results. These interfaces currently include: Automated Output to xml file Non-interactive Basic Flexible programming interface Non-interactive Console Console interface (ansi C) Interactive Curses Graphical interface (Unix) Interactive
2009-01-10PLIST fixes for zenmap build pointed out by Bernd Ernestiadrianp2-129/+191
PKGREVISION++
2009-01-10Replace py-pycups entry with one for py-cups. Don't bother with amarkd1-2/+2
rename record as the previous was there for less than a day.
2009-01-10PLIST fixesadrianp2-45/+5
PKGREVISION++
2009-01-10replace py-pycups with py-cupsmarkd7-72/+2
2009-01-10Reimport py-pycups as py-cups.markd6-0/+70
2009-01-10Update to 0.99.11.gdt2-6/+6
From www.quagga.net: Stable release candidate Most regressions in 0.99 over 0.98 are now believed to be fixed. This release should be considered a release-candidate for a new stable series, and we urge any remaining users of 0.98 to test this release and report any bugs. A blocker meta-bug exists to track critical regressions. bgpd: Preliminary UI and Linux-IPv4 support for TCP-MD5 merged Initial support for TCP-MD5 has been merged. This adds the neighbor ... password command, and some support for setting TCP-MD5 on pure-IPv4 connections on Linux. On Linux systems with IPv6 available, passing the -l 0.0.0.0 argument to bgpd may allow TCP-MD5 support to work. It's not possible at this point to have IPv6 sessions and also use TCP-MD5 on IPv4 sessions. This will hopefully be rectified in a future release. bgpd: Fix double-free crash in bgp_table_finish, seen with rs-client Though diagnosed with rs-clients, this fix very likely addresses a number of crashes reported to Quagga bugzilla. zebra: ignore dead routes in RIB update This fix may address some issues reported with routes not being consistent between the zebra RIB and the kernel FIB, remaining after the fixes in last release. Solaris: Sync SMF bits with OpenSolaris SFW The Quagga packaging support for Solaris has been updated to synchronise with OpenSolaris SFW. Of particular note is that SMF schema has been updated to match the Sun PSARC approved schema, which is supported by the OpenSolaris routeadm utility. User's may need to familiarise themselves with the changed FMRIs, and may need to update any administrative scripts. From NEWS: * Changes in Quagga 0.99.10 - [bgpd] 4-byte AS support added - [bgpd] MRT format changes to version 2. Those relying on bgpd MRT table dumps may need to update their tools. - [bgpd] Added new route-map set statement: "as-path exclude" - Zebra RIB updates queue has evolved into a multi-level structure to address RIB consistency issues.
2009-01-10From Sergey Svishchev <svs@ropnet.ru>: ipsec-tools builds fine on FreeBSDmanu1-2/+2
2009-01-10run ${_ULIMIT_CMD} in build-env targettnn1-3/+3
2009-01-10Take over maintainership, per kim@'s request.shattered1-2/+2
2009-01-10Oops, add options.mk.shattered1-0/+15
2009-01-10add libmsnmarkd2-3/+5
2009-01-10Import libmsn 4.0beta2markd7-0/+150
libmsn is a C++ library for Microsoft's MSN Messenger service. It provides a high-level interface that allows an application to access instant messaging features with ease.
2009-01-10s/wip/print/markd1-2/+2
2009-01-10add py-pycupsmarkd2-2/+4
2009-01-10Initial import py-pycups 1.9.44markd6-0/+70
Python bindings for the CUPS API
2009-01-10Updated inputmethod/canna-server to 3.6pl4nb4obache1-1/+2
2009-01-10Need CANNA_SPOOL at configure phase to generate cannaconf.h, it's for ERRDIR.obache2-3/+4
Add CANNA_ENV to SCRIPTS_ENV for imake. This is only affect to canna-server, as reported by MOCHIDA Shuji by PR 40349. Bump PKGREVISION of canna-server package.
2009-01-10MAKE_JOBS_SAFE=noobache1-1/+3
2009-01-10Add eigen2markd1-1/+2
2009-01-10add eigen2markd1-1/+2
2009-01-10Initial import of eigen 2.0beta5markd5-0/+200
Eigen 2 is a C++ template library for linear algebra: vectors, matrices, and related algorithms. It is: * Versatile. Eigen handles, without code duplication, and in a completely integrated way: o both fixed-size and dynamic-size matrices and vectors. o both dense and sparse (the latter is still experimental) matrices and vectors. o both plain matrices/vectors and abstract expressions. o both column-major (the default) and row-major matrix storage. o both basic matrix/vector manipulation and many more advanced, specialized modules providing algorithms for linear algebra, geometry, quaternions, or advanced array manipulation. * Fast. o Expression templates allow to intelligently remove temporaries and enable lazy evaluation, when that is appropriate -- Eigen takes care of this automatically and handles aliasing too in most cases. o Explicit vectorization is performed for the SSE (2 and later) and AltiVec instruction sets, with graceful fallback to non-vectorized code. Expression templates allow to perform these optimizations globally for whole expressions. o With fixed-size objects, dynamic memory allocation is avoided, and the loops are unrolled when that makes sense. o For large matrices, special attention is paid to cache-friendliness. * Elegant. The API is extremely clean and expressive, thanks to expression templates. Implementing an algorithm on top of Eigen feels like just copying pseudocode. You can use complex expressions and still rely on Eigen to produce optimized code: there is no need for you to manually decompose expressions into small steps. * Compiler-friendy. Eigen has very reasonable compilation times at least with GCC, compared to other C++ libraries based on expression templates and heavy metaprogramming. Eigen is also standard C++ and supports various compilers.
2009-01-10ancient GCC required for NetBSD 5.0 on upwardsjnemeth1-2/+2
2009-01-09update akonadimarkd2-3/+3
2009-01-09Update akonadi to 1.1.0markd2-6/+8
- Restart agents when their executable changed. - Buildsystem fixes to find and link boost on all platforms. - Improvements to the startup to prevent partial startup. - Include revision number in the version string when building from SVN. - Shut down when we lost the connection to the D-Bus session bus. - add some basic handling of command line args. - Add a D-Bus call to flush the notification queue. - Automatically fix world-writeable mySQL config files. - Fix for FreeBSD mysql path.
2009-01-09strigi update.markd1-1/+2
2009-01-09Bump BUILDLINK_API_DEPENDS for libstreamanalyzer changemarkd1-2/+2
2009-01-09Update strigi to 0.6.2markd4-18/+24
0.6.2 - Better support for nice IO priorities on Linux (Sebastian Trueg) - Compile with development version of CLucene (Ben van Klinken) - Explicitly use 'unsigned char' or 'signed char' instead of 'char' since 'char' can be either signed or unsigned on different processors. E.g. on ARM 'char' means 'unsigned char' and on i386 'char' means 'signed char'. This changes makes libstreamanalyzer 0.6.2 binary incompatible with versions < 0.6.0. (Jos van den OOever) - Many CMake cleanups (Alexander Neundorf) - 6.5x speedup of C++ comment analyzer (Jakub Stachowski) - Various stability fixes (Jos van den Oever, Sebastian Trueg) - Support for ePub format (Jakub Stachowski) - Handle RIFF file with unspecified size for the RIFF packet. (Jos van den Oever) 0.5.11 - Fix a bug that can cause a crash on an executable zip file. - Fix parsing of empty headers when CRLFCRLF is followed by a space. In other words, fix parsing of emails that have a space as the first character in the body. - Fix two broken (by design) throughanalyzers by replacing the with one eventanalyzer. - Updated xesam ontology to include proper ranges. This is necessary for the Nepomuk backend but does not change anything for clucene (were all is string anyway) - Make sure the app can handle environments where HOME is not defined. - Make the zip analyzer check more often if it should stop analyzing. - Fix wrong comparison when checking if we are finished yet. - Make the analyzer respect a configuration that only wants part of the stream to be analyzed. - Add an analyzer for Windows self-extracting zip archives. - Ask the analyzerconfiguration if we should continue and put a cap on the maximum length of stream we read - Log parse errors in the analysisresult.