aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tcc/pkg-descr
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-02-19 17:37:14 +0800
committergabor <gabor@FreeBSD.org>2007-02-19 17:37:14 +0800
commit727e10c801416d3c40bf4951d2a93fe39ca11917 (patch)
tree9c95da0682d59bb72936ac3f951aaf38c99593af /lang/tcc/pkg-descr
parent6da2603097e3336031437fb5b170bb62a4d5cac9 (diff)
downloadfreebsd-ports-gnome-727e10c801416d3c40bf4951d2a93fe39ca11917.tar.gz
freebsd-ports-gnome-727e10c801416d3c40bf4951d2a93fe39ca11917.tar.zst
freebsd-ports-gnome-727e10c801416d3c40bf4951d2a93fe39ca11917.zip
Remove expired port:
2006-12-01 lang/tcc: is only for i386, and you are running amd64. Approved by: erwin (mentor, implicit)
Diffstat (limited to 'lang/tcc/pkg-descr')
-rw-r--r--lang/tcc/pkg-descr20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/tcc/pkg-descr b/lang/tcc/pkg-descr
deleted file mode 100644
index 134443e67448..000000000000
--- a/lang/tcc/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-Tcc is a small and fast C compiler with the following features:
- * 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.
-
-WWW: http://www.tinycc.org/