Path to this page:
Subject: CVS commit: wip/pkg_online
From: Aleksey Cheusov
Date: 2008-02-02 01:38:32
Message id: E1JL6P9-00083q-Ru@sc8-pr-cvs1.sourceforge.net
Log Message:
pkg_online - client/server search in pkgsrc packages.
Every separate field (PKGPATH, PKGNAME, COMMENT etc.) may be queried
separately and multiple fields may be queried too. Lots of search
strategies are available. A set of fields and search strategies may
very depending on your server configuration. For example, you can
search in binary (pkg_summary.gz generated by pkg_info -X) or source
(pkg_src_summary.gz generated by wip/pkg_src_summary) repositories.
Communication protocol is a well known dictionary protocol described
in RFC-2229. Server runs dictd (wip/dict-server)
Files: