Skip to Content.
Sympa Menu

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

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č (3244cc8429ffebcc040b7fd9068d831d654dbe50)
  • Date: Sun, 1 Nov 2009 01:55:59 -0600

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

audio-creation/chuck/DETAILS | 22 +++++++++++++++-------
audio-creation/chuck/HISTORY | 4 ++++
collab/cola/DETAILS | 4 ++--
collab/cola/HISTORY | 3 +++
devel/oprofile/DETAILS | 4 ++--
devel/oprofile/HISTORY | 3 +++
disk/partimage/DETAILS | 4 ++--
disk/partimage/HISTORY | 3 +++
http/cherokee/DETAILS | 14 +++++++-------
http/cherokee/HISTORY | 6 ++++++
http/cherokee/PREPARE | 2 +-
smgl/fakeroot/DETAILS | 4 ++--
smgl/fakeroot/HISTORY | 3 +++
x11/xclip/DETAILS | 4 ++--
x11/xclip/HISTORY | 3 +++
xorg-extras/xterm/DETAILS | 4 ++--
xorg-extras/xterm/HISTORY | 3 +++
17 files changed, 63 insertions(+), 27 deletions(-)

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

cherokee: => 0.99.26 && minor fixes

commit 270d60e3cd3a1e1bd16cb95c9220b0e2a6682d51
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

cola: => 1.4.0.1

commit 36cf60c723c04d29a84eacbb95e5e4d7fe8d6050
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

partimage: => 0.6.8

commit 85a3407b3f7cc88e9c14d497d013a9b11c1c7fc6
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

chuck: => 1.2.1.3

commit 38a912957148bd6b5ffc147698e69ad7d7ba3034
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

oprofile: => 0.9.5

commit 2a9c8e01358e1c701fff12368d62f42a4413d9c2
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

fakeroot: => 1.14.3

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

xclip: => 0.12

commit 0a542347f0e04973c50e7e6cb659ff0e78dbe677
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

xterm: => 250

diff --git a/audio-creation/chuck/DETAILS b/audio-creation/chuck/DETAILS
index f10707f..f7724d8 100755
--- a/audio-creation/chuck/DETAILS
+++ b/audio-creation/chuck/DETAILS
@@ -1,18 +1,26 @@
SPELL=chuck
- VERSION=1.2.0.7
+ VERSION=1.2.1.3
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://chuck.cs.princeton.edu/release/files/$SOURCE
-
SOURCE_HASH=sha512:a40606a98b829c044ee5e621f9607dc39ef90293506991ea8e4b71b7243cba53984562715142be09a9228bb57be1177cbe7d85dee5a5c783556f92efcb9c5348
+
SOURCE_HASH=sha512:8fddfac73652463a337eda08117de3b6d06b6cdbcb158659a45c7a4d6d8bae0c6dd20e9f8e702356f00a41a0df5c94a8009d930bfd0e234be0008cefebde19b9
WEB_SITE=http://chuck.cs.princeton.edu
ENTERED=20060727
LICENSE[0]=GPL
KEYWORDS="audio synthesis"
SHORT="concurrent, on-the-fly, synthesis language"
cat << EOF
-ChucK is a new audio programming language for real-time synthesis,
composition, and performance - fully supported on MacOS X, Windows, and
Linux. ChucK presents a new time-based concurrent
-programming model, which supports a highly precise and fundamental level of
expressiveness (we call this strongly-timed), as well as multiple,
simultaneous, dynamic control rates, precise and
-straightforward concurrency, and the ability to add, remove, and modify
code, on-the-fly, while the program is running. In addition, ChucK supports
MIDI, OSC, HID input devices, and multi-channel
-audio. It offers composers, researchers, and performers a powerful and
flexible programming tool for building and experimenting with complex audio
synthesis programs and real-time interactive
-control. Its syntax and semantics also makes ChucK potentially useful for
pedagogy in sound synthesis and programming.
+ChucK is a new audio programming language for real-time synthesis,
composition,
+and performance - fully supported on MacOS X, Windows, and Linux. ChucK
+presents a new time-based concurrent programming model, which supports a
+highly precise and fundamental level of expressiveness (we call this
+strongly-timed), as well as multiple, simultaneous, dynamic control rates,
+precise and straightforward concurrency, and the ability to add, remove,
+and modify code, on-the-fly, while the program is running. In addition,
+ChucK supports MIDI, OSC, HID input devices, and multi-channel
+audio. It offers composers, researchers, and performers a powerful and
+flexible programming tool for building and experimenting with complex audio
+synthesis programs and real-time interactive
+control. Its syntax and semantics also makes ChucK potentially useful for
+pedagogy in sound synthesis and programming.
EOF
diff --git a/audio-creation/chuck/HISTORY b/audio-creation/chuck/HISTORY
index 1bc0595..0d2f7ef 100644
--- a/audio-creation/chuck/HISTORY
+++ b/audio-creation/chuck/HISTORY
@@ -1,3 +1,7 @@
+2009-11-01 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 1.2.1.3
+ fixed long description wrap
+
2007-03-31 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: updated to 1.2.0.7

diff --git a/collab/cola/DETAILS b/collab/cola/DETAILS
index 63cadee..22ed840 100755
--- a/collab/cola/DETAILS
+++ b/collab/cola/DETAILS
@@ -1,8 +1,8 @@
SPELL=cola
- VERSION=1.4.0
+ VERSION=1.4.0.1
SOURCE="${SPELL}-${VERSION}-src.tar.gz"
SOURCE_URL[0]=http://${SPELL}.tuxfamily.org/releases/${SOURCE}
-
SOURCE_HASH=sha512:47bd856b80a388b14609ae49b664d2ce61f3e63ec94d26007580e8cc7a4d946f4d8cdfed660f52f9160fc59e7e7329694a5a2499b1bf68f3a9bfedd63089baf0
+
SOURCE_HASH=sha512:245780f4d1cfe102be15099676a6331952828af272405219d64a9f77304ac9276681585573107482d11d3ab9f73e1a826112a427e98cf0beb3d1b8ca4e9a98fb
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://cola.tuxfamily.org";
LICENSE[0]=GPL2
diff --git a/collab/cola/HISTORY b/collab/cola/HISTORY
index de9f578..7378bb4 100644
--- a/collab/cola/HISTORY
+++ b/collab/cola/HISTORY
@@ -1,3 +1,6 @@
+2009-11-01 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 1.4.0.1
+
2009-10-28 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 1.4.0

diff --git a/devel/oprofile/DETAILS b/devel/oprofile/DETAILS
index c0765ae..df926e0 100755
--- a/devel/oprofile/DETAILS
+++ b/devel/oprofile/DETAILS
@@ -1,6 +1,6 @@
SPELL=oprofile
- VERSION=0.9.4
-
SOURCE_HASH=sha512:45848aea382279f32c62332aabd2c11a177fff942ae9537c2722b2cfeecd49bdca4b675ce4a15adb4511df1adc445dc93579f86278ce4c9ed9f95b9902d8d9b5
+ VERSION=0.9.5
+
SOURCE_HASH=sha512:6eff503cd2080253c36fc3171e3e576cdfb5b5402eef91313463ba25d778cd7c6d30ae39b7f9df3ea6655fef8c717fa8f28ddad9aad30d823246f46cc49d55bc
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/devel/oprofile/HISTORY b/devel/oprofile/HISTORY
index a2ed0b7..d357962 100644
--- a/devel/oprofile/HISTORY
+++ b/devel/oprofile/HISTORY
@@ -1,3 +1,6 @@
+2009-11-01 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.9.5
+
2009-06-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: removed xorg-libs use #14699
* PRE_BUILD: create the user and group oprofile, so JIT profiling
works
diff --git a/disk/partimage/DETAILS b/disk/partimage/DETAILS
index 244d7b9..ca50baf 100755
--- a/disk/partimage/DETAILS
+++ b/disk/partimage/DETAILS
@@ -1,6 +1,6 @@
SPELL=partimage
- VERSION=0.6.7
-
SOURCE_HASH=sha512:e9ccbf7822ffd4a3f1fa6b812dc945deddafbb7d5386f4b9590b77f8ba6fa42a0d3b80672f3ac4a7aa26a2cdbb0d405d5e4cf72512d64fde40ec67788058419c
+ VERSION=0.6.8
+
SOURCE_HASH=sha512:51fcfc81890b4091102b7a2f665bfba66ac15260f9ae79c45104cd5c525f6805a6f31e20e852532df3d9d9203a6f0f7e5d256e75dac8ee060dc4f1c846168cdb
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/disk/partimage/HISTORY b/disk/partimage/HISTORY
index 0996a8b..453089f 100644
--- a/disk/partimage/HISTORY
+++ b/disk/partimage/HISTORY
@@ -1,3 +1,6 @@
+2009-11-01 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.6.8
+
2008-07-20 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 0.6.7
* PRE_BUILD: added, to fix compilation with gcc 4.3
diff --git a/http/cherokee/DETAILS b/http/cherokee/DETAILS
index e04ef43..7f8395b 100755
--- a/http/cherokee/DETAILS
+++ b/http/cherokee/DETAILS
@@ -3,10 +3,10 @@
# VERSION=0.11.6
# SOURCE_HASH=sha512:
#else
- VERSION=0.99.24
-
SOURCE_HASH=sha512:3c0e85b799b0e98bc7791c98e88be5207617d739ca71cd24c645500ac0bead902253e569d22b62b8e1660dd26afd43bb0e62689613d01a73c36c0de72e7d1d68
+ VERSION=0.99.26
+
SOURCE_HASH=sha512:f3be9afa1dc1f54b7f920ea24c5fed4d4bd0932d32e84fdcb43cc10aeb150a2901ec43c524c411fa3134842234bf4942a4dde38f0a6d91b2d15e9ec54e4611ff
#fi
- SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URI=${VERSION%\.*}/${VERSION%\b*}/$SOURCE
WEB_SITE=http://www.cherokee-project.com/
@@ -15,10 +15,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL
ENTERED=20031027
KEYWORDS="web http"
- SHORT='An ultrafast, lightweight Web server'
+ SHORT='An ultrafast, lightweight Web server'
cat << EOF
-Cherokee is a tiny,
-ultrafast, lightweight Web server. It is implemented entirely in C, and has
no
-dependencies beyond a standard C library. It is embeddable, extensible with
plug-ins, and
+Cherokee is a tiny,ultrafast, lightweight Web server.
+It is implemented entirely in C, and has no dependencies beyond
+a standard C library. It is embeddable, extensible with plug-ins, and
supports on-the-fly configuration by reading files or strings.
EOF
diff --git a/http/cherokee/HISTORY b/http/cherokee/HISTORY
index dbb38ae..b2a6760 100644
--- a/http/cherokee/HISTORY
+++ b/http/cherokee/HISTORY
@@ -1,3 +1,9 @@
+2009-11-01 Bor Kraljič <pyrobor AT ver.si>
+ * PREPARE: commented query for dev version because
+ dev version is allready commented in DETAILS
+ * DETAILS: updated spell to 0.99.26
+ fixed long description wrap
+
2009-09-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.99.24

diff --git a/http/cherokee/PREPARE b/http/cherokee/PREPARE
index b5d1316..04bc042 100755
--- a/http/cherokee/PREPARE
+++ b/http/cherokee/PREPARE
@@ -1 +1 @@
-config_query CHER_DEV "do you want the development version?" n
+#config_query CHER_DEV "do you want the development version?" n
diff --git a/smgl/fakeroot/DETAILS b/smgl/fakeroot/DETAILS
index c76f44c..c962b4d 100755
--- a/smgl/fakeroot/DETAILS
+++ b/smgl/fakeroot/DETAILS
@@ -1,8 +1,8 @@
SPELL=fakeroot
- VERSION=1.13
+ VERSION=1.14.3
SOURCE=${SPELL}_${VERSION}.tar.gz
SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/f/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:a23053d04c5222bb5a5667283d0a100a572ed83525854a63245c7b87fb76bc0f7af08a0479c5095b9c01c4cb901c84ebc0302c5be06e9f54d4a31ba574209bf2
+
SOURCE_HASH=sha512:3b65dadbf219c4365a6e378362728fd2da0b243a1dd11a67ffe4b7493fdc68696cd405a684b74abddabba83bc8e6fb3c089f39a90ee1a28d123fcfbe83323167
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://fakeroot.alioth.debian.org/
ENTERED=20050604
diff --git a/smgl/fakeroot/HISTORY b/smgl/fakeroot/HISTORY
index 5409bc4..9cfa126 100644
--- a/smgl/fakeroot/HISTORY
+++ b/smgl/fakeroot/HISTORY
@@ -1,3 +1,6 @@
+2009-11-01 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 1.14.3
+
2009-09-15 Quentin Rameau <quinq AT sourcemage.org>
* DETAILS: updated to version 1.13

diff --git a/x11/xclip/DETAILS b/x11/xclip/DETAILS
index 9cb6e33..1eadeb3 100755
--- a/x11/xclip/DETAILS
+++ b/x11/xclip/DETAILS
@@ -1,9 +1,9 @@
SPELL=xclip
- VERSION=0.11
+ VERSION=0.12
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:7e9c34e5acc45acab3f2b08faab66f6b62234277a5c731b5c3a4b03526c0228816bc45b1570a24a0b4e9b0b2d2978b3db06760f9918cc27fc9be90eac4486ba6
+
SOURCE_HASH=sha512:6c769878004c02d87b9eca2b33dc34edb40acc59be767a6481f207a74d52fca3725a040b0c8deffa1419b687bd73cf3124a090413c06787c0dd137b0ede795e0
WEB_SITE=http://xclip.sourceforge.net/
ENTERED=20020630
LICENSE=GPL
diff --git a/x11/xclip/HISTORY b/x11/xclip/HISTORY
index fb3bd50..54edecd 100644
--- a/x11/xclip/HISTORY
+++ b/x11/xclip/HISTORY
@@ -1,3 +1,6 @@
+2009-11-01 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.12
+
2009-09-08 Quentin Rameau <quinq AT sourcemage.org>
* DETAILS: updated to version 0.11, urls updated
* BUILD: removed
diff --git a/xorg-extras/xterm/DETAILS b/xorg-extras/xterm/DETAILS
index 791f342..57f3fec 100755
--- a/xorg-extras/xterm/DETAILS
+++ b/xorg-extras/xterm/DETAILS
@@ -1,9 +1,9 @@
SPELL=xterm
- VERSION=249
+ VERSION=250
SOURCE=$SPELL-$VERSION.tgz
SOURCE_URL[0]=ftp://invisible-island.net/xterm/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_HASH=sha512:a0219181d6a07113bfbdb3f4e26002cbf40afdb46771cce573f8104a847fab57ae8c0e51c6de8f0d4b6132e4f4a1cca2492f77d6e1835977ac1b326264c94876
+
SOURCE_HASH=sha512:0a6e96cf33add2aa4a5c61b5446ad4cb17b8b2ecba7faa75cf26e90df2cf3e4f9324b3d9e0916fc38a948da1d692216c0923671dbc231e1ac701f5aa9b0c3fcc
LICENSE[0]=XCL
WEB_SITE=http://invisible-island.net/xterm
ENTERED=20060101
diff --git a/xorg-extras/xterm/HISTORY b/xorg-extras/xterm/HISTORY
index 8d2e232..f5ba925 100644
--- a/xorg-extras/xterm/HISTORY
+++ b/xorg-extras/xterm/HISTORY
@@ -1,3 +1,6 @@
+2009-11-01 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 250
+
2009-10-04 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 249




  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (3244cc8429ffebcc040b7fd9068d831d654dbe50), Bor Kraljič, 11/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page