pspec.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>php8</Name>
  6. <Homepage>http://www.php.net</Homepage>
  7. <Packager>
  8. <Name>Fatih Turgel</Name>
  9. <Email>turgelfatih@gmail.com</Email>
  10. </Packager>
  11. <License>PHP</License>
  12. <IsA>library</IsA>
  13. <Summary>PHP7 is an HTML-embedded scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly</Summary>
  14. <Description>PHP7 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.</Description>
  15. <Archive sha1sum="31b9124ad74417606334dcf4387812ab68be8aa1" type="tarxz">https://www.php.net/distributions/php-8.3.15.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gd-devel</Dependency>
  18. <Dependency>re2c</Dependency>
  19. <Dependency>libzip-devel</Dependency>
  20. <Dependency>harfbuzz-devel</Dependency>
  21. <Dependency>apr-devel</Dependency>
  22. <Dependency>apr-util-devel</Dependency>
  23. <Dependency>apache</Dependency>
  24. <Dependency>postfix</Dependency>
  25. <Dependency>libxslt-devel</Dependency>
  26. <Dependency>db-devel</Dependency>
  27. <Dependency>mariadb-lib</Dependency>
  28. <Dependency>libmcrypt-devel</Dependency>
  29. <Dependency>mit-kerberos-devel</Dependency>
  30. <Dependency>libc-client</Dependency>
  31. <Dependency>postgresql-server</Dependency>
  32. <Dependency>libjpeg-turbo-devel</Dependency>
  33. <Dependency>zlib-devel</Dependency>
  34. <Dependency>curl-devel</Dependency>
  35. <Dependency>gdbm-devel</Dependency>
  36. <Dependency>libpng-devel</Dependency>
  37. <Dependency>freetype-devel</Dependency>
  38. <Dependency>openssl-devel</Dependency>
  39. <Dependency>sqlite-devel</Dependency>
  40. <Dependency>oniguruma-devel</Dependency>
  41. <Dependency>keyutils</Dependency>
  42. </BuildDependencies>
  43. <Patches>
  44. <Patch level="0">db6.patch</Patch>
  45. </Patches>
  46. </Source>
  47. <Package>
  48. <Name>php8-cli</Name>
  49. <Conflicts>
  50. <Package>php-cli</Package>
  51. </Conflicts>
  52. <RuntimeDependencies>
  53. <Dependency version="current">php8-common</Dependency>
  54. <Dependency>gd</Dependency>
  55. <Dependency>curl</Dependency>
  56. <Dependency>zlib</Dependency>
  57. <Dependency>bzip2</Dependency>
  58. <Dependency>libpng</Dependency>
  59. <Dependency>libxslt</Dependency>
  60. <Dependency>libxml2</Dependency>
  61. <Dependency>freetype</Dependency>
  62. <Dependency>mariadb-lib</Dependency>
  63. <Dependency>libmcrypt</Dependency>
  64. <Dependency>mit-kerberos</Dependency>
  65. <Dependency>postgresql-lib</Dependency>
  66. <Dependency>openldap-client</Dependency>
  67. <Dependency>libjpeg-turbo</Dependency>
  68. <Dependency>oniguruma</Dependency>
  69. <Dependency>sqlite</Dependency>
  70. <Dependency>openssl</Dependency>
  71. </RuntimeDependencies>
  72. <Files>
  73. <Path fileType="config">/etc/php/cli</Path>
  74. <Path fileType="executable">/usr/bin</Path>
  75. <Path fileType="man">/usr/share/man</Path>
  76. </Files>
  77. <AdditionalFiles>
  78. <AdditionalFile target="/usr/bin/go-pear" permission="0755" owner="root">go-pear</AdditionalFile>
  79. </AdditionalFiles>
  80. </Package>
  81. <Package>
  82. <Name>php8-common</Name>
  83. <Conflicts>
  84. <Package>php-common</Package>
  85. </Conflicts>
  86. <Summary>Common config files for PHP</Summary>
  87. <RuntimeDependencies>
  88. <Dependency>db</Dependency>
  89. <Dependency>gd</Dependency>
  90. <Dependency>pam</Dependency>
  91. <Dependency>gdbm</Dependency>
  92. <Dependency>mit-kerberos</Dependency>
  93. </RuntimeDependencies>
  94. <Files>
  95. <Path fileType="library">/usr/lib/php/modules</Path>
  96. <Path fileType="data">/usr/share/php7</Path>
  97. <Path fileType="data">/etc/php/ext</Path>
  98. </Files>
  99. </Package>
  100. <Package>
  101. <Name>php8-devel</Name>
  102. <Conflicts>
  103. <Package>php-devel</Package>
  104. </Conflicts>
  105. <Summary>Development files for PHP</Summary>
  106. <RuntimeDependencies>
  107. <Dependency version="current">php8-common</Dependency>
  108. </RuntimeDependencies>
  109. <Files>
  110. <Path fileType="executable">/usr/bin/php-config</Path>
  111. <Path fileType="executable">/usr/bin/phpize</Path>
  112. <Path fileType="header">/usr/include</Path>
  113. <Path fileType="library">/usr/lib/php/build</Path>
  114. <Path fileType="man">/usr/share/man/man1/php-config*</Path>
  115. <Path fileType="man">/usr/share/man/man1/phpize*</Path>
  116. </Files>
  117. </Package>
  118. <Package>
  119. <Name>php8-pear</Name>
  120. <Conflicts>
  121. <Package>php-pear</Package>
  122. </Conflicts>
  123. <Summary>Development files for PHP</Summary>
  124. <RuntimeDependencies>
  125. <Dependency version="current">php8-common</Dependency>
  126. </RuntimeDependencies>
  127. <Files>
  128. <Path fileType="config">/etc/pear.conf</Path>
  129. <Path fileType="executable">/usr/bin/pear</Path>
  130. <Path fileType="executable">/usr/bin/go-pear</Path>
  131. <Path fileType="library">/usr/lib/php/PEAR/</Path>
  132. <Path fileType="library">/usr/lib/php/Structures</Path>
  133. <Path fileType="library">/usr/lib/php/.lock</Path>
  134. <Path fileType="library">/usr/lib/php/peclcmd.php</Path>
  135. <Path fileType="library">/usr/lib/php/pearcmd.php</Path>
  136. <Path fileType="library">/usr/lib/php/System.php</Path>
  137. <Path fileType="library">/usr/lib/php/PEAR.php</Path>
  138. <Path fileType="library">/usr/lib/php/.filemap</Path>
  139. <Path fileType="library">/usr/lib/php/.registry/</Path>
  140. <Path fileType="library">/usr/lib/php/Console/Getopt.php</Path>
  141. <Path fileType="library">/usr/lib/php/XML/Util.php</Path>
  142. <Path fileType="library">/usr/lib/php/Archive/Tar.php</Path>
  143. <Path fileType="library">/usr/lib/php/test/XML_Util</Path>
  144. <Path fileType="library">/usr/lib/php/test/Structures_Graph</Path>
  145. <Path fileType="library">/usr/lib/php/test/Console_Getopt</Path>
  146. <Path fileType="library">/usr/lib/php/.channels</Path>
  147. <Path fileType="library">/usr/lib/php/doc/</Path>
  148. <Path fileType="library">/usr/lib/php/data/PEAR/</Path>
  149. <Path fileType="library">/usr/lib/php/OS/Guess.php</Path>
  150. </Files>
  151. </Package>
  152. <Package>
  153. <Name>mod_php8</Name>
  154. <Conflicts>
  155. <Package>mod_php</Package>
  156. </Conflicts>
  157. <PartOf>server.web</PartOf>
  158. <RuntimeDependencies>
  159. <Dependency>xz</Dependency>
  160. <Dependency>pam</Dependency>
  161. <Dependency>curl</Dependency>
  162. <Dependency>zlib</Dependency>
  163. <Dependency>bzip2</Dependency>
  164. <Dependency>libnsl</Dependency>
  165. <Dependency>libpng</Dependency>
  166. <Dependency>apache</Dependency>
  167. <Dependency>libxml2</Dependency>
  168. <Dependency>freetype</Dependency>
  169. <Dependency>libtool-ltdl</Dependency>
  170. <Dependency>mariadb-lib</Dependency>
  171. <Dependency>postgresql-lib</Dependency>
  172. <Dependency>gd</Dependency>
  173. <Dependency>libxslt</Dependency>
  174. <Dependency>mit-kerberos</Dependency>
  175. <Dependency>openldap-client</Dependency>
  176. <Dependency>cyrus-sasl</Dependency>
  177. <Dependency>harfbuzz</Dependency>
  178. <Dependency>php8-common</Dependency>
  179. <Dependency>libmcrypt</Dependency>
  180. <Dependency>libjpeg-turbo</Dependency>
  181. <Dependency>sqlite</Dependency>
  182. <Dependency>openssl</Dependency>
  183. <Dependency>e2fsprogs</Dependency>
  184. <Dependency>oniguruma</Dependency>
  185. </RuntimeDependencies>
  186. <Files>
  187. <Path fileType="library">/usr/lib/apache2/modules/libphp.so</Path>
  188. <Path fileType="config">/etc/apache2</Path>
  189. <Path fileType="config">/etc/php/apache2</Path>
  190. </Files>
  191. <AdditionalFiles>
  192. <AdditionalFile target="/etc/apache2/modules.d/70_mod_php.conf" permission="0644" owner="root">70_mod_php8.conf</AdditionalFile>
  193. </AdditionalFiles>
  194. </Package>
  195. <Package>
  196. <Name>php8-zip</Name>
  197. <Conflicts>
  198. <Package>php-zip</Package>
  199. </Conflicts>
  200. <Summary>Zip extension for PHP</Summary>
  201. <RuntimeDependencies>
  202. <Dependency>php8-common</Dependency>
  203. <Dependency>pam</Dependency>
  204. <Dependency>libzip</Dependency>
  205. <Dependency>mit-kerberos</Dependency>
  206. </RuntimeDependencies>
  207. <Files>
  208. <Path fileType="library">/usr/lib/php/modules/zip.so</Path>
  209. <Path fileType="config">/etc/php/cli/ext/10-php-zip.ini</Path>
  210. <Path fileType="config">/etc/php/ext/10-php-zip.ini</Path>
  211. </Files>
  212. <AdditionalFiles>
  213. <AdditionalFile target="/etc/php/ext/10-php-zip.ini" permission="0644" owner="root">10-php-zip.ini</AdditionalFile>
  214. </AdditionalFiles>
  215. </Package>
  216. <Package>
  217. <Name>php8-imap</Name>
  218. <Conflicts>
  219. <Package>php-imap</Package>
  220. </Conflicts>
  221. <Summary>Module for PHP to enable IMAP support</Summary>
  222. <RuntimeDependencies>
  223. <Dependency>pam</Dependency>
  224. <Dependency>openssl</Dependency>
  225. <Dependency>e2fsprogs</Dependency>
  226. <Dependency>php8-common</Dependency>
  227. <Dependency>libc-client</Dependency>
  228. <Dependency>mit-kerberos</Dependency>
  229. </RuntimeDependencies>
  230. <Files>
  231. <Path fileType="library">/usr/lib/php/modules/imap.so</Path>
  232. <Path fileType="config">/etc/php/ext/11-php-imap.ini</Path>
  233. <Path fileType="config">/etc/php/cli/ext/11-php-imap.ini</Path>
  234. <Path fileType="config">/etc/php/apache2/ext/11-php-imap.ini</Path>
  235. </Files>
  236. <AdditionalFiles>
  237. <AdditionalFile target="/etc/php/ext/11-php-imap.ini" permission="0644" owner="root">11-php-imap.ini</AdditionalFile>
  238. </AdditionalFiles>
  239. </Package>
  240. <Package>
  241. <Name>php8-fpm</Name>
  242. <Conflicts>
  243. <Package>php-fpm</Package>
  244. </Conflicts>
  245. <Summary>FPM for PHP</Summary>
  246. <RuntimeDependencies>
  247. <Dependency>libxslt</Dependency>
  248. <Dependency>libmcrypt</Dependency>
  249. <Dependency>php8-common</Dependency>
  250. <Dependency>libjpeg-turbo</Dependency>
  251. <Dependency>postgresql-lib</Dependency>
  252. <Dependency>openldap-client</Dependency>
  253. <Dependency>curl</Dependency>
  254. <Dependency>zlib</Dependency>
  255. <Dependency>bzip2</Dependency>
  256. <Dependency>sqlite</Dependency>
  257. <Dependency>libxml2</Dependency>
  258. <Dependency>openssl</Dependency>
  259. <Dependency>oniguruma</Dependency>
  260. </RuntimeDependencies>
  261. <Files>
  262. <Path fileType="executable">/usr/sbin/php-fpm</Path>
  263. <Path fileType="man">/usr/share/man/man8/php-fpm.8</Path>
  264. <Path fileType="config">/etc/php/ext/php-fpm.conf</Path>
  265. <Path fileType="config">/etc/php-fpm.d/www.conf.default</Path>
  266. <Path fileType="data">/usr/share/fpm</Path>
  267. <Path fileType="data">/run</Path>
  268. <Path fileType="data">/var/log</Path>
  269. </Files>
  270. <AdditionalFiles>
  271. <AdditionalFile target="/etc/php/ext/php-fpm.conf" permission="0644" owner="root">php-fpm.conf</AdditionalFile>
  272. </AdditionalFiles>
  273. <Provides>
  274. <COMAR script="service.py">System.Service</COMAR>
  275. </Provides>
  276. </Package>
  277. <History>
  278. <Update release="2">
  279. <Date>2024-12-24</Date>
  280. <Version>8.3.15</Version>
  281. <Comment>Version bump.</Comment>
  282. <Name>Pisi Linux Community</Name>
  283. <Email>admin@pisilinux.org</Email>
  284. </Update>
  285. <Update release="1">
  286. <Date>2024-11-28</Date>
  287. <Version>8.3.14</Version>
  288. <Comment>First release</Comment>
  289. <Name>Pisi Linux Community</Name>
  290. <Email>admin@pisilinux.org</Email>
  291. </Update>
  292. </History>
  293. </PISI>