Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (b216ed16e2a630bc689f66783463a2da4b736d1c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (b216ed16e2a630bc689f66783463a2da4b736d1c)
  • Date: Wed, 20 Aug 2008 05:39:31 -0500

GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth AT gmx.de>:

collab/pmi/BUILD | 16 +---------------
collab/pmi/DETAILS | 26 +++++++++++++-------------
collab/pmi/HISTORY | 7 +++++++
collab/pmi/INSTALL | 10 ++++++++++
4 files changed, 31 insertions(+), 28 deletions(-)

New commits:
commit b216ed16e2a630bc689f66783463a2da4b736d1c
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

pmi: Updated to 1.0-rc4, switched to BUILD_API=2

diff --git a/collab/pmi/BUILD b/collab/pmi/BUILD
index 21b6e44..27ba77d 100755
--- a/collab/pmi/BUILD
+++ b/collab/pmi/BUILD
@@ -1,15 +1 @@
-# $Id: BUILD,v 1.1 2002/07/30 03:12:14 sergeyli Exp $
-(
- cp ./pmi.conf ./pmi.conf.default &&
-
- prepare_install &&
-
- mkdir -p /usr/share/$SPELL &&
- cp -r . /usr/share/$SPELL/
-
-) > $C_FIFO 2>&1 && (
-
- echo "Please point your apache at /usr/share/$SPELL/htdocs"
- echo "Edit or update /usr/share/$SPELL/pmi.conf"
-
-)
+true
diff --git a/collab/pmi/DETAILS b/collab/pmi/DETAILS
index 5858e23..c001a46 100755
--- a/collab/pmi/DETAILS
+++ b/collab/pmi/DETAILS
@@ -1,26 +1,26 @@
-# $Id: DETAILS,v 1.4 2002/10/23 18:55:17 sergeyli Exp $
SPELL=pmi
- VERSION=1.0-rc3
+ VERSION=1.0-rc4
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:87e1dbb7eda1c8cedf0bcbe74c680f7fbfffd7943f66339502f725caab62c4938e8d23023f69c06718c4bb3c5809cbf7a3e66f224f1e9692af23d8c873c1ab63
+
SOURCE_HASH=sha512:cf4f5fb912d5fc08343a1d9c4b645b38e8380bc7ea490c53f34f5651feea4da51398fa5b5b1ff4f898a7f5cfd848347481a322b983f17d4ed177d12a31434cd0
LICENSE[0]=GPL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://majordojo.com/pmi/$SOURCE
WEB_SITE=http://majordojo.com/pmi/
ENTERED=20020729
- KEYWORDS="collab"
- BUILD_API=1
+ KEYWORDS="collab"
SHORT="Project Management Interface"
cat << EOF
The PMI (or "Project Management Interface") is a web based application to
help
companies manage project information for their intranet.
Features
-* Automatically generates project and release dashboards to easily
communicate
- to team members vital project informaton
-* Bugzilla integration: generate bug reports, and statistics for your
projects
- and releases
-* utilize watch lists to get notified via email when projects, and/or
- documentation changes
-* use a the "My PMI" dashboard to get a snapshot of the projects you
belong to
-* organize documentation for your intranet in a directory heirarchy
+* Automatically generates project and release dashboards to easily
communicate
+ to team members vital project informaton
+* Bugzilla integration: generate bug reports, and statistics for your
projects
+ and releases
+* utilize watch lists to get notified via email when projects, and/or
+ documentation changes
+* use a the "My PMI" dashboard to get a snapshot of the projects you belong
to
+* organize documentation for your intranet in a directory heirarchy
+
+PMI is no longer being maintained and supported by upstream.
EOF
diff --git a/collab/pmi/HISTORY b/collab/pmi/HISTORY
index b834e6f..1e66298 100644
--- a/collab/pmi/HISTORY
+++ b/collab/pmi/HISTORY
@@ -1,3 +1,10 @@
+2008-08-20 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: updated spell to 1.0-rc4, switched to BUILD_API=2,
+ fixed tabs in the long description,
+ added a note that the project is no longer maintained
+ * INSTALL: created for BUILD_API=2
+ * BUILD: adjusted to BUILD_API=2
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/collab/pmi/INSTALL b/collab/pmi/INSTALL
new file mode 100755
index 0000000..7cc9aef
--- /dev/null
+++ b/collab/pmi/INSTALL
@@ -0,0 +1,10 @@
+mkdir -pv ${INSTALL_ROOT}/usr/share/www/$SPELL &&
+
+# The upstream tarball ships along with the CVS archives and the
+# temporary files ending in *~. The following command filters out these
files.
+find bin conf cron htdocs include schemas \
+ -not -type d \
+ -and -not -wholename "*/CVS" \
+ -and -not -wholename "*/CVS/*" \
+ -and -not -name "*~" \
+ -exec install -D "{}" "${INSTALL_ROOT}/usr/share/www/$SPELL/{}" ";"



  • [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (b216ed16e2a630bc689f66783463a2da4b736d1c), Martin Spitzbarth, 08/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page