aboutsummaryrefslogtreecommitdiff
path: root/devel/adabindx
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+4
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Set USE_X_PREFIX instead of manually overriding PREFIX.Kris Kennaway2004-12-101-1/+1
| | | | Notes: svn path=/head/; revision=123656
* Tidy up whitespace.Trevor Johnson2004-04-101-7/+7
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* 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-275-0/+5751
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