diff options
author | fjoe <fjoe@FreeBSD.org> | 2007-08-21 17:43:13 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2007-08-21 17:43:13 +0800 |
commit | 45992de66b0a2d5de5a26291f4fe882aae4ee69a (patch) | |
tree | b56faf08149f7fa16f0c70e0a419468def8e7707 /lang/cint/distinfo | |
parent | 74654fe736f9239cdc813e37ae0fe582166a9f27 (diff) | |
download | freebsd-ports-gnome-45992de66b0a2d5de5a26291f4fe882aae4ee69a.tar.gz freebsd-ports-gnome-45992de66b0a2d5de5a26291f4fe882aae4ee69a.tar.zst freebsd-ports-gnome-45992de66b0a2d5de5a26291f4fe882aae4ee69a.zip |
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.
Diffstat (limited to 'lang/cint/distinfo')
-rw-r--r-- | lang/cint/distinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/cint/distinfo b/lang/cint/distinfo new file mode 100644 index 000000000000..2b77e1d4ecf6 --- /dev/null +++ b/lang/cint/distinfo @@ -0,0 +1,3 @@ +MD5 (cint-5.16.19-source.tar.gz) = f1f607cce2adba306d3e56e6d4c4d4e1 +SHA256 (cint-5.16.19-source.tar.gz) = 93a9daa39d83b2fee641edda49ac1a4a0687baed249fae534916dfac2e752ee6 +SIZE (cint-5.16.19-source.tar.gz) = 1975329 |