summaryrefslogtreecommitdiff
path: root/lang/cint (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - While (I was) at it, respect NOPORTDOCSPietro Cerutti2008-06-182-16/+21
| | | | Notes: svn path=/head/; revision=215043
* - Add USE_LDCONFIG to make the port find its own libs [1]Pietro Cerutti2008-06-172-12/+13
| | | | | | | | | | | - While at it, respect DOCSDIR PR: 124279 [1] Submitted by: gahr Approved by: maintainer timeout Notes: svn path=/head/; revision=215040
* Use PREFIX instead of MANPREFIX for --mandir.Max Khon2007-08-251-1/+1
| | | | Notes: svn path=/head/; revision=198280
* - Fix build on x86_64 [1]Max Khon2007-08-232-8/+39
| | | | | | | | | - Fix build with gcc 4.2.1. Pointed out by: kris via pointyhat [1] Notes: svn path=/head/; revision=198167
* Fix INDEX.Edwin Groothuis2007-08-211-1/+1
| | | | | | | | | Pointy hat to: fjoe@ See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html#AEN2125 on how to use BUILD_DEPENDS. Notes: svn path=/head/; revision=198064
* New port: cintMax Khon2007-08-217-0/+450
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