Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (c0ad5efa6cb3936d14ec082ddbae4d81cdd9f44b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (c0ad5efa6cb3936d14ec082ddbae4d81cdd9f44b)
  • Date: Tue, 12 Oct 2010 13:10:48 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

audio-soft/xmmsctrl/DETAILS | 14 ++++++++------
audio-soft/xmmsctrl/HISTORY | 4 ++++
http/yafp/DETAILS | 5 ++---
http/yafp/HISTORY | 3 +++
mail/openwebmail/DETAILS | 17 ++++-------------
mail/openwebmail/HISTORY | 4 ++++
x11/qsynergy/DETAILS | 2 +-
x11/qsynergy/HISTORY | 3 +++
xfce/thunar-1.1/DETAILS | 2 +-
xfce/thunar-1.1/HISTORY | 3 +++
10 files changed, 33 insertions(+), 24 deletions(-)

New commits:
commit c0ad5efa6cb3936d14ec082ddbae4d81cdd9f44b
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

thunar-1.1: fixed SOURCE_URL

commit 95fea3246f28c767d4536e940d882e94b85aaad3
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

yafp: fixed SOURCE_URL & WEB_SITE

commit 41e4b6bc5e6bba702406fb416485c2640de0a026
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

xmmsctrl: Fixed SOURCE_URL

commit 79cc27bfd75f0ff181438c6f22d30bdc3136a2b7
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

qsynergy: fixed SOURCE_URL

commit 361e229b12edcf01b0da9a73d956b3ace3b63f76
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

openwebmail: fixed SOURCE_URL, removed not working SOURCE_URLs

diff --git a/audio-soft/xmmsctrl/DETAILS b/audio-soft/xmmsctrl/DETAILS
index 7e38ae0..833f041 100755
--- a/audio-soft/xmmsctrl/DETAILS
+++ b/audio-soft/xmmsctrl/DETAILS
@@ -2,20 +2,22 @@
VERSION=1.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.docs.uu.se/~adavid/utils/$SOURCE
-
SOURCE_HASH=sha512:b70c9aa9a683890545f0f583a82ffb2d7abdbaa9005fe383e7755fe6987a977cfe5b87e3a2335d3638dc7973f36a4102a9b4977706097e956ebf5f39d30903a6
WEB_SITE=http://user.it.uu.se/~adavid/utils/
+ SOURCE_URL[0]=$WEB_SITE/$SOURCE
+
SOURCE_HASH=sha512:b70c9aa9a683890545f0f583a82ffb2d7abdbaa9005fe383e7755fe6987a977cfe5b87e3a2335d3638dc7973f36a4102a9b4977706097e956ebf5f39d30903a6
ENTERED=20040228
- UPDATED=20040523
LICENSE[0]=GPL
KEYWORDS="xmms tools audio"
BUILD_API=1
SHORT='xmmsctrl is a small utility to control xmms from the
command line.'
cat << EOF

-xmmsctrl is a small utility to control xmms from the command line. Its goal
is to be used coupled
-with sh to test xmms state and perform an appropriate action, e.g. if
playing then pause else play.
-The interest of this is to bind keys in a window manager to have control
over xmms with keys that do
+xmmsctrl is a small utility to control xmms from the command line. Its goal
+is to be used coupled
+with sh to test xmms state and perform an appropriate action, e.g. if playing
+then pause else play.
+The interest of this is to bind keys in a window manager to have control
+over xmms with keys that do
play/next/pause, prev, control sound...

EOF
diff --git a/audio-soft/xmmsctrl/HISTORY b/audio-soft/xmmsctrl/HISTORY
index 8adaf79..dcf37e2 100644
--- a/audio-soft/xmmsctrl/HISTORY
+++ b/audio-soft/xmmsctrl/HISTORY
@@ -1,3 +1,7 @@
+2010-10-12 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: Fixed SOURCE_URL
+ fixed long description wrap
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/http/yafp/DETAILS b/http/yafp/DETAILS
index fecedf6..ab504cc 100755
--- a/http/yafp/DETAILS
+++ b/http/yafp/DETAILS
@@ -3,10 +3,9 @@
SOURCE=$SPELL-$VERSION.tgz

SOURCE_HASH=sha512:2ee1626b5aa7dbd9ea0df29835a162aa2d0c171b09106f24859c9f5a1c8e53f3c798bc9e61790847be594629e2db76f121cf7be586c00eef0e64dba8128ad0e8
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.splitbrain.org/Programming/Perl/YAFP/$SOURCE
-
WEB_SITE=http://www.splitbrain.org/index.php?x=.%2FProgramming%2FPerl%2FYAFP
+ SOURCE_URL[0]=http://www.splitbrain.org/_media/projects/$SOURCE
+ WEB_SITE=http://www.splitbrain.org/projects/yafp
ENTERED=20020531
- UPDATED=20030217
KEYWORDS="http perl"
BUILD_API=1
SHORT='Yet another filtering proxy, uses perl regexps'
diff --git a/http/yafp/HISTORY b/http/yafp/HISTORY
index 4d98a75..ba7a1a0 100644
--- a/http/yafp/HISTORY
+++ b/http/yafp/HISTORY
@@ -1,3 +1,6 @@
+2010-10-12 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL & WEB_SITE
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/mail/openwebmail/DETAILS b/mail/openwebmail/DETAILS
index 4fd31fc..158346d 100755
--- a/mail/openwebmail/DETAILS
+++ b/mail/openwebmail/DETAILS
@@ -2,23 +2,14 @@
VERSION=2.52
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://openwebmail.com/openwebmail/download/release/$SOURCE
+ SOURCE_URL[0]=http://openwebmail.org/openwebmail/download/release/$SOURCE

SOURCE_HASH=sha512:5695c2b7aabf7e1dd124a3ae6aa7716eadef5e8d9c361f70b73575b7a73f7e9216209098174c99afeb5cc5bc3c007e06a595e69229cda6b711ab374cf64f3e9f
- SOURCE_URL[1]=http://www.geocities.com/openwebmail/download/$SOURCE
- SOURCE_URL[2]=http://ftp.ee.ncku.edu.tw/pub/openwebmail/download/$SOURCE
- SOURCE_URL[3]=http://turtle.ee.ncku.edu.tw/openwebmail/download/$SOURCE
- SOURCE_URL[4]=http://dp.fce.vutbr.cz/openwebmail/download/$SOURCE
- SOURCE_URL[5]=http://www.correuweb.com/mirror/download/$SOURCE
- SOURCE_URL[6]=http://openwebmail.showhappy.net/download/$SOURCE
- SOURCE_URL[7]=http://www.brc.com.br/openwebmail/download/$SOURCE
-
SOURCE_URL[8]=ftp://spirit.profinet.sk/mirrors/Openwebmail/download/$SOURCE
-
SOURCE_URL[9]=ftp://download.sourcemage.org/pub/linux/distributions/sourcemage/mirror/$SOURCE
- WEB_SITE=http://turtle.ee.ncku.edu.tw/openwebmail
+ WEB_SITE=http://openwebmail.org/
ENTERED=20020323
- UPDATED=20041005
LICENSE=GPL
KEYWORDS="mail http"
SHORT="Open WebMail is a webmail system"
cat << EOF
-Open WebMail is a webmail system based on the Neomail version 1.14 from
Ernie Miller. Open WebMail$
+Open WebMail is a webmail system based on the Neomail version 1.14 from
+Ernie Miller. Open WebMail$
EOF
diff --git a/mail/openwebmail/HISTORY b/mail/openwebmail/HISTORY
index df8e207..9cc8457 100644
--- a/mail/openwebmail/HISTORY
+++ b/mail/openwebmail/HISTORY
@@ -1,3 +1,7 @@
+2010-10-12 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL, removed not working SOURCE_URLs
+ fixed long description wrap
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: libnet-perl is deprecated (dupe of perl-libnet)

diff --git a/x11/qsynergy/DETAILS b/x11/qsynergy/DETAILS
index a7cfcfa..cf30f95 100755
--- a/x11/qsynergy/DETAILS
+++ b/x11/qsynergy/DETAILS
@@ -1,7 +1,7 @@
SPELL=qsynergy
VERSION=0.9.0
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.volker-lanz.de/static/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${VERSION}/${SOURCE}

SOURCE_HASH=sha512:7da87085c7f395fa8b4a0f9b2932653fc07992427d7164733be22c882ae1250f950110cd3200b771f0f48d3c54852618532dc6866088f7aecd8f2b2eaaf88250
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.volker-lanz.de/en/software/qsynergy/ "
diff --git a/x11/qsynergy/HISTORY b/x11/qsynergy/HISTORY
index 9203d3a..6ea059f 100644
--- a/x11/qsynergy/HISTORY
+++ b/x11/qsynergy/HISTORY
@@ -1,3 +1,6 @@
+2010-10-12 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2008-11-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* BUILD, DEPENDS, DETAILS: spell created
* INSTALL: added since make install does nothing
diff --git a/xfce/thunar-1.1/DETAILS b/xfce/thunar-1.1/DETAILS
index ba36130..f454d11 100755
--- a/xfce/thunar-1.1/DETAILS
+++ b/xfce/thunar-1.1/DETAILS
@@ -2,7 +2,7 @@
VERSION=1.1.0
SOURCE=Thunar-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Thunar-${VERSION}
-
SOURCE_URL[0]=http://www.xfce.org/archive/src/xfce/${SPELL}/${VERSION%.*}/$SOURCE
+
SOURCE_URL[0]=http://www.xfce.org/archive/src/xfce/${SPELL%%-*}/${VERSION%.*}/$SOURCE
WEB_SITE=http://thunar.xfce.org/

SOURCE_HASH=sha512:a9b97f39b53187c7c0f6e67a39ea18b123767ee4238b62ba0bc8d8428b7e500e9b0b9c30367ed4b185f71d0e2e2a9f437b5e832f2b8efc6426321ba67ef80040
# SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/xfce/thunar-1.1/HISTORY b/xfce/thunar-1.1/HISTORY
index 716cf4e..eca0084 100644
--- a/xfce/thunar-1.1/HISTORY
+++ b/xfce/thunar-1.1/HISTORY
@@ -1,3 +1,6 @@
+2010-10-12 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2010-03-06 Sukneet Basuta <sukneet AT sourcemage.org>
* ALL: forked from thunar, new version needs exo-0.5, XFCE needs
exo-0.3
* CONFLICTS: added, conflicts with thunar



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (c0ad5efa6cb3936d14ec082ddbae4d81cdd9f44b), Bor Kraljič, 10/12/2010

Archive powered by MHonArc 2.6.24.

Top of Page