aboutsummaryrefslogtreecommitdiff
path: root/lang/cint/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-271-12/+0
| | | | Notes: svn path=/head/; revision=371587
* - Update to 5.18.00Max Khon2014-09-011-18/+47
| | | | | | | | - Stagify - Take back maintainership Notes: svn path=/head/; revision=366855
* - While (I was) at it, respect NOPORTDOCSPietro Cerutti2008-06-181-11/+11
| | | | Notes: svn path=/head/; revision=215043
* - Add USE_LDCONFIG to make the port find its own libs [1]Pietro Cerutti2008-06-171-11/+11
| | | | | | | | | | | - While at it, respect DOCSDIR PR: 124279 [1] Submitted by: gahr Approved by: maintainer timeout Notes: svn path=/head/; revision=215040
* New port: cintMax Khon2007-08-211-0/+312
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. Notes: svn path=/head/; revision=198050