Paul Irofti wrote:
On Sat, Aug 23, 2008 at 09:21:23PM +0200, Thomas Pfaff wrote:
$ cat pkg/DESCR
Cdecl is a program which will turn English-like phrases such as "declare
foo as array 5 of pointer to function returning int" into C declarations
such as "int (*foo[5])()". It can also translate the C into the pseudo-
English. And it handles typecasts, too. Plus C++.
Tested on i386 and amd64. Please test and comment.
That's already in ports, see devel/cutils.
Oh, I grepped for cdecl but nothing showed up. Guess I should also
grep pkg/DESCR in the future. At least I don't have to worry about
adding a readline flavor to this package now ;-)
Thanks.