packages: file/php-wsdl-cache.magic - update to use pstring/l extension fro...

glen glen at pld-linux.org
Wed Jan 19 00:09:04 CET 2011


Author: glen                         Date: Tue Jan 18 23:09:04 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- update to use pstring/l extension from file 5.05

---- Files affected:
packages/file:
   php-wsdl-cache.magic (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/file/php-wsdl-cache.magic
diff -u packages/file/php-wsdl-cache.magic:1.3 packages/file/php-wsdl-cache.magic:1.4
--- packages/file/php-wsdl-cache.magic:1.3	Wed Dec 15 18:35:13 2010
+++ packages/file/php-wsdl-cache.magic	Wed Jan 19 00:08:59 2011
@@ -1,19 +1,20 @@
 # PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php
 # Cache format extracted from source:
 # http://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
-# By Elan Ruusamäe <glen at delfi.ee>, Patryk Zawadzki <patrys at pld-linux.org>, 2010
-0	string		wsdl	PHP WSDL cache,
->4	byte		x	version 0x%02x
->6	ledate		x	\b, created %s
+# Requires file >= 5.05, see http://mx.gw.com/pipermail/file/2010/000683.html
+# By Elan Ruusamäe <glen at delfi.ee>, Patryk Zawadzki <patrys at pld-linux.org>, 2010-2011
+0   string      wsdl    PHP WSDL cache,
+>4  byte        x   version 0x%02x
+>6  ledate      x   \b, created %s
 
 # uri
->10 lelong !0x7fffffff
->>&0 string >0 \b, uri: "%s"
+>10 lelong <0x7fffffff
+>>10 pstring/l x \b, uri: "%s"
 
 # source
->>&(&-4.l) lelong !0x7fffffff
->>>&0 string >0 \b, source: "%s"
+>>>&0 lelong <0x7fffffff
+>>>>&-4 pstring/l x \b, source: "%s"
 
 # target_ns
->>>&(&-4.l) lelong !0x7fffffff
->>>>&0 string >0 \b, target_ns: "%s"
+>>>>>&0 lelong <0x7fffffff
+>>>>>>&-4 pstring/l x \b, target_ns: "%s"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/file/php-wsdl-cache.magic?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list