Bug 164366 - [NEW PORT] lang/rust: A language with a focus on memory safety and concurrency
Summary: [NEW PORT] lang/rust: A language with a focus on memory safety and concurrency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-22 07:00 UTC by Jyun-Yan You
Modified: 2012-01-23 16:10 UTC (History)
0 users

See Also:


Attachments
rust-0.1.shar (6.95 KB, text/plain)
2012-01-22 07:00 UTC, Jyun-Yan You
no flags Details
rust-0.1_1.shar (7.11 KB, application/x-shar)
2012-01-22 10:47 UTC, Jyun-Yan You
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jyun-Yan You 2012-01-22 07:00:24 UTC
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
Comment 1 Jyun-Yan You 2012-01-22 10:47:57 UTC
Sorry, forgot to add version constraints
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2012-01-22 17:13:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-23 16:07:17 UTC
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"
Comment 4 Li-Wen Hsu freebsd_committer freebsd_triage 2012-01-23 16:07:21 UTC
State Changed
From-To: open->closed

New port added. Thanks!