Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/pkg_online-server,
Client/Server searcher for pkgsrc (server tools)
Branch: CURRENT,
Version: 0.12.1,
Package name: pkg_online-server-0.12.1,
Maintainer: cheusov
This package provides tools for builidng PKG_ONLINE databases
DESCR.common [+/-]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.
Of course it is based on pkg_summary-utils ;-)
Required to run:[
textproc/dict-server] [
wip/pkg_summary-utils] [
devel/pipestatus]
Required to build:[
devel/mk-configure]
Master sites:
SHA1: 829b26a12f8b48c4b238a4f50625cf9ee3dc4feb
RMD160: a1d1bfce9f5e45dc3b3658b9d401744ac4f297bb
Filesize: 14.819 KB
Version history: (Expand)
- (2011-05-17) Package deleted from pkgsrc
- (2011-03-19) Updated to version: pkg_online-server-0.12.1
- (2011-03-01) Updated to version: pkg_online-server-0.12
- (2010-12-01) Package has been reborn
- (2010-11-27) Updated to version: pkg_online-server-0.11.0
- (2010-10-17) Updated to version: pkg_online-server-0.10.0
CVS history: (Expand)
2011-05-17 00:28:18 by Aleksey Cheusov | Files touched by this commit (6) | |
Log message:
imported to pkgsrc
|
2011-03-19 16:12:15 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update pkg_online client to 0.12.1
Workaround for buggy /bin/sh on DragonFlyBSD and FreeBSD<8.N.
On these systems the following code
set -e; if eval false; then ...; fi; echo ok
doesn't work correctly.
Due to this problem pkg_online_client fails.
|
2011-01-21 00:30:08 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Change dependencies. mk-configure was imporeted to pkgsrc
|
2010-11-27 01:31:49 by Aleksey Cheusov | Files touched by this commit (3) | |
Log message:
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-10-17 16:49:04 by Aleksey Cheusov | Files touched by this commit (6) |
Log message:
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-03-14 10:59:48 by Aleksey Cheusov | Files touched by this commit (3) | |
Log message:
update DESCR
|
2010-03-13 18:50:09 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
DEPENDS on devel/pipestatus that was recently imported
|
2010-01-09 13:10:08 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
fix for DESCR_SRC
|