Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/termux/whatprovides

Utility to find out packages using specific files. Deprecated in favor of apt-file.
https://github.com/termux/whatprovides

readme: add deprecation notice

db3a7d3d7ba9376b2c6e1f178eeee35168071a63 authored over 3 years ago by Leonid Pliushch <[email protected]>
new database url

99aa49cdfdcf7aea9144941dd3bc00f4ffcec92d authored over 3 years ago by Leonid Pliushch <[email protected]>
store db on releases page currently

https://github.com/termux/termux-packages/issues/6348

c0afb9d22d311d55eefe58dfc1f603d1c0b2367e authored almost 4 years ago by Leonid Pliushch <[email protected]>
only download db if newer, -U to force (#15)

5e163c151856303942be0e223f89486b45c2820d authored almost 4 years ago by Lucy Phipps <[email protected]>
hopefully fix sorting large packages

83d3c354961ab84c35441e9c7653d1604f1ea72c authored about 4 years ago by Lucy Phipps <[email protected]>
Merge pull request #13 from landfillbaby/patch-1

update usage examples

e141b80b6f3da362f3e62cea99ef75ad2705ea2d authored about 4 years ago by Leonid Pliushch <[email protected]>
don't set $TERMUX_PREFIX, it's used once

c1a702eeb73e3f0277295109f7c51618e53f12e8 authored about 4 years ago by Lucy Phipps <[email protected]>
update usage examples

removed screenshot and asciinema links temporarily

074df540d7642d8e5232658f75162f91b65ca19d authored about 4 years ago by Lucy Phipps <[email protected]>
only bother with leaf nodes, smaller but slower? (#12)

also error message when package not found
also correctly prepend $PREFIX on reverse mode

8fdd508949e754e8ea758e8c1b3c063e41cce3f2 authored about 4 years ago by Lucy Phipps <[email protected]>
db builder: allow files outside of $PREFIX

just in case!

96a9fd100a84af1bf2fd3fbeedbaab082381f5e8 authored about 4 years ago by Lucy Phipps <[email protected]>
update-whatprovides-db.sh: avoid '.' entries in db (#10)

9afbbb72de1d89aae835d5581cef09741ff3fd10 authored about 4 years ago by Lucy Phipps <[email protected]>
update-whatprovides-db.sh: define TERMUX_PREFIX

78b19eef0180570f1d92b5eeb48a2a0aa1236c5d authored about 4 years ago by Leonid Pliushch <[email protected]>
vastly reduce database size by not storing $PREFIX

also escape filenames for sqlite, realpath -sm

c372df97f631470048b98e1849d3ccd1a9db8e5f authored about 4 years ago by Lucy Phipps <[email protected]>
add script for generating or updating database

f93bad1cfc731d7fd6bba8460e2f1c48281a805f authored about 4 years ago by Leonid Pliushch <[email protected]>
Merge pull request #7 from landfillbaby/patch-1

a few improvements

8078679e7a8d303c314d5b0040a2eb0aa234917d authored about 4 years ago by Krishna Kanhaiya <[email protected]>
a few improvements

b9bd4408dbf3399b3f63ff2eafb65162eea167f5 authored about 4 years ago by Lucy Phipps <[email protected]>
Fix: files checks.

Now it will be able to list those files which not exist in termux.
#6

3d40821f10b92a8e874fa4165e43d7e79a1371bd authored about 4 years ago by Krishna Kanhaiya <[email protected]>
few improvements

- Send info/error messages to stderr.
- Option to suppress all info messages except errors.
- Al...

451422bc8f62bac6654a7da59a0edf69a679dc0e authored about 4 years ago by Leonid Pliushch <[email protected]>
Update manual installation instructions

2ebb0d3b2ffdabd5ac35dedfbe1be1805d095456 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
check whether db exists before trying to open it

fdcf1f841715c3b63183dc5456597cc36c21d4de authored about 4 years ago by Leonid Pliushch <[email protected]>
db update: reduce retry delay to 1 second and set amount to 3

712f54797f06db2c07af29a15a08ea05047a5548 authored about 4 years ago by Leonid Pliushch <[email protected]>
fix script

fb6a7e0e3be01cbbfa98b62456100733b9b3fcaa authored about 4 years ago by Leonid Pliushch <[email protected]>
use 'sqlite3', order output by filename

1556d489f181be619e8c3695c02a26f2f2a1e4e8 authored about 4 years ago by Leonid Pliushch <[email protected]>
use sqlite format for database

Database is not stored within the source tree. It is available
at https://dl.bintray.com/termux/...

82fe76cee62d315465c3c91996a2779cc122f04a authored about 4 years ago by Leonid Pliushch <[email protected]>
Add whatprovides

f68f12b8d0e40e7c9996ccec61fafcf2de26b5d9 authored about 4 years ago by kcubeterm <[email protected]>
Remove outdated file from db

ab37b9b6752af7352656715608c92473afa3e631 authored about 4 years ago by kcubeterm <[email protected]>
whatprovides: exact path matches + sorted output

0e9bf0620410837f42c8d4cb2cb090cbdae93f01 authored about 4 years ago by Leonid Pliushch <[email protected]>
rewrite makefile

9472966b92a28c69e185ed136fd5946155eb26f1 authored about 4 years ago by Leonid Pliushch <[email protected]>
install.sh: db is at $PREFIX/share

c54e499fc1280bc2b27e4b446c796abed0a900f2 authored about 4 years ago by Leonid Pliushch <[email protected]>
refactor 'whatprovides' script

- Properly handle arguments.
- Remove functions where not necessary.
- Update help info.

8ad9e1cbf964b5cbc1c3f4352b4f906a89bf1b12 authored about 4 years ago by Leonid Pliushch <[email protected]>
Minor fix

b6d1503aa661d822abc7ec8b1e46966e868b2ee6 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
minor fix

5193e2fbdc15f7b85ec3c9a73bfc5ba29c4a5103 authored about 4 years ago by kcubeterm <[email protected]>
fix: Readme image

78fccd6a3509784383cba575122c6c677e1f5cfa authored about 4 years ago by kcubeterm <[email protected]>
Merge pull request #2 from Deshdeepak1/patch-1

Add manual instructions

f0dbe1850c881c2107631c2eeb1aa3c3c3bb7964 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Add manual instructions

1f768165dd9713344fc437256b39e589867ed18f authored about 4 years ago by Deshdeepak <[email protected]>
add nmap

dc26187e4e9f0675327948f7cfa5c777f22d13f3 authored about 4 years ago by kcubeterm <[email protected]>
Readme: edit installation info

8cd20b6ae08341b02ff17f77e6c4c8bc483718ad authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Update README.md

41102d02fe6ca77282f68cec2b3088b30e781d06 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
add file-gen.sh

ef9c6e68a3e067752fcc9e27f3b4cce6baf8169a authored about 4 years ago by kcubeterm <[email protected]>
add brook

78eb446f799622dd6c9b68cbcb8101ea76e14b85 authored about 4 years ago by kcubeterm <[email protected]>
Rename LICENSE to LICENSE.md

bed6b808c890fc0ebf562ce8f79a7b810eddb1f2 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Merge pull request #1 from termux/add-license-1

Create LICENSE

a0e8b023b9996b9664b7ad7c384efde6d06a0572 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Create LICENSE

310169f9bd37d8dccf5c6c1dd5b756303700795b authored about 4 years ago by Krishna Kanhaiya <[email protected]>
minor changes

bc98acf273aec8a7f646c5535cd7614c581d5b08 authored about 4 years ago by kcubeterm <[email protected]>
Add Makefile

412ef6c2db9cab76fb3158086e11e1513d94d5cb authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Update README.md

ea98099d2a36449c2ddea7251123366219e5f67f authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Update README.md

6ff93802769b35a377238371baa0476b91885744 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Update README.md

df798dba51579256812d705af45ddb4d5fe35a12 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Update README.md

cb590ed1c8618453256d530304b41658ff108bfd authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Update and rename termux-provides to whatprovides

d2cb59c6d7d78fe354dbfce4af248fa662ce667b authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Change name

8e56fff9ef17c27bdab26545e9a9c9521040b4c7 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Change name to whatprovides

978f89c5521bafa5ff9417f72e300d8aef118937 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Create README.md

46e0d5d038bd522b1738da97c1b8bac83d258495 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Nothing

d4d6112ddb3208fbe0b4933b00e1c43080cbd127 authored about 4 years ago by kcubeterm <[email protected]>
Delete .pine-passfile

12997a48b8fedb70b7fb97a21fcf2a0455d656a0 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Delete .bashrc

c62507e7c087974d6da3e9a988ce3c83f38c99df authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Delete authorized_keys

9671e572f643e5413bd05c825b79df9fab1844ef authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Delete MasterPassword.crt

49684d1f5bc77aaa443a94bf2244c5c72d43521a authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Delete MasterPassword.key

3c246f6e4ab15c712166ecbb4dfb25bd07fed985 authored about 4 years ago by Krishna Kanhaiya <[email protected]>
Add install.sh

1d22cff99bad4e75d00abe2a0ff0cd08b62c0b50 authored about 4 years ago by kcubeterm <[email protected]>
First commit man

80b1346560e81bc84111594364259bb8aa32b691 authored about 4 years ago by kcubeterm <[email protected]>