aboutsummaryrefslogtreecommitdiff
path: root/devel/adabindx/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove previous maintainer, who no longer uses FreeBSD.Kris Kennaway2003-10-121-1/+1
| | | | Notes: svn path=/head/; revision=90908
* New port: adabindx - an Ada-binding to the X Window System and *tifEdwin Groothuis2003-09-271-0/+35
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> Notes: svn path=/head/; revision=89528