Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (64993634f495fd09f25758f3cc0b8321f9c478a3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (64993634f495fd09f25758f3cc0b8321f9c478a3)
  • Date: Wed, 15 Apr 2009 13:26:19 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 18 +++++++++++++-----
php-pear/imagick/DEPENDS | 1 +
php-pear/imagick/DETAILS | 13 +++++++++++++
php-pear/imagick/FINAL | 5 +++++
php-pear/imagick/HISTORY | 2 ++
php-pear/imagick/PRE_BUILD | 6 ++++++
php-pear/imagick/TRIGGERS | 1 +
7 files changed, 41 insertions(+), 5 deletions(-)

New commits:
commit 64993634f495fd09f25758f3cc0b8321f9c478a3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

imagick: new spell, wrapper to the ImageMagick/GraphicsMagick library

diff --git a/ChangeLog b/ChangeLog
index 5e3f433..45dad2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,22 @@
+2009-04-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * php-pear/imagick: new spell, wrapper to the
ImageMagick/GraphicsMagick
+ library
+
2009-04-15 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
- * x11/wmhdplop: new spell, a hard drive monitor that works by sending
visual stimuli to your cortex
+ * x11/wmhdplop: new spell, a hard drive monitor that works by sending
visual
+ stimuli to your cortex
* x11/gkrellsun: new spell, gkrellm (GNU Krell Monitors) plugin
- * x11/gkrellshoot: new spell, easy access to Screen Lock and Screen
Shoot facility
+ * x11/gkrellshoot: new spell, easy access to Screen Lock and Screen
Shoot
+ facility
* x11/gkrellmoon: new spell, Moon Clock plugin for Gkrellm
* x11/gkrellm-mailwatch: new spell, extra counters for your mailboxes.
* x11/gkrellfire: new spell, shows the system load as a flame
- * x11/gkrell_sunlight: new spell, plugin for GKrellM that displays
day and night regions on Earth for the current time and day of the year
- * x11/gkleds: new spell, GKrellM plugin which monitors the CapsLock,
NumLock and
+ * x11/gkrell_sunlight: new spell, plugin for GKrellM that displays
day and
+ night regions on Earth for the current time and day of the year
+ * x11/gkleds: new spell, GKrellM plugin which monitors the CapsLock,
NumLock
* x11/gkbinclock: new spell, a binary clock plugin for GKrellM
- * python-pypi/pyrtf: new spell, Rich Text Format (RTF) Document
Generation in Python
+ * python-pypi/pyrtf: new spell, Rich Text Format (RTF) Document
Generation
+ in Python
* libs/log4c: new spell, 'Log for C' is a library for flexible
logging to
* libs/iniparser: new spell, stand-alone ini Parser library in ANSI C

diff --git a/php-pear/imagick/DEPENDS b/php-pear/imagick/DEPENDS
new file mode 100755
index 0000000..0bbf486
--- /dev/null
+++ b/php-pear/imagick/DEPENDS
@@ -0,0 +1 @@
+depends PHP
diff --git a/php-pear/imagick/DETAILS b/php-pear/imagick/DETAILS
new file mode 100755
index 0000000..6808e48
--- /dev/null
+++ b/php-pear/imagick/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=imagick
+ VERSION=2.2.2
+ SOURCE=$SPELL-$VERSION.tgz
+ SOURCE_URL[0]=http://pecl.php.net/get/$SOURCE
+
SOURCE_HASH=sha512:9d822ff4d41a0d8328c6dd3af811f7c62883725cd1305a0bb7695245d1d2a6f6f70d73f29dbe0cc8ddb52395190bddbc8f34b75059570e50a74cefe80de063a6
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://pecl.php.net/package/imagick/
+ LICENSE[0]=PHP
+ ENTERED=20090415
+ SHORT="wrapper to the ImageMagick/GraphicsMagick library"
+cat << EOF
+Imagick provides a wrapper to the ImageMagick/GraphicsMagick library.
+EOF
diff --git a/php-pear/imagick/FINAL b/php-pear/imagick/FINAL
new file mode 100755
index 0000000..e0129ed
--- /dev/null
+++ b/php-pear/imagick/FINAL
@@ -0,0 +1,5 @@
+local PHP_EXT=$(php-config --extension-dir) &&
+
+message "${MESSAGE_COLOR}\n" \
+ "Don't forget to add the following line to your php.ini:\n" \
+ "extension = \"$PHP_EXT/imagick.so\"${DEFAULT_COLOR}"
diff --git a/php-pear/imagick/HISTORY b/php-pear/imagick/HISTORY
new file mode 100644
index 0000000..78a3827
--- /dev/null
+++ b/php-pear/imagick/HISTORY
@@ -0,0 +1,2 @@
+2009-04-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, FINAL, TRIGGERS: spell created
diff --git a/php-pear/imagick/PRE_BUILD b/php-pear/imagick/PRE_BUILD
new file mode 100755
index 0000000..4e954a3
--- /dev/null
+++ b/php-pear/imagick/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+rm -f "$BUILD_DIRECTORY/package.xml" &&
+
+phpize
diff --git a/php-pear/imagick/TRIGGERS b/php-pear/imagick/TRIGGERS
new file mode 100755
index 0000000..fa2f0ec
--- /dev/null
+++ b/php-pear/imagick/TRIGGERS
@@ -0,0 +1 @@
+on_cast php cast_self



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (64993634f495fd09f25758f3cc0b8321f9c478a3), Vlad Glagolev, 04/15/2009

Archive powered by MHonArc 2.6.24.

Top of Page