aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbofh <bofh@FreeBSD.org>2015-04-11 21:06:57 +0800
committerbofh <bofh@FreeBSD.org>2015-04-11 21:06:57 +0800
commitf5b8b3c64aa6342cdd937864e2568b36e0b689ab (patch)
tree218420c76a7561c5a47f9fba4103f0b2e31c6213
parent31a71595a2aeb9af4b369cb4f573af4d71903006 (diff)
downloadfreebsd-ports-gnome-f5b8b3c64aa6342cdd937864e2568b36e0b689ab.tar.gz
freebsd-ports-gnome-f5b8b3c64aa6342cdd937864e2568b36e0b689ab.tar.zst
freebsd-ports-gnome-f5b8b3c64aa6342cdd937864e2568b36e0b689ab.zip
lang/c: Adding a well described pkg-descr
-rw-r--r--lang/c/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/c/pkg-descr b/lang/c/pkg-descr
index c4beb0de7e4e..94ccb2cd8d7e 100644
--- a/lang/c/pkg-descr
+++ b/lang/c/pkg-descr
@@ -1,3 +1,15 @@
Tool to compile and run C programs like a shell script.
+First of all, this is not the same as tcc. TCC is a compiler. TCC will preform
+its own set of optimizations, just as GCC will preform its own and Clang will
+preform its own. The purpose of this script is to give a simple front-end to a
+compiler.
+
+Whether it's GCC, Clang, or something else entirely, one can get to choose
+their compiler. It's simply satisfying to type c hello.c and see it run
+instantly.
+
+C is fast. Being able to write a small, fast, and portable C "script" is great.
+One can pass around a C "script" just like s/he would a BASH script.
+
WWW: https://www.github.com/ryanmjacobs/c