summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_online-server
AgeCommit message (Collapse)AuthorFilesLines
2012-11-25Update to 0.13.1cheusov4-23/+10
pkg_online server defaults to dict://dict.mova.org:26280 "onlineinfo" has pkg_summary(5) raw format. Appropriate changes were made for pkg_online_client(1) and pkg_summary2onlineinfo(1).
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-08-26pkg_online-client:cheusov3-2/+17
Update pkg_online database host. ++pkgrevision
2012-03-09clean-ups (adapted for recent mk-configure)cheusov1-4/+2
2012-01-08Update pkg_online to 0.13.0cheusov3-8/+9
- 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-10-09Update my emailcheusov1-2/+2
2011-09-04For all packages based on mk-configure "configure" target is provided.cheusov1-1/+2
This fixes parallel builds.
2011-05-21Do not use DESCR_SRC, the readme job doesn't handle it well and it's notwiz4-23/+20
even a dynamic description.
2011-05-18typodholland1-1/+1
2011-05-16add pkg_online removed from pkgsrc by mistakecheusov6-0/+91
2011-05-16imported to pkgsrccheusov6-91/+0
2011-05-16pkg_online - client/server package searcher for pkgsrc.cheusov6-0/+91
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 ;-)