Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bd7283c8f5bd449746b067cbcff3ba80edafc9a2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bd7283c8f5bd449746b067cbcff3ba80edafc9a2)
  • Date: Wed, 31 Oct 2007 19:49:34 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

mobile/synce-odccm/DEPENDS | 2 ++
mobile/synce-odccm/DETAILS | 13 +++++++++++++
mobile/synce-odccm/HISTORY | 19 +++++++++++++++++++
mobile/synce-vdccm/DEPENDS | 1 +
mobile/synce-vdccm/DETAILS | 14 ++++++++++++++
mobile/synce-vdccm/HISTORY | 18 ++++++++++++++++++
6 files changed, 67 insertions(+)

New commits:
commit bd7283c8f5bd449746b067cbcff3ba80edafc9a2
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

synce-odccm, synce-vdccm: new spells, synce-dccm is split

diff --git a/mobile/synce-odccm/DEPENDS b/mobile/synce-odccm/DEPENDS
new file mode 100755
index 0000000..4434bb2
--- /dev/null
+++ b/mobile/synce-odccm/DEPENDS
@@ -0,0 +1,2 @@
+depends synce-libsynce &&
+depends gnet2
diff --git a/mobile/synce-odccm/DETAILS b/mobile/synce-odccm/DETAILS
new file mode 100755
index 0000000..a8f8aac
--- /dev/null
+++ b/mobile/synce-odccm/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=synce-odccm
+ VERSION=0.10.0
+
SOURCE_HASH=sha512:e87e8bcad84c770ef7443ffd534b687f2ea829fa4b12af4d7867f3c1d2ea7a53b1abfbcc902de32a04ca7139507185f366325a4590b24558383d9329e3938630
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/odccm-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/synce/$SOURCE
+ WEB_SITE=http://synce.sourceforge.net/
+ ENTERED=20050524
+ KEYWORDS="mobile"
+ SHORT='dccm implementation'
+cat << EOF
+odccm is a legacy-free dccm-implementation for Windows Mobile 5 (and newer)
devices.
+EOF
diff --git a/mobile/synce-odccm/HISTORY b/mobile/synce-odccm/HISTORY
new file mode 100644
index 0000000..6c52300
--- /dev/null
+++ b/mobile/synce-odccm/HISTORY
@@ -0,0 +1,19 @@
+2007-10-24 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.10.0
+ * synce-dccm split into odccm and vdccm
+ * DEPENDS: added dep on gnet2
+
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.1
+
+2005-05-24 Sergey Lipnevich <sergey AT sourcemage.org>
+ * ALL: spell created.
diff --git a/mobile/synce-vdccm/DEPENDS b/mobile/synce-vdccm/DEPENDS
new file mode 100755
index 0000000..2e23436
--- /dev/null
+++ b/mobile/synce-vdccm/DEPENDS
@@ -0,0 +1 @@
+depends synce-libsynce
diff --git a/mobile/synce-vdccm/DETAILS b/mobile/synce-vdccm/DETAILS
new file mode 100755
index 0000000..b65777e
--- /dev/null
+++ b/mobile/synce-vdccm/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=synce-vdccm
+ VERSION=0.10.0
+
SOURCE_HASH=sha512:454a9da7ff48d8956b8a9cc189ebef8e5dbe1c2c96f1a99a4ee3dedde57ae9af2029b65369110123dc0594fb33e21d53fb00cc72d1e164bda52baaab75410538
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/synce/$SOURCE
+ WEB_SITE=http://synce.sourceforge.net/
+ ENTERED=20050524
+ KEYWORDS="mobile"
+ SHORT='dccm implementation'
+cat << EOF
+This vdccm is a replacement of the original dccm and the vdccm comming
+with SynCE-KDE.
+EOF
diff --git a/mobile/synce-vdccm/HISTORY b/mobile/synce-vdccm/HISTORY
new file mode 100644
index 0000000..3a40a83
--- /dev/null
+++ b/mobile/synce-vdccm/HISTORY
@@ -0,0 +1,18 @@
+2007-10-24 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.10.0
+ * synce-dccm split into odccm and vdccm
+
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.1
+
+2005-05-24 Sergey Lipnevich <sergey AT sourcemage.org>
+ * ALL: spell created.



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bd7283c8f5bd449746b067cbcff3ba80edafc9a2), Arjan Bouter, 10/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page