Subversion Repositories Applications.gtt

Rev

Rev 94 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 187
Line 11... Line 11...
11
   <showname>
11
   <showname>
12
    <shortopt>n</shortopt>
12
    <shortopt>n</shortopt>
13
    <doc>Print the name of the packaged file.</doc>
13
    <doc>Print the name of the packaged file.</doc>
14
   </showname>
14
   </showname>
15
  </options>
15
  </options>
16
  <doc>[descfile] [descfile2]
16
  <doc>[descfile]
17
Creates a PECL package from its description file (usually called
17
Creates a PECL package from its package2.xml file.
18
package.xml).  If a second packagefile is passed in, then
-
 
19
the packager will check to make sure that one is a package.xml
-
 
20
version 1.0, and the other is a package.xml version 2.0.  The
-
 
21
package.xml version 1.0 will be saved as &quot;package.xml&quot; in the archive,
-
 
22
and the other as &quot;package2.xml&quot; in the archive&quot;
-
 
Line 23... Line 18...
23
 
18
 
24
If no second file is passed in, and [descfile] is a package.xml 2.0,
19
An automatic conversion will be made to a package.xml 1.0 and written out to
25
an automatic conversion will be made to a package.xml 1.0.  Note that
20
disk in the current directory as &quot;package.xml&quot;.  Note that
Line 26... Line 21...
26
only simple package.xml 2.0 will be converted.  package.xml 2.0 with:
21
only simple package.xml 2.0 will be converted.  package.xml 2.0 with:
27
 
22
 
28
 - dependency types other than required/optional PECL package/ext/php/pearinstaller
23
 - dependency types other than required/optional PECL package/ext/php/pearinstaller
29
 - more than one extsrcrelease/zendextsrcrelease
24
 - more than one extsrcrelease or zendextsrcrelease
30
 - zendextbinrelease, extbinrelease, phprelease, or bundle release type
25
 - zendextbinrelease, extbinrelease, phprelease, or bundle release type
31
 - dependency groups
26
 - dependency groups
32
 - ignore tags in release filelist
27
 - ignore tags in release filelist
Line 33... Line 28...
33
 - tasks other than replace
28
 - tasks other than replace
34
 - custom roles
29
 - custom roles
35
 
30
 
-
 
31
will cause pickle to fail, and output an error message.  If your package2.xml
36
will cause pickle to fail, and output an error message.  If your package2.xml
32
uses any of these features, you are best off using PEAR_PackageFileManager to
37
uses any of these features, you are best off using PEAR_PackageFileManager to
33
generate both package.xml.
38
generate both package.xml.</doc>
34
</doc>