Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (32ba7ee198f2f78db761a391ef135121c1398e59)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (32ba7ee198f2f78db761a391ef135121c1398e59)
  • Date: Sat, 17 May 2008 17:53:50 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

ChangeLog | 3 +++
mobile/barry/BUILD | 4 ++++
mobile/barry/CONFIGURE | 3 +++
mobile/barry/DEPENDS | 10 ++++++++++
mobile/barry/DETAILS | 17 +++++++++++++++++
mobile/barry/HISTORY | 2 ++
6 files changed, 39 insertions(+)

New commits:
commit 32ba7ee198f2f78db761a391ef135121c1398e59
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

barry: crackberry sync/backup contraption with libopensync support! W00t!

diff --git a/ChangeLog b/ChangeLog
index 6ee0f4c..6fd29c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-05-17 David Kowis <dkowis AT shlrm.org>
+ * mobile/barry: new spell, crackberry sync/backup tool
+
2008-05-13 Vlad Glagolev <stealth AT sourcemage.org>
* disk/isomaster: new spell, gui cd image editor

diff --git a/mobile/barry/BUILD b/mobile/barry/BUILD
new file mode 100755
index 0000000..56b44e6
--- /dev/null
+++ b/mobile/barry/BUILD
@@ -0,0 +1,4 @@
+if [[ "$BARRY_GUI" == "y" ]]; then
+ OPTS="$OPTS --enable-gui"
+fi &&
+default_build
diff --git a/mobile/barry/CONFIGURE b/mobile/barry/CONFIGURE
new file mode 100755
index 0000000..cd00047
--- /dev/null
+++ b/mobile/barry/CONFIGURE
@@ -0,0 +1,3 @@
+persistent_add BARRY_GUI &&
+
+config_query BARRY_GUI "Do you want a GUI?" n
diff --git a/mobile/barry/DEPENDS b/mobile/barry/DEPENDS
new file mode 100755
index 0000000..5728bb9
--- /dev/null
+++ b/mobile/barry/DEPENDS
@@ -0,0 +1,10 @@
+depends pkgconfig &&
+depends libusb &&
+depends openssl &&
+optional_depends boost "" "" "needed if you want to save downloads for later
upload to your device" &&
+optional_depends libopensync "--enable-opensync-plugin"
"--disable-opensync-plugin" "For an opensync plugin" &&
+if [[ "$BARRY_GUI" == "y" ]]; then
+ depends gtkmm2 &&
+ depends libglademm &&
+ depends libtar
+fi
diff --git a/mobile/barry/DETAILS b/mobile/barry/DETAILS
new file mode 100755
index 0000000..276f856
--- /dev/null
+++ b/mobile/barry/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=barry
+ VERSION=0.12
+ SOURCE=$SPELL-${VERSION}.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/barry/$SOURCE
+
SOURCE_HASH=sha512:83c908bae99c27b16650e3ffa7aeed399b449dacc4445d3371b80de5501915129eca819ad3c58a03ee648542137b69aab4d1fc5a199181d0be9b5b89dfaca9b8
+ WEB_SITE=http://www.netdirect.ca/software/packages/barry/
+ ENTERED=20080517
+ LICENSE=GPL
+ KEYWORDS="mobile"
+ SHORT="Sync your BlackBerry"
+cat << EOF
+Barry is an Open Source application that will allow synchronization, backup,
+restore and program management for BlackBerry \u2122 devices. Barry is
primarily
+developed on Linux, but is intended as a cross platform library and
application
+set, targetting Linux, BSD, 32/64bit, and big/little endian systems.
+EOF
diff --git a/mobile/barry/HISTORY b/mobile/barry/HISTORY
new file mode 100644
index 0000000..0f9df7c
--- /dev/null
+++ b/mobile/barry/HISTORY
@@ -0,0 +1,2 @@
+2008-05-17 David Kowis <dkowis AT shlrm.org>
+ * DETAILS, DEPENDS, CONFIGURE, HISTORY: added as a new spell



  • [SM-Commit] GIT changes to master grimoire by David Kowis (32ba7ee198f2f78db761a391ef135121c1398e59), David Kowis, 05/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page