Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2007 09:43:13 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
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
Message-ID:  <200708210943.l7L9hE8Y088581@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708210943.l7L9hE8Y088581>