./pkgtools/pkg_online-client, Client/Server package searcher for pkgsrc (client tools)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


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

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.


Required to run:
[textproc/dict-client] [net/netcat] [devel/pipestatus] [lang/runawk] [pkgtools/pkg_summary-utils]

Required to build:
[devel/mk-configure] [pkgtools/cwrappers]

Master sites:

Filesize: 11.925 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2020-05-23 10:49:09 by Roland Illig | Files touched by this commit (1)
Log message:
pkgtools/pkg_online-client: clean up REPLACE_SH
   2012-08-26 12:06:46 by Aleksey Cheusov | Files touched by this commit (4)
Log message:
pkg_online-client:
  Update pkg_online database host.
  ++pkgrevision
   2012-03-09 20:15:19 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
clean-ups (adapted for recent mk-configure)
   2012-01-08 16:16:38 by Aleksey Cheusov | Files touched by this commit (5)
Log message:
Update pkg_online to 0.13.0
  - pkg_online_client now works dramatically faster.
  - Manual pages for pkg_online_client and pkg_online_find were added.
  - Bug in signal handlers was fixed in pkg_online_client.
  - License has changed from MIT to equivalent 2-clause BSD.
   2011-11-27 22:44:20 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
REPLACE_SH for SunOS<5.11 and friends
   2011-10-09 12:02:48 by Aleksey Cheusov | Files touched by this commit (43)
Log message:
Update my email
   2011-09-04 20:21:27 by Aleksey Cheusov | Files touched by this commit (7)
Log message:
For all packages based on mk-configure "configure" target is provided.
   This fixes parallel builds.