From owner-cvs-all@FreeBSD.ORG Sat Sep 27 00:32:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CBF816A4B3; Sat, 27 Sep 2003 00:32:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3AC143FBF; Sat, 27 Sep 2003 00:32:24 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8R7WOXJ000527; Sat, 27 Sep 2003 00:32:24 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8R7WOQ4000526; Sat, 27 Sep 2003 00:32:24 -0700 (PDT) (envelope-from edwin) Message-Id: <200309270732.h8R7WOQ4000526@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 27 Sep 2003 00:32:24 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/adabindx Makefile distinfo pkg-descr pkg-plist ports/devel/adabindx/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2003 07:32:25 -0000 edwin 2003/09/27 00:32:24 PDT FreeBSD ports repository Modified files: devel Makefile Added files: devel/adabindx Makefile distinfo pkg-descr pkg-plist devel/adabindx/files patch-aa Log: 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 Revision Changes Path 1.1287 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/adabindx/Makefile (new) 1.1 +1 -0 ports/devel/adabindx/distinfo (new) 1.1 +5445 -0 ports/devel/adabindx/files/patch-aa (new) 1.1 +22 -0 ports/devel/adabindx/pkg-descr (new) 1.1 +248 -0 ports/devel/adabindx/pkg-plist (new)