Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Julien ROZO (7dbf96908f6ff7342c61fb424b815c633815ac65)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Julien ROZO (7dbf96908f6ff7342c61fb424b815c633815ac65)
  • Date: Fri, 16 Jan 2009 10:16:44 -0600

GIT changes to master grimoire by Julien ROZO <julien AT rozo.org>:

ChangeLog | 4 ++++
libs/gammu/BUILD | 1 +
libs/gammu/DEPENDS | 26 ++++++++++++++++++++++++++
libs/gammu/DETAILS | 26 ++++++++++++++++++++++++++
libs/gammu/HISTORY | 3 +++
5 files changed, 60 insertions(+)

New commits:
commit 7dbf96908f6ff7342c61fb424b815c633815ac65
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

gammu: new spell, command line utility and library to work with mobile
phones

diff --git a/ChangeLog b/ChangeLog
index 1308039..6ea4e8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-16 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * libs/gammu: new spell, command line utility and library to work with
+ mobile phones
+
2009-01-13 Treeve Jelbert <treeve AT sourcemage.org>
* kde4-apps/partitionmanager: new spell, kde4 partition manager

diff --git a/libs/gammu/BUILD b/libs/gammu/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/libs/gammu/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/libs/gammu/DEPENDS b/libs/gammu/DEPENDS
new file mode 100755
index 0000000..c718afd
--- /dev/null
+++ b/libs/gammu/DEPENDS
@@ -0,0 +1,26 @@
+depends cmake &&
+
+optional_depends curl \
+ "" \
+ "" \
+ "for phonedb access support" &&
+
+optional_depends gettext \
+ "" \
+ "" \
+ "for internationalization support" &&
+
+optional_depends mysql \
+ "" \
+ "" \
+ "for MySQL support in SMSD" &&
+
+optional_depends postgresql \
+ "" \
+ "" \
+ "for PostgreSQL support in SMSD" &&
+
+optional_depends bluez \
+ "" \
+ "-DWITH_Bluez=OFF" \
+ "for bluetooth support"
diff --git a/libs/gammu/DETAILS b/libs/gammu/DETAILS
new file mode 100755
index 0000000..82291ff
--- /dev/null
+++ b/libs/gammu/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=gammu
+ VERSION=1.22.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://dl.cihar.com/${SPELL}/releases/${SOURCE}
+
SOURCE_HASH=sha512:76e9008963212660792c8c8f9c04555adbb1dab895422d4de7f201c4775d469e3bbe6b186bbfba58f6ee39ac7759e155b914a2ad2e2424b4d4a2a3a074968a72
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.gammu.org/";
+ LICENSE[0]=GPL
+ ENTERED=20090116
+ SHORT="utility and library to work with mobile phones"
+cat << EOF
+Gammu is command line utility and library to work with mobile phones
+from many vendors. Support for different models differs, but basic
+functions should work with majority of them. Program can work with
+contacts, messages (SMS, EMS and MMS), calendar, todos, filesystem,
+integrated radio, camera, etc. It also supports daemon mode to send and
+receive SMSes.
+
+Currently supported phones include:
+
+* Many Nokia models.
+* Alcatel BE5 (501/701), BF5 (715), BH4 (535/735).
+* AT capable phones (Siemens, Nokia, Alcatel, IPAQ).
+* OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
+* Symbian phones through gnapplet.
+EOF
diff --git a/libs/gammu/HISTORY b/libs/gammu/HISTORY
new file mode 100644
index 0000000..4e3dabb
--- /dev/null
+++ b/libs/gammu/HISTORY
@@ -0,0 +1,3 @@
+2009-01-16 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * BUILD, DEPENDS, DETAILS, HISTORY: spell created
+




Archive powered by MHonArc 2.6.24.

Top of Page