[Lunar-commits] r24702 - in moonbase/trunk/web: . bitweaver drupal
Dennis Veatch
stumbles at lunar-linux.org
Tue Jun 5 14:08:51 CEST 2007
Author: stumbles
Date: 2007-06-05 14:08:51 +0200 (Tue, 05 Jun 2007)
New Revision: 24702
Added:
moonbase/trunk/web/bitweaver/
moonbase/trunk/web/bitweaver/BUILD
moonbase/trunk/web/bitweaver/DEPENDS
moonbase/trunk/web/bitweaver/DETAILS
moonbase/trunk/web/drupal/
moonbase/trunk/web/drupal/BUILD
moonbase/trunk/web/drupal/DEPENDS
moonbase/trunk/web/drupal/DETAILS
Log:
Initial imports. I had these two running locally for a
while and they're ok.
Added: moonbase/trunk/web/bitweaver/BUILD
===================================================================
--- moonbase/trunk/web/bitweaver/BUILD (rev 0)
+++ moonbase/trunk/web/bitweaver/BUILD 2007-06-05 12:08:51 UTC (rev 24702)
@@ -0,0 +1,14 @@
+(
+
+ INST_DIR="/var/$MODULE-$VERSION"
+ export INST_DIR
+
+ prepare_install &&
+
+ if [ ! -d $INST_DIR ]; then
+ mkdir -p $INST_DIR
+ fi &&
+
+ cp -R $SOURCE_DIRECTORY/* $INST_DIR/
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/web/bitweaver/DEPENDS
===================================================================
--- moonbase/trunk/web/bitweaver/DEPENDS (rev 0)
+++ moonbase/trunk/web/bitweaver/DEPENDS 2007-06-05 12:08:51 UTC (rev 24702)
@@ -0,0 +1,2 @@
+depends %PHP &&
+depends %APACHE
Added: moonbase/trunk/web/bitweaver/DETAILS
===================================================================
--- moonbase/trunk/web/bitweaver/DETAILS (rev 0)
+++ moonbase/trunk/web/bitweaver/DETAILS 2007-06-05 12:08:51 UTC (rev 24702)
@@ -0,0 +1,17 @@
+ MODULE=bitweaver
+ VERSION=1.3.1
+ SOURCE=$MODULE\_$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:8c209e91d762113211d771e6c6409e6fa9ad1ab3
+ WEB_SITE=http://www.bitweaver.org/articles/
+ ENTERED=20070605
+ UPDATED=20070605
+ SHORT="open source content management system"
+
+cat << EOF
+Drupal is a free software package that allows an individual or a community of
+users to easily publish, manage and organize a wide variety of content on a
+website. Tens of thousands of people and organizations have used Drupal to
+power scores of different web sites.
+EOF
Added: moonbase/trunk/web/drupal/BUILD
===================================================================
--- moonbase/trunk/web/drupal/BUILD (rev 0)
+++ moonbase/trunk/web/drupal/BUILD 2007-06-05 12:08:51 UTC (rev 24702)
@@ -0,0 +1,14 @@
+(
+
+ INST_DIR="/var/$MODULE-$VERSION"
+ export INST_DIR
+
+ prepare_install &&
+
+ if [ ! -d $INST_DIR ]; then
+ mkdir -p $INST_DIR
+ fi &&
+
+ cp -R $SOURCE_DIRECTORY/* $SOURCE_DIRECTORY/.htaccess $INST_DIR/
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/web/drupal/DEPENDS
===================================================================
--- moonbase/trunk/web/drupal/DEPENDS (rev 0)
+++ moonbase/trunk/web/drupal/DEPENDS 2007-06-05 12:08:51 UTC (rev 24702)
@@ -0,0 +1,2 @@
+depends %PHP &&
+depends %APACHE
Added: moonbase/trunk/web/drupal/DETAILS
===================================================================
--- moonbase/trunk/web/drupal/DETAILS (rev 0)
+++ moonbase/trunk/web/drupal/DETAILS 2007-06-05 12:08:51 UTC (rev 24702)
@@ -0,0 +1,16 @@
+ MODULE=drupal
+ VERSION=5.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://ftp.osuosl.org/pub/drupal/files/projects/
+ SOURCE_VFY=sha1:2306dcce888272cdcc7d26101e76d80113f6c0b2
+ WEB_SITE=http://drupal.org
+ ENTERED=20070605
+ UPDATED=20070605
+ SHORT="content management platform"
+
+cat << EOF
+Drupal is a free software package that allows an individual or a community of
+users to easily publish, manage and organize a wide variety of content on a
+website. Tens of thousands of people and organizations have used Drupal to
+power scores of different web sites.
+EOF
More information about the Lunar-commits
mailing list