diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-08-22 13:47:40 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-08-22 13:47:40 +0000 |
commit | 7fc5d8be7eac1fef8f31bc87745454d4d4e2d197 (patch) | |
tree | f570c574c7af4f60691c09166c153d23d429c09f /devel/fastdep/DESCR | |
parent | e71e76a726b66553fe9318c5b30aa3a99e084a62 (diff) | |
download | pkgsrc-7fc5d8be7eac1fef8f31bc87745454d4d4e2d197.tar.gz |
Initial import of fastdep, version 0.15:
fastdep is a fast dependency generator for C/C++ files. It generates a
file ready to be parsed by the make(1) utility containing dependancy
specifications for all source files given to it.
The program is written in C++ with a handoptimized parser for just the
preproccesor tokens; therefore it is faster than GCC because it does
just one thing.
Diffstat (limited to 'devel/fastdep/DESCR')
-rw-r--r-- | devel/fastdep/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/fastdep/DESCR b/devel/fastdep/DESCR new file mode 100644 index 00000000000..e733c401a37 --- /dev/null +++ b/devel/fastdep/DESCR @@ -0,0 +1,7 @@ +fastdep is a fast dependency generator for C/C++ files. It generates a +file ready to be parsed by the make(1) utility containing dependancy +specifications for all source files given to it. + +The program is written in C++ with a handoptimized parser for just the +preproccesor tokens; therefore it is faster than GCC because it does +just one thing. |