File: package.xml

package info (click to toggle)
libphash 0.9.4-1.2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,168 kB
  • sloc: sh: 18,059; cpp: 11,339; php: 1,870; xml: 619; java: 173; cs: 139; makefile: 74; awk: 70; ansic: 44
file content (60 lines) | stat: -rw-r--r-- 1,626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0"?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package>

  <name>pHash</name>
  <summary>pHash</summary>
  <description>
none
  </description>

  <license>GPL3</license>

  <configureoptions>
   <configureoption name="with-pHash" default="autodetect" prompt="pHash installation directory?" />
  </configureoptions>

  <maintainers>
    <maintainer>
      <user>unknown</user>
      <name>Evan Klinger</name>
      <email>eklinger@phash.org</email>
      <role>lead</role>
    </maintainer>
  </maintainers>

  <release>
    <version>0.9.1</version>
    <state>beta</state>
    <notes>unknown</notes>
    <date>2010-06-12</date>
  </release>
  <changelog>

  </changelog>
  <deps>
    <dep type="php" rel="ge" version="4.0.0"/>
  </deps>

  <filelist>
    <dir name="/">
      <file role='doc' name='EXPERIMENTAL'/>
      <file role='doc' name='CREDITS'/>
      <file role='src' name='config.m4'/>
      <file role='src' name='pHash.dsp'/>
      <file role='src' name='config.w32'/>
      <file role='src' name='pHash.cpp'/>
      <file role='src' name='php_pHash.h'/>
      <dir name="tests">
        <file role='test' name='ph_dct_videohash.phpt'/>
        <file role='test' name='ph_dct_imagehash.phpt'/>
        <file role='test' name='ph_texthash.phpt'/>
        <file role='test' name='ph_audiohash.phpt'/>
        <file role='test' name='ph_image_dist.phpt'/>
        <file role='test' name='ph_video_dist.phpt'/>
        <file role='test' name='ph_audio_dist.phpt'/>
        <file role='test' name='ph_compare_text_hashes.phpt'/>
      </dir>
    </dir>
  </filelist>
</package>