Skip to Content.
Sympa Menu

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

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 (ec82ff4a35913fe1b168ae75691132cc89de732f)
  • Date: Fri, 2 Apr 2010 10:31:56 -0500

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

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

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

fileinfo: new spell, Fileinfo extension

diff --git a/ChangeLog b/ChangeLog
index df890d3..d955afd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2010-04-02 Vlad Glagolev <stealth AT sourcemage.org>
* net/tcpdump.gpg: added key E99DD5FD (Michael Richardson
<mcr AT credil.org>)
+ * php-pear/fileinfo: new spell, Fileinfo extension

2010-04-02 Philippe 'Puppet_Master' Caseiro <puppetmaster AT sourcemage.org>
* database/mariadb: new spell, mysql fork
diff --git a/php-pear/fileinfo/DEPENDS b/php-pear/fileinfo/DEPENDS
new file mode 100755
index 0000000..0bbf486
--- /dev/null
+++ b/php-pear/fileinfo/DEPENDS
@@ -0,0 +1 @@
+depends PHP
diff --git a/php-pear/fileinfo/DETAILS b/php-pear/fileinfo/DETAILS
new file mode 100755
index 0000000..47733a5
--- /dev/null
+++ b/php-pear/fileinfo/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=fileinfo
+ SPELLX=Fileinfo
+ VERSION=1.0.4
+ SOURCE=$SPELLX-$VERSION.tgz
+ SOURCE_URL[0]=http://pecl.php.net/get/$SOURCE
+
SOURCE_HASH=sha512:e460be72e8baa52115a07e3b2978050b97a7eb4e307174e62c8311f7b06d0b331254d157faf7c9844641582166d4a62b22a5de163e093fab595c5ce88648c00e
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=http://pecl.php.net/package/fileinfo/
+ LICENSE[0]=PHP
+ ENTERED=20100402
+ SHORT="fileinfo extension"
+cat << EOF
+Allows retrieval of information regarding a vast majority of file types. This
+information may include dimensions, quality, length etc.
+
+Additionally it can also be used to retrieve the mime type for a particular
+file and for text files proper language encoding.
+EOF
diff --git a/php-pear/fileinfo/FINAL b/php-pear/fileinfo/FINAL
new file mode 100755
index 0000000..149b484
--- /dev/null
+++ b/php-pear/fileinfo/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/fileinfo.so\"${DEFAULT_COLOR}"
diff --git a/php-pear/fileinfo/HISTORY b/php-pear/fileinfo/HISTORY
new file mode 100644
index 0000000..a6fc993
--- /dev/null
+++ b/php-pear/fileinfo/HISTORY
@@ -0,0 +1,2 @@
+2010-04-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, FINAL, TRIGGERS: spell created
diff --git a/php-pear/fileinfo/PRE_BUILD b/php-pear/fileinfo/PRE_BUILD
new file mode 100755
index 0000000..4e954a3
--- /dev/null
+++ b/php-pear/fileinfo/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+rm -f "$BUILD_DIRECTORY/package.xml" &&
+
+phpize
diff --git a/php-pear/fileinfo/TRIGGERS b/php-pear/fileinfo/TRIGGERS
new file mode 100755
index 0000000..fa2f0ec
--- /dev/null
+++ b/php-pear/fileinfo/TRIGGERS
@@ -0,0 +1 @@
+on_cast php cast_self



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ec82ff4a35913fe1b168ae75691132cc89de732f), Vlad Glagolev, 04/02/2010

Archive powered by MHonArc 2.6.24.

Top of Page