Skip to Content.
Sympa Menu

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

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 (287b0b35d9591b462e1349885b1e0464df5c1bd5)
  • Date: Wed, 12 Aug 2009 11:14:26 -0500

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

utils/9base/BUILD | 3 ---
utils/9base/DETAILS | 17 ++++++++---------
utils/9base/HISTORY | 6 ++++++
utils/9base/PRE_BUILD | 5 +++++
utils/9base/PROVIDES | 1 +
5 files changed, 20 insertions(+), 12 deletions(-)

New commits:
commit 287b0b35d9591b462e1349885b1e0464df5c1bd5
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

utils/9base: updated to version 3, now provides PLAN9TOOLS

diff --git a/utils/9base/BUILD b/utils/9base/BUILD
index f26855f..b9e1628 100755
--- a/utils/9base/BUILD
+++ b/utils/9base/BUILD
@@ -1,4 +1 @@
-#right install path
-sedit 's/\/usr\/local\/9/\/opt\/9/' config.mk &&
-
make
diff --git a/utils/9base/DETAILS b/utils/9base/DETAILS
index b218b60..44bc786 100755
--- a/utils/9base/DETAILS
+++ b/utils/9base/DETAILS
@@ -1,12 +1,11 @@
- SPELL=9base
- VERSION=2
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://wmii.de/download/$SOURCE
-
SOURCE_HASH=sha512:e48448e0a498580b62a73972807f4e8a561ca96a22d8d1f7d431aaac63f2be897432e70ee3d7020e43953abe6ccfd9aac5675cda50d1c56a67c2a1e7e5d7f8f0
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://wmii.de/
- ENTERED=20051008
- UPDATED=20051031
+ SPELL="9base"
+ VERSION="3"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]="http://code.suckless.org/dl/tools/${SOURCE}";
+
SOURCE_HASH="sha512:b08d4bf66eb932799cccab61614864edeb2b1cb7d98831226bdb555b222500afa11029cc56fc57d1757669008689f764590b4dc279474b94d64cd471ce37320a"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://tools.suckless.org/9base";
+ ENTERED="20051008"
LICENSE[0]="Lucent Public License"
KEYWORDS="utils"
SHORT="9base is a port of some Plan 9 programs from their \
diff --git a/utils/9base/HISTORY b/utils/9base/HISTORY
index 5430b43..fc8887b 100644
--- a/utils/9base/HISTORY
+++ b/utils/9base/HISTORY
@@ -1,3 +1,9 @@
+2009-08-12 Quentin Rameau <quinq AT sourcemage.org>
+ * DETAILS: updated to version 3, urls updated.
+ * BUILD: moved edition of config.mk to PRE_BUILD.
+ * PRE_BUILD: added, corrects install path.
+ * PROVIDES: added, provider of PLAN9TOOLS.
+
2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* CONFLICTS: removed, deprecation complete

diff --git a/utils/9base/PRE_BUILD b/utils/9base/PRE_BUILD
new file mode 100755
index 0000000..6ee4bb3
--- /dev/null
+++ b/utils/9base/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+#right install path
+sedit 's:/usr/local/9:/opt/9:' config.mk
diff --git a/utils/9base/PROVIDES b/utils/9base/PROVIDES
new file mode 100755
index 0000000..181184b
--- /dev/null
+++ b/utils/9base/PROVIDES
@@ -0,0 +1 @@
+PLAN9TOOLS



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (287b0b35d9591b462e1349885b1e0464df5c1bd5), Quentin Rameau, 08/12/2009

Archive powered by MHonArc 2.6.24.

Top of Page