diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-21 09:07:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-21 09:07:04 +0000 |
commit | 3f05e94fa00f116b0959e3202dd8d19d76b46f6b (patch) | |
tree | a65239064d5b9adc59b0092b3f684ce457fbba81 /pkgtools/pkg_online-client/DESCR | |
parent | 07a2d802a73566bc1415f2e544cf229cf3987499 (diff) | |
download | pkgsrc-3f05e94fa00f116b0959e3202dd8d19d76b46f6b.tar.gz |
Do not use DESCR_SRC, the readme job doesn't handle it well and it's not
even a dynamic description.
Diffstat (limited to 'pkgtools/pkg_online-client/DESCR')
-rw-r--r-- | pkgtools/pkg_online-client/DESCR | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pkgtools/pkg_online-client/DESCR b/pkgtools/pkg_online-client/DESCR index c9acd2ebe1e..0d216f87fca 100644 --- a/pkgtools/pkg_online-client/DESCR +++ b/pkgtools/pkg_online-client/DESCR @@ -1,2 +1,20 @@ +pkg_online - client/server package searcher for pkgsrc. + +Every separate field (PKGPATH, PKGNAME, COMMENT etc.) may be queried +separately and multiple fields may be queried too. A lot of search +strategies are available. Set of fields and search strategies may +very depending on your server configuration. Search in multiple +"repositories" is supported too, e.g. search in binary repository +or in pkgsrc source tree. + +Communication protocol is a well known dictionary protocol described +in RFC-2229. Server may run dictd or any other dictionary protocol +server. For dictd see http://www.dict.org and +http://sourceforge.net/projects/dict + +pkg_online has minimal amount of things specific to pkgsrc and can +easily be adapted to any other packageing systems. + +Of course it is based on pkg_summary-utils ;-) This package provides client tools of PKG_ONLINE. |