# HG changeset patch # User Volker Grabsch # Date 1251795525 -7200 # Node ID 4a10f22aabf3c9fb09519094b4f66afd5c63d13e # Parent d2a6561bcb6d12b4eb79b9e08ce71725060366c7 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env diff -r d2a6561bcb6d -r 4a10f22aabf3 Makefile --- a/Makefile Fri Aug 21 06:58:11 2009 +0200 +++ b/Makefile Tue Sep 01 10:58:45 2009 +0200 @@ -194,11 +194,11 @@ .PHONY: dist dist: - rm -rf 'mingw_cross_env-$(VERSION)' - mkdir 'mingw_cross_env-$(VERSION)' - mkdir 'mingw_cross_env-$(VERSION)/doc' - mkdir 'mingw_cross_env-$(VERSION)/src' - (cd '$(TOP_DIR)' && hg log -v --style changelog) >'mingw_cross_env-$(VERSION)/doc/ChangeLog' + rm -rf 'mingw-cross-env-$(VERSION)' + mkdir 'mingw-cross-env-$(VERSION)' + mkdir 'mingw-cross-env-$(VERSION)/doc' + mkdir 'mingw-cross-env-$(VERSION)/src' + (cd '$(TOP_DIR)' && hg log -v --style changelog) >'mingw-cross-env-$(VERSION)/doc/ChangeLog' ( \ $(SED) -n '1,// p' '$(TOP_DIR)/doc/index.html' && \ ($(foreach PKG,$(PKGS), \ @@ -208,12 +208,12 @@ | $(SED) 's,\(\)[^<]*\(\),\1$(VERSION)\2,g' \ | $(SED) 's,\(\)[^<]*\(\),\1$(TARGET)\2,g' \ >'$(TOP_DIR)/index.html' - cp -p '$(TOP_DIR)/index.html' 'mingw_cross_env-$(VERSION)/doc/' - cp -p '$(TOP_DIR)/doc'/screenshot-* 'mingw_cross_env-$(VERSION)/doc/' - cd 'mingw_cross_env-$(VERSION)/doc' && lynx -dump -width 75 -nolist -force_html index.html >README - cp -p '$(TOP_DIR)/Makefile' 'mingw_cross_env-$(VERSION)/' - cp -p '$(TOP_DIR)/src'/*.mk 'mingw_cross_env-$(VERSION)/src/' - cp -p '$(TOP_DIR)/src'/*.patch 'mingw_cross_env-$(VERSION)/src/' - tar cvf - 'mingw_cross_env-$(VERSION)' | gzip -9 >'mingw_cross_env-$(VERSION).tar.gz' - rm -rf 'mingw_cross_env-$(VERSION)' + cp -p '$(TOP_DIR)/index.html' 'mingw-cross-env-$(VERSION)/doc/' + cp -p '$(TOP_DIR)/doc'/screenshot-* 'mingw-cross-env-$(VERSION)/doc/' + cd 'mingw-cross-env-$(VERSION)/doc' && lynx -dump -width 75 -nolist -force_html index.html >README + cp -p '$(TOP_DIR)/Makefile' 'mingw-cross-env-$(VERSION)/' + cp -p '$(TOP_DIR)/src'/*.mk 'mingw-cross-env-$(VERSION)/src/' + cp -p '$(TOP_DIR)/src'/*.patch 'mingw-cross-env-$(VERSION)/src/' + tar cvf - 'mingw-cross-env-$(VERSION)' | gzip -9 >'mingw-cross-env-$(VERSION).tar.gz' + rm -rf 'mingw-cross-env-$(VERSION)' diff -r d2a6561bcb6d -r 4a10f22aabf3 doc/index.html --- a/doc/index.html Fri Aug 21 06:58:11 2009 +0200 +++ b/doc/index.html Tue Sep 01 10:58:45 2009 +0200 @@ -196,7 +196,7 @@

First, you should ensure that your system meets - mingw_cross_env's + mingw-cross-env's requirements. You probably need to install some stuff.

@@ -205,11 +205,11 @@ When everything is fine, download the latest release:

-
wget http://www.profv.de/mingw_cross_env/mingw_cross_env-X.Y.tar.gz
+
wget http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-X.Y.tar.gz

and unpack the tarball:

-
tar -xzvf mingw_cross_env-X.Y.tar.gz
+
tar -xzvf mingw-cross-env-X.Y.tar.gz

If you don't mind installing it in your home directory, @@ -220,7 +220,7 @@

Now you should save any previous installation - of the mingw_cross_env. + of the mingw-cross-env. Assuming you've installed it under /opt/mingw (any other directory will do as well), you should execute the following commands: @@ -235,7 +235,7 @@ but feel free to use any other directory if you like.

su
-mv mingw_cross_env-X.Y /opt/mingw
+mv mingw-cross-env-X.Y /opt/mingw
 exit

@@ -244,11 +244,11 @@

cd /opt/mingw
-

Step 3: Build mingw_cross_env

+

Step 3: Build mingw-cross-env

Enter the directory where you've unpacked the - mingw_cross_env. + mingw-cross-env. Now it depends on what you actually want – or need.

@@ -291,7 +291,7 @@

Edit your .bashrc script in order to change $PATH:

-
export PATH=/where mingw_cross_env is installed/usr/bin:$PATH
+
export PATH=/where mingw-cross-env is installed/usr/bin:$PATH

Note that any compiler related environment variables @@ -354,8 +354,8 @@

2009-xx-xx – Release 2.8

- Download | - Changelog + Download | + Changelog

@@ -363,6 +363,14 @@

+ The whole mingw-cross-env project has moved to + Savannah. + So almost all URIs have changed, + but the old URIs + redirect to the new locations seamlessly. +

+ +

Almost all packages are updated to their latest version.

@@ -385,11 +393,11 @@ and run:

-
hg clone http://www.profv.de/mingw_cross_env/hgweb.cgi mingw_cross_env
+
hg clone http://hg.savannah.nongnu.org/hgweb/mingw-cross-env mingw-cross-env

You can also browse the - Web Repository. + Web Repository.

@@ -397,7 +405,7 @@

Requirements

- Mingw_cross_env requires a recent Unix system + Mingw-cross-env requires a recent Unix system where the following components are installed:

@@ -672,8 +680,8 @@
2009-08-11 – Release 2.7

- Download | - Changelog + Download | + Changelog

@@ -694,8 +702,8 @@

2009-06-19 – Release 2.6

- Download | - Changelog + Download | + Changelog

@@ -726,8 +734,8 @@

2009-04-06 – Release 2.5

- Download | - Changelog + Download | + Changelog

@@ -754,8 +762,8 @@

2009-03-08 – Release 2.4

- Download | - Changelog + Download | + Changelog

@@ -772,8 +780,8 @@

2009-02-09 – Release 2.3

- Download | - Changelog + Download | + Changelog

@@ -796,8 +804,8 @@

2009-01-31 – Release 2.2

- Download | - Changelog + Download | + Changelog

@@ -817,8 +825,8 @@

2008-12-13 – Release 2.1

- Download | - Changelog + Download | + Changelog

@@ -839,8 +847,8 @@

2008-11-10 – Release 2.0

- Download | - Changelog + Download | + Changelog

@@ -858,8 +866,8 @@

2008-01-11 – Release 1.4

- Download | - Changelog + Download | + Changelog

@@ -884,8 +892,8 @@

2007-12-23 – Release 1.3

- Download | - Changelog + Download | + Changelog

@@ -905,8 +913,8 @@

2007-12-13 – Release 1.2

- Download | - Changelog + Download | + Changelog

@@ -919,8 +927,8 @@

2007-07-24 – Release 1.1

- Download | - Changelog + Download | + Changelog

@@ -937,8 +945,8 @@

2007-06-19 – Release 1.0

- Download | - Changelog + Download | + Changelog

@@ -960,7 +968,10 @@