summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-03-05"Solaris" has no LCHMOD, says Jörn Clausen in PR 42924.wiz1-1/+2
2010-03-05Do not accept xulrunner 1.9.2.2pre or newer, it comes without npapi.h.wiz1-1/+2
2010-03-05Update to SBCL 1.0.36asau3-15/+33
New in version 1.0.36 - new feature: SB-EXT:TYPEXPAND-1, SB-EXT:TYPEXPAND, and SB-EXT:TYPEXPAND-ALL behave exactly like their MACROEXPAND counterparts but work on type specifiers. - new feature: SB-EXT:DEFINED-TYPE-NAME-P returns whether a symbol is known to name a type specifier. - new feature: SB-EXT:VALID-TYPE-SPECIFIER-P returns whether a given type specifier is valid where "valid" basically means "would be accepted as second argument of TYPEP". - new feature: SB-INTROSPECT:FUNCTION-TYPE takes a function-designator and returns the function's declared, or derived FTYPE. - new feature: SB-POSIX now supports accessing the d_ino member of dirent structures. (Thanks to Philipp Marek and Pierre THEIRRY) - new feature: The function SB-EXT:SEED-RANDOM-STATE has been added to provide for seeding a RANDOM-STATE object with user-provided data or from the operating system's PRNG. Also, (MAKE-RANDOM-STATE T) will attempt to initialize the returned state from the operating system's PRNG where possible. (Thanks to Fare Rideau; launchpad bug #310116) - bug fix: Fix SB-SIMPLE-STREAMS:READ-VECTOR to correctly set the FILE-POSITION of the stream being read from. (launchpad bug #491087) - bug fix: Fix grammar and style issues for the docstrings of printer-related variables and functions. (Thanks to mon_key; launchpad bug #518696) - bug fix: Fix compilation on chenygc platforms. Thanks to Larry Valkama and Bruce O'Neel. - bug fix: SB-THREAD:CONDITION-WAIT sometimes signaled a deadline twice in a row even though a handler defered the deadline long into the future. (#512914) - bug fix: A deadline handler was run without interrupts enabled for a deadline signaled within SB-THREAD:CONDITION-WAIT. That could result in infinitely spinning, non-killable threads. - bug fix: Backtrace from internal-errors on x86-64 os x was truncated before reaching the erring stack frame. - bug fix: Fix type derivation for EXPT when raising a fixnum to a real power. (launchpad bug #525949) - bug fix: Fix SB-EXT:GENERATION-* accessors for generations > 0 on GENCGC platforms. (launchpad bug #529014) - bug fix: More robust checks for invalid DEFMETHOD argument specializers. (launchpad bug #525916) - bug fix: Fix building on Darwin when sysctl is not in the user's PATH. (Thanks to Robert Goldman)
2010-03-05Updated audio/py-mutagen to 1.19obache1-2/+1
2010-03-05Update py-mutagen to 1.19.obache4-14/+18
Patch provided by Wen Heping via PR#42851. 1.19 - 2010.02.18 * ID3: * POPM: 'count' is optional; the attribute may not exist. (#33) * TimeStampTextFrame: Fix a TypeError in unicode comparisons. (#43) * MakeID3v1: Translate TYER into ID3v1 year if TDRC is not present. (#42) * mid3v2: * Allow --delete followed by --frame, and --genre 1 --genre 2. (#37) * Add --quiet and --verbose flags. (#40) * moggsplit: --m3u option to write an M3U playlist of the new files. (#39) * mid3iconv: Fix crash when processing TCML or TIPL frames. (#41) * VCommentDict: Correctly normalize key names for .keys() iterator. (#45) * MP3: Correct length calculation for MPEG-2 files. (#46) * oggflac: Fix typo in docstring. (#53) * EasyID3: Force UTF-8 encoding. (#54) * EasyMP4: Fix 'genre' translation. (#56) 1.18 - 2009.10.22 * ASF: * Distinguish between empty and absent tag values in ContentDescriptionObjects. (#29) * mid3iconv: * Fix a crash when processing empty (invalid) text frames. * MAJOR API INCOMPATIBILITY!!!! * EasyID3FileType is now in mutagen.easyid3, not mutagen.id3. This change was necessary to restore API compatibility with 1.16, as 1.17 accidentally contained a circular import preventing mutagen.easyid3 from importing by itself. (#32) 1.17 - 2009.10.07 * ID3: * Support for the iTunes non-standard TSO2 and TSOC frames. * Attempt to recover from bad SYLT frames. (#2) * Attempt to recover from faulty extended header flags. (#4, #21) * Fix a bug in ID3v2.4 footer flag detection, (#5) * MP4: * Don't fail or double-encode UTF-8 strings when given a str. * Don't corrupt 64 bit atom sizes when resizing atoms. (#17) * EasyID3: * Extension API for defining new "easy" tags at runtime. * Support for many, many more tags. * OggVorbis, OggSpeex: Handle bitrates below 0 as per the spec. (#30) * EasyMP4: Like EasyID3, but for iTunes MPEG-4 files. * mutagen.File: New 'easy=True' argument to create new EasyMP3, EasyMP4, EasyTrueAudio, and EasyID3FileType instances. 1.16 - 2009.06.15 * Website / code repository move. * Bug Fixes: * EasyID3: Invalid keys now raise KeyError (and ValueError). * mutagen.File: .flac files with an ID3 tag will be opened as FLAC. * MAJOR API INCOMPATIBILITY!!!! * Python 2.6 has required us to rename the .format attribute of M4A/MP4 cover atoms, because it conflicts with the new str.format method. It has been renamed .imageformat.
2010-03-05Note update of databases/mysqlcc package to 0.9.8.taca1-1/+2
2010-03-05Update mysqlcc to 0.9.8.taca6-29/+87
* Suppoer mysql4 and mysql5 (but not mysql51 because of API change). * Install supporting files. Changes for 0.9.8 ----------------- * Created a conditional for mysql_shutdown to check for the existance of SHUTDOWN_DEFAULT in order to work with older mysql client libraries * Changed requirement for qpopmenu.h to qpopupmenu.h in include/CProperties.h and src/CTableTools.cpp * Added /usr/share/qt3 to the list of places to look for qt3 (fixes Debian problems) Notes for 0.9.7 ---------------- This is a development release. Henceforth, version numbers will follow the Linux kernel standard wherein odd numbered releases (such as 0.9.7) refer to development releases and even numbered releases (such as 0.9.8) refer to stable releases. Users connecting to or using MySQL 5 libraries should be using this release. Users still connecting only to MySQL 4 or lower servers should continue using version 0.9.4. This is an issue which will be addressed by version 0.9.8 and, if that version is available at the time you read this, that version should be used instead. Changes for 0.9.7 ----------------- * Changed the call to mysql_shutdown to include SHUTDOWN_DEFAULT as required by MySQL >= 5 client libraries in CMySQL.cpp * Repaired default_table assignment in CQueryWindow.cpp
2010-03-05Enable to select mysql51 with 51 in MYSQL_VERSION_DEFAULT andtaca1-4/+10
MYSQL_VERSIONS_ACCEPTED.
2010-03-05Reset MAINTAINER as I'm using rrdtool-1.2.x (because it has fewer deps).martti1-2/+2
2010-03-05correct forward looking addition of ruby19 in the previous commit :)spz1-3/+1
2010-03-05Note update of mail/squirrelmail package to 1.4.20rc2nb5.taca1-1/+2
2010-03-05Fix wrong CONF_FILES handling.taca2-8/+14
Bump PKGREVISION.
2010-03-05Remove CVE-2007-3304 related patches. CVE-2007-3304 was fixedtaca4-56/+1
in Apache 2.2.6 and these patches are noop.
2010-03-04i2cb at least compiles nowspz1-2/+2
2010-03-04Add patches to compile on systems with getline() and to link to the tclspz7-17/+70
currently in pkgsrc.
2010-03-04Updated x11/x3270 to 3.3.10ga4gls1-1/+2
2010-03-04Updated to 3.3.10ga4gls4-39/+32
Fix HOMEPAGE and MASTER_SITES Changelog too long to list here. Please see http://x3270.bgp.nu/documentation-relnotes.html
2010-03-04Add embedded-server description.taca1-0/+1
2010-03-04Enable embedded-server default by PKG_SUPPORTED_OPTIONS.taca1-3/+2
I modified it temporary for testing and forgot to revert before import.
2010-03-04Note addition of mysql51-client and mysql51-server version 5.1.44.taca1-1/+3
2010-03-04Add and enable mysql51-client and mysql51-server.taca1-1/+3
2010-03-04Importing mysql51-server 5.1.44, server part of MySQL 5.1.44 includingtaca28-0/+4411
embedded server (by PKG_OPTION). For release MySQL 5.1 specific information please refer: http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL server programs and libraries including embedded server (by PKG_OPTION).
2010-03-04Importing mysql51-client 5.1.44, client part of MySQL 5.1.44.taca33-0/+761
For release MySQL 5.1 specific information please refer: http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL client programs and libraries.
2010-03-04Note updated of mail/squirrelmail package to 1.4.20rc2nb4.taca1-1/+2
2010-03-04Overhaul squirrelmail package:taca25-61/+504
* Add DESTDIR support. * Add more changes from squirrelmail's repositry including secure token support, hoping early release of real 1.4.20. Bump PKGREVISION.
2010-03-04Note update of security/php-suhosin package to 5.2.13.0.9.29.taca1-1/+2
2010-03-04Update php-suhosin package to 0.9.29.taca2-6/+6
2009-08-15 - 0.9.29 - Fixing crash bugs with PHP 5.3.0 caused by unexpected NULL in EG(active_symbol_table) - Added more compatible way to retrieve ext/session globals - Increased default length and count limit for POST variables (for people not reading docu) 2009-08-14 - 0.9.28 - Fixed crash bug with PHP 5.2.10 caused by a change in extension load order of ext/session - Fixed harmless parameter order error in a bogus memset() - Disable suhosin.session.cryptua by default because of Internet Explorer 8 "features" - Added suhosin.executor.include.allow_writable_files which can be disabled to disallow inclusion of files writable by the webserver
2010-03-04Note update of lang/php5 package to 5.2.13nb1.taca1-1/+2
2010-03-04Update suhosin patch for PHP 5.2.13.taca3-4/+8
Bump PKGREVISION.
2010-03-04NetBSD 5.99.21 and newer does not swap out user areasmartin2-5/+11
2010-03-04void function cannot return valuetnn3-1/+46
2010-03-04Mixing _XOPEN_SOURCE=500 and _XOPEN_SOURCE=600 in the same packagetnn3-13/+15
is asking for trouble. On solaris these options are mutually exclusive because 600 needs C99 and 500 is not allowed to use C99. I lowered the requirement to _XOPEN_SOURCE=500 and the build succeeded. While here I'll note that PR pkg/42897 (netbpm link error on Solaris 10) should now be fixed by libpng-1.2.41nb1.
2010-03-04Updated geography/epsg-docs to 200911gdt1-1/+2
2010-03-042009-11 revision of the documentationgdt2-9/+9
2010-03-04scratch that, pkg-config does the right thing.tnn2-13/+1
We only needed the fix for libpng-config.
2010-03-04regen patchtnn2-7/+7
2010-03-04"pkg-config --libs png" and "libpng-config --libs" shouldtnn4-2/+29
request -lz linkage. Bump PKGREVISION.
2010-03-04Updated sysutils/memtester to 4.1.3schmonz2-3/+3
2010-03-04Update to 4.1.3. From the changelog:schmonz2-6/+6
-fix 64-bit data patterns with some versions of gcc. Thanks: Tony Battersby. -clarify `make install` in readme. Thanks: Marc Lobelle.
2010-03-04+ abcmidi-20100223, bacula-5.0.1, cdrtools-2.01.01alpha77, etm-556,wiz1-12/+21
evolution-data-server-2.28.3.1, fbreader-0.12.6, flightgear-2.0.0, gbrainy-1.40, glabels-2.2.7, kde4-4.4.1, libdrm-2.4.19, memtester-4.1.3, mtools-4.0.13, munin-1.4.4, py-moin-1.9.2, samba-3.5.0, sqlitemanager-1.2.4, worker-2.17.6, xf86-video-ati-6.12.5, zile-2.3.15.
2010-03-04Updated graphics/clutter to 1.2.0obache1-1/+2
2010-03-04Update clutter to 1.2.0.obache4-31/+54
Clutter 1.2.0 (02/03/2010) =============================================================================== • List of changes since Clutter 1.1.14 » Improve the Animator API for consistency, and the implementation to match the intended behaviour, as documented » Add initial (and internal) support for queueing clipped region updates and let the GLX texture-from-pixmap actor take advantage of it » Support any pixel format in cogl_read_pixels() » Conditionally use G_VALUE_COLLECT_INIT() in functions using variadic arguments lists » Consistently use :min-width and :min-height inside the Stage to define the minimum size of the Stage window » Implement the Scriptable interface for ClutterModel sub-classes; this allows setting ClutterModel columns (both types and names) in ClutterScript definitions » Add support for unsigned integer indices in the VertexBuffer API » Documentation fixes for Clutter: the coverage is now 100% » Fixes for the EGL native backend » Require libtool >= 2.2.6 » Improve tests coverage Many thanks to: Neil Roberts Øyvind Kolås Robert Bragg Bastian Winkler Chris Lord Owen W. Taylor Clutter 1.1.14 (24/02/2010) =============================================================================== • List of changes since Clutter 1.1.12 » Fix interaction between user resizable Stages and fullscreen on X11 » Define the semantics of ENTER and LEAVE events when actors are on the border of the Stage window » Take the InputDevice of an event into consideration when throttling MOTION events » Round the coordinates when clipping to a rectangle in window coordinates » Always trust the user-provided coordinates when creating a CoglTexture from a foreign GL texture » Split Clutter's debug annotations from the pick and paint mode behavioural modifiers » Improve the usage of the CLUTTER_ACTOR_NO_LAYOUT flag so that every actor using a ClutterFixedLayout manager will automatically benefit from it » Fix the packing order of ClutterBox so that the convention of first-in-first-painted is maintained » Documentation fixes Many thanks to: Robert Bragg Chris Lord Neil Roberts Clutter 1.1.12 (16/02/2010) =============================================================================== • List of changes since Clutter 1.1.10 » Fix compilation on 64bit platforms » Fix some races of the Stage resizing on X11 » Documentation fixes for Cogl: the coverage is now 100% » Fix rounding errors in the preferred height of the ClutterText actor » Remove redundant type checks in clutter_actor_get_paint_opacity() » Add support for the GLX_INTEL_swap_event extension; when using this extension on GLX the glXSwapBuffers() call becomes non-blocking and Clutter will use an event to control the master clock. » Improve consistency between ClutterBox and ClutterGroup. » On X11, do not set the _NET_WM_PID and WM_TITLE properties on a Stage X window if the window was not created by Clutter itself » Improve caching of GL constant values » Optimize creating sub-textures of sub-textures » Various fixes for the atlas and the journal » Disable the atlas if FBOs are not supported Many thanks to: Robert Bragg Neil Roberts Damien Lespiau Bastian Winkler Chris Lord Clutter 1.1.10 (09/02/2010) =============================================================================== • List of changes since Clutter 1.1.8 » Fixed a regression in textures that caused all the textures to be drawn as white rectangles. » Fixed compilation with the Sun C compiler. » Use SSE2 instructions to premultiply RGBA images, if available. » Improve readability of ClutterActor::raise/::lower warnings. Many thanks to: Neil Roberts Halton Huo Clutter 1.1.8 (08/02/2010) =============================================================================== • List of changes since Clutter 1.1.6 » Added ClutterAnimator, a class that allows defining complex implicit animations involving multiple actors and states; this class is mostly meant to be used through the ClutterScript definition format, but it provides a convenience C API for easily building animations. » New experimental COGL API to expose "hardware" buffers such as PBOs or drm surfaces. This API can be used, for instance, to make texture uploading faster. » Fixed the issues with resizable stages getting a 1x1 window with the X11 backends » Expose input devices for every event; by default, X11 and Windows backends expose the core devices only. » Add the ClutterStage:key-focus property, for key focus tracking. » Allow setting transformable value types in ClutterAnimation when calling clutter_animation_bind() and clutter_animation_update(). » Delay the creation of the default Stage until clutter_stage_get_default() is actually called; this reduces the work of clutter_init(). » Implement Ctrl+Delete and Ctrl+Backspace in ClutterText » Improve the extendability of CoglTexture with internal backends. » Add implicit texture atlasing; Cogl will try to put every texture inside the same texture atlas by default, to avoid state changes in the driver and (hopefully) improve performance. » Fix notification of the cursor and selection changes in ClutterText; this improves the usage of Clutter from A11Y toolkits. » Do not wait for a frame if the system clock goes backwards. » Fix the dirtying of the clip state; this unbreaks cogl_path_fill(). » Documentation and build fixes. Many thanks to: Neil Roberts Chris Lord Damien Lespiau Alejandro Piñeiro Jussi Kukkonen Kristian Høgsberg Robert Bragg Øyvind Kolås Clutter 1.1.6 (18/01/2010) =============================================================================== • List of changes since Clutter 1.1.4 » Some fixes for the Win32 backend (bug #1905). » Profiling support via the UProf library. Configure with --enable-profile to get a report after each Clutter application is run. » Improved conformance tests with coverage reports via gcov. » ClutterTexture no longer tries to read back texture data into g_malloc'd memory on unrealize (bug #1842). » The CGL_• defines from cogl-defines.h have been removed. These should not have been used by any applications, but if they were being used then please replace them either with the Cogl enums or with the appropriate GL_• enum if you are using GL directly. » Added a delete-event signal to the stage. » Fix for using cogl_rectangle with different texture coordinates for multiple layers (bug #1937). » Fix for using stencil and depth buffers in FBOs on Intel drivers in Mesa (bug #1873). » Support for subtitles in ClutterMedia. » ClutterGLX will now use an RGB visual by default. For applications (and toolkit integration libraries) that want to enable the ClutterStage:use-alpha property there is a new function: clutter_x11_set_use_argb_visual(). » Fix ClutterText to allow using Pango markup and attributes in the same actor (bug #1940). Many thanks to: Alejandro Piñeiro Damien Lespiau Emmanuele Bassi Gord Allot Halton Huo Robert Bragg Samuel Degrande Clutter 1.1.4 (03/01/2010) =============================================================================== • List of changes since Clutter 1.1.2 » Update the ClutterScript parser to be more resilient, and support constructor and ChildMeta properties. The parser also respects the order of the properties in the UI definitions when applying them, and will apply the properties of an Actor after building the scene graph. » Simplified the implementation of LayoutManager sub-classes, and added support for animating a layout manager. » Allow short-circuiting some layout operations by setting a specific flag on ClutterActor. » Improve caching of the preferred size of a ClutterActor. » Allow declaring "internal children" for a ClutterContainer implementation: the memory management of these actors will be deferred entirely to the Container. » Let the ClutterStage honour the :opacity property and the alpha component of the stage color. This requires support in the Clutter backend used. » Improve Windows and OSX backends. » Simplify the feature detection code for OpenGL; this also reduced the required OpenGL version to 1.2. » Improve the matrix stack handling code. The matrices can be debugged by using the COGL_DEBUG environment variable, assuming that Clutter was compiled with the right configure-time switch. » Improve COGL API for draw buffers, and for offscreen buffer support. » Add support for text direction to ClutterActor. » Documentation, introspection and build fixes. Many thanks to: Robert Bragg Neil Roberts Damien Lespiau Joshua Lock Bastian Winkler Rob Bradford Samuel Degrande Christian Persch Colin Walters Johan Bilien Raymond Liu Tim Horton Clutter 1.1.2 (23/10/2009) =============================================================================== • List of changes since Clutter 1.0 » Add ClutterLayoutManager, an abstract proxy class for easily writing layout management policies; also add ClutterLayoutMeta, a class for storing layout properties. » Add ClutterBox, a generic container actor that relies on a ClutterLayoutManager instance to manage the layout of its children. » Add the following layout managers: - ClutterFixedLayout - a layout manager implementing the policy used by ClutterGroup - ClutterBinLayout - a layout manager for packing actors as layers inside the same area, with per-actor alignment - ClutterFlowLayout - a layout manager arranging actors as a reflowing grid - ClutterBoxLayout - a layout manager arranging actors as a single line » Remove the requirement for the backend-specific implementation of ClutterStage to be a ClutterActor: a Stage implementation must only implement the ClutterStageWindow interface. This cleans up the backend code. » COGL source tree clean up and rationalization; COGL now knows the platform, and not only the driver (GL or GLES) so we can migrate part of the low-level backend code from Clutter to COGL where it makes sense. » Remove code duplication across whole COGL. » The GLES 2.0 driver for COGL, and the EGLX backend for Clutter have been fixed and confirmed working. » Add "dump-pick-buffer" to CLUTTER_DEBUG: this debug options dumps the contents of each pick() buffer into a PNG file, for debugging purposes. » Allow interpolating intervals of ClutterUnits for animating unit-based properties. » Increase strictness and correctness of the ClutterUnits grammar parser. » Add GValue transformation functions for ClutterPath to and from a string. » Fix word movement in ClutterText; implement GObject getter for :use-markup; emit notification for :position; decouple the :text property from the :use-markup property. » Do not queue redraws or relayouts on actors currently being destroyed. » Support #rrggbb and #rgb notations for ClutterColor. » Multiple bug fixes. » Provide _NET_WM_PID on the X11 stage implementation. » Documentation and Introspection annotation fixes. » Add test units for the ClutterActor size requesition. » Build fixes. » Use AM_SILENT_RULES if Automake 1.11 is detected, and fall back to Shave on older Automake versions. Many thanks to: Robert Bragg Damien Lespiau Neil Roberts Thomas Wood Owen W. Taylor Øyvind Kolås Götz Waschk Zhou Jiangwei Colin Walters Jonas Bonn Joshua Lock Jussi Kukkonen Samuel Degrande Vladimir Nadvornik Xu Li
2010-03-04Add and enable qlandkartegt, qlandkartegt-garmindev and qlandkartem.taca1-1/+4
2010-03-04Add and enable likepython.taca1-1/+4
2010-03-04Remove extra x11.buildlink3.mk include which caused build failures withdmcmahill1-2/+2
modular X11. Noted by Takahiro Kambe.
2010-03-04Updated geography/epsg to 7.4.1gdt2-3/+3
2010-03-04Update to 7.4.1 (with readme at 7.4). This is a database, not agdt3-14/+15
program, so the changes are simply additions, deletions and corrections.
2010-03-04homepage moved to osgeogdt1-2/+2
2010-03-04Note update of www/durpal and www/drupal6 packages to 5.22/6.16.taca1-1/+3
2010-03-04Update drupal6 package to 6.16.taca3-11/+8
Drupal 6.16, 2010-03-03 ---------------------- - Fixed security issues (Installation cross site scripting, Open redirection, Locale module cross site scripting, Blocked user session regeneration), see SA-CORE-2010-001. - Better support for updated jQuery versions. - Reduced resource usage of update.module. - Fixed several issues relating to support of install profiles and distributions. - Added a locking framework to avoid data corruption on long operations. - Fixed a variety of other bugs.