summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-18Import tex-pst-3d-1.10 as graphics/tex-pst-3d.minskim4-0/+25
The pst-3d package provides basic macros for shadows, tilting and three dimensional representations of text or graphical objects.
2011-03-18update to 2.4.23drochner3-51/+51
changes: bugfixes
2011-03-18+gtk3drochner1-1/+2
2011-03-18first cut on a pkg for gtk3, the successor of the gtk2 toolkit:drochner11-0/+1512
add gtk3-3.0.3
2011-03-18reset PKGREV for base pkg updatedrochner1-2/+2
2011-03-18update to 2.32.1drochner2-6/+6
changes: -bugfixes -translation updates
2011-03-18update to 2.24.3drochner3-28/+6
changes: bugfixes pkgsrc change: g/c "loaders" template which is in gdk-pixbuf2 now
2011-03-18update to 2.28.3drochner3-9/+9
changes: -bugfixes -translation updates
2011-03-18Updated x11/qt3-libs to 3.3.8nb16wiz1-1/+2
2011-03-18Bump PKGREVISION for patch-as (compress/uncompress) fix.wiz1-2/+2
2011-03-18Fix compress/uncompress handling correctly.wiz2-29/+25
2011-03-18Memory allocation hygiene fix from PR pkg/44704.gdt3-13/+74
spamass-milter forks, allocates memory and then execs, violating locking rules. This commit adds a patch from Juergen Hannken-Illjes that moves the allocation above the fork. TODO: upstream is recently alive again, after 5 years with no releases. Push these fixes upstream.
2011-03-18Pass CFLAGS to configure scripts, fixing problems on Mac OS X; clean up some ↵adam3-12/+18
pkglint issues.
2011-03-18libzip-0.10:wiz3-7/+15
0.10 [2010/03/18] * Added zip_get_num_files(), deprecated zip_get_num_entries(). * Better windows support. * Support for traditional PKWARE encryption added. * Fix opening archives with more than 65535 entries. * Fix some memory leaks. * Fix cmake build and installation * Fix memory leak in error case in zip_open() * Fixed CVE-2011-0421 (no security implications though) * More documentation.
2011-03-18Updated archivers/libzip to 0.10wiz1-1/+2
2011-03-18Recursive bump for libzip-0.10.wiz6-9/+12
2011-03-18Fix patching on Mac OSX; fix installing the library; fix some pkglint issuesadam8-187/+190
2011-03-18Add user-destdir installation support.obache1-1/+5
2011-03-18Add user-destdir installation support.obache1-4/+7
2011-03-18Add user-destdir installation support.obache1-3/+7
2011-03-18Add user-destdir installation support.obache2-8/+10
2011-03-18Updated x11/dxpc to 3.9.2adam1-1/+2
2011-03-18Changes 3.9.2:adam2-12/+14
* Improved pidfile handling code contributed by Jay Berkenbilt. Changes 3.9.1: * Fix assertion failure on 64-bit architectures using LZO 2.0+. * Clean up harmless compiler warnings in ClientMultiplexer and ServerMultiplexer. Changes 3.9.0: * Re-implemented EncodeBuffer/DecodeBuffer to use considerably less CPU and very slightly improve compression. * Builds with LZO 2.0 release. * Compiles under the Mingw environment to create native Win32 binaries. * Added dxpcssh sample script courtesy of Wicher Minnaard. * Added dxpc.spec file contributed by Daniel Mealha Cabrita. * Fixed some small memory leaks and potential buffer overruns. * Indented all sources.
2011-03-18Updated net/vtun to 3.0.2adam1-1/+2
2011-03-18Changes 3.0.2:adam6-73/+49
* vtun3 client should parse vtun2 server encr directives * cfg_file.y bugs * build on c5 still fails Changes 3.0.1: * fix build for lzo2 * new debian rc scripts Changes 3.0.0: * Configure looks for liblzo2 when available
2011-03-18Note update of "openldap" packages.tron1-1/+5
2011-03-18* LICENSE=gnu-gpl-v2obache1-10/+17
* remove unwanted CONFIGURE_ENV and CONFIGURE_ARGS items. * add a trick to convert `-pthread' flags to apxs style. * add user-destdir installation support
2011-03-18Finish update to 2.4.24. Chances since 2.4.23:tron2-4/+4
-Added LDIF line wrapping setting -Added libldap cert x500UniqueIdentifier handling -Added libldap_r,libldap formal concurrency API -Added slapadd attribute value checking -Added slapcat continue mode for problematic DBs -Added slapd syncrepl suffixmassage support -Added slapd multiple listener threads -Added slapd extensible match for ordering rules -Added slapd-meta paged results control forwarding -Added slapd-meta subtree-include support -Added slapd-null back-config support -Added slapd-sql autocommit support -Added slapd-sql support for long long keys -Added slapo-sssvlv multiple sorts per connection -many bugfixes -documentation improvements
2011-03-18Updated net/yaz to 4.1.6wiz2-3/+3
2011-03-18Update to 4.1.6:wiz2-6/+6
--- 4.1.6 2011/03/10 fix problem with record_render: records were converted (character set wise) even if no charset was given. Problem introduced in YAZ 4.1.5. --- 4.1.5 2011/03/08 SRU: add methods for handling DADS SRU-proxy facets. Separate OPAC record character set for ZOOM_record. yaz_record_render allows a character set given as charset=from/opacfrom,to where 'from' is the character set of a bibliographic record, 'opacfrom' is character set of OPAC record and 'to' is the target character set.
2011-03-18Updated sysutils/xfce4-thunar to 1.0.1nb5wiz1-1/+2
2011-03-18Enable jpeg support, bump PKGREVISION.wiz1-2/+3
Addresses PR 44736.
2011-03-18* LICENSE=gnu-gpl-v2obache3-2/+25
* add user-destdir installation support.
2011-03-18Updated meta-pkgs/boost to 1.46.1adam1-1/+8
2011-03-18Changes 1.46.1:adam3-7/+9
Asio: * EV_ONESHOT seems to cause problems on some versions of Mac OS X, with the io_service destructor getting stuck inside the close() system call. Changed the kqueue backend to use EV_CLEAR instead. * Fixed compile failures with some versions of g++ due to the use of anonymous enums. * Fixed a bug on kqueue-based platforms, where some system calls that repeatedly fail with EWOULDBLOCK are not correctly re-registered with kqueue. * Changed asio::streambuf to ensure that its internal pointers are updated correctly after the data has been modified using std::streambuf member functions. * Fixed a bug that prevented the linger socket option from working on platforms other than Windows. Fusion: * Fix disable_if for Visual C++ 7.1/8.0 Filesystem: * Fix for STLPort. * PGI large file support Graph: * Bug fixes Icl: * Intersects for interval_maps and segment_type/element_type. * Fixed some ambiguous calls to functions in boost and std namespaces. * Other bug fixes, and documentation fixes. Math: * Several minor bug fixes. Polygon: * Disabled 45-degree booleans optimization. Proto: * Make display_expr copyable. * Fix const correctness problem in pass_through. Property Tree: * Fix compile error in JSON parser. Signals2: * Fix unused parameter warning. TR1: * Allow specialization of std::tr1::hash. * Improved support for Pathscale and Sun compilers. Unordered: * Add missing copy constructors and assignment operators when using rvalue references.
2011-03-18* Use USE_GNU_READLINE=yes instead of PREFER.readline=pkgsrc.obache1-3/+3
* Use BUILDLINK_PREFIX.libupnp instead of PREFIX for libupnp prefix.
2011-03-18patch-ab: take 2adam2-6/+6
2011-03-17service suspended. prevent timeout. fetch from backup.zafer1-2/+2
2011-03-17update master_siteszafer1-2/+2
2011-03-17service suspended. prevent timeout. fetch from backup.zafer1-2/+2
2011-03-17Add unlicense to default_acceptable_licenses. Per advice by wiz.bad1-2/+2
2011-03-17Add unlicense from http://unlicense.org/ and add it tobad2-2/+26
DEFAULT_ACCEPTABLE_LICENSES.
2011-03-17service suspended. prevent timeout. fetch from backup.zafer2-4/+4
2011-03-17service suspended. prevent timeout. fetch from backup.zafer7-14/+14
2011-03-17remove dead mirror.zafer1-3/+2
2011-03-17service suspended. prevent timeout. fetch from backup.zafer1-2/+2
2011-03-17service suspended. fetch from backup.zafer2-4/+4
2011-03-17update master_siteszafer1-2/+2
2011-03-17service suspended. prevent timeout. fetch from backup.zafer1-2/+2
2011-03-17Updated www/apache-tomcat55 to 5.5.33abs1-1/+2