summaryrefslogtreecommitdiff
path: root/devel/cdecl/pkg-plist
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-09-05 05:07:08 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-09-05 05:07:08 +0000
commit2bc00d96c9ec88c43deb3cda8fe9640c03f70148 (patch)
tree7dced93a5b34590c4362ce7da052b1bb807f615a /devel/cdecl/pkg-plist
parentUpdate MASTER_SITES (diff)
Cdecl composes compilable C declarations and typecasts from descriptive
English phrases, and can also explain a complicated typecast or declaration. It handles ANSI C, C++, pre-ANSI C, and K&R C, and has TAB completion of keywords and line editing and history (provided by the GNU readline library).
Notes
Notes: svn path=/head/; revision=21269
Diffstat (limited to '')
-rw-r--r--devel/cdecl/pkg-plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/cdecl/pkg-plist b/devel/cdecl/pkg-plist
new file mode 100644
index 000000000000..941fbe9c0aae
--- /dev/null
+++ b/devel/cdecl/pkg-plist
@@ -0,0 +1,4 @@
+bin/cdecl
+bin/c++decl
+share/doc/cdecl/testset
+share/doc/cdecl/testset++