From owner-cvs-all@FreeBSD.ORG Sat May 9 00:53:57 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEA491065673; Sat, 9 May 2009 00:53:57 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DBD258FC17; Sat, 9 May 2009 00:53:57 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n490rv2o051767; Sat, 9 May 2009 00:53:57 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n490rvZA051766; Sat, 9 May 2009 00:53:57 GMT (envelope-from acm) Message-Id: <200905090053.n490rvZA051766@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Sat, 9 May 2009 00:53:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang Makefile ports/lang/gambas2-base Makefile Makefile.components distinfo pkg-descr pkg-plist ports/lang/gambas2-base/files patch-main-gbx_gbx_math.c patch-main-gbx_gbx_math.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2009 00:53:58 -0000 acm 2009-05-09 00:53:57 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/gambas2-base Makefile Makefile.components distinfo pkg-descr pkg-plist lang/gambas2-base/files patch-main-gbx_gbx_math.c patch-main-gbx_gbx_math.h Log: - New port: lang/gambas2-base Gambas is a free development environment based on a Basic interpreter with object extensions, a bit like Visual Basic (but it is NOT a clone !). With Gambas, you can quickly design your program GUI with QT or GTK+, access MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot KDE applications with DCOP, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on. WWW: http://gambas.sf.net/ Revision Changes Path 1.635 +1 -0 ports/lang/Makefile 1.1 +60 -0 ports/lang/gambas2-base/Makefile (new) 1.1 +187 -0 ports/lang/gambas2-base/Makefile.components (new) 1.1 +3 -0 ports/lang/gambas2-base/distinfo (new) 1.1 +13 -0 ports/lang/gambas2-base/files/patch-main-gbx_gbx_math.c (new) 1.1 +12 -0 ports/lang/gambas2-base/files/patch-main-gbx_gbx_math.h (new) 1.1 +9 -0 ports/lang/gambas2-base/pkg-descr (new) 1.1 +60 -0 ports/lang/gambas2-base/pkg-plist (new)