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

Max Khon fjoe at FreeBSD.org
Tue Aug 21 02:43:14 PDT 2007


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)


More information about the cvs-ports mailing list