summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_online-server/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-03-09clean-ups (adapted for recent mk-configure)cheusov1-4/+2
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 notwiz1-3/+1
even a dynamic description.
2011-05-16add pkg_online removed from pkgsrc by mistakecheusov1-0/+31
2011-05-16imported to pkgsrccheusov1-31/+0
2011-05-16pkg_online - client/server package searcher for pkgsrc.cheusov1-0/+31
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 ;-)