summaryrefslogtreecommitdiffstats
path: root/lang/tcc/distinfo
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2006-05-16 01:42:47 +0000
committerjkoshy <jkoshy@FreeBSD.org>2006-05-16 01:42:47 +0000
commit09eb67c1e17a0a52511f74f1a359c3d541e6ef79 (patch)
treed59f616a9ce902e9b7893061cbef3f7f79db10cf /lang/tcc/distinfo
parent8f7e2e3b2b9b160b8c5e13eff8e43ca2c10dac4e (diff)
downloadFreeBSD-ports-09eb67c1e17a0a52511f74f1a359c3d541e6ef79.zip
FreeBSD-ports-09eb67c1e17a0a52511f74f1a359c3d541e6ef79.tar.gz
A new port for TinyCC, a small and fast C compiler.
Tcc's features include: * Small: You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). * Fast: tcc generates optimized x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC. * Unlimited: Any C dynamic library can be used directly. TCC is heading torward full ISOC99 compliance. TCC can of course compile itself. * Safe: tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code. * Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included. * C script supported : just add '#!/usr/local/bin/tcc -run' at the first line of your C source, and execute it directly from the command line. * With libtcc, you can use TCC as a backend for dynamic code generation.
Diffstat (limited to 'lang/tcc/distinfo')
-rw-r--r--lang/tcc/distinfo3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/tcc/distinfo b/lang/tcc/distinfo
new file mode 100644
index 0000000..eea1589
--- /dev/null
+++ b/lang/tcc/distinfo
@@ -0,0 +1,3 @@
+MD5 (tcc-0.9.23.tar.gz) = ba925bf241b0980a581bbc6ad3d5b9a1
+SHA256 (tcc-0.9.23.tar.gz) = 074632c574116004c63b32798048c73c184d123d8cf96cce849765296b255991
+SIZE (tcc-0.9.23.tar.gz) = 423807
OpenPOWER on IntegriCloud