summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-04-06Fix detection of RTLD_GLOBAL, which was beeing incorrectly detected in NetBSDjmmv3-8/+27
and caused lots of obscure problems in programs loading plugins (specially, gstreamer). The problem is that the check in the configure script tries to dlopen the libpthread.so library, but the test program is not linked against libpthread itself. So it crashes, because this is not supported in NetBSD (the program was "initialized" as a non-threaded one). I've changed the test program to use libintl, which seems to work fine. Bump PKGREVISION to 1.
2004-04-06Do not assume that if /usr/lib/libintl.* does not existreed1-3/+14
that it can not be builtin. So also check for "This file is part of the GNU C Library". This helps with systems that have gettext(3) functionality included in their glibc. This also fixes build problem under Linux where devel/popt didn't build "because some functions are defined both in gettext-lib and in the native libc" as reported by minskim to tech-pkg on 21/Mar/2004.
2004-04-05Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.reed1-2/+2
Okay'd by cjones.
2004-04-05Use ${INFO_DIR} instead of "info".reed1-2/+2
Okay'd by jmmv.
2004-04-05Correct typo in .include statement.kristerw1-2/+2
2004-04-05cvsync 0.24.14gehenna2-5/+5
* Fix a bug to do munmap() with size 0. (client/server) * Get rid of sched_yield(). (client/server) * Improve robustness. (server) * Improve robustness. (client) * Fix a dead lock problem. (client/server)
2004-04-05Added allegro.xtraeme1-1/+2
2004-04-05Initial import of allegro-4.1.13 from pkgsrc-wip, Initial work byxtraeme8-0/+277
Thomas Klausner plus minor changes by me. Allegro is a portable library mainly aimed at video game and multimedia programming, originally started by Shawn Hargreaves for the DJGPP compiler in a mixture of C and assembler. According to the Oxford Companion to Music, Allegro is the Italian for "quick, lively, bright". It is also a recursive acronym which stands for "Allegro Low LEvel Game ROutines". Cross-platform support o Dos (DJGPP, Watcom) o Unix (Linux, *BSD, Irix, Solaris, Darwin) o Windows (MSVC, MinGW, Cygwin, Borland) o BeOS o QNX o MacOS X
2004-04-04Re-generate patch-ae (pkg/25011).epg2-10/+10
2004-04-03Fix building on m68k (tested: amiga), OK'd by Hans Boehm (hans.boehm hp com)hubertf4-16/+30
Bump to 6.2nb3
2004-04-03Add a missing file to PLIST. Noted by Kouichirou Hiratsuka inminskim2-2/+4
PR pkg/25034. Bump PKGREVISION.
2004-04-02update to 1.99.11recht4-17/+15
----------------------- gal-1.99.11 2004-02-18 ----------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #44222 - Task summary entry widget not i18ned (Suresh Chandrasekharan) #46165 - Browsing the calendar causes crash and displays nothing (Chris Toshok) #48815 - Customize fields sub-windows dont close on ESC (Charles Zhang) #49912 - Contacts list crash issue (Leon Zhang) #50065 - Chinese locales Input method hangs after a task entry and new folder creation (Suresh Chandrasekharan) #50258 - Shared object looks for wrong mo file (Suresh Chandrasekharan) #51527 - Gal widgets produces backspace for Ctrl-space for japanese input (Suresh Chandrasekharan) Other bugs and changes: - fix namespacing to build with GNOME 2.6 (Mike Kestner, Radek Doulik) - remove hard coded disable deprecated flags (JP Rosevear) - updated translations: ja (Takeshi AIHANA), fi (Ilkka Tuohela), cs (Miloslav Trmac), sv (Christian Rose), es (Francisco Javier F. Serrador), pt_BR (Gustavo Maciel Dias Vieira), nl (Vincent van Adrighem), no (Kjartan Maraas), pt (Duarte Loreto), sr (Danilo Segan), ca (Jordi Mallach), el (Nikos Charonitakis), sk (Stanislav Visnovsky)
2004-04-02Finish move of libgtop and libgtop2 to the sysutils category, which werejmmv27-1025/+1
living in devel.
2004-04-02Move patch to Python directory as that is where the file being patched is.darcy1-86/+0
2004-04-02Add and enable ht.jmmv1-1/+2
2004-04-02Initial import of ht, version 0.7.5:jmmv4-0/+36
ht is a file viewer, editor and analyzer for text, binary, and (especially) executable files. It recognizes the most common executable formats, like COFF, ELF, LE, MZ, NE, PE32, PE64 and Java .class files, and can disassemble them. It can also find branch sources and destinations recursively, find procedure entries, creates labels based on this information, create xref information, interactively analyse unexplored code, create/rename/delete labels and create/edit comments.
2004-04-02When building devel/gtexinfo as a build dependency (possibly pulledjlam1-1/+2
in via USE_TEXINFO=yes), build it without locale support. This makes it easier to "bootstrap" the installation of a pkgsrc compiler without a lot of additional indirect build dependencies on gettext, libiconv, libtool, etc.
2004-04-02Insert the pkgsrc-specific component of the INFOPATH in a morejlam4-13/+22
maintainable way.
2004-04-01Update cpuflags to 0.65.abs2-4/+4
Use -dumpversion with gcc rather than mangling -v output. Suggested by mrg. Located copy of egcs to confirm output still correctly mangled in that case :)
2004-04-01Update cpuflags to 0.64:abs2-27/+63
- Do nothing on x86_64 (for now). Thanks to Wolfgang S. Rupprecht - Digital AlphaPC 164SX. Thanks to HATANO Hiromichi. - Intel Pentium/MMX & Unrecognised Athlon XP. Thanks to Kimmo Suominen - Mips update for gcc 3.1 and later. Thanks to Andreas Yankopolus - Handle converting flags for old gcc versions recursively. Most excessive case would be using cpuflags on a k6-3 win gcc 2.89 which would map -march=k6-3 -> -march=k6 -> -march=pentium -> -march=i486
2004-04-01Add and enable libgail-gnome.jmmv1-1/+2
2004-04-01Initial import of libgail-gnome, version 1.0.3:jmmv4-0/+41
GAIL is the Gnome Accessibility Implementation Library and is as the name suggests an implementation of the accessibility interfaces defined by ATK. This package is part of the GNOME 2 Development Platform.
2004-04-01Update to 2.6.0. Changes since previous stable version (2.4.x):jmmv4-20/+16
Major changes since 2.5.91.1 were: * Translation updates. Major changes since 2.5.91 were: * fix utf8 bug in EelEditableLabel Major changes since 2.5.90 were: * translations Major changes since 2.5.8 were: * Replaced egg-screen-exec usage with g_spawn * Use new file chooser * portability patches Major changes since 2.5.7 were: * Translations Major changes since 2.5.6 were: * Support for SUS modifiers in eel_strdup_strftime * Set right a11y role on alerts Major changes since 2.5.5 were: * Fix a11y coloring of editable label * Canvas update Major changes since 2.5.4 were: * Removed unused source files * Added a GList API for string lists in eel-preferences. Major changes since 2.5.3 were: * HIG message dialogs Major changes since 2.5.2 were: * Mem leak fix in accessibility support. Major changes since 2.5.1 were: * Added accessibility support to editable label widget Major changes since 2.5.0 were: * Some ICCCM fixes * disable deprecation warnings * fix leaks
2004-04-01Update to 2.5.2:jmmv21-1137/+27
- plenty of code cleanups - removed the dependency on libgnome, only glib required now - Linux 2.6 support, NetBSD support and better FreeBSD support - Make the block size available for filesystem statistics
2004-04-01Add a script to workaround uses of msgid_plural, which is not yet supportedjmmv3-2/+148
by our native libintl. While it is not implemented, this allows us to build programs against the native libintl, loosing very few functionality (some translations of plural messages on few languages), and avoiding runtime conflicts between native libintl and the gnu one (coming from the gettext package). Packages including .po files with uses of msgid_plural should define the USE_MSGFMT_PLURALS variable to 'yes', so that the msgfmt wrapper is used. (Do not use it when not really needed, as it will pull in perl5 as a build dependancy).
2004-04-01Update to 2.6.0. Changes since previous version are listed here, but somejmmv5-14/+19
may be missing: - allow building against an uninstalled libwnck build - add "Move to Workspace" menu - fix crash with updated allowed actions hint
2004-04-01Update to 1.4.0:jmmv5-45/+13
What's new in at-spi-1.4.0: [GNOME 2.6.0 release] * build improvements from Laszlo Peter. * en_GB added to ALL_LINGUAS. What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release] * Fix for bug #134036, which could steal keystrokes from applications if at-spi registry failed. * Build fixes, added .pc.in files (from Laszlo Peter). This is the gnome-2.6 beta release of at-spi. What's new in at-spi-1.3.15: * translations: Amanpreet Singh Alam (pa) Bojan Suzic (sr@ije)
2004-04-01Update to 1.6.0:jmmv7-41/+59
Overview of Changes in GAIL 1.6.0 ================================= * Added translations: Romanian [Mi\305\237u Moldovan], Bengali [Progga], British (en_GB) [Gareth Owen], Hindi [Anand Subramanian], Icelandic [ Helgi \303\236ormar \303\236orbj\303\266rnsson] * Updated translations: Lithuanian [\305\275ygimantas Beru\304\215ka], Norwegian Nynorsk [\303\205smund Skj\303\246veland] Overview of Changes in GAIL 1.5.8 ================================= * Ignore label within button when creating LABELLED_BY relations. (bug #136602) * Find label for button in a GtkTreeView column header. (bug #135943) * Add translations: Brazilian Portuguese [Franz Gustav Niederheitmann], Russian [Russian team] * Updated translations: Albanian [Laurent Dhima], Croatian [Robert Sedak] Overview of Changes in GAIL 1.5.7 ================================= * Use gtk_widget_list_mnemonic_labels to create ATK_LABELLED_BY relations instead of special case heuristics. (bug #136163) * Correct error in GailScale (bug 135227) [Mariano Su\341rez-Alvarez] * Add translations: Tamil [Adamnseh Nadarajah] * Updated translations: Albanian [Laurent Dhima], Simplified Chinese [Funda Wang] Overview of Changes in GAIL 1.5.6 ================================= * Emit notification when tooltip is displayed. Set ATK_RELATION_POPUP_FOR to identify the object for which the tooltip is displayed. (bug #76266) * Find text in buttons on GAIM login screen so that it is reported as accessible name for button. (bug #134308) * Do not report widget name as accessible name. (bug #128439) * Check TreeView is realized before emitting selection-changed signal. (bug #134952) * Add heuristic to find label for NautilusEntry in FMPropertiesWindow. (bug #134629) * Fix leak when adding global event listener. [Christian Persch] (bug #135018) * Add accessibility implementation for GtkScale. (bug #104797) * Add translations: Canadian English [Adam Weinberger] * Updated translations: Albanian [Laurent Dhima], Irish [Alastair McKinstry] Overview of Changes in GAIL 1.5.5 ================================= * Fix emission of test-inserted signals when text in a GtkEntry changes. (bug #133283) * Add heuristic to find label for GnomeEntry. (bug #133403) * Find labelled-by relation for GnomeColorPicker (bug #133200) * Correct setting of object in NODE_CHILD_OF relation. (bug #133420) * Report a GailEntry as child of GailCombo even if it is not editable. (bug 133512) * Add heuristic to find label for entry in GtkFileSelection. (bug #129371) * Correct labelling for GnomeIconEntry. (bug #133967) * Report keybindings for activate action for GailEntry. (bug #132846) * Avoid spurious reporting of focus on parent menu item when moving from one menu item to another. (bug 128973) * Report labelling correctly for GnomeFileEntry. (bug #134131) * Report label for combo-box in Sound preferences capplet. (bug #126972). * Add translations: Japanese [Takeshi AIHANA], Ukrainian [Maxim Dziumanenko], Belarusian [Ales Nyakhaychyk], Finnish [Pauli Virtanen] * Updated translations: Albanian [Laurent Dhima], Serbian [Aleksandar Uro\305\241evi\304\207] Overview of Changes in GAIL 1.5.4 ================================= * Correct error in action implementation for GtkExpander. (bug #131458) [Bill Haneman] * Implement AtkSelection for GtkList. (bug #132136) * Avoid warning when popping up context menu in gnome-terminal. (bug #132457) * Emit deactivate signal when window is being removed. (bug #132604) * Add initial accessibility implementation for GtkComboBox. * Fix crasher bug in gnumeric when treeview is destroyed. (bug #132450) * Add translations: Irish [Alastair McKinstry], Albanian [Laurent Dhima], Azerbaijani [M\311\231tin \306\217mirov] * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland], Czech [Miloslav Trmac], Croatian [Robert Sedak] Overview of Changes in GAIL 1.5.3 ================================= * Define locale dir for gail correctly. (bug #130489) * Fix FPI in gail documentation. (bug 129730) [Sebastien Bacher] * Ensure that role for table is set correctly. (bug #128799) * Add translations: Indonesian [Ahmad Riza H Nst], Arabic [Arafat Medini], Norwegian Nyorsk [\303\205smund Skj\303\246veland], Serbian [Robert Sedak], Lithuanian [Tomas Kuliavas], Persian [Roozbeh Pournader], Danish [Ole Laursen], French [Baptiste Mille-Mathias], Mongolian [Sanlig Badral], Italian [Luca Ferretti], Korean [Changwoo Ryu]. * Update translations: Polish [Artur Flinta] Overview of Changes in GAIL 1.5.2 ================================= * Ensure that focus object is reported correctly after window deactivate/activate. (bug #127486) * Set ATK_STATE_SHOWING for cells which are on the screen. (bug #127607) * Add accessibility support for GtkExpander. (bug #128378) * Fix crasher bug when GailEntry idle handler is called after the object is destroyed. (bug #128497) * Add translations: Greek [Kostas Papadimas], Malay [Hasbullah Bin Pit], Catalan [Jordi Mallach], Norwegian [Kjartan Marass], Portuguese [Duarte Loreto] * Updated translations: Dutch [Elros Cyriatan] Overview of Changes in GAIL 1.5.1 ================================= * Fix emission of warning messages when accessing GtkTreeView. (bug #126706) * Report name of stock icon when no other name is available for button. (bug #126631) * Wait until menu is mapped before reporting is is visible. This fixes problem with incorrect vnumber of children being reported. (bug #126801) * Report focus on item in menubar before reporting focus on menu item in menu when Alt key is used to popup menu. (bug #124838) * Report text correctly when the text is in bold. (bug #126797) * Find label for widget Nautilus Desktop Preferences dialog. (bug #126973) * Add translations: Welsh [Rhys Jones], Polish [Arkadiusz Lipiec], Czech [Miloslav Trmac] Overview of Changes in GAIL 1.5.0 ================================= * Fix crasher bug in wnck-applet when gnome-panel terminates (bug #124575) * Fix crasher bug in glade-2 when GtkCList added to scrolled window which previously contained a GtkTreeView. (bug #119635) * Correct inconsistency in property names; some container hyphen (-) and some contained underscore (_). (bug #125212) * Report focus correctly when Alt+F1 is used to popup panel's menu. (bug #124232) * Add translatable accessible names for GTK and GNOME stock icons. (bug #122549) * Report cell as focused the first time a table is displayed. 9bug #126356) * Fix crasher bug when gok settings dialog is displayed. (bug #126726) * Do not emit unnecessary notifications about window title change. (bug #126605 * Report text correctly for option menu after value changes. (bug #125703) * Add translations: Swedish [Christian Rose], German [Christian Neumair], Serbian [Danilo \305\240egan], Dutch [Vincent van Adrighem], Spanish [Francisco Javier F. Serrador]
2004-04-01Updated to 2.6.0:jmmv4-14/+25
What's new since 2.4: * Improvements: - Mass deprecation of broken widgets (Jonathan Blandford) - Keyring support in authentication manager (Alexander Larsson) - Multi-screen versions of the help and url display methods (Mark McLoughlin) - New stock icons (Jakub Steiner) - Deprecate GnomeIconTheme for GtkIconTheme (Alexander Larsson) - Improved crash dialog (Fernando Herrera) - Make entries support the new file chooser (Fernando Hererra, Mark McLoughlin, Carlos Garnacho Parro) - Gnome VFS file chooser backend (Alexander Larsson, Federico Mena Quintero, Owen Taylor) * Bug fixes: - HIG fixes for gnome-scores (Alex Duggan) - Translate program arguments (Hidetoshi Tajima) - Icon list fixes (Federico Mena Quintero, Michael Zucchi) - Session management fixes (Christian Persch) - Handle toolbar orientation in gnome-app-helper (Bryan Forbes) - Various bug fixes (Anders Carlsson, Joe Marcus Clarke, Dennis Cranston, Fernando Herrera, Richard Hult, Alexander Larsson, George Lebl, Kjartan Maraas, Padraig O'Brian, Carlos Romero, Jeffrey Steadfast, Balamurali Viswanathan) * Translations: - Added Canadian English translation (Adam Weinberger, Alexander Winston) - Added Croatian translation (Robert Sedak) - Added Marathi translation (Jitendra Shah) - Added Serbian Jekavian translation (Bojan Suzić) - Added Thai translation (Theppitak Karoonboonyanan, Paisa Seeluangsawat) - Updated Albanian translation (Laurent Dhima) - Updated Arabic translation (Arafat Medini) - Updated Azerbaijani translation (Mətin Əmirov) - Updated Belarusian translation (Ales Nyakhaychyk) - Updated Bengali translation (Sayamindu Dasgupta) - Updated Brazilian Portuguese translation (Raphael Higino, Augusta Margues da Silva) - Updated British English translation (Gareth Owen) - Updated Czech translation (Miloslav Trmac) - Updated Danish translation (Ole Laursen) - Updated Dutch translation (Kess van den Broek, Reinout van Schouwen) - Updated Estonian translation (Priit Laes) - Updated Finnish translation (Pauli Virtanen) - Updated French translation (Christphe Fergeau, Christophe Merlet) - Updated German translation (Christian Neumair) - Updated Greek translation (Nikos Charonitakis, Kostas Papadimas) - Updated Hindi translation (Guntupalli Karunakar) - Updated Hungarian translation (Andras Timar) - Updated Irish translation (Alastair McKinstry) - Updated Italian translation (Alesso Frusciante, Francesco Marletta) - Updated Korean translation (Changwoo Ryu) - Updated Japanese translation (Takeshi AIHANA) - Updated Latvian translation (Pēteris Krišjānis) - Updated Lithuanian translation (Žygimantas Beručka, Tomas Kuliavas) - Updated Malay translation (Hasbullah Bin Pit) - Updated Mongolian translation (Sanlig Badral) - Updated Norwegian translation (Kjartan Maraas) - Updated Norwegian Nynorsk translation (Åsmund Skjæveland) - Updated Polish translation (GNOME PL Team) - Updated Portuguese translation (Duarte Loreto) - Updated Romanian translation (Mişu Moldovan) - Updated Russian translation (Russian Team) - Updated Serbian translations (Danilo Šegan, Bojan Suzic) - Updated Simplified Chinese translation (Funda Wang) - Updated Slovak translation (Marcel Telka) - Updated Spanish translation (Francisco Javier F. Serrador) - Updated Swedish translation (Christian Rose) - Updated Tamil translation (Dinesh Nadarajah) - Updated Ukranian translation (Maxim Dziumanenko) - Updated Welsh translation (Dafydd Harries)
2004-04-01Update to 2.6.0. The list of changes since the previous stable version mayjmmv4-13/+16
be incomplete, but couldn't find anything better: libbonoboui 2.5.3 * bugs fixed + toolbar/dock destruction crasher (Michael) + unused arg cleanup (Fernando Herrera) * featurelets + BonoboWindow cleanup (Arvind Samptur) libbonoboui 2.5.2 * bugs fixed + require the right gtk+ (Jason Leach) + AIX portability (The Written Word) + svg icon image size (Sergey V. Udaltsov) + status bar grip problem (Michael) + control 'activate' signal (Federico, JP) + memove not strcpy for overlap (JP) + dock size allocation problem (Michael) * featurelets + status bar packing improvement (Alexander Larsson)
2004-04-01Update to 2.6.0:jmmv7-31/+36
What's new since 2.4: * Improvements: - Add File Chooser backend schema (Jonathan Blandford) * Bug fixes: - Fix translation of program arguments (Hidetoshi Tajima, Christian Neumair, Anders Carlsson) * Translations: - Added Canadian English translation (Adam Weinberger) - Added Croatian translation (Robert Sedak) - Added Serbian Jekavian translation (Bojan Suziœô §) - Added Romanian translation (Miœô ÿu Moldovan, Mugurel Tudor) - Updated Albanian translation (Laurent Dhima) - Updated Arabic translation (Arafat Medini) - Updated Azerbaijani translation (Mœô£Ùtin œô¡Ïmirov) - Updated Belarusian translation (Ales Nyakhaychyk) - Updated Brazilian Portuguese translation (Augusta Margues da Silva, Raphael Higino, Everson Santos Araujo) - Updated British translation (Gareth Owen) - Updated Catalan translation (Jordi Mallach) - Updated Czech translation (Miloslav Trmac) - Updated Danish translation (Ole Laursen) - Updated Dutch translation (Vincent van Adrighem, Reinout van Schouwen) - Updated Estonian translation (Tõivo Leedjärv) - Updated Finnish translation (Pauli Virtanen) - Updated French translation (Christophe Merlet) - Updated German translation (Christian Neumair) - Updated Greek translation (Kostas Papadimas) - Updated Hungarian translation (Andras Timar) - Updated Irish translation (Alastair McKinstry) - Updated Italian translation (Alesso Frusciante) - Updated Japanese translation (Takeshi AIHANA) - Updated Korean translation (Changwoo Ryu) - Updated Lithuanian translation (œô¡½ygimantas Beruœô ­ka, Tomas Kuliavas) - Updated Mongolian translation (Sanlig Badral) - Updated Norwegian translation (Kjartan Maraas) - Updated Norwegian Nynorsk translation (Åsmund Skjæveland) - Updated Polish translation (GNOME PL Team) - Updated Portuguese translation (Duarte Loreto) - Updated Russian translation (Russian Team) - Updated Serbian translations (Danilo œô¡ egan) - Updated Simplified Chinese translation (Funda Wang) - Updated Slovak translation (Marcel Telka) - Updated Spanish translation (Francisco Javier F. Serrador) - Updated Swedish translation (Christian Rose) - Updated Tamil translation (Dinesh Nadarajah) - Updated Thai translation (Paisa Seeluangsawat) - Updated Turkish translation (Ismail Aslan) - Updated Ukranian translation (Maxim Dziumanenko, Yuriy Syrota) - Updated Welsh translation (Dafydd Harries, Rhys Jones)
2004-04-01Update to 2.6.0. Changes from the previous stable version include (thejmmv8-104/+39
list may be incomplete): libbonobo 2.5.4 + bugs fixed + application init (Gustavo) + program arg translation (Anders, Hidetoshi) + featurelets + *Application* documentation (Gustavo) + better activation debugging (Rodrigo, Michael) libbonobo 2.5.3 + bugs fixed + regression tests problems (Gustavo) + AIX portability (Albert Chin-A-Young) + featurelets + improve b-a-s debug code (Michael) + use syslog for run-time spew (Michael Terry) libbonobo 2.5.2 + bugs fixed + _active query cache fix (Michael) + property bag logic bug fix (Dave Jones) + backwards compat dameon fix (Michael, Crispin Flowerday) + object directory fixes (Gustavo) + l10n docs fix (Martin Kretzschmar) + BonoboApplication fixes (Gustavo) + use environ not _environ for Solaris (Michael) + featurelets (Gustavo) + b-a-s tracks dead clients + updated tests
2004-04-01Update to 2.6.0. Summary of changes unavailable since the previous stablejmmv12-43/+114
version (just the ChangeLog, but it's usually meaningless). AFAICT, this comes with a new XML backend, aside bug fixes.
2004-04-01Update to 2.3.6:jmmv7-50/+31
libglade-2.3.6: 10-March-2004 - Implement support GtkComboBoxEntry, GtkToolItem, GtkToolButton, GtkToggleToolButton, GtkRadioToolButton & GtkSeparatorToolItem (Damon Chaplin) - Fix automake warning (Steve Chaplin) - Add libglade version number to the docs (Matthias Clasen) - Fix usage of C++ keyword as an argument name (Bas Driessen) - Allow additional signal parameter for glademm (Christof Petig) - Support tooltips in toolbars (Michael Voigt) libglade-2.3.2: 15-January-2004 - Support disambiguating msgids by prefixing them with a context string. (Christian Stimming, Matthias Clasen) libglade-2.3.1: 14-November-2003 - Register GtkColorButton, GtkComboBox, GtkFileChooser and GtkFontButton types (Jonathan Blandford) - Implemement support for GtkExpander (Mark McLoughlin) - Fix memory leak and incorrect colour map usage (Morten Welinder) - Win32 build support (Tor Lillqvist, Masahiro Sakai) - Build fixes (James Henstridge, Michael Meeks)
2004-04-01Update to 1.4.0:jmmv5-92/+65
This is a stable release providing new functionality as compared to Pango-1.2, while maintaining source and binary compatibility. Notable improvements in Pango since version 1.2: * Support for characters beyond the basic-multilingual plane of Unicode and updates of character properties to match Unicode-4.0. * The same modules are now used for the Xft and fontconfig backends, reducing code duplication, and making it easier to create new backends independent of Pango that use fontconfig and FreeType. * A better font and shaper selection algorithm is now used that takes script information into account. * Bidirectional base direction can now be automatically determined from the text instead of explicitly set by the application. * Improvements to OpenType handling, especially for the GPOS table. GPOS features are now enabled for Arabic.
2004-04-01Update to 1.6.0.jmmv5-13/+18
Changes in version 1.6.0 ======================== * Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes] * Update translations: Arabic [Arafat Medini], Spanish [Francisco Javier F. Serrador], Lithuanian [\305\275ygimantas Beru\304\215ka], Serbian [Aleksandar Urosevic], Belarusian [Ales Nyakhaychyk] Changes in version 1.5.5 ======================== * Add translation: Canadian English [Adam Weinberger] * Update translations: Italian [Alessio Frusciante], Mongolian [Sanlig Badral], Albanian [Laurent Dhima], German [Christian Neumair], Greek [Kostas Papadimas], Hindi [Guntupalli Karunkar] Changes in version 1.5.4 ======================== * Update translations: Japanese [Takeshi AIHANA], Azerbaijani [M\311\231tin \306\217mirov], Finnish [Pauli Virtanen], French [Christophe Merlet], Ukrainian [Maxim Dziumanenko], Simplified Chinese [Funda Wang], Arabic [Arafat Medini], Albanian [Laurent Dhima] Changes in version 1.5.3 ======================== * Corrected library name in atk-uninstalled.pc.in (bug #132283). [Laszlo Peter] * Corrcted property name for number of links in a AtkHypertext (bug #130022). * Add translation: Croatian [Robert Sedak] * Update translations: Japanese [Takeshi AIHANA], Italian [Alessio Frusciante], Norwegian [Kjartan Marass], Albanian [Laurent Dhima], Russian [Russian team], Polish [GNOME PL team], Welsh [Rhys Jones], Swedish [Christian Rose], Serbian [Danilo \305\240egan], Dutch [Tino Meinen], Czech [Miloslav Trmac], Korean [Changwoo Ryu], Spanish [Francicso Javier F. Serrador], Danish [Ole Laursen], Portuguese [Duarte Loreto] Changes in version 1.5.2 ======================== * Fix crasher bug in atk_text_free_ranges (bug #129837). [Jeff Franks] * Change name of role from, "accel label" to "accelerator label". (bug #129499) * Update translations: Czech [MiloSlac Trmac], Portuguese [Duaret Loreto], Danish [Ole Laursen], Spanish [Francisco Javier F. Serrador], Afrikaans [Stefan Lubbersen], Japanese [Takeshi AIHANA], Norwegian [Kjartan Maraas], Greek [Kostas Papadimas], Swedish [Christan Rose], Belarusian [Alex Nyakhaychyk], Serbian [Danilo \305\240egan], Arabic [Arafat Mendini], Norwegian Nyorsk [\303\205smund Skj\303\246veland], Croatian [Robert Sedak], Polish [Artur Flinta], Lithuanian [Tomas Kuliavas], Dutch [Vincent van Adrighem], French {Christophe Merlet], Mongolian [Sanlig Badral], Korean [Korean], Arabic [Arafat Medini]. Changes in version 1.5.1 ======================== * Change role names so that unlocalized names the same as Java role names. (bug #125024) * Set state FOCUSED for object reported as having focus. (bug #127400) * Add new property "accessible-hypertext-nlinks" for AtkObject. Add new signal link_activated and properties "number-of-anchors", "end-index" and "start-index" for AtkHyperlink. (bug 112390) * Make nicks and blurbs of properties translatable. * Add new role ATK_ROLE_EDITBAR. (bug 116007) * Add translations: Afrikaans [Stefan Lubbersen] * Update translations: Serbian [Danilo \305\240egan], Czech [Milozlav Trmac], Portuguese [Duarte Loreto], Mongolian [Sanlig Badral], Dutch [Vincent van Adrighem] Changes in version 1.5.0 ======================== * Fix memory leaks in AtkRelations (bugs #124877, #125725) * Add version number to documentation (bug #125758) * Update translations: Catalan [Jordi Mallach], Kannada [Pramod]
2004-04-01Update to 2.4.0:jmmv10-321/+52
GLib-2.4 is a stable release adding an incremental improvement in functionality over GLib-2.2 while maintaining binary and source compatibility. New features include: General * Watches for child process exit integrated into the main loop. * Unicode tables updated to cover all of Unicode-4.0. * Standard header file for gettext macros, including Q_() macro for strings with context. * Improved seeding for the GRandom random number generator. Threading * Atomic operations on integers and pointers. * GOnce for one-time initialization. GObject: * G_DEFINE_TYPE macros for easy definition of GObject types. * Properties can now be added to interfaces. * Instance private data allows private data members for objects.
2004-04-01Updated apache-ant to 1.6.1:abs4-477/+746
Many changes since 1.5.4, most notable is that apache-ant now requires JDK 1.2 or later. For 1.1 use the apache-ant15 package.
2004-04-01Add apache-ant15abs1-1/+2
2004-04-01Import apache-ant-1.5.4 as apache-ant15 prior to updating apache-ant toabs5-0/+1239
1.6.1. 1.5.4 is the last version to support Java 1.1.
2004-03-31bl3ify gnustep-objc.minskim2-4/+72
2004-03-31Try "-pthreads" before "-pthread" to work arround a problem in thetron2-5/+14
"configure" script which otherwise picks "-pthreads" as the compiler option for POSIX's Threads. The real problem is probably that the buildlink3 framework passes "-pthread" as a compiler option to "configure" and therefore defeats the probes in the "configure" script. But that's hard to fix.
2004-03-31Use buildlink3 framework and enable pkgviews installation.minskim1-1/+4
2004-03-31Pass along any GMAKE_LOCALE to sub-makes so that the value is preservedjlam1-1/+2
from the environment.
2004-03-31This packages doesn't use the compiler.jlam1-2/+3
2004-03-31This package doesn't use the compiler.jlam1-2/+3
2004-03-30Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead.jlam1-2/+2
2004-03-30Add more MASTER_SITEs.recht1-2/+4
2004-03-30PKGNAME_NOREV for WRKSRC, a potential problem.uebayasi1-2/+2
2004-03-30Switch to Tcl 8.4 and enable pkgviews installation.minskim1-2/+4