pkgsrc-wip/pkg_online
Aleksey Cheusov b0693dd39b README and NEWS files are installed to share/doc/pkg_online
upgraded to version 0.4.0

  Major changes

    As of pkg_online version 0.4.0 pkg_online_find and
    pkg_online_client utilities allow queries not only in
    field:strategy:query format. Now they also allow plain text query.
    In this case a number of tries will be made to guess what you
    actually want (kind of AI :-) ). For each FIELD:STRATEGY pair in
    environment variable PKG_ONLINE_FALLBACK_RULES search is run until
    something is found.  By default PKG_ONLINE_FALLBACK_RULES contains the
    following search rules:

         PKGNAME:exact
         PKGPATH:exact
         PKGNAME:substring
         COMMENT:word
         COMMENT:substring
         DESCRIPTION:word
         DESCRIPTION:substring

    Samples of usage:

      pkg_online_find -1 dictem
      pkg_online_find -3 dict
      pkg_online_find -1 dictionary
      pkg_online_find    presentation

   You can override PKG_ONLINE_FALLBACK_RULES in your .profile.  Also
   note that the default value of this variable may change in the future.
2008-05-11 15:32:58 +00:00
..
DESCR
distinfo README and NEWS files are installed to share/doc/pkg_online 2008-05-11 15:32:58 +00:00
Makefile README and NEWS files are installed to share/doc/pkg_online 2008-05-11 15:32:58 +00:00
PLIST README and NEWS files are installed to share/doc/pkg_online 2008-05-11 15:32:58 +00:00