Commit graph

109358 commits

Author SHA1 Message Date
adam
69ac8d4bd1 Changes 2.3.14:
- 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-05 19:49:06 +00:00
adam
263eb8b91d Updated devel/glibmm to 2.12.5; x11/gtkmm to 2.10.7 2007-02-05 19:46:02 +00:00
markd
59788fb9d5 Update py-simpy to 1.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-05 19:44:15 +00:00
adam
a5632b9e2a Changes 2.10.7:
* 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-05 19:44:08 +00:00
adam
0db8c64f28 Changes 2.12.5:
* Fix code generation when using the latest m4, and functions named
  mkstemp, as experienced on Ubuntu Feisty.
2007-02-05 19:43:23 +00:00
markd
4d2ad6c776 Reverting r617941. This fixes jumping to the top right before loading a
new page in konqueror and also fixes page loading time increase.
From KDE SVN.  Bump PKGREVISION.
2007-02-05 19:32:17 +00:00
joerg
157473fecf Forgotten patch in last commit. 2007-02-05 19:19:14 +00:00
joerg
c39b7c9cca Fix DragonFly build changes. I have no clue to add an optional file
into the build system, so override cpu_nlist on DragonFly.
2007-02-05 19:18:37 +00:00
adam
6f82968b44 Update MASTER_SITES, xmlsoft.org seems to have problems 2007-02-05 17:42:40 +00:00
joerg
836951f37d py-gnome2 dependency needs Python 2.4, py-cairo at least 2.3. 2007-02-05 17:07:30 +00:00
ghen
f9f1bf0584 Remove old PATCHFILE from distinfo. 2007-02-05 15:30:26 +00:00
dmcmahill
76f21a7f78 fix one more quoting problem 2007-02-05 14:43:39 +00:00
dmcmahill
dc00f90037 note lang/f2c update to 2001205nb9 2007-02-05 14:34:28 +00:00
dmcmahill
b5b7a817be - The f2c-f77 script that emulates a fortran comiler has deviated so much
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-05 14:33:21 +00:00
rillig
38cb040e39 More documentation for debugging pkgsrc. 2007-02-05 14:27:34 +00:00
dmcmahill
e150b2832a Add missing NOT_SUNOSLIB to the install script. Should address the install
problems reported in PR pkg/35550.
2007-02-05 13:48:30 +00:00
adam
e870d92e55 Updated net/net-snmp to 5.4 2007-02-05 12:08:04 +00:00
adam
daec5add6c Changes 5.4:
- 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-05 12:06:16 +00:00
adam
415a3345f2 Updated databases/postgresql80 to 8.0.11; postgresql81 to 8.1.7 2007-02-05 12:01:07 +00:00
adam
77d481832b Changes 8.0.11:
* 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-05 11:58:42 +00:00
shannonjr
9a63d628d2 Update to Version 2.0.2.
This is maintenance release to fix build problems found after the
release of 2.0.1.  There are also some minor enhancements.
2007-02-05 11:43:01 +00:00
adam
e677558b09 Changes 8.1.7:
* 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-05 11:42:07 +00:00
adam
8e4072a26f Updated databases/postgresql82 to 8.2.2 2007-02-05 11:11:47 +00:00
adam
48a36d84cb Changes 8.2.2:
* 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-05 11:10:02 +00:00
rillig
c55eb274b2 Some Makefile.in files start with the letters PACKAGE. NetBSD's file(1)
considers files starting with the letters PACK to be related to Quake.
2007-02-05 08:39:23 +00:00
tron
c1edc290e6 This package (currently) requires GCC 4.x for building. 2007-02-05 07:25:34 +00:00
tron
090c296644 Apply resource limits for ADA build, too. 2007-02-05 06:46:10 +00:00
obache
bcfb498972 Updated devel/fhist to 1.16. 2007-02-05 00:37:56 +00:00
obache
56529fed15 Update fhist to 1.16.
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-05 00:33:58 +00:00
wiz
67fa6f84b1 Note deskbar-applet PKGREVISION bump. 2007-02-04 23:35:00 +00:00
rillig
ddb7fdc307 Some keywords for PKGSRC_LOCKTYPE. 2007-02-04 23:23:40 +00:00
wiz
38e7435a63 Add dependency on py-gnome2-desktop.
Remove hicolor directory entries from PLIST (don't belong here).
Bump PKGREVISION.
2007-02-04 23:19:46 +00:00
wiz
591de952d1 + devilspie-0.20.2, imap-uw-2006e, opencdk-0.5.13, p5-Apache-Session-2.1.0,
p5-Net-1.20, unrar-3.7.3.
2007-02-04 23:15:45 +00:00
tron
aa2c5e38dc Unlimit datasize to fix build under (at least) NetBSD-i386 3.3.1 using
NetBSD's GCC 3.3.3.
2007-02-04 22:54:13 +00:00
obache
0514f1944d Updated graphics/ruby-RMagick to 1.15.2. 2007-02-04 22:12:28 +00:00
obache
caf680c4f6 Update ruby-RMagick to 1.15.2.
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-04 22:11:07 +00:00
joerg
44da3a4f1f Mesa takes care of X11. 2007-02-04 22:03:01 +00:00
joerg
02f90c9d92 x11.b3.mk is not needed here. Slightly reorder to put the dependencies
at the end.
2007-02-04 21:57:22 +00:00
joerg
c6462eb83b Modular Xorg support. 2007-02-04 21:51:58 +00:00
dmcmahill
589802d874 bump pkgrev after adding USE_PKGLOCALEDIR 2007-02-04 20:55:23 +00:00
dmcmahill
4b59f25c17 add USE_PKGLOCALEDIR 2007-02-04 20:54:57 +00:00
dmcmahill
763cde8dd0 remove some extra included bl3.mk files which are not needed 2007-02-04 20:42:24 +00:00
joerg
3d67838370 Bah, crossedit is part of the server package and needs Xaw and Xt.
Readd the X11 dependencies. Bump revision. Should this perhaps be made
an option or a separate package?
2007-02-04 20:02:49 +00:00
adrianp
13fc33e6fd Create an ${MTDAAPD_GROUP} and use that instead of ${ROOT_GROUP}
Pointed out by tron@
2007-02-04 19:57:09 +00:00
dmcmahill
425a2440d9 Get firefox2 to compile and run on Solaris-2.9/sparc. The patch takes
care of build problems and the PLIST fixes take care of runtime problems.
2007-02-04 18:18:04 +00:00
dmcmahill
e713f7b4ec Add a NOT_SUNOSLIB to complement the SUNOSLIB variable. Needed by
firefox2.
2007-02-04 18:16:55 +00:00
joerg
5217cd8a6d Modular Xorg support. 2007-02-04 16:27:42 +00:00
joerg
a34d31a992 Modular Xorg support. 2007-02-04 15:26:34 +00:00
wiz
d4000a6732 + devhelp-0.13, djvulibre-lib-3.5.18, djvulibre-tools-3.5.18,
smlnj-110.62.
2007-02-04 10:03:18 +00:00
wiz
798f933f65 Note py-gnome2-extras update and new py-gnom2-desktop package. 2007-02-04 09:35:00 +00:00