2008-04-13 13:05:59 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
upgrade to version 0.3.2
PKGNAME is included to short summary
FIX: Now pkg_summary2shortinfo doesn't depend on input fields order,
i.e. PKGNAME should NOT be the first one.
|
2008-04-05 12:29:07 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Now it depends on pkg_summary-utils
PKGREVISION=1
|
2008-02-22 00:10:21 by Aleksey Cheusov | Files touched by this commit (2) | |
Log message:
updated to version 0.3.1
FIXED: -1 option may work incorrectly if multiple packages are found
for single query
|
2008-02-06 12:00:07 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
USE_BSD_MAKEFILE=yes
|
2008-02-06 00:30:45 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
fixed: pkglint warning
|
2008-02-05 23:35:33 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
upgraded to the latest version 0.3.0
Server can now return so called "shortinfo", see -3 option below.
New database is created for this by pkgnew script
pkg_summary2shortinfo: pkgsrc-XXX-shortinfo.
pkg_summary2pkgname_to_onelineinfo script is renamed
to pkg_summary2onelineinfo
pkgsrc-XXX2pkgname_to_onelineinfo database is renamed
to pkgsrc-XXX-onelineinfo
Summary:
pkgsrc-XXX-info - pkg_summary2info
pkgsrc-XXX-shortinfo - pkg_summary2shortinfo
pkgsrc-XXX-onelineinfo - pkg_summary2onelineinfo
- pkg_online_client
new options: -1, -3 amd -9 for obtaining
oneline-, short- and full information about packages.
Ex: pkg_online_client -1 dict-server
pkg_online_client -3 netcat
pkg_online_client -1 bmake
new options -h for help
- pkg_online_find
new options: -1, -3 amd -9 for obtaining
oneline-, short- and full information about packages.
Ex: pkg_online_find -1 'm:p:jlam'
pkg_online_find -3 'm:p:hubertf'
pkg_online_find -9 'm:p:tnn' 'p:p:wip/'
new options: -f -s show available field for search and search
strategies and their short synonyms
Makefile.cvsdist is local to this project anymore
(cvsdist, ChangeLog targets).
|
2008-02-02 21:05:11 by Roland Illig | Files touched by this commit (1) |
Log message:
Fixed the HOMEPAGE to point to something that doesn't return 404.
|
2008-02-02 20:35:57 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
fixed: two errors generated by pkglint
|
2008-02-02 01:39:37 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
minor fix
|
2008-02-02 01:38:32 by Aleksey Cheusov | Files touched by this commit (4) |
Log message:
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. For example, you can
search in binary (pkg_summary.gz generated by pkg_info -X) or source
(pkg_src_summary.gz generated by wip/pkg_src_summary) repositories.
Communication protocol is a well known dictionary protocol described
in RFC-2229. Server runs dictd (wip/dict-server)
|