Commit graph

142706 commits

Author SHA1 Message Date
tnn
c21711e36d update to gimp-liquid-rescale-0.6.1.
Version 0.6.0 :
* Core
  * Scaling beyond 200% is now possible
* Interface
  * Added interactive mode
  * Moved "Mode" to the output tab and renamed it
  * Added 2 new scale-back modes
  * Fixed non-interactive mode, added scripts for
    command-line batch processing

Version 0.5.0 :
* Core
  * Faster engine, lower memory requirements
  * Introduced rigidity masks
  * Added GAP support
  * Introduced left-right/top-bottom balance
* Interface
  * Ignore discard masks when enlarging
  * Added reset and revert to last used values
    buttons for the size, and general reset
  * The dialog now comes up with the last used
    values for the size
  * Added info icons
  * Added russian help page
2009-05-22 20:41:02 +00:00
tnn
06f4c3d9aa bump the BUILDLINK_API_DEPENDS 2009-05-22 20:33:23 +00:00
tnn
f83a4adaec Update to liblqr-0.4.1.
Version 0.4:
* New features:
  * Support for image types (color models):
    GREY, GREYA, RGB, RGBA, CMY, CMYK, CMYKA
    and custom
  * Additional builtin energy functions based on
    luma instead of brightness
  * Support for custom energy functions
  * Functions to read out the energy map
  * Cancel function to interrupt computations
  * Additional methods for bias and rigidity masks
  * Use a single progress instead of several
    ones when the update is performed in steps
  * Can handle input buffers non-destructively
* Performace related:
  * Faster rescaling thanks to optimisations in
    the code
  * Spare memory when not using features (e.g. the
    bias)
* Configuration
  * The default installation directory is now /usr
    instead of /usr/local
  * Compiling under MinGW now correctly produces a
    DLL with the default settings
  * Now it also compiles under MS Visual C++
  * All public macro names start with LQR_* (old
    versions are still available but can be disabled
    at configure time)

Version 0.3:
* New features:
  * Enlargement is not limited to 200% any more
    (it is automatically performed in steps)
  * Added readout functions for the internal
    visibility map

Version 0.2:
* New fetures:
  * Support for 16-bit, 32-bit and 64-bit
    per channel images
  * Rigidity masks
  * Left-right/top-bottom balance
* Performace related:
  * Improved attached visibility maps
    management (lower memory requirements)
  * All internal buffers turned from
    double to float, improving both speed
    and memory requirements
* Documentation:
  * Reviewed manual and completed refence
  * Added man pages
2009-05-22 20:30:50 +00:00
tnn
0b343b1c73 Update to XaoS-3.4.
o New Italian translation courtesy of Sergio Zanchetta
o Updated catalog and i18n for German by Andreas Madritsch
o Bug fix to prevent garbled characters when using non-English languages
  on modern systems using UTF-8
o Bug fix to prevent XaoS from crashing after using the Render Animation
  functionality
o Bug fix to prevent incorrect colors on smooth coloring modes with
  certain video modes

XXX: There are also new experimental Aqua and GTK+ frontends, but I didn't
investigate if the GTK+ frontend builds as the release notes claim it's
still buggy.
2009-05-22 20:19:19 +00:00
zafer
46e2f21f5e remove trailing backslash in mysql. 2009-05-22 20:17:44 +00:00
tnn
0db77ebf3b nuke trailing whitespace 2009-05-22 20:15:35 +00:00
zafer
0a704189a7 Update MASTER_SITE_MYSQL. Remove stale/dead mirrors. 2009-05-22 20:14:38 +00:00
tnn
f342e8adc0 Update to unfs3-0.9.22.
Version 0.9.22
- fix spelling mistake in "no_all_squash" export option parsing
- fix build on more recent FreeBSD systems
- fix filesystem size reporting for Solaris Zones and others
- document permission needs for exported directories
2009-05-22 20:02:31 +00:00
tnn
53587ebf58 Update to xterm-243.
Patch #243 - 2009/3/28
* revert change to default for allowTcapOps (request by Bram Moolenaar).
* reallocate result returned by xtermEnvLocale() to avoid reference to freed
  memory after handling menuLocale resource.
* fix an old (X11R5) bug in tek4014 for switching fontsizes.
* add resource defaultString to make configurable the use of "#" when pastes
  of UTF-8 text fail due to limitations in the current locale settings.
* make the set of selection target Atom's configurable by two new resources
  eightBitSelectTypes and utf8SelectTypes, e.g., to use the TEXT Atom in
  preference to UTF8_STRING (discussion with Stanislav Sedov regarding
  koi8rxterm and the FreeBSD port).
* modify handling of TARGETS Atom by making it return exactly the set of
  targets as those which xterm is currently providing.
* set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh to work around
  /etc/man.conf's with those variables already set
* improve error-checking of tcap-query parser.
* add check for keyboard tcap), which ensures that terminal descriptions
  containing the same string for shifted/unshifted keys will be seen by
  tcap-query as only the unshifted key. (This would only happen with an
  incorrect terminal description).
* fix conversion for input event-state to modifier-parameter which made
  tcap-query feature not work with tcapFunctionKeys (keyboard type tcap).
* add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the
  default compiled-in values for "allowxxx" resources.
* remove check on bell-percentage added in patch #242, which disallowed
  zero/negative values (Redhat Bugzilla #487829).

Patch #242 - 2009/2/15
* fix configure check for XkbBell and provide appropriate parameter for it.
* fix a caching problem with double-size fonts versus reverse video that could
  cause core dump.
* repair double-size fonts from workaround used in patch #240.
* add new section to the VT Fonts menu which allows enabling or disabling the
  font, termcap (tcap-query), title and window operations.
* add fontWarnings resource, to control whether to show warnings on failure to
  load a font.
* improve warnings for unloadable fonts introduced in patch #240 by limiting
  those to the cases where a font would be specified directly by a resource
  setting rather than a derived fontname.
* further amend fix for Debian #252873 from patch #197 to treat a blank cell
  which does not have both foreground and background colored as a non-colored
  cell. This improves a special case where the cursor is on a blank cell which
  had foreground color scrolled in (report by Miroslav Lichvar).
  Also add the same logic when hiding cursor, so the outline matches the
  in-focus cursor.
* modify internals to reduce places PAIRED_CHARS() is used, making WriteText()
  and ScrnWriteText() accept IChar array, as well as providing a wrapper for
  drawXtermText().
* change default XIM font from "*" to "fixed" to improve startup time in
  zh_CN.UTF-8 locale (Mike Fabian, SuSE Bugzilla #464930).
* typo in #240 log (Slava Semushin)

Patch #241 - 2009/1/26
*  improve checks for missing bitmap fonts, fallback to "fixed" as needed to
  work around broken font-packages (report by Jacek Luczak).
* fix breakage from patch #240 changes for xtermAddInput() (patches by
  Jeff Chua, Julien Cristau).

Patch #240 - 2009/1/25
* use plink.sh for linking xterm (suggested by Larry Doolittle).
* add resource descriptions for input method to xterm manpage.
* update configure script; consistently append to $CFLAGS rather than prepend.
* add install-scripts rule to makefile, to allow koi8rxterm and uxterm scripts
  to be altered independently of install-bin
* add -maximized command-line option and corresponding resource (prompted by
  alt.os.linux newsgroup comment).
* modify translations of scrollbar widget using xtermAddInput() (see
  patch #181) to accept the actions that the vt100 widget accepts, such as
  shift-insert to perform a paste operation (request by Martin Zwickel).
* change default for allowTcapsOpS resource to false, since it causes
  unexpected behavior for vim users with AltGr.
* update config.guess, config.sub
2009-05-22 19:52:02 +00:00
zafer
9d4bd98e65 remove planetmirror from APACHE and OPENOFFICE. Service suspended. 2009-05-22 19:32:20 +00:00
tnn
eb59ee5d12 Update to libdrm-2.4.11.
Changes from xorg-announce@:
Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.am
Use C99 versions of __FUNCTION__ & __volatile__ when not building with gcc
nouveau: store bo handle in public struct in bo_ref_handle
nouveau: write posting got lost somewhere, bring it back
Add new drm_intel_get_pipe_from_crtc_id function.
nouveau: fix ppc for swab changes in Linux 2.6.29
libdrm/mode: align subpixel results
intel: NULL fake bo block when freeing in evict_all
libdrm/intel: assert that clients are using bo refcounting correctly
libdrm/intel: add drm_intel_bo_disable_reuse api
Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse
libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure.
nouveau: backlight compat fix
2009-05-22 19:30:47 +00:00
zafer
7cbadebe5a remove planetmirror.com.au (service suspended) and ftp.mpi-sb.mpg.de from XEMACS. 2009-05-22 19:24:58 +00:00
zafer
cb047f2227 remove www.sdpulse.com from MOZILLA. Service suspended. 2009-05-22 19:20:47 +00:00
tnn
c38575fb83 Update to xf86-input-mouse-1.4.0, based on patch from hasso@
From xorg-announce@ mail:

The big change in 1.4.0 is the move of the OS-specific mouse handling code
from the Xorg server to the mouse driver.   This code was removed from the
Xorg server in the Xorg 1.6 development cycle, so users of non-evdev systems
(i.e. non-Linux or pre-evdev Linux) will need this version of the mouse driver
to run with Xorg 1.6.

Remove useless call to xf86AddModuleInfo
Merge some hardware support information from README.mouse into man page
Fix sun_mouse.c build on Solaris
Rename OS_SOURCES to stop automake complaints about not building program "OS"
Remove checks for Solaris x86 versions older than Solaris 8
sun_mouse.c: remove unused variables
sun_mouse.c: Use miPointerGetScreen instead of miPointerCurrentScreen
Fix solarisMouseAutoProbe to use device name & protocol specified by HAL
sun_mouse: check for Device in commonOptions if pInfo->options isn't set yet
Replace static changelog with one generated via XORG_CHANGELOG
Add XORG_CWARNFLAGS & XORG_WITH_LINT for more compiler checking
Clear assorted compiler, sparse & lint warnings
sun_mouse: fallback to commonOptions for StreamsModule too
Comment typo fixes
Remove some #if 1 statements
Unifdef XFree86LOADER
Add copyright notices for OS mouse code to COPYING file
Add note on hal-based configuration to man page
Version 1.4.0
Add OS mouse sources to the driver build
Change screen private key to an integer variable.
Build fix: Add a prototype for FindDevice function.
Include xorg-server.h to get the WSCONS_SUPPORT define from
prevent a double free of mouse private structure.
W axis support for bsd_mouse.
Make sure xf86MouseProtocolIDToName is of public visibility.
Compile warning fixes.
Fix linux build
man: Note that the server may probe default "Device" options.
Nuke RCS tags.
Check for XINPUT ABI 3.
fix compilation (upper/lower case typo)
2009-05-22 19:05:57 +00:00
zafer
ef2877fa21 Update MASTER_SITE_KDE. Remove stale/dead mirrors. 2009-05-22 18:56:56 +00:00
zafer
ecea1293cb remove sunsite.mff.cuni.cz from GNOME. It doesn't mirror gnome anymore. 2009-05-22 18:51:42 +00:00
zafer
ce834bacde remove ftp.easynet.nl from GNUSTEP. Service suspended. 2009-05-22 18:44:16 +00:00
zafer
bf43982691 remove ftp.cica.es from XCONTRIB. Stale mirror. 2009-05-22 18:39:50 +00:00
zafer
0c9220dbf8 update master site 2009-05-22 18:25:20 +00:00
zafer
ea13f92e29 update master site. 2009-05-22 18:17:57 +00:00
zafer
0853f33f05 update master site. 2009-05-22 18:07:09 +00:00
zafer
28478fbe41 update mirror. 2009-05-22 18:03:30 +00:00
zafer
c258d0de46 update mirrors and homepage. 2009-05-22 17:59:41 +00:00
zafer
bbcbb00112 update master site. 2009-05-22 17:27:22 +00:00
zafer
2b3ee718f3 update master sites. 2009-05-22 17:23:06 +00:00
snj
a178861542 Conditionally add some Linux files to the PLIST. Fixes PR pkg/37690.
PKGREVISION not bumped as a binary package would not have been generated
before, and all other operating systems are unchanged.
2009-05-22 16:50:00 +00:00
tron
36394aa571 Set the license type to "apache-2.0". 2009-05-22 10:41:24 +00:00
tron
bca8024948 Note update of the "apache22" package to version 2.2.11nb3. 2009-05-22 09:48:41 +00:00
tron
e82fea735c Add patch from the Apache SVN repository to fix the information leak
in the "mod_proxy_ajp" module reported in CVE-2009-1191.
2009-05-22 09:46:06 +00:00
martti
cddd5a2b78 vim and rrdtool 2009-05-22 09:27:57 +00:00
martti
53fea6568d Updated databases/rrdtool to 1.3.8
- python bindings memory handling fix by Anders Hammarquist
  (deb bug #529291)

- fix getopt_long integration on Solaris. Depending on the phase of
  the moon this bug had caused rrdtool to crash reliably as soon as
  it read its arguments. Especially when used in language bindings.
  Thanks to Ihsan Dogan for helping with the debugging.

- rrd_restore used casting a bit to liberally this caused it to fail
  horribly on 64bit platforms. Patch based in input provided by
  poster of rrd bug #218.

- make ruby bindings compile with newer ruby versions. #217 patch
  provided by rrd trac user

- Generate an error message when using RRDp with graph - this can
  not work reliably. (Debian Bug#251701) patch by Sebastian Harl
2009-05-22 09:27:22 +00:00
martti
3a820636dc Updated editors/vim-share to 7.2.184
15646  7.2.149  read uninit memory when using return value that wasn't set
 35686  7.2.150  (extra) VisVim doesn't support tabs
  1533  7.2.151  ":hist a" doesn't work like ":hist all" as the docs suggest
  2963  7.2.152  "silent echo x" inside ":redir" leaves cursor halfway the line
  2908  7.2.153  memory leak for ":recover empty_dir/"
  2390  7.2.154  (after 7.2.132) can still do ":cd" in SwapExists autocmd
  1249  7.2.155  memory leak in ":function /pat"
  5543  7.2.156  no completion for :scscope and :lcscope commands
  4299  7.2.157  illegal memory access when searching in path
  2177  7.2.158  warnings from VisualC compiler
  2478  7.2.159  when $x_includes ends up being "NONE" configure fails
  1353  7.2.160  search pattern not freed on exit when 'rightleft' set
  5400  7.2.161  folds messed up in other tab page
  2363  7.2.162  the quickfix window may get the wrong filetype
  1754  7.2.163  the command line window may get folding
  4089  7.2.164  when 'showbreak' is set wrong Visual block size reported
  1794  7.2.165  FuncUndefined autocmd event argument is expanded like filename
 10538  7.2.166  no completion for ":sign" command
 54715  7.2.167  splint doesn't work well for checking the code (part 1)
  2936  7.2.168  if no ctags program found, "make tags" executes first C file
 35841  7.2.169  fix more splint warnings, define colnr_T to be int
  4481  7.2.170  using b_dev while it was not set
  2261  7.2.171  (after 7.2.169) compiler warnings
  1883  7.2.172  (extra) compiler warning
 17875  7.2.173  use gcc instead of lint to check for unused function arguments
 42277  7.2.174  too many warnings from gcc -Wextra
  1455  7.2.175  compiler warning in OpenBSD
  5956  7.2.176  exceptions for splint are not useful
 57904  7.2.177  more warnings from gcc -Wextra
  3898  7.2.178  using negative value for device number might not always work
  2944  7.2.179  using negative value for device number might not always work
198701  7.2.180  some more compiler warnings when using gcc -Wextra
 49635  7.2.181  some more compiler warnings when using gcc -Wextra
  2128  7.2.182  compilation fails for Motif, gvim with GTK crashes on startup
 52709  7.2.183  configure problem for sys/sysctl.h on OpenBSD
 84846  7.2.184  some more compiler warnings when using gcc -Wextra
2009-05-22 09:27:17 +00:00
taca
71a10b0994 Note update of mail/squirrelmail package to 1.4.19nb1. 2009-05-22 08:51:20 +00:00
taca
8896711c6d Update Japanese patch.
Bump PKGREVISION.
2009-05-22 08:50:19 +00:00
martti
efb4d2d96f Fixed PLIST issues. 2009-05-22 08:23:02 +00:00
plunky
842846b633 enable compatibility SDP on NetBSD 2009-05-22 07:16:58 +00:00
martti
ec7b3a1016 Updated 2009-05-22 07:05:14 +00:00
martti
f8cce8edfc squirrelmail 2009-05-22 07:04:41 +00:00
martti
a76ccc0225 Updated squirrelmail to 1.4.19
The security fix to map_yp_alias in 1.4.18 turned out to be incomplete. We
also expierenced some regressions in the updated filter plugin. Both are
addressed in this new release 1.4.19 which contains a few other small fixes
aswell.

If you do not use map_yp_alias or the filters plugin there's no urgent need to
upgrade now if you already installed 1.4.18. If you are still on an older
release than 1.4.18 (or use the mentioned functionality) we do urge you to
upgrade as soon as possible as 1.4.18 and 1.4.19 combined fix some important
security issues. Those using the development branch (1.5.x) should install a
recent SVN snapshot.
2009-05-22 07:04:12 +00:00
sno
c7bca0134d add missing include of p5-pango 2009-05-22 05:58:22 +00:00
snj
68cad731f5 Remove bogus prboom entry. 2009-05-22 04:08:28 +00:00
taca
b2e0aefd3d Note update of www/typolight27-translations package to 20090521. 2009-05-22 03:16:50 +00:00
taca
fa619b7f4a Update typolight27-translations package to 20090521.
* pkgsrc fix: correct PLIST for Slovak translation.

* Update Italian and Polish translation files.
2009-05-22 03:16:10 +00:00
zafer
e72a56801e update master site. 2009-05-21 21:59:13 +00:00
zafer
d6b0dea345 update mirror 2009-05-21 21:56:27 +00:00
zafer
e497052723 update master site. 2009-05-21 21:51:18 +00:00
zafer
f5be71b374 update master site 2009-05-21 21:46:48 +00:00
zafer
5f3740f969 remove dead mirror. 2009-05-21 21:43:18 +00:00
zafer
f9a8f0d95e clean up mirrors. use official up to date ones. 2009-05-21 21:37:28 +00:00
reed
82067a5b75 Upgrade to dblatex to 0.2.10.
Adds lots of HTML documentation and more xetex support.

I tested this with a few documents, plus it fixes at
least one bug I had when using custom style configurations.

From the announcement, the detailed changes are:

- Fix Debian bug #525692: remove babel shorthand for russian
- Fix Debian bug #514932: apply XSLT options when building listing
   (thanks to W. Borgert's patch).
- Fix Debian bug #499500: apply the A. Hoenen patch
- Fix bug #2412650: make curly braces more robust in <indexterm>s.
- Fix bug #2393435: handle <table> @pgwide for two column mode.
- Fix bug #2381306: make <ulink>s more robust in <term>
- Fix bug #2058771: use \ensuremath{} to make equations robust.
- Fix bug #1987025: use @xml:id when provided to make labels.
- Fix bug #1975259: apply general title template to handle escaped chars
   in qandaset titles.
- Fix bug in handling @xreflabel in <xref>
- Fix annotation bug: add a correct font setup to each annotation tex file
- Fix some character translations: backtick (`), degree symbol
- Fix SGML to XML conversion through osx
- Use Info/title to render qansaset headings
- Use \ensuremath{} to make latin1 from UTF8 conversion more robust
- Add the parameters:
   * doc.layout: configure the overall document layout
     (deciding if it contains a coverpage, a toc, a frontmatter etc.)
   * variablelist.term.separator,
   * refentry.generate.name,
   * ulink.show (mechanism extended with @xrefstyle),
   * ulink.footnotes.
- Remove useless parameters (rely on localized gentext instead):
   * refnamediv.title,
   * refsynopsis.title,
- Move the 'qandaset.defaultlabel' parameter to 'qanda.defaultlabel' in
   order to be common with the DocBook Project XSL parameter.
- By default, a document subset (i.e. no <article> or <book> root element
   is no more wrapped with an <article>. No more unexpected cover page and
   front matter.
- Allow a tex equation in <alt> without latex math mode delimiters in both
   <equation> and <inlineequation>.
- Add texmath PI in <alt> in order to avoid automatic math mode wrapping
- Make XeTeX support more mature (but still experimental).
- Change the documentation structure.
2009-05-21 21:32:34 +00:00