Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (5d5ca6b685aabdcce97970bc5cfe2ab05d756014)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (5d5ca6b685aabdcce97970bc5cfe2ab05d756014)
  • Date: Thu, 13 Aug 2009 06:45:22 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

utils/plan9port/BUILD | 3 ++-
utils/plan9port/DETAILS | 16 ++++++++--------
utils/plan9port/HISTORY | 6 ++++++
utils/plan9port/INSTALL | 3 +--
utils/plan9port/PROVIDES | 1 +
5 files changed, 18 insertions(+), 11 deletions(-)

New commits:
commit 5d5ca6b685aabdcce97970bc5cfe2ab05d756014
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

utils/plan9port: updated to version 20090812, now provides PLAN9TOOLS

diff --git a/utils/plan9port/BUILD b/utils/plan9port/BUILD
index 27ba77d..a86ad50 100755
--- a/utils/plan9port/BUILD
+++ b/utils/plan9port/BUILD
@@ -1 +1,2 @@
-true
+cd ${SOURCE_DIRECTORY} &&
+./INSTALL -b
diff --git a/utils/plan9port/DETAILS b/utils/plan9port/DETAILS
index 3c955a6..1eb22a1 100755
--- a/utils/plan9port/DETAILS
+++ b/utils/plan9port/DETAILS
@@ -1,11 +1,11 @@
- SPELL=plan9port
- VERSION=20090618
- SOURCE=${SPELL}-${VERSION}.tgz
- SOURCE_URL[0]=http://swtch.com/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:abe9cef7bf29a176781356a61d71766471ff004172fe763fbcf52ef5b9b31f1fe8d3adcbc5b9e39193ab2b39703320027e07acd5de21f428c4b9ac63af8aa076
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/plan9
- WEB_SITE=http://swtch.com/plan9port/
- ENTERED=20061206
+ SPELL="plan9port"
+ VERSION="20090812"
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]="http://swtch.com/${SPELL}/${SOURCE}";
+
SOURCE_HASH="sha512:c0bb4764bb37f11849a81d29f11fd0a380592810cf612a94a3dc2988c99f154425770288ed61db70ef3154641a7ccf4df7c1a9caef7e43977391a546866268e7"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/plan9"
+ WEB_SITE="http://swtch.com/plan9port/";
+ ENTERED="20061206"
LICENSE[0]="Lucent Public License"
SHORT="Plan 9 from User Space (aka plan9port) is a port of
many Plan 9 programs from their native Plan 9 environment to Unix-like
diff --git a/utils/plan9port/HISTORY b/utils/plan9port/HISTORY
old mode 100755
new mode 100644
index 09d38fa..41daf95
--- a/utils/plan9port/HISTORY
+++ b/utils/plan9port/HISTORY
@@ -1,3 +1,9 @@
+2009-08-12 Quentin Rameau <quinq AT sourcemage.org>
+ * DETAILS: updated to version 20090812
+ * BUILD, INSTALL: separated build from install step to gain potential
+ benefits from building optimizations
+ * PROVIDES: added, provider of PLAN9TOOLS
+
2009-06-21 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* CONFIGURE: forgot to add it at last commit

diff --git a/utils/plan9port/INSTALL b/utils/plan9port/INSTALL
index f0ea23b..658d841 100755
--- a/utils/plan9port/INSTALL
+++ b/utils/plan9port/INSTALL
@@ -1,4 +1,3 @@
cp -r ${SOURCE_DIRECTORY} ${INSTALL_ROOT}/opt/ &&
cd ${INSTALL_ROOT}/opt/plan9/ &&
-./INSTALL
-
+./INSTALL -c
diff --git a/utils/plan9port/PROVIDES b/utils/plan9port/PROVIDES
new file mode 100755
index 0000000..181184b
--- /dev/null
+++ b/utils/plan9port/PROVIDES
@@ -0,0 +1 @@
+PLAN9TOOLS



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (5d5ca6b685aabdcce97970bc5cfe2ab05d756014), Quentin Rameau, 08/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page