NOTICE: This package has been removed from pkgsrc

./wip/pkg_online, Client/Server search in pkgsrc packages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.9.1nb1, Package name: pkg_online-0.9.1nb1, Maintainer: cheusov

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. 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 you like. 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.


Required to run:
[wip/pkg_online-server] [wip/pkg_online-client]

Master sites:

SHA1: f3f4f925a17f48c1bffef3d7434e98bdc47dc16f
RMD160: 59581b051c6be65c9bacf6dc1cb712887882113c
Filesize: 13.818 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-09 13:04:23 by Aleksey Cheusov | Files touched by this commit (9) | Package removed
Log message:

wip/pkg_online meta package is removed.
   pkg_online-server + pkg_online-client is enough
   2010-01-02 18:10:56 by Aleksey Cheusov | Files touched by this commit (3)
Log message:

pkg_online-* packages use textproc/dict-server instead of wip/dict-server
++pkgrevision
   2009-08-10 22:28:37 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
LICENSE=mit

   2009-03-08 23:21:08 by Aleksey Cheusov | Files touched by this commit (3) | Package updated
Log message:

update to version 0.9.1

  FIXED: pkg_online_find fails when query contains spaces
  (missed "" around $variable)
   2008-10-12 12:46:10 by Aleksey Cheusov | Files touched by this commit (3)
Log message:

wip/pkg_online is now a meta package
   consisting of wip/pkg_online-server and wip/pkg_online-client
++pkgrevision
   2008-10-11 16:18:50 by Aleksey Cheusov | Files touched by this commit (1)
Log message:

requires latest pkg_summary-utils (pkg_src_summary -p fixed)
++pkgrevision
   2008-10-10 23:14:16 by Aleksey Cheusov | Files touched by this commit (3) | Package updated
Log message:

update to 0.5.0

  INFO and SHORT-INFO databases contain pkg_summary(5)-formatted
  text. pkg_online_client and pkg_online_find tools run
  pkg_summary4view(1) utility for reformatting.

  New option -r added to pkg_online_client and pkg_online_find
  for printing package information in pkg_summary(5) format.
  Thus, pkg_online_client and pkg_online_server tools may effectively
  be used in conjunction with pkg_summary-utils(7).
   2008-06-17 22:44:05 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
fixed: UNPRIVILEGED and DESTDIR support