Commit graph

10 commits

Author SHA1 Message Date
cheusov
c5f60109e5 pkg_online-client:
Update pkg_online database host.
  ++pkgrevision
2012-08-26 10:06:46 +00:00
cheusov
fcd614744f clean-ups (adapted for recent mk-configure) 2012-03-09 18:58:19 +00:00
cheusov
2adda41ca2 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.
2012-01-08 15:16:37 +00:00
cheusov
7704d13adf REPLACE_SH for SunOS<5.11 and friends 2011-11-27 21:44:20 +00:00
cheusov
98589abbad Update my email 2011-10-09 10:02:44 +00:00
cheusov
7827725f0a For all packages based on mk-configure "configure" target is provided.
This fixes parallel builds.
2011-09-04 18:21:26 +00:00
wiz
ea17083d26 Do not use DESCR_SRC, the readme job doesn't handle it well and it's not
even a dynamic description.
2011-05-21 09:07:04 +00:00
cheusov
061c1bf3f9 add pkg_online removed from pkgsrc by mistake 2011-05-16 21:46:13 +00:00
cheusov
3b7a3f4e23 imported to pkgsrc 2011-05-16 19:24:11 +00:00
cheusov
14e91fecd2 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 ;-)
2011-05-16 19:16:22 +00:00