source.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. {
  2. "php-src": {
  3. "type": "custom",
  4. "license": {
  5. "type": "file",
  6. "path": "LICENSE"
  7. }
  8. },
  9. "apcu": {
  10. "type": "url",
  11. "url": "https://pecl.php.net/get/APCu",
  12. "path": "php-src/ext/apcu",
  13. "filename": "apcu.tgz",
  14. "license": {
  15. "type": "file",
  16. "path": "LICENSE"
  17. }
  18. },
  19. "memcached": {
  20. "type": "url",
  21. "url": "https://pecl.php.net/get/memcached",
  22. "path": "php-src/ext/memcached",
  23. "filename": "memcached.tgz",
  24. "license": {
  25. "type": "file",
  26. "path": "LICENSE"
  27. }
  28. },
  29. "libmemcached": {
  30. "type": "git",
  31. "url": "https://github.com/crazywhalecc/libmemcached-macos.git",
  32. "rev": "master",
  33. "license": {
  34. "type": "file",
  35. "path": "COPYING"
  36. }
  37. },
  38. "brotli": {
  39. "type": "ghtar",
  40. "repo": "google/brotli",
  41. "license": {
  42. "type": "file",
  43. "path": "LICENSE"
  44. }
  45. },
  46. "bzip2": {
  47. "type": "filelist",
  48. "url": "https://sourceware.org/pub/bzip2/",
  49. "regex": "/href=\"(?<file>bzip2-(?<version>[^\"]+)\\.tar\\.gz)\"/",
  50. "license": {
  51. "type": "text",
  52. "text": "This program, \"bzip2\", the associated library \"libbzip2\", and all documentation, are copyright (C) 1996-2010 Julian R Seward. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n 2. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.\n 3. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.\n 4. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nJulian Seward, jseward@bzip.org bzip2/libbzip2 version 1.0.6 of 6 September 2010\n\nPATENTS: To the best of my knowledge, bzip2 and libbzip2 do not use any patented algorithms. However, I do not have the resources to carry out a patent search. Therefore I cannot give any guarantee of the above statement."
  53. }
  54. },
  55. "curl": {
  56. "type": "ghrel",
  57. "repo": "curl/curl",
  58. "match": "curl.+\\.tar\\.xz",
  59. "license": {
  60. "type": "file",
  61. "path": "COPYING"
  62. }
  63. },
  64. "ext-event": {
  65. "type": "url",
  66. "url": "https://bitbucket.org/osmanov/pecl-event/get/3.0.8.tar.gz",
  67. "path": "php-src/ext/event",
  68. "license": {
  69. "type": "file",
  70. "path": "LICENSE"
  71. }
  72. },
  73. "ext-imagick": {
  74. "type": "url",
  75. "url": "https://pecl.php.net/get/imagick",
  76. "path": "php-src/ext/imagick",
  77. "filename": "imagick.tgz",
  78. "license": {
  79. "type": "file",
  80. "path": "LICENSE"
  81. }
  82. },
  83. "ext-memcache": {
  84. "type": "url",
  85. "url": "https://pecl.php.net/get/memcache",
  86. "path": "php-src/ext/memcache",
  87. "filename": "memcache.tgz",
  88. "license": {
  89. "type": "file",
  90. "path": "LICENSE"
  91. }
  92. },
  93. "ext-ssh2": {
  94. "type": "url",
  95. "url": "https://pecl.php.net/get/ssh2",
  96. "path": "php-src/ext/ssh2",
  97. "filename": "ssh2.tgz",
  98. "license": {
  99. "type": "file",
  100. "path": "LICENSE"
  101. }
  102. },
  103. "ext-zstd": {
  104. "type": "git",
  105. "path": "php-src/ext/zstd",
  106. "rev": "master",
  107. "url": "https://github.com/kjdev/php-ext-zstd",
  108. "license": {
  109. "type": "file",
  110. "path": "LICENSE"
  111. }
  112. },
  113. "freetype": {
  114. "type": "filelist",
  115. "url": "https://download-mirror.savannah.gnu.org/releases/freetype/",
  116. "regex": "/href=\"(?<file>freetype-(?<version>[^\"]+)\\.tar\\.xz)\"/",
  117. "license": {
  118. "type": "file",
  119. "path": "LICENSE.TXT"
  120. }
  121. },
  122. "gmp": {
  123. "type": "ghtagtar",
  124. "repo": "alisw/GMP",
  125. "license": {
  126. "type": "text",
  127. "text": "Since version 6, GMP is distributed under the dual licenses, GNU LGPL v3 and GNU GPL v2. These licenses make the library free to use, share, and improve, and allow you to pass on the result. The GNU licenses give freedoms, but also set firm restrictions on the use with non-free programs."
  128. }
  129. },
  130. "icu": {
  131. "type": "url",
  132. "url": "https://github.com/unicode-org/icu/releases/download/release-73-1/icu4c-73_1-src.tgz",
  133. "license": {
  134. "type": "file",
  135. "path": "LICENSE"
  136. }
  137. },
  138. "imagemagick": {
  139. "type": "ghtar",
  140. "repo": "ImageMagick/ImageMagick",
  141. "license": {
  142. "type": "file",
  143. "path": "LICENSE"
  144. }
  145. },
  146. "inotify": {
  147. "type": "url",
  148. "url": "https://pecl.php.net/get/inotify",
  149. "path": "php-src/ext/inotify",
  150. "filename": "inotify.tgz",
  151. "license": {
  152. "type": "file",
  153. "path": "LICENSE"
  154. }
  155. },
  156. "libavif": {
  157. "type": "ghtar",
  158. "repo": "AOMediaCodec/libavif",
  159. "license": {
  160. "type": "file",
  161. "path": "LICENSE"
  162. }
  163. },
  164. "libevent": {
  165. "type": "ghrel",
  166. "repo": "libevent/libevent",
  167. "match": "libevent.+\\.tar\\.gz",
  168. "license": {
  169. "type": "file",
  170. "path": "LICENSE"
  171. }
  172. },
  173. "libffi": {
  174. "type": "ghrel",
  175. "repo": "libffi/libffi",
  176. "match": "libffi.+\\.tar\\.gz",
  177. "license": {
  178. "type": "file",
  179. "path": "LICENSE"
  180. }
  181. },
  182. "libiconv": {
  183. "type": "filelist",
  184. "url": "https://ftp.gnu.org/gnu/libiconv/",
  185. "regex": "/href=\"(?<file>libiconv-(?<version>[^\"]+)\\.tar\\.gz)\"/",
  186. "license": {
  187. "type": "file",
  188. "path": "COPYING"
  189. }
  190. },
  191. "libjpeg": {
  192. "type": "ghtar",
  193. "repo": "libjpeg-turbo/libjpeg-turbo",
  194. "license": {
  195. "type": "file",
  196. "path": "LICENSE.md"
  197. }
  198. },
  199. "libmcrypt": {
  200. "type": "url",
  201. "url": "https://nchc.dl.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz",
  202. "license": {
  203. "type": "file",
  204. "path": "COPYING"
  205. }
  206. },
  207. "libpng": {
  208. "type": "git",
  209. "url": "https://git.code.sf.net/p/libpng/code",
  210. "rev": "libpng16",
  211. "license": {
  212. "type": "text",
  213. "text": "COPYRIGHT NOTICE, DISCLAIMER, and LICENSE\n=========================================\n\nPNG Reference Library License version 2\n---------------------------------------\n\n * Copyright (c) 1995-2019 The PNG Reference Library Authors.\n * Copyright (c) 2018-2019 Cosmin Truta.\n * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.\n * Copyright (c) 1996-1997 Andreas Dilger.\n * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.\n\nThe software is supplied \"as is\", without warranty of any kind,\nexpress or implied, including, without limitation, the warranties\nof merchantability, fitness for a particular purpose, title, and\nnon-infringement. In no event shall the Copyright owners, or\nanyone distributing the software, be liable for any damages or\nother liability, whether in contract, tort or otherwise, arising\nfrom, out of, or in connection with the software, or the use or\nother dealings in the software, even if advised of the possibility\nof such damage.\n\nPermission is hereby granted to use, copy, modify, and distribute\nthis software, or portions hereof, for any purpose, without fee,\nsubject to the following restrictions:\n\n 1. The origin of this software must not be misrepresented; you\n must not claim that you wrote the original software. If you\n use this software in a product, an acknowledgment in the product\n documentation would be appreciated, but is not required.\n\n 2. Altered source versions must be plainly marked as such, and must\n not be misrepresented as being the original software.\n\n 3. This Copyright notice may not be removed or altered from any\n source or altered source distribution.\n\n\nPNG Reference Library License version 1 (for libpng 0.5 through 1.6.35)\n-----------------------------------------------------------------------\n\nlibpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are\nCopyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are\nderived from libpng-1.0.6, and are distributed according to the same\ndisclaimer and license as libpng-1.0.6 with the following individuals\nadded to the list of Contributing Authors:\n\n Simon-Pierre Cadieux\n Eric S. Raymond\n Mans Rullgard\n Cosmin Truta\n Gilles Vollant\n James Yu\n Mandar Sahastrabuddhe\n Google Inc.\n Vadim Barkov\n\nand with the following additions to the disclaimer:\n\n There is no warranty against interference with your enjoyment of\n the library or against infringement. There is no warranty that our\n efforts or the library will fulfill any of your particular purposes\n or needs. This library is provided with all faults, and the entire\n risk of satisfactory quality, performance, accuracy, and effort is\n with the user.\n\nSome files in the \"contrib\" directory and some configure-generated\nfiles that are distributed with libpng have other copyright owners, and\nare released under other open source licenses.\n\nlibpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are\nCopyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from\nlibpng-0.96, and are distributed according to the same disclaimer and\nlicense as libpng-0.96, with the following individuals added to the\nlist of Contributing Authors:\n\n Tom Lane\n Glenn Randers-Pehrson\n Willem van Schaik\n\nlibpng versions 0.89, June 1996, through 0.96, May 1997, are\nCopyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,\nand are distributed according to the same disclaimer and license as\nlibpng-0.88, with the following individuals added to the list of\nContributing Authors:\n\n John Bowler\n Kevin Bracey\n Sam Bushell\n Magnus Holmgren\n Greg Roelofs\n Tom Tanner\n\nSome files in the \"scripts\" directory have other copyright owners,\nbut are released under this license.\n\nlibpng versions 0.5, May 1995, through 0.88, January 1996, are\nCopyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.\n\nFor the purposes of this copyright and license, \"Contributing Authors\"\nis defined as the following set of individuals:\n\n Andreas Dilger\n Dave Martindale\n Guy Eric Schalnat\n Paul Schmidt\n Tim Wegner\n\nThe PNG Reference Library is supplied \"AS IS\". The Contributing\nAuthors and Group 42, Inc. disclaim all warranties, expressed or\nimplied, including, without limitation, the warranties of\nmerchantability and of fitness for any purpose. The Contributing\nAuthors and Group 42, Inc. assume no liability for direct, indirect,\nincidental, special, exemplary, or consequential damages, which may\nresult from the use of the PNG Reference Library, even if advised of\nthe possibility of such damage.\n\nPermission is hereby granted to use, copy, modify, and distribute this\nsource code, or portions hereof, for any purpose, without fee, subject\nto the following restrictions:\n\n 1. The origin of this source code must not be misrepresented.\n\n 2. Altered versions must be plainly marked as such and must not\n be misrepresented as being the original source.\n\n 3. This Copyright notice may not be removed or altered from any\n source or altered source distribution.\n\nThe Contributing Authors and Group 42, Inc. specifically permit,\nwithout fee, and encourage the use of this source code as a component\nto supporting the PNG file format in commercial products. If you use\nthis source code in a product, acknowledgment is not required but would\nbe appreciated.\n"
  214. }
  215. },
  216. "libressl": {
  217. "type": "filelist",
  218. "url": "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/",
  219. "regex": "/href=\"(?<file>libressl-(?<version>[^\"]+)\\.tar\\.gz)\"/",
  220. "license": {
  221. "type": "file",
  222. "path": "COPYING"
  223. }
  224. },
  225. "libsodium": {
  226. "type": "url",
  227. "url": "https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz",
  228. "license": {
  229. "type": "file",
  230. "path": "LICENSE"
  231. }
  232. },
  233. "libssh2": {
  234. "type": "ghrel",
  235. "repo": "libssh2/libssh2",
  236. "match": "libssh2.+\\.tar\\.gz",
  237. "license": {
  238. "type": "file",
  239. "path": "COPYING"
  240. }
  241. },
  242. "libwebp": {
  243. "type": "url",
  244. "url": "https://github.com/webmproject/libwebp/archive/refs/tags/v1.3.0.tar.gz",
  245. "license": {
  246. "type": "file",
  247. "path": "COPYING"
  248. }
  249. },
  250. "libxml2": {
  251. "type": "url",
  252. "url": "https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.14/libxml2-v2.9.14.tar.gz",
  253. "license": {
  254. "type": "file",
  255. "path": "Copyright"
  256. }
  257. },
  258. "libyaml": {
  259. "type": "ghrel",
  260. "repo": "yaml/libyaml",
  261. "match": "yaml-.+\\.tar\\.gz",
  262. "license": {
  263. "type": "file",
  264. "path": "License"
  265. }
  266. },
  267. "libzip": {
  268. "type": "ghrel",
  269. "repo": "nih-at/libzip",
  270. "match": "libzip.+\\.tar\\.xz",
  271. "license": {
  272. "type": "file",
  273. "path": "LICENSE"
  274. }
  275. },
  276. "mcrypt": {
  277. "type": "url",
  278. "url": "https://jaist.dl.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz",
  279. "license": {
  280. "type": "file",
  281. "path": "COPYING"
  282. }
  283. },
  284. "micro": {
  285. "type": "git",
  286. "path": "php-src/sapi/micro",
  287. "rev": "master",
  288. "url": "https://github.com/crazywhalecc/phpmicro",
  289. "license": {
  290. "type": "file",
  291. "path": "LICENSE"
  292. }
  293. },
  294. "mongodb": {
  295. "type": "ghrel",
  296. "repo": "mongodb/mongo-php-driver",
  297. "path": "php-src/ext/mongodb",
  298. "match": "mongodb.+\\.tgz",
  299. "license": {
  300. "type": "file",
  301. "path": "LICENSE"
  302. }
  303. },
  304. "ncurses": {
  305. "type": "filelist",
  306. "url": "https://ftp.gnu.org/pub/gnu/ncurses/",
  307. "regex": "/href=\"(?<file>ncurses-(?<version>[^\"]+)\\.tar\\.gz)\"/",
  308. "license": {
  309. "type": "file",
  310. "path": "COPYING"
  311. }
  312. },
  313. "nghttp2": {
  314. "type": "ghrel",
  315. "repo": "nghttp2/nghttp2",
  316. "match": "nghttp2.+\\.tar\\.xz",
  317. "license": {
  318. "type": "file",
  319. "path": "COPYING"
  320. }
  321. },
  322. "onig": {
  323. "type": "ghrel",
  324. "repo": "kkos/oniguruma",
  325. "match": "onig-.+\\.tar\\.gz",
  326. "license": {
  327. "type": "file",
  328. "path": "COPYING"
  329. }
  330. },
  331. "openssl": {
  332. "type": "filelist",
  333. "url": "https://www.openssl.org/source/",
  334. "regex": "/href=\"(?<file>openssl-(?<version>[^\"]+)\\.tar\\.gz)\"/",
  335. "license": {
  336. "type": "file",
  337. "path": "LICENSE.txt"
  338. }
  339. },
  340. "pkg-config": {
  341. "type": "filelist",
  342. "url": "https://pkgconfig.freedesktop.org/releases/",
  343. "regex": "/href=\"(?<file>pkg-config-(?<version>[^\"]+)\\.tar\\.gz)\"/",
  344. "license": {
  345. "type": "file",
  346. "path": "COPYING"
  347. }
  348. },
  349. "postgresql": {
  350. "type": "url",
  351. "url": "https://ftp.postgresql.org/pub/source/v15.1/postgresql-15.1.tar.gz",
  352. "license": {
  353. "type": "file",
  354. "path": "COPYRIGHT"
  355. }
  356. },
  357. "protobuf": {
  358. "type": "url",
  359. "url": "https://pecl.php.net/get/protobuf",
  360. "path": "php-src/ext/protobuf",
  361. "filename": "protobuf.tgz",
  362. "license": {
  363. "type": "file",
  364. "path": "LICENSE"
  365. }
  366. },
  367. "pthreads4w": {
  368. "type": "git",
  369. "rev": "master",
  370. "url": "https://git.code.sf.net/p/pthreads4w/code",
  371. "license": {
  372. "type": "file",
  373. "path": "LICENSE"
  374. }
  375. },
  376. "readline": {
  377. "type": "filelist",
  378. "url": "https://ftp.gnu.org/pub/gnu/readline/",
  379. "regex": "/href=\"(?<file>readline-(?<version>[^\"]+)\\.tar\\.gz)\"/",
  380. "license": {
  381. "type": "file",
  382. "path": "COPYING"
  383. }
  384. },
  385. "redis": {
  386. "type": "git",
  387. "path": "php-src/ext/redis",
  388. "rev": "5.3.7",
  389. "url": "https://github.com/phpredis/phpredis",
  390. "license": {
  391. "type": "file",
  392. "path": "COPYING"
  393. }
  394. },
  395. "sqlite": {
  396. "type": "url",
  397. "url": "https://www.sqlite.org/2023/sqlite-autoconf-3410100.tar.gz",
  398. "license": {
  399. "type": "text",
  400. "text": "The author disclaims copyright to this source code. In place of\na legal notice, here is a blessing:\n\n * May you do good and not evil.\n * May you find forgiveness for yourself and forgive others.\n * May you share freely, never taking more than you give."
  401. }
  402. },
  403. "swoole": {
  404. "type": "ghtar",
  405. "path": "php-src/ext/swoole",
  406. "repo": "swoole/swoole-src",
  407. "license": {
  408. "type": "file",
  409. "path": "LICENSE"
  410. }
  411. },
  412. "swow": {
  413. "type": "git",
  414. "path": "php-src/ext/swow-src",
  415. "rev": "ci",
  416. "url": "https://github.com/swow/swow",
  417. "patch": "patchSwow",
  418. "license": {
  419. "type": "file",
  420. "path": "LICENSE"
  421. }
  422. },
  423. "xlswriter": {
  424. "type": "url",
  425. "url": "https://pecl.php.net/get/xlswriter",
  426. "path": "php-src/ext/xlswriter",
  427. "filename": "xlswriter.tgz",
  428. "license": {
  429. "type": "file",
  430. "path": "LICENSE"
  431. }
  432. },
  433. "xz": {
  434. "type": "filelist",
  435. "url": "https://tukaani.org/xz/",
  436. "regex": "/href=\"(?<file>xz-(?<version>[^\"]+)\\.tar\\.xz)\"/",
  437. "license": {
  438. "type": "file",
  439. "path": "COPYING"
  440. }
  441. },
  442. "yaml": {
  443. "type": "git",
  444. "path": "php-src/ext/yaml",
  445. "rev": "php7",
  446. "url": "https://github.com/php/pecl-file_formats-yaml",
  447. "license": {
  448. "type": "file",
  449. "path": "LICENSE"
  450. }
  451. },
  452. "zlib": {
  453. "type": "ghrel",
  454. "repo": "madler/zlib",
  455. "match": "zlib.+\\.tar\\.gz",
  456. "license": {
  457. "type": "text",
  458. "text": "(C) 1995-2022 Jean-loup Gailly and Mark Adler\n\nThis software is provided 'as-is', without any express or implied\nwarranty. In no event will the authors be held liable for any damages\narising from the use of this software.\n\nPermission is granted to anyone to use this software for any purpose,\nincluding commercial applications, and to alter it and redistribute it\nfreely, subject to the following restrictions:\n\n1. The origin of this software must not be misrepresented; you must not\n claim that you wrote the original software. If you use this software\n in a product, an acknowledgment in the product documentation would be\n appreciated but is not required.\n2. Altered source versions must be plainly marked as such, and must not be\n misrepresented as being the original software.\n3. This notice may not be removed or altered from any source distribution.\n\nJean-loup Gailly Mark Adler\njloup@gzip.org madler@alumni.caltech.edu"
  459. }
  460. },
  461. "zstd": {
  462. "type": "ghrel",
  463. "repo": "facebook/zstd",
  464. "match": "zstd.+\\.tar\\.gz",
  465. "license": {
  466. "type": "file",
  467. "path": "LICENSE"
  468. }
  469. }
  470. }