summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-07Update to 2.24.2:wiz3-283/+313
2.24.2: * Fixed another two memory leaks. (Armin Burgmeier) Bug #563321 (Arjan Franzen) * Removed obsolete MSVC6 project files (Armin Burgmeier) 2.24.1: * Added new Schema and SchemaValidator classes to MSVC project files (Arjan Franzen, Arming Burgmeier) Bug #563664. * Avoid a memory leak in Validator::check_for_exception. (Arjan Franzen, Murray Cumming) Bug #563321. * Avoid a memory leak in schema class. (Balazs Tirpak, Murray Cumming) Bug #312216. 2.24.0: Changes since 2.22: * Attribute: Return the correct value even when using a namespace. (Murray Cumming) Bug #547689 (Sergei Fedorov) * Added Schema and SchemaValidator classes, demonstrated in examples/schemavalidation. (Emilien KIA) Bug #312216. * Element: Added add_child_text() with a previous_node parameter, for adding between existing nodes. Added add_child_text_before() too. * Node: Added add_child() with a previous_node parameter, for adding between existing nodes. Added add_child_before() too. (Murray Cumming) * SaxParser: added parse_chunk_raw(). (Armin Burgmeier)
2009-01-07Updated x11/xinit to 1.1.1wiz1-1/+2
2009-01-07Update to 1.1.1:wiz2-7/+6
This is mainly just a bunch of updates for OSX Tiger compatability and SnowLeopard fratures. Alan Coopersmith (1): Fix build of startx & xinitrc with Solaris make Jeremy Huddleston (17): Apple: privleged_startx: Increase the timeout so slower machines don't get a stray process warning in their system log. startx.cpp: Made some things a little more friendly for people who have spaces in pathnames. Apple: Using eval to protect people who have spaces in their home path. Support the instant-off API in SnowLeopard. Apple: sleep() to avoid innocent error message spew Apple: Make VPATH builds work on darwin Apple: Use AvailabilityMacros.h for Tiger compatability OSX: Create privleged_startx on Tiger OSX Tiger: More compilation fixes... OSX Tiger: Hopefully the last fix for Tiger users... Apple: Honor X11_PREFS_DOMAIN if it's set (1.4.2-apple26 and later) OSX Tiger: Fix discovery of mach port OSX: Fixed bad prefix OSX: More prefix fixes OSX: Don't use login/bash -c hack anymore for org.x.startx LaunchAgent Apple: Allow defaults option that maps to a -dpi server command line in startx xinit 1.1.1
2009-01-07Updated devel/SDL_gfx to 2.0.18wiz1-1/+2
2009-01-07Update to 2.0.18:wiz2-6/+6
Ver 2.0.18 - Sun Dec 21 08:38:20 PST 2008 * libtool update for dependencies * MSVC C89 variable hoisting to enable MSVC compile (sweetlilmre) * addition of VC9 (Visual Studio 2008) project file (sweetlilmre) * update to MinGW make file (Sergio Padrino, sweetlilmre) * fix uninitialised variables in _putPixelAlpha() (Paul Pedriana) * reverted to original alpha routine in _putPixelAlpha() as new one was causing issues in 16bbp new routine #define has been renamed to EXPERIMENTAL_ALPHA_PIXEL_ROUTINE original is now DEFAULT_ALPHA_PIXEL_ROUTINE * added colorkey handling patch to rotozoom (Sergio Padrino) * downgraded optimization to -O for asm compatibility with gcc4 Ver 2.0.17 - Sun Jun 1 15:39:38 EDT 2008 * hline/vline clipping and swap-logic fixed * clipping box dimension check added and clipping-checks optimized * TestFonts program updated * Updated documentation on cross-compilation, AMD64 * Fixed circleColor overdraw * Added arcColor routine * Added polygonColorMT and polygonTextureMT routines * Updated 32bit alpha blending routine
2009-01-07+ fotoxx-5.8, galculator-1.3.2, py-gobject-2.16.0, xf86-video-ati-6.10.0.wiz1-13/+5
Completed: - comix-4.0.2, gbrainy-1.01, gnome-doc-utils-0.14.1, gnucash-2.2.8, kipi-plugins-0.1.7, libkdcraw-0.1.7, mednafen-0.8a, pango-1.22.4, png-1.2.34, thunderbird-2.0.0.19, xvidcore-1.2.1.
2009-01-07Updated multimedia/xvidcore to 1.2.1wiz1-1/+2
2009-01-07Update to 1.2.1:wiz4-22/+22
New in 1.2.1: * Fix for 'nested function' potential compilation error New in 1.2.0: * Complete AMD64/EM64T 64-bit support * Added support for WIN64 platform * Multi-threaded encoding support * SSE3/SSE4 optimizations * Faster and more precise mpeg intra quantization * Fixed bug in packed pixel format colorspace conversion * Noexec-stack security patch * Fix for bad resync marker length * Improved decoder robustness for broken streams containing B-frames * Fix for potential out-of-bound access to MV bits table * Added SSIM quality-metric plugin
2009-01-07Updated graphics/ImageMagickadam1-1/+2
2009-01-07Added options for ImageMagick: ghostscript, djvu, wmfadam1-0/+3
2009-01-07Changes 6.4.8-3:adam5-23/+52
* Reverse argument and option in Throw*InvalidArgumentException() macro for proper exception message. * Recognize negative geometries for -shear and -annotate (.e.g. 45x-30). * Fix Y shear angle for -shear option. Changes 6.4.8-2: * Use GetImageArtifact() to retrieve -attentuate option value for +noise. * Support reading FITS test files. * Replace input.ttf with the public domain Tuffy.ttf font. * MagickNewImage() no longer faults when parameters are incorrect (reference * Allocate strings returned by XGetResourceInstance(). * The -append gravity is relative to the container. Changes 6.4.8-1: * Reference cache rather than acquiring when cloning an image. Changes 6.4.8-0: * Cross-compilation failure using MinGW on Linux for ImageMagick trunk * Add -interword-spacing option to convert. * Initialize the black channel when testing the CMY colorspace. * remove calls to exit() in MagickWand. * Validate -affine arguments. * Accept -attentuate as an option for convert. * Properly create RGBA image if colormapped image has transparency. * Support X11 geometry like this: +-4+-4; wierd but X11 supports it.
2009-01-07Pick up maintainership.wiz1-2/+2
2009-01-07xview-configdholland1-1/+2
2009-01-07Fix my last change (back in August) -- apparently I forgot to escape thedholland3-17/+21
shell variable $? as $$? so it wouldn't be treated as a make variable. This is wrong but nonfatal with NetBSD's make, but fatal with some other versions of make. While here, unhide a chmod that pkglint was complaining about. PKGREVISION++ (now at 5)
2009-01-07give up maintainershipjschauma1-2/+2
2009-01-07Added devel/nant version 0.86beta1jmcneill1-1/+2
2009-01-07+ nantjmcneill1-1/+2
2009-01-07Import nant version 0.86beta1.jmcneill6-0/+160
NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant. NAnt is different. Instead of a model where it is extended with shell-based commands, NAnt is extended using task classes. Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks get executed. Each task is run by an object that implements a particular Task interface.
2009-01-07Bump per revbump(1) due to exiv2 update which changed shlib major.gdt8-10/+16
2009-01-07Updated graphics/exiv2 to 0.18gdt1-1/+2
2009-01-07Update to 0.18. Minor changes omitted.gdt4-21/+24
- 0000473: [design] Support Preview images. (Vladimir Nadvornik) - [exif] Added Nikon decryption algorithm and use it to decode lens data. - 0000524: [design] Publish only API objects in the installed header files. - 0000523: [miscellaneous] C++ symbol visibility support for gcc builds. - 0000464: [metadata] Write support for PNG images. (Gilles Caulier) - 0000462: [exif] Write support for TIFF format ("New TIFF parser").
2009-01-07Change category to "math" for consistency.asau1-2/+2
Discussed with tnn@.
2009-01-06* Change version to 1.2.0.20081009jmcneill7-8/+56
* Fix default config file path to honour PKG_SYSCONFDIR * Add rc.d script
2009-01-06Set the BUILDLINK_ABI_DEPENDS.reed2-2/+4
The previous libraries had major of 3 and now they are 4. I didn't bump those depending on this as this update happened months ago. I noticed this two ways: new poppler didn't work with my already installed evince and new poppler didn't work with my alreadyinstalled poppler-glib.
2009-01-06Updated net/teamspeak-server to 2.0.24.01abs1-1/+2
2009-01-06Updated net/teamspeak-server to 2.0.24.01abs2-20/+27
pkgsrc changes: PKG_DESTDIR_SUPPORT= user-destdir ### 2.0.24.1 ### - fixed several \0 char exploits in the TCP query interface which could cause database corruption ### 2.0.23.22 ### - fixed a security issue which could enable an attcker to read files from your harddisk via the servers built-in web administration interface ### 2.0.23.21 ### - fixed a XSS bug in the servers built-in web administration interface ### 2.0.23.20 ### - fixed a SQL injection issue which only affects servers running on MySQL databases
2009-01-06sync w/ base pkgdrochner1-3/+4
2009-01-06mednafen-0.8.a -> mednafen-0.8a (silence pkglint)tnn1-2/+2
2009-01-06Updated net/Transmission to 1.42tnn1-1/+2
2009-01-06Updated x11/xextproto to 7.0.4wiz1-1/+2
2009-01-06Update to 7.0.4:wiz2-6/+6
Peter Hutterer (4): Xge.h: include Xmd.h for CARD8 geproto: remote trailing whitespaces. Clean up XGE documentation. Bump to 7.0.4
2009-01-06Updated sysutils/dbus to 1.2.4nb4hasso1-1/+2
2009-01-06Make dbus really work on DragonFly and FreeBSD. The patch obtained fromhasso3-21/+82
FreeBSD ports. Bump PKGREVISION.
2009-01-06update to 0.1.7drochner3-7/+8
changes: -NEF processing code changed (some overflow control added) -ew cameras: Canon G10 & 5D Mk2, Leaf AFi 7, Leica D-LUX4, Panasonic FX150 & G 1, Fujifilm IS Pro
2009-01-06and remove dirrm for the previouskefren1-2/+1
2009-01-06Fix GConf schema file directorykefren4-8/+8
PKGREVISION++
2009-01-06update to 0.1.7drochner3-7/+15
changes: bugfixes
2009-01-06update to 0.1.6drochner3-10/+16
changes: Added a version method to get runtime library version
2009-01-06avoid pichink up docbook2man on builddrochner1-1/+2
2009-01-06pull in xdg-dirs and desktopdb for sanitydrochner2-2/+11
(only comment changes to PLIST)
2009-01-06Updated x11/xterm to 238tnn1-1/+2
2009-01-06update to xterm-238. Closes PR pkg/40334 and fixes CVE-2008-2383.tnn2-7/+6
Patch #238 - 2008/12/30 * update configure macro CF_XOPEN_SOURCE for AIX 6.x and Mint platforms. * reset the screen wrapping-flag at the end of ClearRight to fix an occasional case where the last character of a scrolled and wrapped line would be cleared (patch by Joe Peterson). * modify to use POSIX coding for comparing resource settings such as locale, to work with locales such as Turkish (report by M Vefa Bicakci). * turn on configure paste64 feature by default (request by Jean-Philippe Bernardy). It is runtime enabled/disabled with allowWindowOps. * turn on configure tcap-query feature by default, add resource allowTcapOps to make this runtime enabled/disabled. * make OSC 3 (change X property, from patch #110) subject to allowWindowOps resource. * make VT220 DSR responses inactive in VT100-mode. * make DECUDK feature inactive in VT100-mode. * respond to incorrectly formatted DECRQSS with a cancel. * add allowFontOps resource to allow the fontsize-switching and font query/set control sequences to be enabled/disabled (prompted by Debian #510030). * some code cleanup based on gcc 4.x -Wconversion warnings in button.c and charproc.c * modify tcap-query feature to not return data for shifted cursor-keys when the keyboard type is set to vt220, since returning the same string for shifted/unshifted keys may confuse some applications (GenToo #212546).
2009-01-06Updated graphics/djvulibre-{lib,tools} to 3.5.21adam2-4/+4
2009-01-06Changes 3.5.21:adam5-19/+62
- Speed improvement on multicore platforms - Ddjvu now can produce pdf output. Changes 3.5.20: - Csepdjvu handle gsdjvu hyperlink comments. - Djvudigital therefore handles hyperlinks.
2009-01-06fix typostnn1-1/+1
2009-01-06- pekwm-0.1.9a [pkg/40260]obache1-2/+1
2009-01-06Updated wm/pekwm to 0.1.9aobache1-1/+2
2009-01-06Update pekwm to 0.1.9a.obache3-11/+11
Based on PR 40260 by Guillaume Lasmayous. NEWS pekwm-0.1.9a ================= alas, we missed two rather critical bugs in the 0.1.9 release. We decided to make a new release 0.1.9a that fixes the "lower" action and a crash related to the search dialogue. You can download the release as usual from http://www.pekwm.org or use git to fetch it. NEWS pekwm-0.1.9 ================ Another maintenance release with both bug fixes and feature enhancements. For pekwm-0.1.9 both default configuration and the documentation has been updated to be more useful by default and to reveal more configuration options, it might be worth having a look at the default configuration if you upgrade from a previous version. What also might be worth having a look at is the added contrib folder with scripts and other useful things that is not included in the "main" distribution due to dependency issues. Bugs fixed: * #13, One-click menu access and selection doesn't work. Add the following to the Mouse section in the main configuration file to enable: Select = "Motion MotionPressed" Enter = "ButtonPress MotionPressed" * #20, Search dialog for finding clients. Run ShowSearchDialog and start typing, a list of matching clients should be displayed. * #47, Tab completion for CmdDialog. Activate with Complete and CompleteAbort actions. Currently only includes command completion. Look in default configuration for an example. * #75, Dynamic menus inside dynamic menus. Reported by Krister Svanlund * #80, CMDDIALOG theme structure appears to be ignored now. Now both CmdDialog and InputDialog are valid names for decorating CmdDialog window. * #81, Configuration uses system level config on first run and not user configuartion. * #82, Workspace indicator doesn't show up when workspace is switched by a pager or other program * #84, Unable to make mplayer window fullscreen when FullscreenDetect=True. Reported and fixed by Vladimir A. Pavlov * #88, TitleRules does not apply on pekwm generated menus. Reported and fixed by Matt Hayes * #96, Properly include cstdio to fix compilation errors with gcc-4.4. Reported and fixed by Daniel Moerner * #104, ButtonRelease events should check actual area beneath them for context. Reported by Walther. * #119, Harbour can "float away" when components get resized. Walther. * Fix re-loading of dynamic menus, caching caused menus not to reload. Compatibility fixes: * #72, Work on EWMH support. Support for the following hints has been added: _NET_DESKTOP_GEOMETRY, _NET_WORKAREA, _NET_WM_ICON_NAME, _NET_WM_VISIBLE_ICON_NAME. Configuration changes: * #86, Icon rendering in menus is now optional. In the Menu section of the main configuration DisplayIcons option has been introduced, setting it to false disables menu icons. * #98, Configurable icons in root menu. Reported by Krister Svanlund. * #103, Template entries with a "name" cannot be replaced. Template overriding is now valid in mouse, keys and autoproperties. Reported by Walther. * #109, Environment variables should be set for window menus. Now $CLIENT_PID and $CLIENT_WINDOW is available in dynamic menu scripts. Reported by Matt Hayes * #110, ShowStatusWindowCenteredOnRoot option introduced. When True old status window behavior is used, when set to False (default value) the status window is displayed centered on the current window. * #122, Setting icon limitations depending on menu. Example in the default configuration file. * #XX, Default configuration for window types has been updated with saner defaults. * #XX, Make templates available in autoproperties only with require syntax. In order to support having templates overwriting in autoproperties file a Require section was added just as in the theme file. To enable templates overwriting and set up a single property using it add this to your autoproperties file: Require { Templates = "True" } Property = "name,class,role,title,apply on" { Sticky = "True" } Theme changes * #91, Renamed Hoover to Hover. Hoover is still a valid name. NEWS pekwm-0.1.8 ================ Another maintenance release with both bug fixes and feature enhancements. Many thanks to IOError for speeding up the release process. Bugs fixed ========== * #38 VNC issue entering username and password, fixed by Andreas <ioerror{@}lavabit{.}com> * #51 Incorrect behaviour on x86_64 using pypanel, reported and fixed by Vladimir A. Pavlov <pv4{@}bk{.}ru> * #56 Disabling xrandr also disables image-png and Xft support, reported and fixed by Nathan <cornet{@}sheepy{.}org> * #58 Exaile Mini Mode keys dont work * #59 Raise/Lower events do not work on unselected tabs, fixed by Andreas <ioerror{@}lavabit{.}com> * #60 ButtonRelease/Motion events do not work on window borders, fixed by Andreas <ioerror{@}lavabit{.}com> * #62 Fix broken FullScreen requests * #63 Above (Dialog) layer not working properly, fixed by Jyri Jokinen <shared{@}adresh{.}com> * #65 HideAllMenus steals focus. * #67 InputDialog input field background is not updated on theme change. User visible changes ==================== * CmdDialog history is now persistent between pekwm sessions. * #23 Support define/template sections in configuration, have a look at the default theme which uses the new theme format. Configuration changes ===================== * FullscreenAbove option added to the screen section causing fullscreen applications go above panels etc if true. Works around #61. * ShowWorkspaceIndicator changed from seconds to milliseconds. * HonourRandR option added. Disable it to force pekwm to interpret the xinerama information as reliable (instead of randr's). * /regexp/flags syntax to all regular expressions in the configuration with i (ignore case) and ! (invert match). Theme changes ============= * #41, hoover state for buttons. Enable by setting a Hoover texture on buttons such as: Hoover = "Solid #ffcea5 0x0" * Re-load of decor rules when title changes making the following * possible: DecorRules { Property = "(term|rxvt),(erm|xvt)" { Title = "root" Decor = "WARNING" } Property = "(term|rxvt),(erm|xvt)" { Title = "/^[^@]+$/" Decor = "DEFAULT" } Property = "(term|rxvt),(erm|xvt)" { Title = "/@noosnascla-laptop/!" Decor = "REMOTE" } }
2009-01-06pekwm-1.0.9a is not released, it's 0.1.9a.obache1-3/+2
2009-01-06Mention gsasl and gnome-keyring options used by mail/msmtp.obache1-0/+2