summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-09Updated mail/sylpheed to 3.0.2tnn2-4/+3
2010-04-09Update to sylpheed-3.0.2. Changes:tnn2-6/+6
* The random scrolling problem on selecting folders with GTK+ 2.12 or later was fixed. * The problem that config files are not updated after creating new accounts was fixed. * The problem that folder config file was not updated after changing IMAP or News account name was fixed. * Several typos in some dialogs were fixed. * The Japanese manual was updated.
2010-04-09Updated devel/xorg-util-macros to 1.7.0tnn1-1/+2
2010-04-09Update to xorg-util-macros-1.7.0.tnn3-8/+8
1.7.0: config: remove the xorg-macros pc.in file from EXTRA_DIST doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctools 1.6.0: All document generation macros are now available. 1.5.0: There are 3 new macros to help modules manage if/when docs get build in a consistent way. 1.4.2: Two behaviour changes in this minor release: - XORG_INSTALL looks for the INSTALL file in $datadir/util-macros/ instead of $docdir - XORG_CHECK_MALLOC_ZERO doesn't abort when cross-compiling even without an explicit --{en,dis}able-malloc0returnsnull
2010-04-09Updated X.org components:tnn2-14/+13
libpciaccess, fixesproto, inputproto, xextproto, xineramaproto, libXfixes, libXtst, libXinerama, libXi, libXext and recordproto.
2010-04-09Assorted fixes for fallout from X.org header rototill.tnn17-3/+1211
Bump revision.
2010-04-09Guard against multiple inclusion. Bump rev.tnn2-2/+8
2010-04-09Some drivers now have a build time dependency on libXext becausetnn20-39/+60
of xextproto -> libXext header rototil.
2010-04-09Update to libXext-1.1.1.tnn5-23/+51
Following the xextproto cleanup, the client-side header files previouly in xextproto have now moved to libXext.
2010-04-09Update to libXi-1.3.tnn4-50/+11
Most notable change is that this brings XI2 support, matching changes noted in the inputproto-2.0 update.
2010-04-09Update to libXinerama-1.1.tnn4-9/+11
1.1: Just one more change, the requirement of xorg-macros 1.3. 1.0.99.1: Most notable change the addition of Xinerama.h and panoramiXext.h. Both files were previously part of xineramaproto and were moved here. Requires xineramaproto 1.1.99.1 or higher.
2010-04-09Update to libXtst-1.1.0.tnn4-20/+13
1.1.0: Just two changes, increasing the requires for libXext to what it really is and the usual xorg-macros change. 1.0.99.2: Xlib headers from the recordproto module have moved to here. The new requirement is thus recordproto 1.13.99.2 No other interesting changes. 1.0.99.1: The first libXtst release for nearly two years and boy, aren't we glad it's here. 1.0.99.1 contains various build system fixes and a new header file that previouly resided in the xextproto module. This version requires xextproto 7.0.99.3 or later to avoid conflicts with header files.
2010-04-09Update to libXfixes-4.0.4.tnn3-24/+6
4.0.4: Add README with pointers to mailing list, bugzilla & git repos Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Replace static ChangeLog with dist-hook to generate from git log nuke RCS Ids Janitor: Correct make distcheck and gcc/sparse warnings. Rename parameters to clarify QueryVersion/QueryExtension.
2010-04-09Update to xineramaproto-1.2.tnn4-12/+9
"No protocol changes, packaging changes only. Note that the Xlib headers were removed since the last release. They are now in libXinerama."
2010-04-09Update to xextproto-7.1.1.tnn5-45/+72
"Many headers included in xextproto were combined library, server and protocol headers. This release splits those headers up and moves the client-side library headers into the libXext module. Clients should not be affected by this change. Drivers that included headers from this module will need to be fixed." "Note that as a result of this file removal and renaming, xextproto is only partially compatible to other, already released modules. An upgrade of xextproto from 7.0.x to 7.1.0 also requires upgrades of libXext, libXtst, the X server and possible others." xxx tnn note: I've added a compat shmstr.h to help old software, such as xorg-server 1.6 to build. More fixes coming.
2010-04-09Update to recordproto-1.14.tnn4-11/+11
Recordproto has seen a similar cleanup as xextproto recently. Xlib headers have been removed and the remaining headers renamed for consistency. A stub recordstr.h is provided to avoid breakage in current clients, the Xlib header now resides in libXtst.
2010-04-09Update to inputproto-2.0.tnn4-11/+11
"The first stable release of the X Input Extension Version 2.0 protocol specification and header files." XI2 provides a number of enhancements over version 1.5, including: - use of XGE and GenericEvents. GenericEvents are of flexible length with a minimum length of 32 bytes. - explicit device hierarchy of master and slave devices. See Section 4. - use of multiple independent master devices (Multi-Poiner X or MPX). - the ability for devices to change capabilities at runtime. - raw device events
2010-04-09Added devel/p5-Attribute-Lexical version 0.001sno2-2/+4
2010-04-09Importing devel/p5-Attribute-Lexical 0.001sno3-0/+47
This module manages attributes that can be attached to subroutine and variable declarations. Although it can be used directly, it is mainly intended to be infrastructure for modules that supply particular attribute semantics. Meanings are assigned to attributes by code which is usually supplied by modules and which runs at compile time. The built-in mechanism for attribute control is awkward to use, difficult in particular to enable multiple attributes supplied by different modules, and it scopes attribute meanings according to the package of the object to which attributes are being applied. This module is intended to overcome these limitations. This module supplies a simple pragma to declare an attribute, associating the attribute's name with a handler function that implements its semantics. The declaration is lexically scoped, lasting only until the end of the enclosing block. A declaration can be overridden, giving an attribute name a different meaning or making it meaningless, in an inner nested block.
2010-04-09Added devel/p5-Lexical-SealRequireHints version 0.002sno1-1/+2
2010-04-09Update to fixesproto-4.1.1.tnn3-8/+8
4.1.1: New requirement: xorg-macros 1.3 Add README with pointers to mailing lists, bugzilla, & git Hide/ShowCursor works on all master pointers in XI2. Document behaviour of CursorNotifies with XI2 servers. Require macros 1.3 for XORG_DEFAULT_OPTIONS Remove RCS tags 4.1: renamed: .cvsignore -> .gitignore Update XFixes protocol spec to match XFixes 4.0 Typo fixes in XFixes protocol spec Move fixes protocol description to the new canonical location/name. fixesproto: adjust to split xext headers ChangeSaveSet with map=Unmap means 'unmap', not 'don't remap' Janitor: Correct make distcheck and dont distribute autogen.sh
2010-04-09Added devel/p5-Lexical-SealRequireHints version 0.002sno1-1/+2
2010-04-09Importing p5-Lexical-SealRequireHints version 0.002sno3-0/+43
There is a bug in Perl's handling of the %^H (lexical hints) variable that causes lexical state in one file to leak into another that is required/used from it. This bug will probably be fixed in Perl 5.10.2, and is definitely fixed in Perl 5.11.0, but in any earlier version it is necessary to work around it. On versions of Perl that require a fix, this module globally changes the behaviour of require and use so that they no longer exhibit the bug. This is the most convenient kind of workaround, and is meant to be invoked by modules that make use of lexical state. The workaround supplied by this module takes effect the first time its import method is called. Typically this will be done by means of a use statement. This should be done before putting anything into %^H that would have a problem with leakage; usually it suffices to do this when loading the module that supplies the mechanism to set up the vulnerable lexical state. Invoking this module multiple times, from multiple lexical-related modules, is not a problem: the workaround is only applied once, and applies to everything.
2010-04-09Added devel/p5-Params-Classify version 0.009sno2-2/+4
2010-04-09Importing devel/p5-Params-Classify 0.009.sno3-0/+40
This module provides various type-testing functions. These are intended for functions that, unlike most Perl code, care what type of data they are operating on. For example, some functions wish to behave differently depending on the type of their arguments (like overloaded functions in C++). There are two flavours of function in this module. Functions of the first flavour only provide type classification, to allow code to discriminate between argument types. Functions of the second flavour package up the most common type of type discrimination: checking that an argument is of an expected type. The functions come in matched pairs, of the two flavours, and so the type enforcement functions handle only the simplest requirements for arguments of the types handled by the classification functions. Enforcement of more complex types may, of course, be built using the classification functions, or it may be more convenient to use a module designed for the more complex job, such as Params::Validate.
2010-04-09Added databases/p5-DBD-DB2 version 1.78sno1-1/+2
2010-04-09Update to libpciaccess-0.11.tnn4-76/+477
Synced the netbsd support patch from xsrc HEAD, with a minor tweak: Now we first try to map memory in the newfangled /dev/pciN way. If that fails, then we fall back to /dev/mem. We need to do this to deal with netbsd-5 and earlier. Add NetBSD/sparc64 to the list of supported platforms. Upstream changes: 0.11.0: Add pci_device_get_parent_bridge() I/O port access routines Fix pci_device_open_io() to actually return something useful Fix I/O handle array allocator to work for devices past the first libpciaccess 0.11.0 .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 Deploy the new XORG_DEFAULT_OPTIONS #24242 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 0.10.9: vgaarb: check pci_sys exists before initing vga arb shutup stupid gcc warning, strtok_r ignores the first parameter Free return value from scandir instead of leaking it. vgaarb: check for fd before close it vgaarb: fix newbie typo
2010-04-09Added databases/p5-DBD-DB2 version 1.78sno1-1/+2
2010-04-09Importing databases/p5-DBD-DB2 version 1.78.sno3-0/+37
DBD::DB2 is a Perl5 module which when used in conjunction with DBI allows Perl5 to communicate with IBM's DB2 Universal Database.
2010-04-09Note the end of the freeze in preparation for the pkgsrc-2010Q1 branchagc1-5/+2
2010-04-09Updated lang/smalltalk to 3.1nb6obache1-1/+2
2010-04-09* fixes build with gmp-5 (patch-ai).obache4-4/+170
* apply CVE-2009-3376 patch (patch-aj). * drop dependency on libltdl, not used Bump PKGREVISION.
2010-04-09Updated misc/m17n-contrib to 1.1.11obache1-1/+2
2010-04-09Update m17n-contrib to 1.1.11.obache3-8/+23
* Changes in the m17n-contrib 1.1.11 ** New input method: ii-phonetic.mim (Yi) si-sumihiri.mim (Sinhala) yi-yivo.mim (Yiddish) ath-phonetic.mim (Eastern Cree/Carrier) bla-phonetic.mim (Eastern Cree/Blackfoot) cr-western.mim (Western Cree dialects) iu-phonetic.mim (Inuktitut) nsk-phonetic.mim (Eastern Cree/Naskapi) oj-phonetic.mim (Ojibwe)
2010-04-09Updated devel/m17n-lib to 1.6.0obache1-1/+2
2010-04-09Update m17n-lib to 1.6.0.obache3-12/+11
2010-03-30 Kenichi Handa <handa@m17n.org> * configure.ac: Version changed to 1.6.0. 2010-03-19 Kenichi Handa <handa@m17n.org> * configure.ac: Version changed to 1.6.0pre. 2010-02-18 Kenichi Handa <handa@m17n.org> * configure.ac (M17N_BINARY_VERSION): New variable. (M17N_MODULE_DIR): New variable. AC_SUBST it. 2009-11-05 Kenichi Handa <handa@m17n.org> * configure.ac: Check if the OTF library has OTF_drive_gpos2 (). 2009-10-05 Kenichi Handa <handa@m17n.org> * configure.ac: Version changed to 1.6.0. (API_VERSION): Changed to 4.0.4.
2010-04-09Updated misc/m17n-db to 1.6.0obache1-1/+2
2010-04-09Update m17n-db to 1.6.0.obache3-9/+19
* Changes in the m17n database 1.6.0 ** An input method is deleted. si-wijesekera-preedit.mim ** New FLT files are added. FLT/MLM2-OTF.flt, FLT/KND2-OTF.flt, FLT/TEL2-OTF.flt, FLT/TML2-OTF.flt, FLT/ORY2-OTF.flt, FLT/GJR2-OTF.flt, FLT/GUR2-OTF.flt, FLT/BNG2-OTF.flt, FLT/DEV2-OTF.flt, FLT/MYMR-SIL.flt
2010-04-09Updated graphics/libotf to 0.9.11obache2-3/+3
2010-04-09Update libotf to 0.9.11.obache2-6/+6
* Changes in libotf 0.9.11 ** New functions OTF_drive_gsub_with_log and OTF_drive_gpos_with_log works like OTF_drive_gsub and OTF_drive_gpos but also records which features are applied to which glyphs. ** New function OTF_put_data and OTF_get_data can be used to store and retrieve arbitrary cliend data to/from the structure OTF.
2010-04-09Updated graphics/py-clutter to 1.0.2obache2-3/+3
2010-04-09Update py-cltter to 1.0.2.obache5-63/+22
Overview of changes between 1.0.0 and 1.0.2 =========================================== * Fix an import error of the PyCairo C API [Bastian] * Use the GClosure variants for the Alpha API [Emmanuele] * Update the examples [Bastian, Emmanuele] * Allow iterating over the actors references by clutter.Behaviour instances using the Python iteration syntax [Emmanuele] * Override __str__ and __repr__ slots for clutter.Path [Emmanuele] * Add back clutter.Actor.get_allocation_geometry() which was erroneously removed from the bindings [Emmanuele] * Update the build so that PyClutter works with Clutter 1.2 [Bastian] * Add support for the X11 and GLX specific API, under the clutter.x11 and clutter.glx sub-modules, respectively [Bastian] * Add more (optional) parameters to the clutter.Animation constructor [Bastian] * Add __str__ and __repr__ slots for many boxed types [Bastian] * Add richcompare slot for clutter.Color, clutter.Path and clutter.ActorBox [Bastian] * Allow iterating over a clutter.Path [Bastian] * Allow implementing a clutter.ChildMeta in pure Python [Bastian] * Bind clutter.Units [Bastian] * Allow implementing clutter.Scriptable in pure Python [Bastian] * Use a custom codegen script to fix bug #1827 and allow overriding the Python name of a C method [Bastian] * Add docstrings for all methods [Bastian]
2010-04-09Updated graphics/clutter to 1.2.4obache2-3/+3
2010-04-09Update clutter to 1.2.4.obache2-6/+6
Clutter 1.2.4 (22/03/2010) =============================================================================== • List of changes since Clutter 1.2.2 » Revert patch for bug 2017 which broke subclassing ClutterListModel » Add more error reporting in case the GLX context creation failed » Fix cogl_texture_get_data() returning garbage » Fix the computation of the stage bounding rectangle when submitting clipped redraw requests » Switch texture units before setting the Cogl texture filters » Make sure that GLX_SGI_swap_control is set up correctly Many thanks to: Owen W. Taylor Adel Gadllah Clutter 1.2.2 (15/03/2010) =============================================================================== • List of changes since Clutter 1.2.0 » Fix introspection annotations for ClutterBox » Compilation fixes for the EGL native backend » Fix ClutterX11TexturePixmap ::queue-damage-redraw default handler registration to avoid a run-time warning » Handle TEXTURE_RECTANGLE_ARB in the 2D sliced textures, and add a test case for that extension to avoid regressions » Improve the strictness of the JSON parser in the internal copy of JSON-GLib to which we fall back in the absence of the system one » Fix a crasher on NVidia drivers when enabling the ARGB visuals by default on GLX. Many thanks to: José Dapena Paz Neil Roberts Owen W. Taylor Øyvind Kolås
2010-04-09Updated textproc/json-glib to 0.10.4obache2-3/+3
2010-04-09Update json-glib to 0.10.4.obache2-6/+6
Overview of changes for 0.10.4 ============================== • Improve the strictness of the JsonParser code by refactoring a large chunk of it • Fix JsonGenerator when dumping nodes with a floating point value • Add negative conformance test cases
2010-04-09done - ruby-ming-0.2.1obache1-2/+1
2010-04-09Bump PKGREVISION from ming shlib bumped.obache3-7/+6
2010-04-09Updated multimedia/ruby-ming to 0.2.1obache1-1/+2
2010-04-09Update ruby-ming to 0.2.1.obache4-47/+253
Ming/Ruby 0.2.1 - 2008-09-28 * works with Ming 0.4.rc2 ------------------------------ Ming 0.4.rc2 Ming/Ruby 0.2.0 - 2008-07-08 * works with Ming 0.4rc1 ------------------------------ Ming 0.4.rc1 Ming/Ruby 0.1.9 - 2008-01-01 * works with Ming 0.4beta5 ------------------------------ Ming 0.4beta5