Commit graph

5536 commits

Author SHA1 Message Date
jlam
f209ef21b0 Insert the pkgsrc-specific component of the INFOPATH in a more
maintainable way.
2004-04-02 02:01:34 +00:00
abs
b93e7e7722 Update cpuflags to 0.65.
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-01 19:44:59 +00:00
abs
2c6ba32459 Update cpuflags to 0.64:
- 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-01 19:37:59 +00:00
jmmv
460da99256 Add and enable libgail-gnome. 2004-04-01 18:47:45 +00:00
jmmv
10cecd6a9a Initial import of libgail-gnome, version 1.0.3:
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-01 18:46:57 +00:00
jmmv
8a790bca29 Update to 2.6.0. Changes since previous stable version (2.4.x):
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-01 18:36:37 +00:00
jmmv
22c2f785e8 Update to 2.5.2:
- 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-01 18:34:27 +00:00
jmmv
cf490c2b62 Add a script to workaround uses of msgid_plural, which is not yet supported
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-01 18:33:20 +00:00
jmmv
9e73e4c9dc Update to 2.6.0. Changes since previous version are listed here, but some
may be missing:

- allow building against an uninstalled libwnck build
- add "Move to Workspace" menu
- fix crash with updated allowed actions hint
2004-04-01 18:31:25 +00:00
jmmv
73e6c33ea4 Update to 1.4.0:
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-01 18:30:41 +00:00
jmmv
c9be99c7aa Update to 1.6.0:
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-01 18:30:06 +00:00
jmmv
5185c83d1d Updated to 2.6.0:
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-01 18:25:54 +00:00
jmmv
8266348d08 Update to 2.6.0. The list of changes since the previous stable version may
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-01 18:23:21 +00:00
jmmv
55aa39d144 Update to 2.6.0:
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-01 18:22:04 +00:00
jmmv
cdbdee60fa Update to 2.6.0. Changes from the previous stable version include (the
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-01 18:18:00 +00:00
jmmv
a7242b349f Update to 2.6.0. Summary of changes unavailable since the previous stable
version (just the ChangeLog, but it's usually meaningless). AFAICT, this
comes with a new XML backend, aside bug fixes.
2004-04-01 18:17:29 +00:00
jmmv
ed9518df0d Update to 2.3.6:
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-01 18:16:46 +00:00
jmmv
169bcf6f8d Update to 1.4.0:
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-01 18:15:16 +00:00
jmmv
2d4e96d106 Update to 1.6.0.
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-01 18:13:48 +00:00
jmmv
916ef7dd4a Update to 2.4.0:
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-01 18:13:31 +00:00
abs
ffe4c59733 Updated apache-ant to 1.6.1:
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-01 14:35:17 +00:00
abs
f6e65b3666 Add apache-ant15 2004-04-01 14:28:35 +00:00
abs
7cf3043d60 Import apache-ant-1.5.4 as apache-ant15 prior to updating apache-ant to
1.6.1. 1.5.4 is the last version to support Java 1.1.
2004-04-01 14:27:12 +00:00
minskim
302c3bb2e9 bl3ify gnustep-objc. 2004-03-31 19:47:59 +00:00
tron
357ef5b72d Try "-pthreads" before "-pthread" to work arround a problem in the
"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-31 19:41:21 +00:00
minskim
1f3a71d6ef Use buildlink3 framework and enable pkgviews installation. 2004-03-31 19:20:26 +00:00
jlam
15cc06624b Pass along any GMAKE_LOCALE to sub-makes so that the value is preserved
from the environment.
2004-03-31 05:19:46 +00:00
jlam
23c06e39b8 This packages doesn't use the compiler. 2004-03-31 01:53:01 +00:00
jlam
4bfca4a488 This package doesn't use the compiler. 2004-03-31 01:52:04 +00:00
jlam
a4fbec96a6 Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead. 2004-03-30 18:32:32 +00:00
recht
f1f164f044 Add more MASTER_SITEs. 2004-03-30 10:48:29 +00:00
uebayasi
ac18fa737b PKGNAME_NOREV for WRKSRC, a potential problem. 2004-03-30 06:50:16 +00:00
minskim
286efc3e7e Switch to Tcl 8.4 and enable pkgviews installation. 2004-03-30 01:43:55 +00:00
minskim
8a8b0a6a9d Regen patch-aa to make GNU patch happy. 2004-03-30 01:36:54 +00:00
tv
98f95010ed +p5-Class-MethodMaker 2004-03-29 18:56:14 +00:00
tv
77ff53df73 (note: 2.00 not imported because of some instability there; instead,
imported newest stable release, 1.12)

This module solves the problem of having to write a bazillion get/set
methods that are all the same.  The argument to 'use' is a hash whose
keys are the names of types of generic methods generated by MethodMaker
and whose values tell method maker what methods to make.  More
precisely, the keys are the names of MethodMaker methods (methods that
write methods) and the values are the arguments to those methods.
2004-03-29 18:55:46 +00:00
tron
2f841fdbd3 Convert to buildlink3 framework. 2004-03-29 18:20:13 +00:00
epg
4116838de6 Update to Version 1.0.1.
(12 March 2004, from /branches/1.0.x)
http://svn.collab.net/repos/svn/tags/1.0.1

 IMPORTANT: cvs2svn is no longer included in py-subversion.  I will
 soon be adding a new cvs2svn package.

 User-visible changes:
 * allow anonymous access checking in mod_authz_svn
 * fixed: mod_authz_svn now works with SVNParentPath (issue #1588)
 * fixed: potential segfault in mod_dav_svn.
 * fixed: improper BDB cursor shutdown in libsvn_fs, which can wedge repos.
 * fixed: allow checkout of repository with space in path. (issue #1694)
 * fixed: make 'svn propget URL' work correctly over svn://. (issue #1752)
 * fixed: failed 'svn merge URL' when URL contains user@host. (issue #1759)
 * fixed: invalid REPORT response when updating a deleted wc. (issue #1721)
 * fixed: allow deletes below copied wc dirs.
 * fixed: merge --dry-run bug on added-files with props. (issue #1738)
 * fixed: svnlook no longer requires write access to '.'
 * fixed: ensure 'svn blame' fails on files marked as binary. (issue #1733)
 * fixed: make failed direct-URL commits clean up their fs txns. (issue #1726)
 * fixed: obscure bugs in time/date string formatting. (issue #1692)
 * fixed: svn export doesn't export svn:externals. (issue #1750)
 * fixed: svn import doesn't handle EOL or keyword translation. (issue #1756)
 * fixed: svn status -v shows unwanted status of externals (issue #1741)
 * fixed: allow revert of schedule-replace file that has no props (issue #1775)
 * fixed: svnserve segfault on invalid --listen-host argument.
 * fixed: switch bug which caused wrong URL to be left in wc.
 * detect invalid UTF8 filenames when native locale is UTF8.
 * improve presentation of directory property conflicts.
 * improve presentation of errors from svnadmin & svnlook.
 * clarify output of 'svnadmin help deltify'.
 * augment copyright notice to --version output.
 * more book updates.

 Developer-visible changes:
 * remove obsolete auth provider examples.
 * prevent potential ra_dav commit race-condition.
 * fix svn_io_dir_walk 'dot-first' ordering required by 'svnadmin hotcopy'.
 * fix error leaks in dav_svn_convert_err()
 * upgrade win32 innosettup tools and redhat RPMs.
 * fix compile warning:  compressed streams on LP64 architecture.
 * use cpio to generate tarballs instead of GNU tar.
 * tweaks to dist.sh.
 * fix bindings on win32.
 * fix perl bindings build on OS X.
 * fix perl bindings:  bug which rejects string revnums.
2004-03-29 18:08:33 +00:00
tv
68a39412ef Use the binary distro, not the source distro, so that all taskdefs are
supplied automatically.  (Apache themselves do not recommend building Ant
from source as it will miss a lot of important stuff in most cases.)

This fixes pkg/22034.
2004-03-29 17:28:33 +00:00
jlam
6d92080aa2 Match the template builtin.mk file in bsd.builtin.mk, and make the two
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
2004-03-29 05:43:28 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
schmonz
99681e8cde Enable pkgviews installation. 2004-03-29 03:28:49 +00:00
darcy
c8b57a6c42 Add new package:
Epydoc is a tool for generating API documentation for Python
modules, based on their docstrings.  A lightweight markup language
called epytext can be used to format docstrings, and to add
information about specific fields, such as parameters and instance
variables.
2004-03-28 21:27:58 +00:00
jmmv
614c911808 Initial addition, used by sablevm ATM. 2004-03-28 20:46:52 +00:00
darcy
6a81dea246 Forgot to bump PKGREVISION in last update. 2004-03-28 13:15:56 +00:00
darcy
9ce0696ca4 Remove "#ifdef NetBSD" from code so that it correctly uses ncurses.
Closes PR pkg/23026
Changes approved by jlam as well.
2004-03-28 11:51:15 +00:00
jlam
fe87ac2069 Use the correct zlib.h, not the one distributed with cvs. 2004-03-27 04:22:55 +00:00
jlam
10c8c0cce2 Check for USE_INET being "YES" or "yes". 2004-03-27 04:21:55 +00:00
wiz
168342b575 Remove vulnerable automake version. 2004-03-26 17:58:15 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
c5aa0649e4 Allow building a gmake without a dependency on gettext, libiconv,
libtool, etc. if GMAKE_LOCALE=no.  This allows "bootstrapping" lang/gcc
or lang/gcc3-c more automatically.  Bump the PKGREVISION.
2004-03-25 23:31:22 +00:00
uebayasi
c40fadd982 * Use a right PLIST file for XEmacs.
* Don't depend on xemacs-packages.

While files of xemacs-packages are installed into
  	${PREFIX}/lib/xemacs/xemacs-packages,
individual Emacs lisp packages use
  	${PREFIX}/lib/xemacs/site-packages,
so these are never overwritten.

Let's think that these two parts are separate.  Individual Emacs lisp
packages depend on another individual ones, never need to depend on
xemacs-packages.  This should make things simpler.
2004-03-25 03:16:25 +00:00
jlam
ea69671ae8 The subversion configure script will probe for apache in the environment
by looking for apxs in the PATH, which we don't protect against (yet) in
buildlink3.  Explicitly disable building the Apache modules to prevent
build errors.
2004-03-24 02:33:20 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
snj
a97936193d SDL/SDL_opengl.h includes GL/glu.h, so we need to use
graphics/Mesa/buildlink[23].mk to pull in glu.
2004-03-23 04:37:38 +00:00
snj
0f3725bdbf Fix build with gcc2 on sparc64. 2004-03-22 23:42:51 +00:00
snj
f16014c245 Fix build with gcc2 on sparc64. 2004-03-22 22:09:17 +00:00
jlam
ec6193ca9d Assume that the native gettext implementation will satisfy GNU gettext
dependencies unless USE_GNU_GETTEXT is defined or IMCOMPAT_GETTEXT is set
appropriately.  This should allow packages to use the glibc gettext
routines on Linux.
2004-03-22 20:57:38 +00:00
reed
a03322e020 Update apache2 to 2.0.49. This includes various changes since last release
including:
  *) SECURITY: CAN-2004-0174 (cve.mitre.org)
     Fix starvation issue on listening sockets where a short-lived
     connection on a rarely-accessed listening socket will cause a
     child to hold the accept mutex and block out new connections until
     another connection arrives on that rarely-accessed listening socket.
     With Apache 2.x there is no performance concern about enabling the
     logic for platforms which don't need it, so it is enabled everywhere
     except for Win32.  [Jeff Trawick]

  *) SECURITY: CAN-2004-0113 (cve.mitre.org)
     mod_ssl: Fix a memory leak in plain-HTTP-on-SSL-port handling.
     PR 27106.  [Joe Orton]

  *) SECURITY: CAN-2003-0020 (cve.mitre.org)
     Escape arbitrary data before writing into the errorlog. Unescaped
     errorlogs are still possible using the compile time switch
     "-DAP_UNSAFE_ERROR_LOG_UNESCAPED".  [Geoffrey Young, Andr<E9> Malo]

Complete changelog is at http://www.apache.org/dist/httpd/CHANGES_2.0

Package changes include:

buildlink depends increased for apache2 (but not for apr).

apr package version changes, but APR_VERSION stays same.

more files installed and added to PLIST.
share/httpd/manual/search/manual-index.cgi removed from PLIST.
Also removing share/httpd/htdocs and share/httpd directories
removed from PLIST because already handled by MAKE_DIRS.
(I think this should use OWN_DIRS.)

(jlam@ said he would like this update done during freeze.)
2004-03-22 19:50:16 +00:00
kristerw
b66a2325d8 Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:47:15 +00:00
heinz
f22c151a5d Add HOMEPAGE.
Adapted to buildlink3.
Uses no compiler, so USE_LANGUAGES is empty.
2004-03-21 01:09:44 +00:00
minskim
42a7b8a4bf Switch swig to Tcl 8.4 and bl3ify. Bump PKGREVISION. 2004-03-20 23:18:09 +00:00
heinz
b8f02090fd Uses no compiler, so USE_LANGUAGES is empty 2004-03-20 22:27:50 +00:00
heinz
8de552656c Added HOMEPAGE.
Adapted to buildlink3.
Uses no compiler, so USE_LANGUAGES is empty.
2004-03-20 22:23:19 +00:00
jlam
35ebc5eaab Always create the curses.h -> ncurses.h symlink to match buildlink2
behaviour.
2004-03-20 19:28:46 +00:00
kristerw
03d5cfbeb5 Add support for amd64. 2004-03-19 22:55:30 +00:00
bouyer
5ad6b0e6eb Add a few more files that are not installed on SunOS. 2004-03-19 21:26:29 +00:00
wiz
89102e2723 Comment out TEST_TARGET -- it does not work,
since buildlink3 hides the needed scripts from autoconf too well.
2004-03-19 10:41:48 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
wiz
a739b79bd6 Drop trailing whitespace, remove unnecessary .Pp and
use .Aq instead of <>.
2004-03-17 00:40:24 +00:00
abs
6cc945a64a Update cpuflags to 0.63:
Make cpuflags ${PREFIX}-aware - based on patch from Karl Hammerschmidt
2004-03-17 00:26:55 +00:00
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
jlam
46453f87ed BUILDLINK_DEPENDS.<pkg> should be appended to, not set. 2004-03-16 17:58:01 +00:00
jlam
59fad5b9f8 Manipulate the buildlink depth so that libiconv and Xfixes aren't added
to BUILDLINK_DEPENDS unless their respective buildlink3.mk files are
included by the top-level Makefile.
2004-03-16 17:40:54 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
jlam
d2bebd2bc5 Fix PLIST problems. This package uses libtool -release M.N to add a
version number to the library, so it doesn't create certain symlinks for
the shared libraries.
2004-03-15 20:13:52 +00:00
jlam
a89b708994 Use PREFIX to refer to the installation prefix, not LOCALBASE. 2004-03-15 18:20:28 +00:00
taca
19f48d6c54 Update MASTER_SITES. 2004-03-15 15:37:43 +00:00
jlam
1a8b2d9d11 Typo: && should be || to get the correct test semantics. 2004-03-13 18:39:16 +00:00
kristerw
3065fa8725 Add x86_64 to the list of (unsupported) LP64 architectures. 2004-03-13 17:24:31 +00:00
jlam
e9182691c4 bl3ify and use new Objective-C support in gcc.mk. 2004-03-12 22:51:24 +00:00
dmcmahill
f58ced0a66 remove this. use USE_GNU_TOOLS+= yacc instead or a BUILD_DEPENDS 2004-03-12 22:38:18 +00:00
minskim
a4256b9f1e libgtop2_server and related libraries are not built on Linux because
they are not necessary.  Conditionally remove them from PLIST.
2004-03-12 22:30:35 +00:00
snj
7fa7c409e6 bl3ify. 2004-03-12 19:34:01 +00:00
danw
177dd49eff bump PKGREVISION for my change to patch-aa last night. (pointed out
by grant)
2004-03-12 16:00:16 +00:00
taca
4ebeb28b9f Bump pacakge revision with ruby-base package's update. 2004-03-12 05:02:55 +00:00
tv
347ae966cc Obey CPPFLAGS. 2004-03-12 03:00:24 +00:00
dmcmahill
fb3bbea193 add bl3 file 2004-03-12 02:54:50 +00:00
danw
41cdf1f7c8 disable -all-static for OS X since it just causes a linking error
(http://developer.apple.com/qa/qa2001/qa1118.html)
2004-03-12 00:11:17 +00:00
jmmv
75d0dc3502 unused 2004-03-11 21:46:28 +00:00
minskim
9f2cacfabd Make this package build with pthread-enabled Python. It will close
PR pkg/24748.

While here, bl3ify and switch to Tcl 8.4.  Bump PKGREVISION.
2004-03-11 17:43:50 +00:00
xtraeme
46d17bc302 bl3ify 2004-03-11 17:42:34 +00:00
jmmv
546f691b59 Bump PKGREVISION due to update of libgda/libgnomedb to 1.0.3. 2004-03-11 14:02:20 +00:00
jlam
e6cf029454 This package needs to use makeinfo to generate .info files. 2004-03-11 07:33:13 +00:00
minskim
595334821e Enable pkgviews installation to allow to build other pkgviews packages
using ccache.  Noted by Ossi Herrala in PR pkg/24728.
2004-03-10 22:41:30 +00:00
minskim
af8e937669 Add explicit dependency on pkgconfig and sort. 2004-03-10 21:28:32 +00:00
jlam
de7133ae2e Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folks
and by pkgsrc folks.
2004-03-10 18:20:10 +00:00
jlam
40c2807f53 Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mk
is included by not checking its value explicitly.
2004-03-10 17:58:22 +00:00
jlam
d0b4c54eb6 Split out the code that deals with checking whether the software is
built-in or not into a separate builtin.mk file.  The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.

The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.

The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
2004-03-10 17:57:14 +00:00
taca
538769cef7 Revert ruby-racc package to 1.4.3.
It seems that racc 1.4.4 can generate parser code for Ruby 1.6.X, but
racc itself can't work on Ruby 1.6.X.

This ruby-racc package 1.4.3nb1 contains old ruby-racc-runtime-1.4.3 and
ruby-racc-1.4.3 package.
2004-03-10 11:04:50 +00:00
reed
7653a8ad87 This needs a yacc to build, so add to USE_GNU_TOOLS.
yacc -d -v ./activation-context-query-parser.y
  make[2]: yacc: Command not found
2004-03-10 05:02:42 +00:00
markd
e61e3da783 This time actually take maintainership of kdevelop. 2004-03-10 00:47:21 +00:00
minskim
c3d3b59e14 Update tkdiff to 4.0b2.
- switch to Tk 8.4.
  - Enable pkgviews installtion
  - Use DIST_SUBDIR because the distfile doesn't have any version
    information.
  - Update MASTER_SITES.

Major changes since 3.09:
  - Much-improved handling of PC-style filenames.
  - Works with Tk 8.4.
2004-03-10 00:17:31 +00:00
minskim
bcb606c988 Update tkcvs to 7.2.
Changes since 7.1.2:

- More merging functionality.  Helps you tag the merged-from and merged-to
  versions, and if you use the tagnames properly, draws curving arrows between
  them to show where merges occurred.  The tagnames are configurable with the
  cvscfg(mergetoformat) and cvscfg(mergefromformat) variables.
- Requires Tk 8.4 for the curved lines.
- Fixed bug in annotation browser wherein it didn't change colors when
  "Days per Color" changed.
- No longer pops an error dialog if the background exec fails.  Just beeps at
  you.  The command's output should tell you what happened.
- TkDiff v4.0:
      "r" key binding to recompute diffs
      fix for diff symbols in Change Bars disappearing
      preferences for showing whitespace differences
      better tolerance of Windows filenames
- Bugfix for hangs in 7.1.3
- Bugfix for uninitialized X1 coordinate
- Compatible with CVS 1.11.8, which lost the global -l flag.
- Mainline tkdiff is back.  Tkdiff is on Sourceforge now and there's an
  official beta, which is pretty stable.
- Annotation browsing is available from the log branch browser.  There's also
  a button on the main window to make it more likely that people will discover
  the function, which can be most useful.
- Merging will work to the branch as well as to the trunk in the logcanvas
  browser.
- Solved a few problems with the exec functionality.  High CPU usage is gone.
  It now gives back the UI (to one degree or another) and captures
  stderr (both) instead of doing one or the other.
- Made a filter for single-line module-diff (patch) output.  Now files that
  were added, removed, or changed are easier to pick out visually.
- Added an Apply button to the module-level checkout, export, and patch
  dialogs.  Since they don't save state, you could have to type the same
  thing over and over on subsequent operations.
2004-03-09 22:49:48 +00:00
minskim
5ba18884e8 Switch to Tk 8.4 and enable pkgviews installation. Since this package
doesn't build anything, define NO_BUILDLINK and NO_CONFIGURE, and set
USE_LANGUAGES to an empty string.
2004-03-09 22:41:21 +00:00
jmmv
2d20975a37 Update to 1.3.15. This release includes translation updates and pregenerated
API documentation.
2004-03-09 22:12:25 +00:00
skrll
3056ad2d9b Remove myself as maintainer. 2004-03-09 21:00:09 +00:00
minskim
ab235c8f5f bl3ify gconfmm and define USE_LANGUAGES=c c++. Also add required
gtkmm/buildlink3.mk.
2004-03-09 20:56:35 +00:00
snj
232fc2ba2a Add LDFLAGS.SunOS+=-lnsl. From gavan@ on tech-pkg. Closes PR pkg/24720. 2004-03-09 19:34:14 +00:00
recht
52d529903f Add and enable scons. 2004-03-09 19:15:13 +00:00
recht
fb9730e2f4 initial import of scons-0.95
from pkgsrc-wip

SCons is an Open Source software construction tool--that is, a build tool;
an improved substitute for the classic Make utility; a better way to build
software.
2004-03-09 19:13:52 +00:00
markd
6ac0fc6c9e Update to kdevelop 3.0.2. 2004-03-09 13:05:13 +00:00
markd
04647a7154 Update kdevelop to 3.0.2.
Changes:

IMPROVED - Much improved KDevelop User Manual.
IMPROVED - C++ parser twice as fast and more memory efficient.
IMPROVED - Faster/lighter configuration dialogs - the heaviest pages are
 now demand-loaded.
IMPROVED - FileGroups plugin now smarter at applying regexps - much faster
 for common group definitions
IMPROVED - Removed performance bottleneck that made the initial parsing of
 a project very slow.
IMPROVED - KCModule Template to use KDE 3.0 API and KGenericFactory.
IMPROVED - Make source files generated with appwizard honor the selected
 file templates.
IMPROVED - Clanlib documentation
IMPROVED - Project templates by ignoring irrelevant documentation and other
 small fixes.
IMPROVED - Configuration script now allows to disable the compilation of
 certain KDevelop parts.
ADDED - A new "Simple Designer based KDE application" template was added.
ADDED - SearchText in QEditor
ADDED - Possibility to change fontsize in documentation browser.
FIXED - The infamous "Gentoo-crash" finally found and fixed.
FIXED - Make Haskell language support work again
FIXED - Debugger plugin: "Clear all breakpoints"
FIXED - Grep plugin: Don't sometimes crash when interrupting a find while
 a build is running.
FIXED - Grep plugin: Don't confuse files with very similar filenames and
 avoid potentially slow O(n) lookup.
FIXED - Grep plugin: Don't show garbage hits - clean up after a previous
 interrupted run.
FIXED - A case where unsaved files aren't queried for saving when KDevelop
 is closed.
FIXED - A case where a running program that produced a lot of debug output
 could crash KDevelop
FIXED - Debugger will not start (libtool issue)
FIXED - Back and forward buttons available in context menu.
FIXED - Run Options not honored (custom makefiles)
FIXED - Problems on minimum wxWindows version test.
FIXED - wxWindows apptemplate broke compilation with Unicode compiled
 wxWindows
FIXED - Cannot translate project due to srcdir != builddir.
FIXED - Kdevelop crashes when closing multiple files via Keyboard
FIXED - Grep dialog doesn't prepopulate with selected text.
FIXED - Unsaved changes icon disappears even if save could not be performed.
FIXED - Crashes while loading plugins after unloading plugins.
FIXED - expand text (ctrl+J) crashes kdevelop.
FIXED - cvs tools may crash kdevelop.
FIXED - switching docks when no file is loaded crash kdevelop.
FIXED - Kdevelop crashes when typing a dot at the end of a comment.
FIXED - Incomplete make clean for parts/appwizard/common.
FIXED - Use -u instead of -u3 since it is obsoleted.
FIXED - kdevelop looks weird after previewing forms in KUIViewer.
FIXED - close all in context menu with two changed documents doesn't
 respond to cancel properly.
FIXED - Crash when working with Java ant projects.
FIXED - Drop-down lists of toolbar combo views don't appear with UI
 effects on.
FIXED - Automake 1.8.x not supported.
FIXED - Unable to debug Hello World C++ program.
FIXED - Lots of other small things we've forgotten...
2004-03-09 13:03:55 +00:00
markd
0c1737dde7 Update to KDE 3.2.1.
Changes:

Umbrello: code generation does not ignore output directory anymore
Umbrello: creating new states from context menu in state diagram is not
 broken anymore
Umbrello: changing the name of a state doesn't cause it to be drawn in bold
 anymore
Umbrello: not unable to change the specification of an operation anymore
Umbrello: fixed problems while moving floating text block of role
 belonging to association
Umbrello: fixed a lot of internal problems in code generation, association
 handling
Umbrello: fixed XMI loading
Cervisia: prevent crash when activating the create tag/branch action while
 embedded into Quanta
2004-03-09 12:47:42 +00:00
kent
87f92aaf2e Update to w32api-2.5 2004-03-09 12:21:58 +00:00
minskim
89e8ea2a7f Update tcl-tclcl to 1.15 and take maintainership.
Changes:
	- Made changes to config for support to tcl/tk8.4.5 libs
2004-03-08 23:49:41 +00:00
wiz
05b862af17 Update automake to 1.8.3:
Bugs fixed in 1.8.3:

* Long standing bugs:

  - Quote filenames in installation rules, in case $DESTDIR, $prefix,
    or any of the other *dir variables contain a space.

    Please note that Automake does not and cannot support spaces in
    filenames that are involved during the build.  This change affects
    only installation paths, so that `make install' does not bomb out
    in packages configured with
      ./configure --prefix '/c/Program Files'

  - Fix the depfiles output so it works with GNU sed (<4.1) even when
    POSIXLY_CORRECT is set.

  - Do not AC_SUBST(LIBOBJS) in AM_WITH_REGEX.  This macro was unusable
    since Autoconf 2.54, which defines LIBOBJS itself.

  - Fix a potential (but unlikely) race condition in parallel elisp
    builds.  (Introduced in 1.7.3.)

  - Do not assume that users override _DEPENDENCIES in all conditions
    where Automake will try to define them.

  - Do not use `mkdir -p' in mkinstalldirs, unless this is GNU mkdir.
    Solaris 8's `mkdir -p' is not thread-safe and can break parallel
    builds.

    This fix also affects the $(mkdir_p) variable defined since
    Automake 1.8.  It will be set to `mkdir -p' only if mkdir is GNU
    mkdir, and to `mkinstalldirs' or `install-sh -d' otherwise.

  - Secure temporary directory creation in `make distcheck'. (PR/413)

  - Do not generate two build rules for `parser.h' when the
    parser appears in two different conditionals.

  - Work around a Solaris 8 /bin/sh bug in the test for dependency
    checking.  Usually ./configure will not pick this shell; so this
    fix only helps cases where the shell is forced to /bin/sh.

* Bugs introduced by 1.8:

  - In some situations (hand-written `m4_include's), aclocal would
    call the `File::Spec->rel2abs' method, which was only introduced
    in Perl 5.6.  This new version reestablish support Perl 5.005.

    It is likely that the next major Automake releases will require at
    least Perl 5.6.  Consider upgrading your development environment
    if you are still using the five-year-old Perl 5.005.

  - Automake would sometimes fail to define rules for targets listed
    in variables defined in multiple conditions.  For instance on
      if C1
	bin_PROGRAMS = a
      else
	bin_PROGRAMS = b
      endif
    it would define only the `a.$(OBJEXT): a.c' rule and omit the
    `b.$(OBJEXT): b.c' rule.

* New sections in manual:

  - Third-Party Makefiles: how to interface third party Makefiles.
  - Upgrading: upgrading packages to newer Automake versions.
  - Multiple Outputs: handling tools that produce many outputs.
2004-03-08 20:42:17 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
minskim
ac690cf634 Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08 19:52:50 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
reed
491c5d65f1 Improvements for DESCRiption and COMMENT.
(The DESCRiption was same as the other gettext package,
and the COMMENT mentioned "Tools".)
2004-03-08 18:14:33 +00:00
wiz
7c34813f59 Add two patches (that will end up in the next ncurses release) to make
this build with NetBSD make older than Dec 26 2003.
Problem was that ${FOO:$o=.lo} was not expanded as in GNU make
before that date; problem found by Thomas Dickey.
Remove USE_GNU_TOOLS+=make.
2004-03-08 13:26:03 +00:00
minskim
0b936143ca bl3ify. 2004-03-08 01:27:23 +00:00
minskim
677ec9f4f2 Bypass subversion library check, because it uses 'find -maxdepth',
which is not supported by old find.  It will make this package build
on NetBSD<=1.6.2.
2004-03-08 01:09:51 +00:00
minskim
a51fabcffd bl3ify. 2004-03-08 00:15:53 +00:00
minskim
e2d16b771a BUILDLINK_CPPFLAGS may contain spaces. Use double quotes around it
when adding it to MAKE_ENV.
2004-03-08 00:09:46 +00:00
minskim
20d90592e5 Since this is a meta package, use DEPENDS instead of including
buildlink2.mk, and define NO_BUILDLINK and NO_MTREE.
2004-03-08 00:06:03 +00:00
minskim
af511e327b Enable pkgviews installation. 2004-03-07 23:30:22 +00:00
minskim
efdd4f0876 Enable pkgviews installation. 2004-03-07 23:20:55 +00:00
minskim
1938c153ac bl3ify. 2004-03-07 23:20:35 +00:00
minskim
be7762fedf bl3ify. 2004-03-07 22:32:05 +00:00
taca
2830a73048 ruby-racc-runtime is obsoleted now since it is included in Ruby 1.8
and lator.  This is preparation for Ruby 1.8 and please use "racc -E"
under Ruby 1.6, current ruby package.
2004-03-07 14:35:55 +00:00
taca
e9920bc813 Delete ruby-racc-runtime package. 2004-03-07 14:33:16 +00:00
taca
ec7133d9d1 Update ruby-racc package to 1.4.4 (racc-1.4.4).
- support Ruby 1.8.0
- distribution's content changed.
- miscellous bug fixes.

pkgsrc changes:

- ruby-racc-runtime is obsolete now and please use "racc -E"
  for ruby 1.6.X.
2004-03-07 14:32:28 +00:00
minskim
19e9ee20d1 bl3ify. Should have been committed with bl3 conversion of wsoundserver. 2004-03-07 14:10:39 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
minskim
74b9bbc604 No longer used. 2004-03-07 06:24:25 +00:00
snj
30ac880bfa Use bl3. Yet another change I forgot to commit. 2004-03-07 04:23:46 +00:00
snj
daf7c779cb bl3ify. 2004-03-07 04:21:55 +00:00
taca
a1d9970b00 Remove ruby-amstd/Makefile.common since this file isn't used any more. 2004-03-07 03:35:08 +00:00
minskim
68feef3fbc bl3ify and enable pkgviews installation. 2004-03-07 01:47:01 +00:00
minskim
fe52326104 No longer used. 2004-03-07 01:18:15 +00:00
minskim
41bb56e705 bl3ify and enable pkgviews installation. 2004-03-07 01:17:12 +00:00
snj
709219266e Dump XXX lines. 2004-03-07 00:30:04 +00:00
snj
4b0fc8ad27 No longer used. 2004-03-06 23:53:50 +00:00
jlam
430351a890 Conform to template in revision 1.101 of bsd.buildlink3.mk. 2004-03-06 23:46:06 +00:00
snj
9618ba80fb bl3ify. 2004-03-06 23:19:38 +00:00
snj
44fae2ab54 bl3ify. 2004-03-06 22:37:40 +00:00
xtraeme
36d57a990e bl3ify 2004-03-06 17:47:30 +00:00
minskim
96e676e7c4 Not used any more. 2004-03-05 21:25:28 +00:00
minskim
5ccc558c9d bl3ify and enable pkgviews installation. 2004-03-05 21:15:53 +00:00
minskim
21445b6848 Match the new buildlink3.mk template. 2004-03-05 21:08:52 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
minskim
7b11ce524f Make Canna* packages use the buildlink framework. It will fix the
build problem reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-03-05 19:09:22 +00:00
jmmv
c00954fe74 This does not need gnome2-dirs directly, so remove the dependancy.
Not bumping revision since this uses libbonoboui, which includes gnome2-dirs
too (and we still have recursive dependancies).
2004-03-05 17:39:54 +00:00
sekiya
ab7e19328b Revert previous -- my pkgsrc was a tad out of date. Pointed out by wiz@ 2004-03-05 00:34:44 +00:00
wiz
383fb10142 Add some missing man pages. 2004-03-04 23:51:32 +00:00
wiz
f7e56c1f8f Use GNU make, so this builds again (for me (TM)). 2004-03-04 23:51:24 +00:00
wiz
83eca79e87 Update to 0.11.13:
Changes since 1.11.12:
**********************

GENERAL USER ISSUES

* Several memory leaks have been plugged.

* Thanks to Ville Skyttä the man page has a few less spelling errors and is
  slightly more accurate.

* An unlikely potential segfault when using the :fork: connection method has
  been fixed.

* Misc cosmetic, readability, and commenting fixes.

* The CVS server has had the protocol check for unused data from the client
  partially restored.

* A fix has been included that should avoid a very rare race condition that
  could cause a CVS server to exit with a "broken pipe" message.

* A minor problem with the nmake build file that was preventing the source from
  compiling under Windows has been fixed.

* Tests have been added to the test suite.

Changes from 1.11.11 to 1.11.12:
********************************

GENERAL USER ISSUES

* Infinite alias loops in the modules file are now checked for and avoided.

* Clients on case insensitive systems now preserve the case of directories in
  CVS/Entries, in addition to files, for use in communications with the CVS
  server.

* Some previously untested behavior is now being tested.

* Server support for case insensitive clients has been removed in favor of the
  server relying on the client to preserve the case of checked out files, as
  per the CVS client/server protocol spec.  This is not as drastic as it may
  sound, as all of the current tests still pass without modification when run
  from a case insensitive client to a case sensitive server.  This change
  disables little previous functionality, enables access to more of the
  possible namespace to users on systems with case insensitive file systems,
  fixes a few bugs, and in the end this should provide a major stability
  improvement.

* Thanks to Ville Skyttä the man page is a bit more accurate.

* Thanks to Ville Skyttä some unused variables were removed from the log_accum
  Perl script in contrib.

* Thanks to Alexey Mahotkin, a bug that prevented CVS from being compiled with
  Kerberos 4 authentication enabled has been fixed.

* A minor bug that caused CVS to fail to report an inifinte alias loop in the
  modules file when portions of the alias definition contained trailing slashes
  has been fixed.

* A bug in the gzip code that could cause heap corruption and segfaults in CVS
  servers talking to clients less than 1.8 and some modern third-party CVS
  clients has been fixed.

* mktemp.sh is now included with the source distribution so that the rcs2log
  and cvsbug executables may be run on systems which do not contain an
  implementation of mktemp.

* Misc documentation fixes.
2004-03-04 20:54:40 +00:00
minskim
af1b519d91 distfile is on alpha.gnu.org, and not available on MASTER_SITE_GNU. 2004-03-04 18:09:22 +00:00
minskim
9a640e31fe Update py-logging to 0.4.9.2.
Changes since 0.4.7:
  - Traceback text is now cached.
  - Tracebacks can be propagated across sockets as text.
  - Added makeLogRecord() to allow a LogRecord to be created from a dictionary.
  - Closing a handler now removes it from the internal list used by shutdown().
  - Made close() call flush() for handlers where this makes
    sense (thanks to Jim Jewett).
  - The exc_info keyword parameter can be used to pass an exception tuple as
    well as a flag indicating that the current exception should be logged.
  - A shutdown hook is registered to call shutdown() on
    application (Python) exit (thanks to Jim Jewett).
  - Removed redundant error check in setLoggerClass().
  - Added RESET_ERROR to logging.config.
  - SocketHandler now uses an exponential backoff strategy.
  - Minor documentation corrections.
  - Made _listener global in stopListening().
  - Made listen() correctly pass the specified port.
  - Removed some redundant imports in __init__.py.
  - Added the record being processed as a parameter to handleError.
  - Handler.handle returns the result of applying the filter to the record.
  - Added a seek(0, 2) in RotatingFileHandler before the
    tell() call. This is because under Windows, tell()
    returns 0 until the first actual write.
  - Altered findCaller to not use inspect.
  - Renamed warn and WARN to warning and WARNING. This may break
    existing code, but the standard Python module will use
    warning/WARNING rather than warn/WARN. The fatal and FATAL synonyms
    for critical and CRITICAL have also been removed.
  - Added defaultEncoding and some support for encoding Unicode messages.
  - Added process ID to the list of LogRecord attributes.
  - Modified Logger.removeHandler so that it does not
    close the handler on removal.
  - Modified SMTPHandler to treat a single "to address" correctly.
  - Modified SMTPHandler to add a date header to the SMTP message.
  - Modified HTTPHandler to factor out the mapping of
    a LogRecord to a dictionary.
2004-03-04 16:26:53 +00:00
sekiya
8d937a443f Yet another config.guess/config.sub override for sgimips->mipseb. 2004-03-04 13:13:43 +00:00
recht
40a988a53a Add and enable libelf 2004-03-04 11:29:09 +00:00
recht
54af88a005 initial import of libelf-0.8.5
provided by Andrey Petrov in PR 24658

Libelf - ELF object file access library.
2004-03-04 11:27:59 +00:00
adam
c7bf6dcf79 Changes 5.4:
* Interface changes
* New features and improvements: library, programs
* Major bug fixes
(See ANNOUNCE for details)
2004-03-03 13:36:09 +00:00
dillo
ec5297a1c4 update to 1.20:
Added .align directive
2004-03-03 13:07:42 +00:00
kristerw
fc0bb0e9ff Do not override config.guess and config.sub. The configure
script is called with a hard-coded target that is not in
the pkgsrc/mk/gnu-config/ files.
2004-03-02 19:49:40 +00:00
adam
2de88dc9a3 Changes 1.9:
* Added support for x86_64 (AMD64) Linux
* Added support for PowerPC MacOS X
PkgSrc:
* use buildlink3.mk
* create shared libraries
2004-03-02 16:05:01 +00:00
kristerw
2fd8809e9f Make this package build on amd64 with a patch from Richard Rauch in
PR pkg/24403.
2004-03-01 03:39:56 +00:00
minskim
e15292e959 Update autogen to 5.6.0 and bl3ify.
Changes since 5.5.3:
  * AutoFSM was enhanced with the notion of a "noop" transition handling
  * fmemopen() is now used (when possible) for anonymous output (diversions)
  * The Guile function (chdir "...") is now wrapped so AutoGen can adapt
  * the definitions parser now uses a FSM parser instead of YACC
  * AutoOpt-ed programs can now have internationalized usage text
  * Templates have been added for using getopt(3) or getopt_long(3GNU)
    to parse options (in lieu of libopts).
  * better docs on partitioned ini (rc) files
2004-03-01 02:26:13 +00:00
kristerw
186a784554 Make this package build on amd64. 2004-03-01 01:46:57 +00:00
recht
d56f577fe2 update to 0.6.7
The 0.6.7 release fixes some bugs:
- be more backward-compatible when asking for EMAIL_CHARSET
- made error on create consistent with edit when user enters invalid data
  for Multilink and Link form fields (sf bug 904072)
- made errors from bad input in the quick "Show issue:" form more
  user-friendly (sf bug 904064)
- don't add a query to a user's list if it's already there
- nicer invalid property error in HTML templating
- use EMAIL_CHARSET for message body too (still sf bug 900046)
2004-03-01 00:41:48 +00:00
jmmv
949d6d3075 Add and enable ltsa. 2004-02-29 22:22:24 +00:00
jmmv
6c28801faa Initial import of ltsa (Labelled Transition System Analyser), version 2.2:
A model is a simplified representation of the real world.  Engineers
use models to gain confidence in the adequacy and validity of a proposed
design.

Models are described using state machines, known as Labelled Transition
Systems (LTS).  These are described textually as Finite State Processes
(FSP) and displayed and analysed by the LTSA analysis tool.

This package provides the LTSA utility exposed above.  It is specially
useful to be used together with the 'Concurrency: State Models & Java
Programs' book, whose page is at http://www-dse.doc.ic.ac.uk/concurrency/.
2004-02-29 22:21:19 +00:00
wiz
f1352494b4 Add buildlink3.mk. Closes PR 24600. 2004-02-29 18:29:02 +00:00
wiz
cbc980b30b Revert:
revision 1.29
date: 2004/02/18 19:13:30;  author: jlam;  state: Exp;  lines: +23 -23
Configure and build shlibtool after configuring and building libtool,
resepectively.  This makes the build output look more logically grouped
into phases.
to make this build again on 1.5.x systems.
Addresses PR 24588.
2004-02-29 10:28:24 +00:00
recht
47d900630b boehm-gc doesn't build on amd64/x86_64 (and thus mono's internal gc), so
add NOT_FOR_PLATFORM accordingly
2004-02-28 23:41:32 +00:00
recht
ad1721ec0b Fix gdiff configure argument.
From neil at daikokuya dot co dot uk in PR 24585.
Bump PKGREVISION to 1.
2004-02-28 22:09:24 +00:00
recht
5cc92871fb update to 1.2
This release contains a number of significant performance and feature
enhancements and reflects the contributions of an active community of
volunteer developers, reviewers, enlightening critics, kibitzers, and
testers.

Of particular interest to many will be the new support (relative to
1.1) for "archive signing and integrity checking" -- a facility by
which the integrity of a publicly accessible archive can be verified.
2004-02-28 19:51:16 +00:00
jschauma
cf0189698d Update eclipse to 2.1.2:
Release 2.1.2 is a maintenance release to fix serious defects present in
release 2.1.0 and 2.1.1. These changes only affect some plug-ins and features.
Modified plug-ins have version id "2.1.2"; plug-ins unchanged since the 2.1
release still have version id "2.1.0"; plug-ins unchanged since the 2.1.1
release still have version id "2.1.1". Note, however, that all features now
have version id "2.1.2" (even if none of their plug-ins changed).

Changes:
License is in one line
BIDI: ToolTiptext do not have Right to left Reading order
BIDI: Lack of leading and trailig styles for alignment of...
BIDI: drop-down list of rtl-oriented CCombo is displayed ...
BIDI: keyboard's left and right arrows change value of rt...
BIDI: keyborad's left and right arrows move focus between...
BIDI: problem with keyboard's left and right arrows, when...
BIDI: rtl-oriented Tracker has wrong behavior.
BIDI: StyledText to support RIGHT_TO_LEFT orientation
GPs on exit
Stack overflow in code assist
BIDI: Some custom widgets can't be created with explicitl...
BIDI: When UpDown control of rtl-oriented TabFolder is us...
BIDI: PopupList can't be created with explicitly assigned...
BIDI: LTR-oriented MessageBox can't be created, if it's p...
Search indexes generated for similar locales
BIDI:GC.drawImage(0, ... draws at 1, ... when using RIGHT...
BIDI:Caret cheese when resizing RIGHT_TO_LEFT StyledText
BIDI: Drop-down list of CCombo doesn't inherit it's orien...
BIDI: text in the rtl-oriented Text control can't be alig...
BIDI: rtl-oriented TableCursor set next column instead of...
[Bidi] StyledText - support dynamic changing of orientation
Searching for wildcard character * causes server memory e...
Java memory arguments not being passed to operational VM
Bidi: StyledText - exception in autoscroll in bidi
Numerous single type imports can slow compiler down signi...
Extensible debug events
JavaBreakpoint.recreate() should call getAdapter(IJavaDeb...
setSuperclass(String superclassName) API of org.eclipse....
setSuperInterfaces(String[] interfaceNames) API of org.e...
BIDI: MIRRORED bit can't be switched on in the style's bi...
BIDI: rtl-oriented StyledText has overlapping segments pr...
BIDI: StyledText has problem with drawing of selection in...
Performance issues with builder
Abstract class fails to invoke interface-defined method i...
JDT compiler fails to compile legitimate Java code.
Installing patch via New Updates search doesn't respect m...
Eclipse Infocenter framework strings not getting translat...
Printing disabled in Solaris
IndexOutOfBoundsException during indexing help
jck1.4a failures
StyledText - selection rendered incorrectly on bidi platf...
Chkpii errors for the 2.1.2 build
BIDI: CHECK style doesn't work with RTL Tree or Table
Bidi: DCR setOrientation API for Text and Combo widget
Stepping through session bean is very slow in WSAD v5.1
3.0M3 fails startup
Java files generated from PDE templates contain IBM copyr...
Plugin editor incorrectly reformats packages prefixes
bookmark's title(DBCS) breaks.
BIDI: Mirrored text appears on every editor
Using a workspace created with 2.1.1 fails with 2.1.2 RC2

The complete list of changes is available from

http://bugs.eclipse.org/bugs/buglist.cgi?product=JDT&product=PDE&product=Platform&target_milestone=2.1.2&resolution=FIXED&order=bugs.bug_id
2004-02-28 18:31:25 +00:00
kristerw
e02ce30ef1 Fix PR pkg/24464 again. We need to patch config.status instead of
config.status.overridden since the change in rev. 1.1413 of bsd.pkg.mk.
2004-02-27 23:57:03 +00:00
grant
b49274a614 add buildlink3, used by textproc/opensp (hi jmmv!) 2004-02-27 23:37:26 +00:00
jmmv
37380f7d62 Fix a typo in the configure script that makes the build fail when using
gcc < 3.x, as shown in last kristerw@'s bulk build.
2004-02-27 14:50:19 +00:00
jmmv
cf05e6acad Require, at least, Xrender 0.8. Hopefully fixes build problems shown by last
kristerw@'s bulk build under NetBSD 1.6, which has a too old X version.
2004-02-27 14:30:04 +00:00
xtraeme
2a4b3bcc7d bl3ify 2004-02-27 09:02:51 +00:00
xtraeme
3a86e9b495 bl3ify 2004-02-27 07:56:33 +00:00
xtraeme
ac0c0e5a91 bl3ify 2004-02-27 07:24:52 +00:00
snj
06eb253be7 Include sys/types.h earlier to fix the build on FreeBSD 4.
Closes PR pkg/24119.
2004-02-27 02:09:34 +00:00
ben
2375269203 Update SDL_gfx to 2.0.10. Update HOMEPAGE and MASTER_SITES. Make note
in CHANGES and remove from TODO.
2004-02-27 00:22:07 +00:00
jmmv
1bdf642eff Update to 1.3.13:
* Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK.
  (Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko)
* bugfixes (bad g_free, and a null string issue that caused SEGV on
  Solaris when running sample programs).
2004-02-26 17:43:41 +00:00
jmmv
9c5f5c8d12 Initial addition. 2004-02-26 17:29:24 +00:00
drochner
34fb415599 fix amd64 inline assembler code to deal with 32-bit integers
passed to count_trailing_zeros()
2004-02-26 17:08:22 +00:00
cube
2c722fbedc Update to version 1.2.1, with some ideas from Nir Mor.
anjuta now uses GTK+2/GNOME2 environment.  There has been a lot of active
development since the 1.0 branch, listing it would be way too long (parsing
it, too).  Refer to ChangeLog in the WRKSRC directory.
2004-02-26 16:25:52 +00:00
jmmv
14b1741fa0 BUILDLINK_DEPENDS.libgtop2 must be appended to, not set. 2004-02-26 11:23:41 +00:00
schmonz
e8833692ec Update to 2.0rc1, and USE_BUILDLINK3. From the changelog:
2.0rc1
- resolve -r symbols during global symbol resolution
- using two -r arguments implicitly sets -b with branch
  from second -r (if you can speak cvsps arguments, you'll
  understand this)
- fix using cvsps against sourceforge where the actual
  server repository path has many instances of the project
  name in it and the 'strstr' was finding the wrong one.
  instead use the equiv. of 'strrstr'

2.0b10
- fix bug where filenames with 'bad' characters (such as ' ')
  were being sent unescaped to a shell
- add --no-cvs-direct and -Z 0 to disable cvs-direct and compression
- extend the 'fuzz-factor' concept by keeping a min/max date
  encountered for each patchset and fuzz on this interval,
  rather than fuzzing on the date of the first encountered
  member only, helps for handling REALLY slow commits where a
  HUGE number of individual files were modified at a slow trickle.
- it turns out that old versions of cvs have two problems
  1) they don't support 'rlog' (handled)
  2) they don't support 'version', which caused the workaround
     for 1) to fail.
  Now cvsps detects cvs versions too old to support version and/or
  rlog.  Additionally, if server is too old, cvs-direct is
  simply disabled.
- parse the rc file first so that the command line will override
- add -q to shut-up the warnings

2.0b9
- remove Mbinary from valid-response list - can't handle it
- much more (pedantic?) clean-up/close path in cvs_direct
  to fix all of the lost data and hanging problems at close
- added rlog capability to cvs_direct, switched main code
  to use it.
- added version capability to cvs_direct, now cvsps is
  completely independant of cvs binary for all operations!
- added --root and repository command-line arguments,
  now cvsps is completely indepentant of having working
  directory!

2.0b8
- fix the cvs_rupdate calls to use the real repository
  instead of the mangled use_rep_path.  This broke
  cvs_direct generation of add/remove diffs
- fix the sed expression to account for the difference
  between +++ and --- in the first and second lines.
  This broke remove diffs for direct and external.
- attempt to fix a hang-at-flush bug in cvs-direct
  compression handling

2.0b7
- implement compression in cvs_direct
- add command line -Z to specify compression level.
  applies to cvs-direct and external cvs
- implement 'cvs_diff' in cvs-direct
- use cvs_diff instead of cvs_rdiff because it allows
  us to specify all of the lovely diff options
- change system to my_system so ctrl-c will get
  through.  indirectly, this is necessary because
  cvs has loused up the exit codes with the 'cvs diff'
  command, making it impossible to determine whether
  the program exited abnormally
- add parsing of ~/.cvsps/cvspsrc file at startup
  where command line arguments can be listed, one
  per line (parameters to arguments on the same line
  as the argument). --norc prevents this

2.0b6
- fix bug where if -r was specified along with other
  filter options, the other filter options were
  applied first, and the start/end tags were
  never found.
- change -f from strstr to regex
- change regex to EXTENDED regex
- add the --cvs-direct option

2.0b5
- add a cvs_check_cap for capability checking.
- use cvs_check_cap to check whether rlog is
  supported.  it's not supported in 1.11 and
  before. warn if non-supported version is
  detected
- add --no-rcmds to manually disable rlog and rdiff
- add a fix for some bizarre inconsistencies found
  in some random repositories, such as tagged
  revisions that don't exist.
- remove the adaptive crap filter and bk_log_border
  logic now that Larry has cleaned up the exported
  BK->CVS trees.

2.0b4
- add the bk_log_border parsing logic to handle the
  case where 'cvs log' text was committed into the log
- add 'adaptive crap filter' logic to handle all
  of the different corruptions of the cvs log file
- switch to rdiff instead of diff to not require working
  files to be checked out.  Note: when --diff-opts are
  specified, diff must be used (not rdiff) because
  rdiff doesn't support options(?!!)

2.0b3
- add the --diff-opts for explicitly setting the diff
  options.  important for setting increased context for
  example.
- use 'cvs rlog' instead of 'cvs log'.  important if
  there are empty directory pruned with cvs update -P
  for getting consistent patchset numbering
- clean up patch_set_affects_branch for handling INVALID
  tags and the -r especially around a branch point
- add the bkcvs proof-of-concept hack


2.0b2
- change the way INVALID tags are reported - show the exact
  patchsets and revisions that conflict, and don't print
  anything for 'funky' tags/revisions
- add psid to the patchset structure and pass through tree
  once just to assign the numbers.  this allows reporting
  psid when problems are found (above)
- more code restructuring - move stats to own module
- commenting cleanups
- include the very rudimentary merge_utils.sh functions
  I use to assist merging stuff
- change the way diffs are generated, handle individual
  members that are before/after the -r tag restrictions
- change the semantics of the -s argument.  it now only
  restricts the patch sets the same as the other filtration
  arguments.  new argument -g turns on diff generation
- add manpage section discussing tag handling semantics

2.0b1
- major restructuring of source code.  single cvsps.c split into
  a few modules
- major rework of the data structures in order to support the most
  frequently requested, and most desired feature: -r.  cvsps
  can now associated symbolic tags with specific patchsets,
  branches are now associated with the patchset instead of
  the individual revision.  you can view patchsets committed
  after a given symbolic tag, or between two tags.
- changed the handling of same author, same log message commits
  on different branches. this now creates multiple patchsets
- changed the handling of 'file xyz initially added on branch xyz'
  log messages, they now create hidden patchsets.
- these last two items have made the patchset numbering scheme
  incompatible with the old scheme.  patchsets are going
  to change numbers.

1.99.1 (not released)
- redid the data structures a bit to 'normalize' the references to
  a file revision.  this allows the program to detect the case
  when a file is added on a branch, and generate the right output
  for 'cvsps -s' in this case (frequent bug report)
- added the '-l' option to restrict patchsets based on log descr
  content. (patch from Geoff Soutter).  added man page for it.
- added the --summary-first option suggested by Andi Kleen to
  have the PatchSet summary information for all patchsets at
  the head of the output, when multiple patchsets are given
  to the -s option.
- added the all: target to Makefile.  (patch from Ben Elliston)
- use a single centralized cvsps.cache file per root/repository
  this obviates the need to 'cvsps -u' in multiple checked out
  trees of the same repository (patch adopted from Baruch Even)
- change the magic name TRUNK (for -b option) to HEAD to be
  consistent with cvs.  (patch from Henrik Nordstrom)
- when parsing 'cvs log' output, look for the exact strings
  that separate the log entries and the files, instead of
  just the first 8 characters.  this allows a wider variety
  of stuff to be in the log format (including actual patchsets).
  Inspired by Andy Isaacson.
- added the -p option allowing patchset output to go into
  individual files in a named directory.  Based on a patch
  by Henrik Nordstrom.  This is a great idea.  Thanks Henrik.
2004-02-26 01:10:07 +00:00
minskim
a7bb5d5de8 Add buildlink3.mk. 2004-02-25 23:23:00 +00:00
minskim
d5284c5129 bl3ify 2004-02-25 23:21:30 +00:00
minskim
226f950457 Include buildlink2.mk to make .tmpl files available to itools/xmkmf.
This will fix build problems of inputmethods/sj3-*.  Noted by Ishihara
on tech-pkg-ja@jp.NetBSD.org.
2004-02-24 22:10:39 +00:00
grant
caa97276a6 replace /usr/bin/yacc test with USE_GNU_TOOLS+=yacc to provide a
working yacc(1).
2004-02-24 15:17:54 +00:00
minskim
17b016f38c Add and enable p5-Getopt-Simple. 2004-02-24 03:03:14 +00:00
minskim
bf2956982c Import p5-Getopt-Simple from pkgsrc-wip. Packaged by Greg Troxel, and
slightly modified by me.

The Getopt::Simple perl module provides a simple way of specifying:
    * Command line switches
    * Type information for switch values
    * Default values for the switches
    * Help text per switch
2004-02-24 03:01:45 +00:00
epg
956993d8ce Update to Version 1.0.0.
(Monday, 23 February 2004, from /branches/1.0.0)
http://svn.collab.net/repos/svn/tags/1.0.0

 User-visible changes:
 * book and other documentation files brought up-to-date from trunk
 * various trunk fixes merged into tools/ and contrib/ scripts
 * tools/cvs2svn/ area brought up-to-date from trunk
 * www/ area brought up-to-date from trunk
 * improved 'svn help switch' text
 * various bindings improvements

 Developer-visible changes:
 * various fixes to binary packaging and installer systems
2004-02-23 18:18:59 +00:00
minskim
759807afc8 Add and enable py-pexpect. 2004-02-23 16:26:15 +00:00
minskim
0ab615907e Import py-pexpect from pkgsrc-wip.
Pexpect makes Python a better glue for controlling child applications.

Pexpect is a pure Python module for spawning child applications;
controlling them; and responding to expected patterns in their
output. Pexpect works like Don Libes' Expect.  Pexpect allows your
script to spawn a child application and control it as if a human were
typing commands.

Pexpect can be used for automating interactive applications such as
ssh, ftp, passwd, telnet, etc.  It can be used to a automate setup
scripts for duplicating software package installations on different
servers.  It can be used for automated software testing.  Pexpect is
in the spirit of Don Libes' Expect, but Pexpect is pure Python.  The
Pexpect interface was designed to be easy to use.
2004-02-23 16:25:02 +00:00
markd
e7ccabad95 Fix version_type settings for the non-NetBSD platforms in the CXX and
F77 cases.

PKGREVISION++
2004-02-23 10:54:08 +00:00
kristerw
34bcf63195 USE_LANGUAGES= c c++ 2004-02-23 01:46:08 +00:00
minskim
9233ce9d7f Not used any more. 2004-02-22 16:54:23 +00:00
minskim
ae152d91d5 bl3ify 2004-02-22 16:48:11 +00:00
heinz
67b7d24303 Updated to version 1.33
Interesting changes since 1.21
==============================
      * memGunzip has very slow on FreeBSD. Turns out to be down to
        the way realloc works on FreeBSD. Changed both inflate & deflate
        to use exponentially increasing buffer sizes when they need to
        realloc. Thanks to Peter Jeremy for the lowdown on FreeBSD
        memory allocation.
      * Fixed a bug in the inflate method where the input buffer is an
        lvalue (via substr). Problem & solution reported by Salvador Fandiqo.
      * Tightened up the logic in Makefile.PL when BUILD_ZLIB is
        True. Issue spotted by Ralf S. Engelschall.
      * Added prototypes to the subs in Zlib.pm that didn't already have
        them. Patch from Ed Avis.
      * Documentation for some of the gz functions updated.
      * Fix to allow intermingling of gzread & gzreadline - patch
        supplied by Doug Perham.
      * memGunzip will silently now work if the gzip trailer is
        missing. Some HTTP Origin Servers seem to leave it out.
2004-02-22 16:35:38 +00:00
grant
86ce115d67 simplify the test for Darwin a little. 2004-02-22 12:22:47 +00:00
markd
3d200c079f On Solaris the configure script doesn't seem to be working out that "nm"
needs "-p" for BSD compatible output so tell it explicitly.
2004-02-22 12:12:38 +00:00
minskim
b8fea56ea8 Add and enable p5-Perl-Tidy. 2004-02-22 01:59:37 +00:00
minskim
8cf74ab84b Import p5-Perl-Tidy from pkgsrc-wip. Packaged by Adam Migus and
slightly modified by me.

Perl-Tidy is a tool to indent and reformat Perl scripts.  It can also
write scripts in HTML format.
2004-02-22 01:58:09 +00:00
minskim
1bee19fe9d Add and enable p5-IO-Tee. 2004-02-22 01:13:01 +00:00
minskim
ab9efa9970 Import p5-IO-Tee from pkgsrc-wip. Packaged by Eric Schnoebelen, and
slightly modified by me.

This class provides a mechanism to mirror a stream to multiple other
streams.  It can either multiplex an output stream to multiple output
streams, or it can multiplex an input stream to multiple output streams
(mirroring all the data read onto the output streams).
2004-02-22 01:11:17 +00:00
minskim
7f2de5a56b bl3ify and enable pkgviews installation. 2004-02-22 00:42:27 +00:00
cube
7493aac55b Make this compile with gcc-2.95 (hi drochner!). Closes PR 24515.
bl3ify, and provide a buildlink3.mk file for future bl3ification of
dependencies.
2004-02-21 22:58:08 +00:00
cube
251136c311 bl3ify 2004-02-21 22:54:04 +00:00
minskim
4232a11f94 bl3ify 2004-02-21 19:17:33 +00:00
xtraeme
0fb1b74bd0 Fix location of CPP when using MacOSX, and include <sys/types.h> and
others as well to fix building, patches provided by Hiramatu Yosifumi
in PR pkg/24348.
2004-02-21 07:09:50 +00:00
snj
0f69e04d40 s/extention/extension/ 2004-02-21 06:58:38 +00:00
snj
2d257a2c85 s/Extention/Extension/ 2004-02-21 06:58:03 +00:00
snj
96d89dcfb6 s/fibonnaci/fibonacci/ 2004-02-21 06:57:31 +00:00
snj
1d8cd51113 s/syncronization/synchronization/; s/syncronize/synchronize/ 2004-02-21 06:55:01 +00:00
snj
293e443f29 s/Enviroment/Environment/ 2004-02-21 06:52:19 +00:00
snj
fe7343a5d6 s/accesible/accessible/ 2004-02-21 06:51:42 +00:00
snj
b7fd4eace8 s/Extentions/Extensions/ 2004-02-21 06:50:19 +00:00
snj
82184f356a s/useable/usable/; s/Developement/Development/ 2004-02-21 06:48:24 +00:00
sjg
ce4c2a6e12 Update bmake and mk-files.
bmake is sync'd with -current make as of 2004-02-20
Fixes include:
o fix for old :M parsing bug.
o re-jigged unit-tests
o search upwards for *.mk
o fix for double free of var substitution buffers
o use of getopt replaced with custom code, since the usage
  (re-scanning) isn't posix compatible.
* arch.c: don't include ranlib.h on ELF systems

mk-files adds dpadd.mk (cool magic driven by DPADD)
and a re-worked warnings.mk (very cool).
Also fixes:
* own.mk: don't use NetBSD's _SRC_TOP_ it can
  cause confusion.  Also don't take just 'mk' as a
  srctop indicator.
* Generic.sys.mk: need to use ${.PARSEDIR} with exists().
2004-02-21 00:15:44 +00:00
kristerw
88918d4274 Correct PLIST.
Bump PKGREVISION.
2004-02-20 19:37:28 +00:00
jmmv
276a72928c unused 2004-02-20 19:26:57 +00:00
jmmv
53aacf3789 unused 2004-02-20 17:50:36 +00:00
drochner
7e1c2472dc update to 2.1.4
changes: bugfixes, support for more cameras
2004-02-20 16:06:22 +00:00
jmmv
07117ac2bf Moved to pkgsrc/chat/loudmouth. 2004-02-20 14:27:53 +00:00
jmmv
8675bd1845 loudmouth moved from devel to chat. 2004-02-20 14:17:03 +00:00
jmmv
3dc5dac4d8 bl3ify, add explicit dependencies on all pakcages used directly by this one
and use pkgsrc intltool.
2004-02-20 13:57:27 +00:00
jmmv
78385e6ddc unused 2004-02-20 13:42:55 +00:00
jmmv
f0ba83b103 bl3ify 2004-02-20 13:38:33 +00:00
jmmv
c4a5bcfe88 unused 2004-02-20 13:03:42 +00:00
jmmv
74caa9f2d1 Add explicit dependancies on everything used directly by this package. 2004-02-20 09:23:15 +00:00
jlam
f1a928f873 If USE_GNU_READLINE is set, then actually use the builtin readline if it's
GNU and satisfies the dependency requirements.
2004-02-20 06:51:16 +00:00
minskim
7aecc9b18a Add and enable p5-Class-Trigger. 2004-02-20 04:21:21 +00:00
minskim
a335ec62f6 Import p5-Class-Trigger from pkgsrc-wip. Packaged by Hiramatsu
Yoshifumi and slightly modified by me.

Class::Trigger is a mixin class to add / call triggers (or hooks) that
get called at some points you specify.
2004-02-20 04:20:03 +00:00
minskim
3f80e58a4a Add and enable p5-Class-Fields. 2004-02-20 04:15:53 +00:00
minskim
94c8df2978 Import p5-Class-Fields from pkgsrc-wip. Packaged by Hiramatsu
Yoshifumi and slightly modified by me.

Set of perl modules for object oriented development.

* Class::Fields - inspect the fields of a class
* Class::Fields::Fuxor - low level manipuation of object data members
* private - add private data members to Perl classes
* protected - "private" data fields which are inherited by child classes
* public - add public data members to Perl classes
2004-02-20 04:14:09 +00:00
minskim
4aca25f517 Add and enable p5-Class-Accessor. 2004-02-20 04:07:53 +00:00
minskim
b63f10f0f7 Import p5-Class-Accessor from pkgsrc-wip. Packaged by Hiramatsu
Yoshifumi and slightly modified by me.

This module automagically generates accessor/mutators for your class.
2004-02-20 04:05:47 +00:00
minskim
93c3184074 Add and enable p5-Carp-Assert. 2004-02-20 03:58:00 +00:00
minskim
9b289b47c2 Import p5-Carp-Assert from pkgsrc-wip. Packaged by Hiramatsu
Yoshifumi and slightly modified by me.

Carp::Assert is intended for a purpose like the ANSI C library assert.h.
2004-02-20 03:56:38 +00:00
abs
42ace3fcd8 note /var/pkg/rt/sessiondata needs to be writable 2004-02-20 00:50:58 +00:00