Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (a9b7d718d2afb64417d83c40091b77dadf5547fe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (a9b7d718d2afb64417d83c40091b77dadf5547fe)
  • Date: Thu, 30 Jul 2009 07:22:47 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

perl-cpan/config-crontab/BUILD | 3 +++
perl-cpan/config-crontab/DETAILS | 19 +++++++++----------
perl-cpan/config-crontab/HISTORY | 3 +++
wm-addons/slock/DETAILS | 19 +++++++++++--------
wm-addons/slock/HISTORY | 3 +++
5 files changed, 29 insertions(+), 18 deletions(-)

New commits:
commit 4879b6bce9491a6d3ff01364292158cf5a5c4627
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

wm-addons/slock: updated to version 0.9

commit 5be595977b48feb94293a388388e6e0a538825bd
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

perl-cpan/config-crontab: updated to version 1.30

diff --git a/perl-cpan/config-crontab/BUILD b/perl-cpan/config-crontab/BUILD
new file mode 100755
index 0000000..a5fb040
--- /dev/null
+++ b/perl-cpan/config-crontab/BUILD
@@ -0,0 +1,3 @@
+cd ${SOURCE_DIRECTORY} &&
+perl Makefile.PL &&
+make
diff --git a/perl-cpan/config-crontab/DETAILS
b/perl-cpan/config-crontab/DETAILS
index 089b321..bbaf621 100755
--- a/perl-cpan/config-crontab/DETAILS
+++ b/perl-cpan/config-crontab/DETAILS
@@ -1,13 +1,12 @@
- SPELL=config-crontab
- SPELLX=Config-Crontab
- VERSION=1.10
-
SOURCE_HASH=sha512:64ad7053c74746d7f221c5211f2e88b2082c6c0f6cd0efc28704e616470a41028652130da23fb555713a979cfc06c1c9b3a487404418cf7f42d982dd6bf01b3c
- SOURCE=$SPELLX-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SC/SCOTTW/$SOURCE
- LICENSE=ART
- WEB_SITE=http://dbi.perl.org
- ENTERED=20051210
+ SPELL="config-crontab"
+ VERSION="1.30"
+
SOURCE_HASH="sha512:3c2d6f6ee3fe742cb97d1c68a59f2629fbc4aa45e212dd6c9ebac193e45337dcbfd24c2a3f872c350d4c48d1b56fe03f1b82f4c74e0e402fa98e7691c5ea8412"
+ SOURCE="${SPELL//c/C}-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL//c/C}-${VERSION}"
+ SOURCE_URL[0]="$PERL_CPAN_URL/authors/id/S/SC/SCOTTW/${SOURCE}"
+ LICENSE="ART"
+ WEB_SITE="http://dbi.perl.org";
+ ENTERED="20051210"
KEYWORDS="perl"
SHORT="reads and writes (and pretty-prints) your crontab"
cat << EOF
diff --git a/perl-cpan/config-crontab/HISTORY
b/perl-cpan/config-crontab/HISTORY
index 246c8b1..0c21134 100644
--- a/perl-cpan/config-crontab/HISTORY
+++ b/perl-cpan/config-crontab/HISTORY
@@ -1,3 +1,6 @@
+2009-07-30 Quentin Rameau <quinq AT sourcemage.org>
+ * BUILD, DETAILS: updated to version 1.30
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: useless

diff --git a/wm-addons/slock/DETAILS b/wm-addons/slock/DETAILS
index 85525cf..8bf1540 100755
--- a/wm-addons/slock/DETAILS
+++ b/wm-addons/slock/DETAILS
@@ -1,13 +1,16 @@
- SPELL=slock
- VERSION=0.6
+ SPELL="slock"
+ VERSION="0.9"
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.suckless.org/download/${SOURCE}
-
SOURCE_HASH=sha512:3f95ae12f1c69985a0bddf296427ba70c8b1570a317968951c6f41834f5f8f6b76ef24c053b541100d209becd7702a449a48b8ebab0e322c7a16f4528d5159be
+ SOURCE_URL[0]="http://code.suckless.org/dl/tools/${SOURCE}";
+
SOURCE_HASH="sha512:2963ae48949c07acf0ca2678f62892cb7385e805edcc05f4d2cce30587aa015a3cdde03dcdbf7177f6c61ffe94b9efa264d17e841edf4463acfe9a835824a119"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.suckless.org/wiki/tools/xlib";
- LICENSE[0]=MIT
- ENTERED=20070625
+ WEB_SITE="http://tools.suckless.org/slock";
+ LICENSE[0]="MIT"
+ ENTERED="20070625"
SHORT="simple X screen locker"
cat << EOF
-simple X screen locker
+Simple X display locker. Really this is the simplest X screen locker we are
+aware of. It is stable and quite a lot people in this community are using it
+every day when they are out with friends or fetching some food from the local
+pub.
EOF
diff --git a/wm-addons/slock/HISTORY b/wm-addons/slock/HISTORY
index ecc7bb5..9d08f88 100644
--- a/wm-addons/slock/HISTORY
+++ b/wm-addons/slock/HISTORY
@@ -1,2 +1,5 @@
+2009-07-30 Quentin Rameau <quinq AT sourcemage.org>
+ * DETAILS: updated to version 0.9
+
2007-06-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, PRE_BUILD, BUILD, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (a9b7d718d2afb64417d83c40091b77dadf5547fe), Quentin Rameau, 07/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page