summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-02-05Updated mail/dovecot to 1.0rc21nb1.ghen1-1/+2
2007-02-05Fix segfault in "dovecot -a" with a patch from dovecot's CVS.ghen3-2/+20
http://dovecot.org/pipermail/dovecot/2007-February/019246.html Bump PKGREVISION.
2007-02-05Updated graphics/inkscape to 0.45adam1-1/+2
2007-02-05Changes 0.45:adam7-65/+157
This release brings the exciting new features developed by the Google Summer of Code 2006 participants, as well as tons of other improvements across the board. Here are the highlights: * Gaussian blur is the first SVG filter supported by Inkscape. You can blur any object to any extent - yet it remains vector and fully editable. This gives a huge boost to Inkscape as a creative art tool. * Display speed and interactivity: not only does Inkscape render faster, but it can now respond to user input before it finished redrawing the screen, which greatly improves the interactivity of the program. * History dialog makes it easy to to review your editing session and jump to any step of it, undoing and redoing multiple actions with one click. * Several important tool features are added, notably the new selection mode in Node tool and the adjustable rounded caps in Calligraphic pen. * Bitmap tracing works better for multi-color traces, sports a redesigned dialog and several new options. * Many new extension effects are added, including Color effects and Pattern along path. * The Outline mode has got many fixes and improvements, including a keyboard shortcut. * Several new commands in Help menu open various Inkscape-related pages in your default browser, making Inkscape reference information more accessible as you work. * Dozens of smaller features are added throughout the program, and hundreds of bugs are fixed.
2007-02-05Explicitly don't try to build ksysv.markd1-1/+2
2007-02-05Fix build on Solaris.markd4-1/+80
- There is no configure test for limits.h, just use it. - M_READ is a define pulled in from system headers - s/= =/=/ in a Makefile
2007-02-05Needs makeinfo to build (at least on Solaris 10).markd1-2/+2
Fixes PR pkg/35520.
2007-02-05Updated graphics/gimp24 to 2.3.14adam2-3/+3
2007-02-05Changes 2.3.14:adam7-45/+36
- added actions to control brush spacing - polished appearance of image window - scale the brush's spacing when scaling the brush - save tool presets when they are changed - improved handling of vectors in the Python bindings - allow for auto-cropping the result of the transform tools - added GimpRatioEntry widget and use it in the rectangle tool options - added functions to transform between preview and image coordinates - added PDB functions to validate display, drawable, image and vectors IDs - added HSL color model to Decompose and Compose plug-ins - further improved status bar messages for tools - on systems with D-Bus build gimp-remote functionality into gimp executable - bug fixes and code cleanup
2007-02-05Updated devel/glibmm to 2.12.5; x11/gtkmm to 2.10.7adam2-4/+4
2007-02-05Update py-simpy to 1.8markd2-9/+8
SimPy 1.8 is a major release with new capabilities, improved documentation and bug fixes. It is fully backwards compatible with previous versions. From SimPy 1.8 on, the obsolete Python version 2.2 is no longer supported. Some of the changes and improvements are: * New compound yield statements, supporting time-out or event-based reneging in 'get' and 'put' operations on Store and Level resources. * yield get on a Store resource can now have a filter function which selects which and how many items (e.g. "3 parcels weighing less than 3 pounds") should be retrieved. * The Manual has been thoroughly edited, restructured and rewritten with a view to greater clarity and readability. It is provided in both HTML and PDF format. * The Cheatsheet has been completely rewritten in a tabular format and reduced to just a few pages. The goal was to turn it into a concise desktop reference of SimPy commands. The Cheatsheet is provided in both XLS (MS Excel spreadsheet) and PDF format. SimPy 1.7.1 is a minor (maintenance) release which fixes a few bugs in 1.7. The SimPy 1.7.1 API is identical to that of version 1.7. SimPy 1.7 is fully compatible with version 1.6.1. This major release brings significant new capabilities for the SimPy modeller and thus a broader field of applicability to SimPy. It is now very easy to implement models for scenarios involving: * producer/consumer relationships between processes, * multi-process cooperations, * multi-resource requests, and * consumable resources.
2007-02-05Changes 2.10.7:adam3-26/+23
* Main: Cleanup data structures in the destructor, preventing leaks, and allowing a second instantiation. * Build: Fix build with SUN Workshop 11 * Documentation: - glade/libglade tutorial section: Clarification. - Added SizeGroup documentation.
2007-02-05Changes 2.12.5:adam3-10/+10
* Fix code generation when using the latest m4, and functions named mkstemp, as experienced on Ubuntu Feisty.
2007-02-05Reverting r617941. This fixes jumping to the top right before loading amarkd3-2/+19
new page in konqueror and also fixes page loading time increase. From KDE SVN. Bump PKGREVISION.
2007-02-05Forgotten patch in last commit.joerg1-0/+50
2007-02-05Fix DragonFly build changes. I have no clue to add an optional filejoerg4-6/+78
into the build system, so override cpu_nlist on DragonFly.
2007-02-05Update MASTER_SITES, xmlsoft.org seems to have problemsadam2-8/+9
2007-02-05py-gnome2 dependency needs Python 2.4, py-cairo at least 2.3.joerg1-1/+3
2007-02-05Remove old PATCHFILE from distinfo.ghen1-4/+1
2007-02-05fix one more quoting problemdmcmahill1-1/+1
2007-02-05note lang/f2c update to 2001205nb9dmcmahill1-1/+2
2007-02-05- The f2c-f77 script that emulates a fortran comiler has deviated so muchdmcmahill5-503/+450
from the original, that it has become easier to maintain it as its own file instead of a patch, so do that. - Improve the shell quoting quite a bit in the f2c-f77 script. Now you can pass things like -DFOO=this\ is\ a\ test and have the escapes actually work when the arguments get passed down to the underlying commands. Many thanks to Alan Barrett for help with the shell quoting. - bump pkgrev
2007-02-05More documentation for debugging pkgsrc.rillig2-8/+42
2007-02-05Add missing NOT_SUNOSLIB to the install script. Should address the installdmcmahill1-2/+2
problems reported in PR pkg/35550.
2007-02-05Updated net/net-snmp to 5.4adam2-3/+3
2007-02-05Changes 5.4:adam33-585/+205
- The default configuration now enables embedded Perl and the Perl modules by default when possible unless explicitly disabled. You may use the --disable-embedded-perl and --without-perl-modules configure options, respectively, to revert to the former default configuration.
2007-02-05Updated databases/postgresql80 to 8.0.11; postgresql81 to 8.1.7adam1-8/+21
2007-02-05Changes 8.0.11:adam3-7/+10
* Remove security vulnerabilities that allowed connected users to read backend memory * Fix rare bug wherein btree index page splits could fail due to choosing an infeasible split point * Fix for rare Assert() crash triggered by UNION * Tighten security of multi-byte character processing for UTF8 sequences over three bytes long
2007-02-05Update to Version 2.0.2.shannonjr4-136/+136
This is maintenance release to fix build problems found after the release of 2.0.1. There are also some minor enhancements.
2007-02-05Changes 8.1.7:adam3-7/+46
* Remove security vulnerabilities that allowed connected users to read backend memory * Fix rare bug wherein btree index page splits could fail due to choosing an infeasible split point * Improve "VACUUM" performance for databases with many tables * Fix autovacuum to avoid leaving non-permanent transaction IDs in non-connectable databases This bug affects the 8.1 branch only. * Fix for rare Assert() crash triggered by UNION * Tighten security of multi-byte character processing for UTF8 sequences over three bytes long * Fix bogus "permission denied" failures occurring on Windows due to attempts to fsync already-deleted files * Fix possible crashes when an already-in-use PL/pgSQL function is updated
2007-02-05Updated databases/postgresql82 to 8.2.2adam1-1/+8
2007-02-05Changes 8.2.2:adam6-14/+19
* Remove security vulnerabilities that allowed connected users to read backend memory * Fix not-so-rare-anymore bug wherein btree index page splits could fail due to choosing an infeasible split point * Fix Borland C compile scripts * Properly handle to_char('CC') for years ending in 00 Year 2000 is in the twentieth century, not the twenty-first. * "/contrib/tsearch2" localization improvements * Fix incorrect permission check in information_schema.key_column_usage view * Improve "VACUUM" performance for databases with many tables * Fix for rare Assert() crash triggered by UNION * Fix potentially incorrect results from index searches using ROW inequality conditions * Tighten security of multi-byte character processing for UTF8 sequences over three bytes long * Fix bogus "permission denied" failures occurring on Windows due to attempts to fsync already-deleted files * Fix bug that could cause the statistics collector to hang on Windows * Fix possible crashes when an already-in-use PL/pgSQL function is updated * Improve PL/pgSQL handling of domain types * Fix possible errors in processing PL/pgSQL exception blocks
2007-02-05Some Makefile.in files start with the letters PACKAGE. NetBSD's file(1)rillig1-2/+2
considers files starting with the letters PACK to be related to Quake.
2007-02-05This package (currently) requires GCC 4.x for building.tron1-1/+2
2007-02-05Apply resource limits for ADA build, too.tron1-3/+3
2007-02-05Updated devel/fhist to 1.16.obache1-1/+2
2007-02-05Update fhist to 1.16.obache3-30/+32
Based on patch provided in PR 35539. And I made two modification related to pkgsrc. PKGSRC CHANGES: Make document & nls files to be installed into standard location. Add test target. RELEASE NOTES: Version 1.16 (20-Dec-2005) * There is a new fmerge -ignore-identical-conflicts option which may be used to suppress logical conflicts in which the same thing is done by both variants. This is often a better match for users' expectations for merging source code. Version 1.15 (8-Nov-2005) * There is a new fcomp -no-binary option, which may be used to prevent the comparison of binary files, instead it treats them both as empty. * A small build problem on MacOS X has been fixed. Version 1.14 (8-Jun-2004) * The ./configure script now understands the --with-nlsdir option, so that you can place the .mo files. * The fhist(1) program is now able to cope with numeric modules names. * The occasional false negative from test 26 has been fixed. It was failing for some users because of message translation (internationalization) issues.
2007-02-04Note deskbar-applet PKGREVISION bump.wiz1-1/+2
2007-02-04Some keywords for PKGSRC_LOCKTYPE.rillig1-1/+3
2007-02-04Add dependency on py-gnome2-desktop.wiz2-10/+4
Remove hicolor directory entries from PLIST (don't belong here). Bump PKGREVISION.
2007-02-04+ devilspie-0.20.2, imap-uw-2006e, opencdk-0.5.13, p5-Apache-Session-2.1.0,wiz1-2/+7
p5-Net-1.20, unrar-3.7.3.
2007-02-04Unlimit datasize to fix build under (at least) NetBSD-i386 3.3.1 usingtron1-2/+4
NetBSD's GCC 3.3.3.
2007-02-04Updated graphics/ruby-RMagick to 1.15.2.obache1-1/+2
2007-02-04Update ruby-RMagick to 1.15.2.obache2-7/+7
Changes: RMagick 1.15.2 o Fix bug #8408, a compatibility problem with some versions of ImageMagick before 6.2.5 (bug report from Geir Gluckstad)
2007-02-04Mesa takes care of X11.joerg1-2/+1
2007-02-04x11.b3.mk is not needed here. Slightly reorder to put the dependenciesjoerg1-8/+5
at the end.
2007-02-04Modular Xorg support.joerg1-3/+2
2007-02-04bump pkgrev after adding USE_PKGLOCALEDIRdmcmahill1-2/+2
2007-02-04add USE_PKGLOCALEDIRdmcmahill1-1/+2
2007-02-04remove some extra included bl3.mk files which are not neededdmcmahill1-6/+1