Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. WWW: http://www.rust-lang.org/ Generated with FreeBSD Port Tools 0.99
Sorry, forgot to add version constraints
Responsible Changed From-To: freebsd-ports-bugs->lwhsu I'll take it.
lwhsu 2012-01-23 16:07:04 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/rust Makefile distinfo pkg-descr pkg-plist lang/rust/files patch-configure patch-mk_platform.mk patch-src_cargo_cargo.rs patch-src_rt_rust__unwind.h Log: Add rust 0.1, a language with a focus on memory safety and concurrency. PR: ports/164366 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> Revision Changes Path 1.764 +1 -0 ports/lang/Makefile 1.1 +75 -0 ports/lang/rust/Makefile (new) 1.1 +4 -0 ports/lang/rust/distinfo (new) 1.1 +20 -0 ports/lang/rust/files/patch-configure (new) 1.1 +11 -0 ports/lang/rust/files/patch-mk_platform.mk (new) 1.1 +12 -0 ports/lang/rust/files/patch-src_cargo_cargo.rs (new) 1.1 +17 -0 ports/lang/rust/files/patch-src_rt_rust__unwind.h (new) 1.1 +8 -0 ports/lang/rust/pkg-descr (new) 1.1 +17 -0 ports/lang/rust/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. Thanks!