pspec.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pdfid</Name>
  6. <Homepage>https://blog.didierstevens.com/programs/pdf-tools/</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Scan a file to look for certain PDF keywords.</Summary>
  14. <Description>This tool is not a PDF parser, but it will scan a file to look for certain PDF keywords, allowing you to identify PDF documents that contain (for example) JavaScript or execute an action when opened. PDFiD will also handle name obfuscation.</Description>
  15. <Archive sha1sum="acc5637a95583f1d550a0286896c244265e0fcbb" type="zip" target="pdfid-0.2.1">http://didierstevens.com/files/software/pdfid_v0_2_1.zip</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>pdfid</Name>
  22. <RuntimeDependencies>
  23. <Dependency>python</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. <Path fileType="data">/usr/share/pdfid</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="1">
  33. <Date>2016-05-04</Date>
  34. <Version>0.2.1</Version>
  35. <Comment>First release, built with docker.</Comment>
  36. <Name>İbrahim KARAGÜZEL</Name>
  37. <Email>karaguzelibrahim@gmail.com</Email>
  38. </Update>
  39. </History>
  40. </PISI>