From owner-cvs-all@FreeBSD.ORG Tue Aug 21 09:43:14 2007 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 6907716A418; Tue, 21 Aug 2007 09:43:14 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5893913C4A5; Tue, 21 Aug 2007 09:43:14 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7L9hElV088582; Tue, 21 Aug 2007 09:43:14 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7L9hE8Y088581; Tue, 21 Aug 2007 09:43:14 GMT (envelope-from fjoe) Message-Id: <200708210943.l7L9hE8Y088581@repoman.freebsd.org> From: Max Khon Date: Tue, 21 Aug 2007 09:43:13 +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/cint Makefile distinfo pkg-descr pkg-plist ports/lang/cint/files patch-Makefile patch-configure patch-tool-INSTALLBIN X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 21 Aug 2007 09:43:14 -0000 fjoe 2007-08-21 09:43:13 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/cint Makefile distinfo pkg-descr pkg-plist lang/cint/files patch-Makefile patch-configure patch-tool-INSTALLBIN Log: New port: cint CINT is a C/C++ interpreter aimed at processing C/C++ scripts. CINT covers about 95% of ANSI C and 85% of C++. A CINT script can call compiled classes/functions and compiled code can make callbacks to CINT user defined functions. Utilities, like makecint and rootcint, automate the process of embedding compiled C/C++ library code as shared objects (as Dynamic Link Library, DLL, or shared library, .so). Source files and shared objects can be dynamically loaded/unloaded without stopping the CINT process. CINT offers a gdb like debugging environment for interpreted programs. Revision Changes Path 1.568 +1 -0 ports/lang/Makefile 1.1 +35 -0 ports/lang/cint/Makefile (new) 1.1 +3 -0 ports/lang/cint/distinfo (new) 1.1 +16 -0 ports/lang/cint/files/patch-Makefile (new) 1.1 +41 -0 ports/lang/cint/files/patch-configure (new) 1.1 +31 -0 ports/lang/cint/files/patch-tool-INSTALLBIN (new) 1.1 +12 -0 ports/lang/cint/pkg-descr (new) 1.1 +312 -0 ports/lang/cint/pkg-plist (new)