head	1.8;
access;
symbols
	RELEASE_8_3_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2013.01.07.06.52.35;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.10.18.07.03.50;	author vanilla;	state Exp;
branches;
next	1.6;

1.6
date	2012.07.19.22.06.33;	author ak;	state Exp;
branches;
next	1.5;

1.5
date	2012.05.24.16.44.44;	author sperber;	state Exp;
branches;
next	1.4;

1.4
date	2012.05.22.17.49.35;	author sperber;	state Exp;
branches;
next	1.3;

1.3
date	2012.04.07.16.22.23;	author scheidell;	state Exp;
branches;
next	1.2;

1.2
date	2012.02.02.18.17.31;	author jgh;	state Exp;
branches;
next	1.1;

1.1
date	2012.01.23.16.07.04;	author lwhsu;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310023
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310023 | lwhsu | 2013-01-07 06:35:04 +0000 (Mon, 07 Jan 2013) | 5 lines
## SVN ##
## SVN ## - Update to 0.5
## SVN ##
## SVN ## PR:		ports/174670
## SVN ## Submitted by:	Jyun-Yan You <jyyou@@cs.nctu.edu.tw> (maintainer)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@SHA256 (rust-0.5.tar.gz) = d326d22707f0562d669c11efbc33ae812ddbf76ab78f07087fc5beb095a8928a
SIZE (rust-0.5.tar.gz) = 24304179
SHA256 (rust-stage0-2012-12-19-8554d5e-freebsd-x86_64-2bffa280f338913c735672f6ddb630c6da126fad.tar.bz2) = 31d960789db8c7b67d2760ddbc7b397e21d2fc7c6e872c3ae0186c2d2f2e8006
SIZE (rust-stage0-2012-12-19-8554d5e-freebsd-x86_64-2bffa280f338913c735672f6ddb630c6da126fad.tar.bz2) = 13856177
@


1.7
log
@SVN rev 306053 on 2012-10-18 07:03:50Z by vanilla

Upgrade to 0.4.

PR:		ports/172791
Submitted by:	maintainer
Feature safe:   yes
@
text
@d1 4
a4 4
SHA256 (rust-0.4.tar.gz) = 150685f07e4d605cadf9fba25b05e9cc1b009364dd744131cf4230d64981d093
SIZE (rust-0.4.tar.gz) = 24104527
SHA256 (rust-stage0-2012-10-09-cd6f24f-freebsd-x86_64-a2b5e9dddfa8f21cc8a068b77a47ba5425bfdcc6.tar.bz2) = 6ef8e6af1af853ed391ff90063deeae3593954b271724d78104e6f31ebb8a470
SIZE (rust-stage0-2012-10-09-cd6f24f-freebsd-x86_64-a2b5e9dddfa8f21cc8a068b77a47ba5425bfdcc6.tar.bz2) = 13084348
@


1.6
log
@SVN rev 301193 on 2012-07-19 22:06:33Z by ak

- Update to 0.3 (see https://github.com/mozilla/rust/blob/release-0.3/RELEASES.txt)

PR:	ports/169906
Submitted by:	Jyun-Yan You <jyyou@@cs.nctu.edu.tw> (maintainer)
@
text
@d1 4
a4 4
SHA256 (rust-0.3.tar.gz) = b34c895b9596abb6942d1688e6a5189b08b92e2507234779779c1af91e9ae84e
SIZE (rust-0.3.tar.gz) = 22310335
SHA256 (rust-stage0-2012-07-06-b5f5676-freebsd-x86_64-926e17746576397c10af9796d30af6a730329f71.tar.bz2) = b991df3cd68568e549241eab5d8b5e9f9dfacb7edaaebca1dd0176c91d0047e2
SIZE (rust-stage0-2012-07-06-b5f5676-freebsd-x86_64-926e17746576397c10af9796d30af6a730329f71.tar.bz2) = 10308861
@


1.5
log
@- Add newline at the end of distinfo

Submitted by:	Alex Kozlov <spam _at_ rm-rf.kiev.ua> (maintainer)
Approved by:	beat (mentor)
@
text
@d1 4
a4 4
SHA256 (rust-0.2.tar.gz) = cedf679fd6bf46b63b9d754496920cbaa8c9ba4187d40f5f78fc28e775820f0d
SIZE (rust-0.2.tar.gz) = 11349998
SHA256 (rust-stage0-2012-03-27-eec6383-freebsd-x86_64-595f06a3c7a073917fa3274d2aafa6328c50754b.tar.bz2) = 13627f7eb203736b8aaacd82db92af77cac653c12025d793cc38a3c29aea4930
SIZE (rust-stage0-2012-03-27-eec6383-freebsd-x86_64-595f06a3c7a073917fa3274d2aafa6328c50754b.tar.bz2) = 8917839
@


1.4
log
@This patch fixes the problem that it attempts to fetch a file during building.
It adds snapshot to distfiles and removes code for downloading.

PR:            ports/168223
Submitted by:  Jyun-Yan You <jyyou _at_ cs.nctu.edu.tw> (maintainer)
Reported by:   pointyhat-west
Approved by:   decke (mentor)
@
text
@d4 1
a4 1
SIZE (rust-stage0-2012-03-27-eec6383-freebsd-x86_64-595f06a3c7a073917fa3274d2aafa6328c50754b.tar.bz2) = 8917839@


1.3
log
@- Update to 0.2
- The bootstrap compiler needs "cc" to link objects.

PR:		ports/166551
Submitted by:	Jyun-Yan You <jyyou@@cs.nctu.edu.tw> (maintainer)
Feature safe:	yes
@
text
@d3 2
@


1.2
log
@- fix linker errors for systems that have installed llvm
- let clang build llvm
- fix build on ${OSVERSION} < 800107

PR: ports/164467
Submitted by: maintainer, jyyou at cs.nctu.edu.tw
Approved by:	crees (mentor)
@
text
@d1 2
a2 8
SHA256 (rust-0.1.tar.gz) = a1a234592168443b3bd6dce03378ee410393b07f8075c6a56e339638fdda8263
SIZE (rust-0.1.tar.gz) = 10601377
SHA256 (rust-0.1-boot-clang.tar.bz2) = cb920a23c04a1530ba0d74efd6464b1b42b55fdb7fbb22763ea9bd94675de6ee
SIZE (rust-0.1-boot-clang.tar.bz2) = 7818448
SHA256 (rust-0.1-boot-gcc44.tar.bz2) = 682a8f4c735940e1f2e115adfbffde4838989e820a4f551576c0c9b4be1a0d2e
SIZE (rust-0.1-boot-gcc44.tar.bz2) = 9759370
SHA256 (rust-0.1-boot-gcc46.tar.bz2) = 682a8f4c735940e1f2e115adfbffde4838989e820a4f551576c0c9b4be1a0d2e
SIZE (rust-0.1-boot-gcc46.tar.bz2) = 9759370
@


1.1
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>
@
text
@d3 6
a8 2
SHA256 (rust-0.1-boot.tar.bz2) = 682a8f4c735940e1f2e115adfbffde4838989e820a4f551576c0c9b4be1a0d2e
SIZE (rust-0.1-boot.tar.bz2) = 9759370
@

