summaryrefslogtreecommitdiff
path: root/shared/ossp_uuid/php/package.xml
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:02:17 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:02:17 +0200
commitb9203ee84953006547f4afd58f405874c87bf0dc (patch)
tree9e41f1533f120e9268e86658c52458630ffd718a /shared/ossp_uuid/php/package.xml
parent3.0 (diff)
downloadFreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.gz
FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.bz2
FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.zip
3.1
Diffstat (limited to 'shared/ossp_uuid/php/package.xml')
-rw-r--r--shared/ossp_uuid/php/package.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/shared/ossp_uuid/php/package.xml b/shared/ossp_uuid/php/package.xml
new file mode 100644
index 00000000..14e2f867
--- /dev/null
+++ b/shared/ossp_uuid/php/package.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<package>
+ <name>uuid</name>
+ <summary>Universally Unique Identifiers (UUID) extension</summary>
+ <description>
+ UUID is a PHP extension for the creation
+ of Universally Unique Identifiers (UUID).
+ </description>
+ <license>MIT-Style License</license>
+ <maintainers>
+ <maintainer>
+ <user>rse</user>
+ <name>Ralf S. Engelschall</name>
+ <email>rse@engelschall.com</email>
+ </maintainer>
+ </maintainers>
+ <release>
+ <version>1.0</version>
+ <date>2003-05-17</date>
+ <state>unstable</state>
+ </release>
+ <configureoptions>
+ <configureoption name="with-uuid" default="autodetect" prompt="path to OSSP uuid?"/>
+ </configureoptions>
+ <filelist>
+ <dir role="src" name="/">
+ <file role="src">Makefile.local</file>
+ <file role="src">config.m4</file>
+ <file role="src">uuid.c</file>
+ <file role="php">uuid.php4</file>
+ <file role="php">uuid.php5</file>
+ <file role="src">uuid.ts</file>
+ </dir>
+ </filelist>
+</package>
bgstack15