• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D05-Feb-202019 43

LICENSEH A D05-Feb-20201.3 KiB2419

MakefileH A D05-Feb-2020175 148

README.mdH A D05-Feb-2020905 2419

index.cppH A D05-Feb-20202 KiB9466

index.hH A D05-Feb-20203.1 KiB10339

psearch.1H A D05-Feb-20202.7 KiB7271

psearch.cppH A D05-Feb-20208 KiB279216

README.md

1# psearch
2psearch is a utility for making browsing the FreeBSD ports easier.
3It does this showing you search results quickly and without any fuss.
4It is a standalone C++ program without any dependencies.
5
6## Example
7    $ psearch python hashing
8    devel/py-hash_ring        Implementation of consistent hashing in Python
9    misc/py-python-geohash    Fast, accurate python geohashing library
10    security/py-passlib       Python password hashing framework supporting over 30 schemes
11
12## Installation
13psearch is available in the FreeBSD ports as ports-mgmt/psearch. You can
14installing it like any other port or pkg, e.g. by running
15`pkg install psearch` or
16`cd /usr/ports/ports-mgmt/psearch; make install clean` or
17`portmaster ports-mgmt/psearch`.
18
19## Documentation
20After installation, the psearch(1) manual page will be available.
21
22## License
23psearch is released under the standard BSD 2 clause license.
24