Commit graph

8 commits

Author SHA1 Message Date
Aleksey Cheusov
a9ce772525 pkg_online client and server have been updated to 0.11
pkg_online_find was fully reimplemented and now is trivial wrapper over
  pkg_digger.  pkg_summary>=0.49.0 is needed at run time.

  Config file ~/.pkg_online_client.conf
   has been renamed to ~/.pkg_online_client
2010-11-27 00:31:49 +00:00
Aleksey Cheusov
a430160ba5 Update pkg_online client and server tp 0.10.0
Now pkg_online_client and pkg_online_find conform to POSIX Utility
      Syntax Guideline, for example, you can runn the following

      pkg_online_find -r3 runawk.

  pkg_online_client/pkg_online_find and server-size tools now use
  .conf files (pkg_online_client.conf and pkg_online_server.conf)
  placed under sysconfdir directory or user's home.

  Build system has changed to mk-configure and the project structure
  has been reorganized.

  New option -n were added to pkg_online_client.

  FIX: dictd's special entries (00-database-xxx) are ignored by
  pkg_online_client.

  AI logic has moved from pkg_online_client to pkg_online_find.

  DESCRPTION:xxx entries were removed from PKG_ONLINE_FALLBACK_RULES.

  Several "dict" clients run in parallel. This gives ~25% speed-up.
2010-10-17 14:49:04 +00:00
Aleksey Cheusov
ff09662669 update DESCR 2010-03-14 09:59:48 +00:00
Aleksey Cheusov
28db026fc5 DEPENDS on devel/pipestatus that was recently imported 2010-03-13 17:48:52 +00:00
Aleksey Cheusov
37e3361cb8 fix for DESCR_SRC 2010-01-09 12:10:08 +00:00
Aleksey Cheusov
40088822c7 wip/pkg_online meta package is removed.
pkg_online-server + pkg_online-client is enough
2010-01-09 12:04:23 +00:00
Aleksey Cheusov
9c09981401 pkg_online-* packages use textproc/dict-server instead of wip/dict-server
++pkgrevision
2010-01-02 17:10:56 +00:00
Aleksey Cheusov
0b8b860f4b Import pkg_online-server-0.5.0 as wip/pkg_online-server.
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)

This package provides tools for builidng PKG_ONLINE databases
2008-10-12 10:44:07 +00:00