freebsd-ports/devel/adabindx/pkg-descr
Edwin Groothuis 99af2876ad New port: adabindx - an Ada-binding to the X Window System and *tif
This is a binding of Ada to the C-Libraries of the X Window
	system and the Motif(tm) or Lesstif widget set.

	Programmers used to write X Window programs will easily use
	this binding. Most of the names for functions and procedures
	resemble the equivalent C interface names, e.g.

	   XGetRGBColormaps (C interface) <-> X_Get_RGB_Colormaps (Ada binding).

	"While retaining familiarity to the C interface, I tried
	to include the security of Ada by controlling the creation
	and release of pointer types wherever possible."

PR:		ports/46505
Submitted by:	David Holm <david@realityrift.com>
2003-09-27 07:32:24 +00:00

22 lines
788 B
Text

This is a binding of Ada to the C-Libraries of the X Window system and the
Motif(tm) or Lesstif widget set.
Programmers used to write X Window programs will easily use this binding. Most
of the names for functions and procedures resemble the equivalent C interface
names, e.g.
XGetRGBColormaps (C interface) <-> X_Get_RGB_Colormaps (Ada binding).
"While retaining familiarity to the C interface, I tried to include the
security of Ada by controlling the creation and release of pointer types
wherever possible."
WWW: http://home.arcor.de/hfvogt/programming.html
- David Holm
david@realityrift.com
Patch supplied by Vadim Godunko <vgodunko@vipmail.ru>
It adds support for OpenMotif 2.2 to configuration as well as support for
XmColumn, XmDataField and widgets from OpenMotif2.2.