Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (a95971f0b1f6ff103ca039c66e07fc692c43f103)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (a95971f0b1f6ff103ca039c66e07fc692c43f103)
  • Date: Fri, 5 Mar 2010 10:33:26 -0600

GIT changes to master grimoire by Puppet_Master <puppetmaster AT sourcemage.org>:

ChangeLog | 6 ++++++
e-17/shellementary/DEPENDS | 2 ++
e-17/shellementary/DETAILS | 28 ++++++++++++++++++++++++++++
e-17/shellementary/HISTORY | 3 +++
e-17/shellementary/PREPARE | 2 ++
e-17/shellementary/PRE_BUILD | 9 +++++++++
shell-term-fm/remmina/DEPENDS | 10 ++++++++++
shell-term-fm/remmina/DETAILS | 19 +++++++++++++++++++
shell-term-fm/remmina/HISTORY | 2 ++
9 files changed, 81 insertions(+)

New commits:
commit a95971f0b1f6ff103ca039c66e07fc692c43f103
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

e-17/shellementary: new spell (xdialog like tool)

commit 0e930f95b545391ae48eb81cd37ae9c0076408cb
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

shell-term-fm/remmina : Adding new spell (gtk rdp client)

diff --git a/ChangeLog b/ChangeLog
index 390c672..60d3cc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-05 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * e-17/shellementary : new spell, EFL (elementary) xdialog like tool
+
+2010-03-05 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * shell-term-fm/remmina : new spell, a gtk rdp/vnc/xdmcp/ssh client
+
2010-03-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/libnfc: new spell, a library for communicating with RFID
devices
diff --git a/e-17/shellementary/DEPENDS b/e-17/shellementary/DEPENDS
new file mode 100755
index 0000000..26aa5cd
--- /dev/null
+++ b/e-17/shellementary/DEPENDS
@@ -0,0 +1,2 @@
+depends subversion &&
+depends python-elementary
diff --git a/e-17/shellementary/DETAILS b/e-17/shellementary/DETAILS
new file mode 100755
index 0000000..4efc16c
--- /dev/null
+++ b/e-17/shellementary/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=shellementary
+if [ "$SHELLEMENTARY_CVS_AUTOUPDATE" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/PROTO/$SPELL:$SPELL
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+ WEB_SITE=http://exchange.enlightenment.org/application/show/193
+ ENTERED=20100305
+ LICENSE[0]=BSD
+ SHORT="It allows you to give your shell scripts a GUI"
+cat << EOF
+Zenity replacement written in python-elementary.
+
+It allows you to give your shell scripts a GUI - you can show several
predefined
+dialogs from command line, change their parameters and receive values.
+
+Application is 95% compatible with Zenity(those 5% are unfinished features
which
+are in zenity and i have them in TODO).
+
+The app has even some additional options in comparision with zenity.
+
+Application is translatable with standard gettext .po/.mo files.
+EOF
diff --git a/e-17/shellementary/HISTORY b/e-17/shellementary/HISTORY
new file mode 100644
index 0000000..67a7243
--- /dev/null
+++ b/e-17/shellementary/HISTORY
@@ -0,0 +1,3 @@
+2010-01-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * PREPARE, DETAILS, DEPENDS, BUILD: spell created
+
diff --git a/e-17/shellementary/PREPARE b/e-17/shellementary/PREPARE
new file mode 100755
index 0000000..75848e6
--- /dev/null
+++ b/e-17/shellementary/PREPARE
@@ -0,0 +1,2 @@
+config_query SHELLEMENTARY_CVS_AUTOUPDATE \
+ "Automatically update $SPELL on system-update?" n
diff --git a/e-17/shellementary/PRE_BUILD b/e-17/shellementary/PRE_BUILD
new file mode 100755
index 0000000..7559ff1
--- /dev/null
+++ b/e-17/shellementary/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+#
+# Remove .svn directories, otherwise they get installed
+#
+find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
+
+NOCONFIGURE=ON ./autogen.sh
+
diff --git a/shell-term-fm/remmina/DEPENDS b/shell-term-fm/remmina/DEPENDS
new file mode 100755
index 0000000..9a5c9b4
--- /dev/null
+++ b/shell-term-fm/remmina/DEPENDS
@@ -0,0 +1,10 @@
+depends gtk+2 &&
+depends rdesktop &&
+depends libpthread-stubs &&
+depends zlib &&
+depends jpeg &&
+depends gnutls &&
+optional_depends libssh '' '' 'for SSH support' &&
+optional_depends vte '' '' 'for vte terminal support' &&
+optional_depends libgcrypt '' '' 'for password encryption'
+
diff --git a/shell-term-fm/remmina/DETAILS b/shell-term-fm/remmina/DETAILS
new file mode 100755
index 0000000..36c0fb0
--- /dev/null
+++ b/shell-term-fm/remmina/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=remmina
+ VERSION=0.7.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:a7e9ae888b65f64a2dd6e7694eded1afa16b6657e6de8860f353282594c94eecbd1d49a139ef5e796dd7e172f78479930e6df954a42fb6f3de7888608deafade
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://remmina.sourceforge.net/
+ ENTERED=20100305
+ LICENSE[0]=GPL
+ KEYWORDS="rdesktop gtk client ssh"
+ SHORT="Remmina is a remote desktop client written in GTK+"
+cat << EOF
+Remmina is a remote desktop client written in GTK+, aiming to be useful for
+system administrators and travellers, who need to work with lots of remote
+computers in front of either large monitors or tiny netbooks. Remmina
supports
+multiple network protocols in an integrated and consistant user interface.
+
+Currently RDP, VNC, XDMCP and SSH are supported.
+EOF
diff --git a/shell-term-fm/remmina/HISTORY b/shell-term-fm/remmina/HISTORY
new file mode 100644
index 0000000..493294e
--- /dev/null
+++ b/shell-term-fm/remmina/HISTORY
@@ -0,0 +1,2 @@
+2010-03-05 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTROY : spell created



  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (a95971f0b1f6ff103ca039c66e07fc692c43f103), Puppet_Master, 03/05/2010

Archive powered by MHonArc 2.6.24.

Top of Page