"srf (Simple Recursive Functions) interprets a very simple programming language similar to Stephen Kleene's recursive functions. You can use srf to help understand recursive functions, or Peano arithmetic." (see http://www.users.qwest.net/~eballen1/srf.html)
Created attachment 67075 [details] srf-1.0.ebuild
Hrm, this looks like it needs a DEPEND upon a lex implementation and a yacc implementation.
Created attachment 67112 [details] srf-1.0.ebuild removed 'dodoc INSTALL' added DEPEND upon flex and (bison or yacc or byacc) (readme says it should work with any of these)
Ok, two tiny little things and then I'll tag this as reviewed. You don't need the backslash for the DEPEND multiline, and I'd be inclined to stick bison first in the || () list on the grounds that it's probably the most useful of the three. Thanks.
Created attachment 67121 [details] srf-1.0.ebuild * fixed multiline typo * changed order bison in dependency here you go...or do you want me to put each atom in the || () list in a separate line? ;-)
Looks good to me. Cheers.
I already (after doing proper testing) committed this ebuild to the tree. Thanks for submitting it.