Clay is a programming language designed for Generic Programming. It provides whole program type propagation and efficient type-specialized code generation. Let you write generic programs less verbose and have the same memory footprint and runtime overhead as C. WWW: https://github.com/jckarter/clay Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->lwhsu I'll take it.
lwhsu 2012-01-26 12:08:11 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/clay Makefile distinfo pkg-descr pkg-plist Log: Add clay 0.1.0, a language designed for generic programming. PR: ports/164505 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> Revision Changes Path 1.765 +1 -0 ports/lang/Makefile 1.1 +47 -0 ports/lang/clay/Makefile (new) 1.1 +2 -0 ports/lang/clay/distinfo (new) 1.1 +6 -0 ports/lang/clay/pkg-descr (new) 1.1 +560 -0 ports/lang/clay/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!