Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (71c884f75c24a33d599b17402ff73a6ac57fccd0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (71c884f75c24a33d599b17402ff73a6ac57fccd0)
  • Date: Wed, 15 Oct 2008 15:39:09 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

ChangeLog | 3 +++
dev/null |binary
doc/catdoc/DETAILS | 6 +++---
doc/catdoc/HISTORY | 3 +++
gnome2-apps/vinagre/DEPENDS | 13 +++++++++++++
gnome2-apps/vinagre/DETAILS | 23 +++++++++++++++++++++++
gnome2-apps/vinagre/HISTORY | 6 ++++++
libs/libvirt/HISTORY | 3 +++
libs/libvirt/init.d/libvirtd | 8 ++++++++
libs/libxml++/DETAILS | 2 +-
libs/libxml++/HISTORY | 3 +++
libs/libxml++/libxml++-2.22.0.tar.bz2.sig | 0
libs/libxml++/libxml++-2.24.0.tar.bz2.sig |binary
utils/avahi/HISTORY | 3 +++
utils/avahi/init.d/avahi-daemon | 23 +++++++++++++++++++++++
15 files changed, 92 insertions(+), 4 deletions(-)

New commits:
commit 71c884f75c24a33d599b17402ff73a6ac57fccd0
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

doc/catdoc: changed WEB_SITE and SOURCEL_URL (site moved)

commit 0ae76090fa956f9e3bf78ee96f65854a267923ad
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

gnome2-apps/vinagre: new spell, a VNC viewer for the GNOME desktop

commit 191430528f49b2544d44382866c562e942d6615e
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

utils/avahi: added simple init script for avahi daemon

commit 34b48a3e0cf339f10bc9376b333a8859849461b2
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

libs/libvirt: added simple init script for libvirtd daemon

commit 90af277f016238ef97c0ca27911558f4c8e6dcec
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

libs/libxml++: updated to 2.24.0

diff --git a/ChangeLog b/ChangeLog
index a204951..fca241f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
2008-10-15 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* perl-cpan/mail-imapclient: new spell, An IMAP Client API

+2008-10-14 Elisamuel Resto <ryuji AT sourcemage.org>
+ * gnome2-apps/vinagre: new spell, a VNC client for the GNOME desktop
+
2008-10-14 Arjan Bouter <abouter AT sourcemage.org>
* video/mythtv-plugins: new spell, plugins for mythtv
* video/mythtv-mythemes: new spell, themes for mythtv
diff --git a/doc/catdoc/DETAILS b/doc/catdoc/DETAILS
index 8610422..e632781 100755
--- a/doc/catdoc/DETAILS
+++ b/doc/catdoc/DETAILS
@@ -2,15 +2,15 @@
VERSION=0.94.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://ftp.45.free.net/pub/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://ftp.wagner.pp.ru/pub/$SPELL/$SOURCE

SOURCE_HASH=sha512:d1772ba8977b7d99febd0a34e0660a169eea7c91c873baeab0e290c448a66cfacc3ad7d8927c4cae0106af4b41bac1e66492fec743a6406d70a7e0df6f418a56
- WEB_SITE=http://www.45.free.net/~vitus/software/catdoc/
+ WEB_SITE=http://ftp.wagner.pp.ru/~vitus/software/catdoc/
ENTERED=20031211
LICENSE=GPL
KEYWORDS="word doc convert"
SHORT="catdoc and xls2cvs read Word and Excel from command-line"
-cat << EOF

+cat << EOF
catdoc is program which reads one or more Microsoft word files and outputs
text, contained insinde them to standard output. Therefore it does same
work for .doc files, as unix cat command for plain ASCII files.
diff --git a/doc/catdoc/HISTORY b/doc/catdoc/HISTORY
index 44d05cd..bbf8922 100644
--- a/doc/catdoc/HISTORY
+++ b/doc/catdoc/HISTORY
@@ -1,3 +1,6 @@
+2008-10-10 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: changed WEB_SITE and SOURCE_URL (site moved)
+
2006-09-20 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS, INSTALL: added
* DETAILS: version 0.94.2
diff --git a/gnome2-apps/vinagre/DEPENDS b/gnome2-apps/vinagre/DEPENDS
new file mode 100755
index 0000000..23d2d22
--- /dev/null
+++ b/gnome2-apps/vinagre/DEPENDS
@@ -0,0 +1,13 @@
+depends libxml2 &&
+depends gtk+2 &&
+depends gtk-vnc &&
+depends libglade2 &&
+depends glib2 &&
+depends gconf2 &&
+depends avahi &&
+depends -sub GTK2 avahi &&
+depends gnome-panel &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" "--disable-scrollkeeper" \
+ "to update the scrollkeeper database"
diff --git a/gnome2-apps/vinagre/DETAILS b/gnome2-apps/vinagre/DETAILS
new file mode 100755
index 0000000..4978bb7
--- /dev/null
+++ b/gnome2-apps/vinagre/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=vinagre
+ VERSION=2.24.0
+ BRANCH=$(echo $VERSION | cut -d. -f1,2)
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=SOURCE_URL[0]=$GNOME_URL/sources/evince/$BRANCH/$SOURCE
+ #SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+
SOURCE_HASH=sha512:9e830912261b23ea00b2561c57dbf1858c7cff2c57012fa8be2b89d4d91b1377731d629bbd5b9b2e5ec45321f824fcbf95a8376ed9e2f84fe219647cdd6a0227
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE="http://www.gnome.org/projects/vinagre/";
+ LICENSE[0]=GPL
+ ENTERED=20081004
+ SHORT="a VNC Client for the GNOME Desktop"
+cat << EOF
+Vinagre, a VNC Client for the GNOME Desktop.
+
+Features
+ * You can connect to several machines at the same time, we like tabs
+ * You can keep track of your most used connections, we like favorites
+ * You can keep track of your recently used connections, we like GtkRecent
+ * You can browse your network for VNC servers, we like avahi
+ * You don't need to supply the password on every connection, we like
+ GNOME Keyring
+EOF
diff --git a/gnome2-apps/vinagre/HISTORY b/gnome2-apps/vinagre/HISTORY
new file mode 100644
index 0000000..b35e0f9
--- /dev/null
+++ b/gnome2-apps/vinagre/HISTORY
@@ -0,0 +1,6 @@
+2008-10-14 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: added sub-depends on avahi requesting GTK2
+
+2008-10-04 Elisamuel Resto <ryuji AT sourcemage.org>
+ * CONFLICTS, DEPENDS, DETAILS: spell created
+
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index 3895ea3..8280f43 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,6 @@
+2008-10-14 Elisamuel Resto <ryuji AT sourcemage.org>
+ * init.d/libvirtd: simple init script for the libvirtd daemon
+
2008-10-04 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 0.4.6; fixed LONG desc

diff --git a/libs/libvirt/init.d/libvirtd b/libs/libvirt/init.d/libvirtd
new file mode 100644
index 0000000..08eee17
--- /dev/null
+++ b/libs/libvirt/init.d/libvirtd
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+PIDFILE=/var/run/libvirtd.pid
+PROGRAM=/usr/sbin/libvirtd
+ARGS="-d"
+RUNLEVEL=3
+
+. /etc/init.d/smgl_init
diff --git a/libs/libxml++/DETAILS b/libs/libxml++/DETAILS
index 9b070ce..b30b3d2 100755
--- a/libs/libxml++/DETAILS
+++ b/libs/libxml++/DETAILS
@@ -1,5 +1,5 @@
SPELL=libxml++
- VERSION=2.22.0
+ VERSION=2.24.0
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/libxml++/HISTORY b/libs/libxml++/HISTORY
index 855938b..13f2100 100644
--- a/libs/libxml++/HISTORY
+++ b/libs/libxml++/HISTORY
@@ -1,3 +1,6 @@
+2008-10-10 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated VERSION to 2.24.0
+
2008-03-10 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.22.0

diff --git a/libs/libxml++/libxml++-2.22.0.tar.bz2.sig
b/libs/libxml++/libxml++-2.22.0.tar.bz2.sig
deleted file mode 100644
index dfa6dc3..0000000
Binary files a/libs/libxml++/libxml++-2.22.0.tar.bz2.sig and /dev/null differ
diff --git a/libs/libxml++/libxml++-2.24.0.tar.bz2.sig
b/libs/libxml++/libxml++-2.24.0.tar.bz2.sig
new file mode 100644
index 0000000..cfa9974
Binary files /dev/null and b/libs/libxml++/libxml++-2.24.0.tar.bz2.sig differ
diff --git a/utils/avahi/HISTORY b/utils/avahi/HISTORY
index 15efd05..e2b3577 100644
--- a/utils/avahi/HISTORY
+++ b/utils/avahi/HISTORY
@@ -1,3 +1,6 @@
+2008-10-14 Elisamuel Resto <ryuji AT sourcemage.org>
+ * init.d/avahi-daemon: simple init script for avahi-daemon
+
2008-10-04 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: gtk+ -> gtk+2 (for avahi-ui)
* (PRE_)SUB_DEPENDS: added GTK2
diff --git a/utils/avahi/init.d/avahi-daemon b/utils/avahi/init.d/avahi-daemon
new file mode 100644
index 0000000..6f12c23
--- /dev/null
+++ b/utils/avahi/init.d/avahi-daemon
@@ -0,0 +1,23 @@
+#!/bin/bash
+
+PIDFILE=/var/run/avahi-daemon/pid
+PROGRAM=/usr/sbin/avahi-daemon
+RUNLEVEL=3
+NEEDS="+network"
+ARGS="-D"
+
+. /etc/init.d/smgl_init
+
+stop()
+{
+ echo "Stopping ${NAME}..."
+ $PROGRAM -k
+ evaluate_retval
+}
+
+reload()
+{
+ echo "Reloading ${NAME}..."
+ $PROGRAM -r
+ evaluate_retval
+}



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (71c884f75c24a33d599b17402ff73a6ac57fccd0), Elisamuel Resto, 10/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page