mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-13 20:05:35 +08:00
sort them
This commit is contained in:
@@ -215,6 +215,10 @@
|
|||||||
"type": "builtin",
|
"type": "builtin",
|
||||||
"unix-only": true
|
"unix-only": true
|
||||||
},
|
},
|
||||||
|
"protobuf": {
|
||||||
|
"type": "external",
|
||||||
|
"source": "protobuf"
|
||||||
|
},
|
||||||
"pspell": {
|
"pspell": {
|
||||||
"type": "builtin",
|
"type": "builtin",
|
||||||
"arg-type": "with",
|
"arg-type": "with",
|
||||||
@@ -356,10 +360,6 @@
|
|||||||
"libxslt"
|
"libxslt"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"protobuf": {
|
|
||||||
"type": "external",
|
|
||||||
"source": "protobuf"
|
|
||||||
},
|
|
||||||
"yaml": {
|
"yaml": {
|
||||||
"type": "external",
|
"type": "external",
|
||||||
"source": "yaml",
|
"source": "yaml",
|
||||||
|
|||||||
@@ -66,6 +66,16 @@
|
|||||||
"SystemConfiguration"
|
"SystemConfiguration"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"freetype": {
|
||||||
|
"source": "freetype",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libfreetype.a"
|
||||||
|
],
|
||||||
|
"headers-unix": [
|
||||||
|
"freetype2/freetype/freetype.h",
|
||||||
|
"freetype2/ft2build.h"
|
||||||
|
]
|
||||||
|
},
|
||||||
"gmp": {
|
"gmp": {
|
||||||
"source": "gmp",
|
"source": "gmp",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@@ -96,7 +106,23 @@
|
|||||||
"ffitarget.h"
|
"ffitarget.h"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"libiconv": {
|
||||||
|
"source": "libiconv",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libiconv.a"
|
||||||
|
],
|
||||||
|
"headers": [
|
||||||
|
"iconv.h",
|
||||||
|
"libcharset.h",
|
||||||
|
"localcharset.h"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"libmcrypt": {
|
||||||
|
"source": "libmcrypt",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libmcrypt.a"
|
||||||
|
]
|
||||||
|
},
|
||||||
"libpng": {
|
"libpng": {
|
||||||
"source": "libpng",
|
"source": "libpng",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@@ -118,23 +144,6 @@
|
|||||||
"zlib"
|
"zlib"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"glib": {
|
|
||||||
"source": "glib",
|
|
||||||
"static-libs-unix": [
|
|
||||||
"libglib-2.0.a",
|
|
||||||
"libgio-2.0.a",
|
|
||||||
"libgmodule-2.0.a",
|
|
||||||
"libgobject-2.0.a",
|
|
||||||
"libgthread-2.0.a"
|
|
||||||
],
|
|
||||||
"bin-depends-unix": [
|
|
||||||
"meson",
|
|
||||||
"ninja"
|
|
||||||
],
|
|
||||||
"headers": [
|
|
||||||
"glib-2.0"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"libssh2": {
|
"libssh2": {
|
||||||
"source": "libssh2",
|
"source": "libssh2",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@@ -155,6 +164,15 @@
|
|||||||
"zlib"
|
"zlib"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"libuv": {
|
||||||
|
"source": "libuv",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libuv.a"
|
||||||
|
],
|
||||||
|
"headers": [
|
||||||
|
"uv.h"
|
||||||
|
]
|
||||||
|
},
|
||||||
"libxml2": {
|
"libxml2": {
|
||||||
"source": "libxml2",
|
"source": "libxml2",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@@ -183,17 +201,6 @@
|
|||||||
"pthreads4w"
|
"pthreads4w"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"libiconv": {
|
|
||||||
"source": "libiconv",
|
|
||||||
"static-libs-unix": [
|
|
||||||
"libiconv.a"
|
|
||||||
],
|
|
||||||
"headers": [
|
|
||||||
"iconv.h",
|
|
||||||
"libcharset.h",
|
|
||||||
"localcharset.h"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"libyaml": {
|
"libyaml": {
|
||||||
"source": "libyaml",
|
"source": "libyaml",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@@ -231,28 +238,12 @@
|
|||||||
"openssl"
|
"openssl"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"libmcrypt": {
|
|
||||||
"source": "libmcrypt",
|
|
||||||
"static-libs-unix": [
|
|
||||||
"libmcrypt.a"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"mcrypt": {
|
"mcrypt": {
|
||||||
"source": "mcrypt",
|
"source": "mcrypt",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
"libmcrypt.a"
|
"libmcrypt.a"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"freetype": {
|
|
||||||
"source": "freetype",
|
|
||||||
"static-libs-unix": [
|
|
||||||
"libfreetype.a"
|
|
||||||
],
|
|
||||||
"headers-unix": [
|
|
||||||
"freetype2/freetype/freetype.h",
|
|
||||||
"freetype2/ft2build.h"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nghttp2": {
|
"nghttp2": {
|
||||||
"source": "nghttp2",
|
"source": "nghttp2",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@@ -282,15 +273,6 @@
|
|||||||
"cunit"
|
"cunit"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"libuv": {
|
|
||||||
"source": "libuv",
|
|
||||||
"static-libs-unix": [
|
|
||||||
"libuv.a"
|
|
||||||
],
|
|
||||||
"headers": [
|
|
||||||
"uv.h"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"onig": {
|
"onig": {
|
||||||
"source": "onig",
|
"source": "onig",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
|
|||||||
@@ -62,12 +62,13 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mcrypt": {
|
"libiconv": {
|
||||||
"type": "url",
|
"type": "filelist",
|
||||||
"url": "https://jaist.dl.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz",
|
"url": "https://ftp.gnu.org/gnu/libiconv/",
|
||||||
|
"regex": "/href=\"(?<file>libiconv-(?<version>[^\"]+)\\.tar\\.gz)\"/",
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "text",
|
||||||
"path": "COPYING"
|
"text": "TODO"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libmcrypt": {
|
"libmcrypt": {
|
||||||
@@ -105,6 +106,14 @@
|
|||||||
"path": "COPYING"
|
"path": "COPYING"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"libuv": {
|
||||||
|
"type": "ghtar",
|
||||||
|
"repo": "libuv/libuv",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"libxml2": {
|
"libxml2": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.14/libxml2-v2.9.14.tar.gz",
|
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.14/libxml2-v2.9.14.tar.gz",
|
||||||
@@ -131,6 +140,14 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mcrypt": {
|
||||||
|
"type": "url",
|
||||||
|
"url": "https://jaist.dl.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "COPYING"
|
||||||
|
}
|
||||||
|
},
|
||||||
"micro": {
|
"micro": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"path": "php-src/sapi/micro",
|
"path": "php-src/sapi/micro",
|
||||||
@@ -160,24 +177,6 @@
|
|||||||
"path": "COPYING"
|
"path": "COPYING"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libuv": {
|
|
||||||
"type": "ghtar",
|
|
||||||
"repo": "libuv/libuv",
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "LICENSE"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"protobuf": {
|
|
||||||
"type": "url",
|
|
||||||
"url": "http://pecl.php.net/get/protobuf",
|
|
||||||
"path": "php-src/ext/protobuf",
|
|
||||||
"filename": "protobuf.tgz",
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "LICENSE"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"onig": {
|
"onig": {
|
||||||
"type": "ghrel",
|
"type": "ghrel",
|
||||||
"repo": "kkos/oniguruma",
|
"repo": "kkos/oniguruma",
|
||||||
@@ -196,6 +195,16 @@
|
|||||||
"path": "LICENSE.txt"
|
"path": "LICENSE.txt"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"protobuf": {
|
||||||
|
"type": "url",
|
||||||
|
"url": "http://pecl.php.net/get/protobuf",
|
||||||
|
"path": "php-src/ext/protobuf",
|
||||||
|
"filename": "protobuf.tgz",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pthreads4w": {
|
"pthreads4w": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"rev": "master",
|
"rev": "master",
|
||||||
@@ -243,15 +252,6 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libiconv":{
|
|
||||||
"type": "filelist",
|
|
||||||
"url": "https://ftp.gnu.org/gnu/libiconv/",
|
|
||||||
"regex": "/href=\"(?<file>libiconv-(?<version>[^\"]+)\\.tar\\.gz)\"/",
|
|
||||||
"license": {
|
|
||||||
"type": "text",
|
|
||||||
"text": "TODO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"xz": {
|
"xz": {
|
||||||
"type": "filelist",
|
"type": "filelist",
|
||||||
"url": "https://tukaani.org/xz/",
|
"url": "https://tukaani.org/xz/",
|
||||||
|
|||||||
Reference in New Issue
Block a user