2021-04-07 22:11:12 +02:00
|
|
|
{
|
|
|
|
"name": "gettext",
|
2023-12-18 22:09:44 +01:00
|
|
|
"version": "0.22.4",
|
2024-01-22 20:32:16 +00:00
|
|
|
"port-version": 2,
|
2023-05-22 02:56:14 +02:00
|
|
|
"description": "A GNU framework to help produce multi-lingual messages.",
|
2021-04-07 22:11:12 +02:00
|
|
|
"homepage": "https://www.gnu.org/software/gettext/",
|
2023-05-22 02:56:14 +02:00
|
|
|
"license": "GPL-3.0-only",
|
2023-06-15 14:49:00 -07:00
|
|
|
"supports": "!xbox",
|
2021-04-07 22:11:12 +02:00
|
|
|
"dependencies": [
|
2023-05-22 02:56:14 +02:00
|
|
|
"gettext-libintl"
|
2021-04-07 22:11:12 +02:00
|
|
|
],
|
|
|
|
"features": {
|
2023-12-18 22:09:44 +01:00
|
|
|
"nls": {
|
|
|
|
"description": "Enable native language support"
|
|
|
|
},
|
2023-05-22 02:56:14 +02:00
|
|
|
"runtime-tools": {
|
|
|
|
"description": "Build runtime tools for internationalization of scripts",
|
2023-12-18 22:09:44 +01:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
"libiconv"
|
|
|
|
]
|
2023-05-22 02:56:14 +02:00
|
|
|
},
|
2021-04-07 22:11:12 +02:00
|
|
|
"tools": {
|
2023-01-27 16:25:29 +01:00
|
|
|
"description": "Build gettext tools",
|
2023-05-22 02:56:14 +02:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
"libiconv"
|
|
|
|
]
|
2021-04-07 22:11:12 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|