diff options
author | Sam Bingner <sam@bingner.com> | 2021-03-08 23:00:11 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2021-03-08 23:00:11 -1000 |
commit | f2438e3a7cfe1d7dd4729b2547a3a6cd03c4d369 (patch) | |
tree | 0f10e3630e7e90149aca9a8ebeb320e1f626424c /data | |
parent | f23dd14b82954bf2d3678f149e4d832ea3d86c03 (diff) |
Add libonig and jq
Diffstat (limited to 'data')
42 files changed, 145 insertions, 0 deletions
diff --git a/data/_jq/_metadata/_libonig.dep b/data/_jq/_metadata/_libonig.dep new file mode 120000 index 000000000..785fd3397 --- /dev/null +++ b/data/_jq/_metadata/_libonig.dep @@ -0,0 +1 @@ +../../_libonig
\ No newline at end of file diff --git a/data/_jq/_metadata/homepage b/data/_jq/_metadata/homepage new file mode 100644 index 000000000..00aba3c85 --- /dev/null +++ b/data/_jq/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/stedolan/jq diff --git a/data/_jq/_metadata/in.1200.00 b/data/_jq/_metadata/in.1200.00 new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/data/_jq/_metadata/in.1200.00 diff --git a/data/_jq/_metadata/in.1443.00 b/data/_jq/_metadata/in.1443.00 new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/data/_jq/_metadata/in.1443.00 diff --git a/data/_jq/_metadata/jq/depends b/data/_jq/_metadata/jq/depends new file mode 100644 index 000000000..92ea2cfa2 --- /dev/null +++ b/data/_jq/_metadata/jq/depends @@ -0,0 +1 @@ +libjq1 diff --git a/data/_jq/_metadata/jq/description b/data/_jq/_metadata/jq/description new file mode 100644 index 000000000..b1a201ba0 --- /dev/null +++ b/data/_jq/_metadata/jq/description @@ -0,0 +1,6 @@ +lightweight and flexible command-line JSON processor +jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. +. +It is written in portable C, and it has minimal runtime dependencies. +. +jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you'd expect. diff --git a/data/_jq/_metadata/jq/tags b/data/_jq/_metadata/jq/tags new file mode 100644 index 000000000..ad5d50831 --- /dev/null +++ b/data/_jq/_metadata/jq/tags @@ -0,0 +1 @@ +purpose::console diff --git a/data/_jq/_metadata/libjq-dev/depends b/data/_jq/_metadata/libjq-dev/depends new file mode 100644 index 000000000..92ea2cfa2 --- /dev/null +++ b/data/_jq/_metadata/libjq-dev/depends @@ -0,0 +1 @@ +libjq1 diff --git a/data/_jq/_metadata/libjq-dev/description b/data/_jq/_metadata/libjq-dev/description new file mode 100644 index 000000000..679d01b74 --- /dev/null +++ b/data/_jq/_metadata/libjq-dev/description @@ -0,0 +1,8 @@ +lightweight and flexible command-line JSON processor - development files +jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. +. +It is written in portable C, and it has minimal runtime dependencies. +. +jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you'd expect. +. +This package contains the development files. diff --git a/data/_jq/_metadata/libjq-dev/tags b/data/_jq/_metadata/libjq-dev/tags new file mode 100644 index 000000000..60b8a3134 --- /dev/null +++ b/data/_jq/_metadata/libjq-dev/tags @@ -0,0 +1 @@ +purpose::development diff --git a/data/_jq/_metadata/libjq1/depends b/data/_jq/_metadata/libjq1/depends new file mode 100644 index 000000000..3ed8a0345 --- /dev/null +++ b/data/_jq/_metadata/libjq1/depends @@ -0,0 +1 @@ +libonig5 diff --git a/data/_jq/_metadata/libjq1/description b/data/_jq/_metadata/libjq1/description new file mode 100644 index 000000000..70789868c --- /dev/null +++ b/data/_jq/_metadata/libjq1/description @@ -0,0 +1,8 @@ +lightweight and flexible command-line JSON processor - shared library +jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. +. +It is written in portable C, and it has minimal runtime dependencies. +. +jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you'd expect. +. +This package contains the shared library. diff --git a/data/_jq/_metadata/libjq1/tags b/data/_jq/_metadata/libjq1/tags new file mode 100644 index 000000000..a8928cec8 --- /dev/null +++ b/data/_jq/_metadata/libjq1/tags @@ -0,0 +1 @@ +purpose::library diff --git a/data/_jq/_metadata/license b/data/_jq/_metadata/license new file mode 100644 index 000000000..7222ff0be --- /dev/null +++ b/data/_jq/_metadata/license @@ -0,0 +1,70 @@ +jq is copyright (C) 2012 Stephen Dolan + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +jq's documentation (everything found under the docs/ subdirectory in +the source tree) is licensed under the Creative Commons CC BY 3.0 +license, which can be found at: + + https://creativecommons.org/licenses/by/3.0/ + +The documentation website includes a copy of Twitter's Boostrap and +relies on Bonsai, Liquid templates and various other projects, look +them up for detailed licensing conditions. + + + +jq incorporates David M. Gay's dtoa.c and g_fmt.c, which bear the +following notices: + +dtoa.c: +The author of this software is David M. Gay. + +Copyright (c) 1991, 2000, 2001 by Lucent Technologies. + +Permission to use, copy, modify, and distribute this software for any +purpose without fee is hereby granted, provided that this entire notice +is included in all copies of any software which is or includes a copy +or modification of this software and in all copies of the supporting +documentation for such software. + +THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED +WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY +REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY +OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. + +g_fmt.c: +The author of this software is David M. Gay. + +Copyright (c) 1991, 1996 by Lucent Technologies. + +Permission to use, copy, modify, and distribute this software for any +purpose without fee is hereby granted, provided that this entire notice +is included in all copies of any software which is or includes a copy +or modification of this software and in all copies of the supporting +documentation for such software. + +THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED +WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY +REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY +OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. + diff --git a/data/_jq/_metadata/maintainer b/data/_jq/_metadata/maintainer new file mode 120000 index 000000000..573d7ebef --- /dev/null +++ b/data/_jq/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/sbingner
\ No newline at end of file diff --git a/data/_jq/_metadata/priority b/data/_jq/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/_jq/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/_jq/_metadata/role b/data/_jq/_metadata/role new file mode 100644 index 000000000..8d0320866 --- /dev/null +++ b/data/_jq/_metadata/role @@ -0,0 +1 @@ +developer diff --git a/data/_jq/_metadata/section b/data/_jq/_metadata/section new file mode 100644 index 000000000..00b394251 --- /dev/null +++ b/data/_jq/_metadata/section @@ -0,0 +1 @@ +System diff --git a/data/_jq/_metadata/version b/data/_jq/_metadata/version new file mode 100644 index 000000000..810ee4e91 --- /dev/null +++ b/data/_jq/_metadata/version @@ -0,0 +1 @@ +1.6 diff --git a/data/_jq/jq-1.6.tar.gz b/data/_jq/jq-1.6.tar.gz Binary files differnew file mode 100644 index 000000000..b2ee039e8 --- /dev/null +++ b/data/_jq/jq-1.6.tar.gz diff --git a/data/_jq/jq.install b/data/_jq/jq.install new file mode 100644 index 000000000..415f082dd --- /dev/null +++ b/data/_jq/jq.install @@ -0,0 +1 @@ +/usr/bin diff --git a/data/_jq/libjq-dev.install b/data/_jq/libjq-dev.install new file mode 100644 index 000000000..7e3e5c9bf --- /dev/null +++ b/data/_jq/libjq-dev.install @@ -0,0 +1 @@ +/usr/lib/libjq.dylib diff --git a/data/_jq/libjq1.install b/data/_jq/libjq1.install new file mode 100644 index 000000000..85c43b4e3 --- /dev/null +++ b/data/_jq/libjq1.install @@ -0,0 +1,2 @@ +/usr/include +/usr/lib/libjq.1.dylib diff --git a/data/_jq/make.sh b/data/_jq/make.sh new file mode 100644 index 000000000..e75bf788b --- /dev/null +++ b/data/_jq/make.sh @@ -0,0 +1,5 @@ +pkg:setup +pkg:configure +pkg:make +pkg:install +subpkg:stage diff --git a/data/_libonig/_metadata/homepage b/data/_libonig/_metadata/homepage new file mode 100644 index 000000000..8acd71cc2 --- /dev/null +++ b/data/_libonig/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/kkos/oniguruma diff --git a/data/_libonig/_metadata/in.1200.00 b/data/_libonig/_metadata/in.1200.00 new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/data/_libonig/_metadata/in.1200.00 diff --git a/data/_libonig/_metadata/in.1443.00 b/data/_libonig/_metadata/in.1443.00 new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/data/_libonig/_metadata/in.1443.00 diff --git a/data/_libonig/_metadata/libonig-dev/depends b/data/_libonig/_metadata/libonig-dev/depends new file mode 100644 index 000000000..9d7182019 --- /dev/null +++ b/data/_libonig/_metadata/libonig-dev/depends @@ -0,0 +1 @@ +liboniq5 diff --git a/data/_libonig/_metadata/libonig-dev/description b/data/_libonig/_metadata/libonig-dev/description new file mode 100644 index 000000000..78456e935 --- /dev/null +++ b/data/_libonig/_metadata/libonig-dev/description @@ -0,0 +1,6 @@ +regular expressions library - development files +Oniguruma is a library for working with regular expressions. +. +Different character encoding for every regular expression object can be specified. +. +This package provides development files. diff --git a/data/_libonig/_metadata/libonig-dev/tags b/data/_libonig/_metadata/libonig-dev/tags new file mode 100644 index 000000000..a8928cec8 --- /dev/null +++ b/data/_libonig/_metadata/libonig-dev/tags @@ -0,0 +1 @@ +purpose::library diff --git a/data/_libonig/_metadata/libonig5/description b/data/_libonig/_metadata/libonig5/description new file mode 100644 index 000000000..0db012fed --- /dev/null +++ b/data/_libonig/_metadata/libonig5/description @@ -0,0 +1,4 @@ +regular expressions library +Oniguruma is a library for working with regular expressions. +. +Different character encoding for every regular expression object can be specified. diff --git a/data/_libonig/_metadata/libonig5/tags b/data/_libonig/_metadata/libonig5/tags new file mode 100644 index 000000000..a8928cec8 --- /dev/null +++ b/data/_libonig/_metadata/libonig5/tags @@ -0,0 +1 @@ +purpose::library diff --git a/data/_libonig/_metadata/license b/data/_libonig/_metadata/license new file mode 120000 index 000000000..1eae2798a --- /dev/null +++ b/data/_libonig/_metadata/license @@ -0,0 +1 @@ +../../../licenses/bsd-2clause
\ No newline at end of file diff --git a/data/_libonig/_metadata/maintainer b/data/_libonig/_metadata/maintainer new file mode 120000 index 000000000..573d7ebef --- /dev/null +++ b/data/_libonig/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/sbingner
\ No newline at end of file diff --git a/data/_libonig/_metadata/priority b/data/_libonig/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/_libonig/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/_libonig/_metadata/role b/data/_libonig/_metadata/role new file mode 100644 index 000000000..8d0320866 --- /dev/null +++ b/data/_libonig/_metadata/role @@ -0,0 +1 @@ +developer diff --git a/data/_libonig/_metadata/section b/data/_libonig/_metadata/section new file mode 100644 index 000000000..00b394251 --- /dev/null +++ b/data/_libonig/_metadata/section @@ -0,0 +1 @@ +System diff --git a/data/_libonig/_metadata/version b/data/_libonig/_metadata/version new file mode 100644 index 000000000..6e8962767 --- /dev/null +++ b/data/_libonig/_metadata/version @@ -0,0 +1 @@ +6.9.6 diff --git a/data/_libonig/libonig-dev.install b/data/_libonig/libonig-dev.install new file mode 100644 index 000000000..1a3d1f761 --- /dev/null +++ b/data/_libonig/libonig-dev.install @@ -0,0 +1,4 @@ +/usr/include +/usr/bin +/usr/lib/lib!(*.*).dylib +/usr/lib/pkgconfig diff --git a/data/_libonig/libonig5.install b/data/_libonig/libonig5.install new file mode 100644 index 000000000..da6557a2b --- /dev/null +++ b/data/_libonig/libonig5.install @@ -0,0 +1,2 @@ +/usr/bin/onig-config +/usr/lib/lib*.*.dylib diff --git a/data/_libonig/make.sh b/data/_libonig/make.sh new file mode 100644 index 000000000..e75bf788b --- /dev/null +++ b/data/_libonig/make.sh @@ -0,0 +1,5 @@ +pkg:setup +pkg:configure +pkg:make +pkg:install +subpkg:stage diff --git a/data/_libonig/onig-6.9.6.tar.gz b/data/_libonig/onig-6.9.6.tar.gz Binary files differnew file mode 100644 index 000000000..8d454d1a1 --- /dev/null +++ b/data/_libonig/onig-6.9.6.tar.gz |