Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-06 | Fix FETCH_CMD and don't hardcode ftp(1) but use OpenBSD::Paths->ftp(). | Bernd Ahlers | |
ok espie@ | |||
2008-02-04 | specify that MakeWhatis and pkg-config fall outside the scope of this document | Marc Espie | |
2008-02-04 | Replace bogus lowercase n in 'DESCRIPTIOn' | Landry Breuil | |
'go for it' espie@ | |||
2008-02-04 | typos and whitespace | Marc Espie | |
2008-02-04 | a somewhat long introduction to how the package tools really work, | Marc Espie | |
so that people finally get a jump-start at figuring out code that's still evolving,.. | |||
2008-01-26 | replace reference to deprecated @pkgcfl keyword by @conflict | Landry Breuil | |
ok espie@ | |||
2008-01-12 | better ui for locking messages. | Marc Espie | |
Instead of just saying we await the release, we say when it's done. (practically, a lot of package operation take `some time', it's good for the user to know whether the command is still waiting for an held lock, or actually doing some work) | |||
2007-12-31 | use the same trick as for perl to make sure manpages get built later | Marc Espie | |
2007-12-28 | allows src: urls to work better by using -F nolock during pkg builds. | Marc Espie | |
Also turns off ftp package fetching, as noticed by bernd@ With this, src: urls should be mostly functional now. | |||
2007-12-28 | tweak the semantics so that no-default-conflict works. | Marc Espie | |
requested by mbalmer@,sturm@. okay winiger@ | |||
2007-12-18 | make it possible to run without locking the database. To be used by | Marc Espie | |
SRC: url, which require it. | |||
2007-12-08 | let pkg_info -E see @sample objects. No sense in hiding them. | Marc Espie | |
2007-11-17 | allow whitespace before = sign when reading variables from a .pc file. | Steven Mestdagh | |
"go ahead" espie@, "makes sense" ckuethe@ | |||
2007-11-05 | Slight rewording of @depend description (this -> that) | Stuart Henderson | |
ok espie | |||
2007-11-05 | document Ev FTP_KEEPALIVE; | Jason McIntyre | |
from giovanni, tweaked by espie and myself | |||
2007-10-31 | better .Nd; from Pierre Riteau | Jason McIntyre | |
2007-10-06 | finish loop as soon as the ldconfig search directories have been found. | Steven Mestdagh | |
ok espie@ | |||
2007-09-28 | nit | Marc Espie | |
from qgiovanni@gmail.com | |||
2007-09-20 | obey -F installed | Marc Espie | |
noticed by kurt@, tested by him too. | |||
2007-08-28 | reverse mistaken commit, restore FETCH_CMD to functionality. | Marc Espie | |
2007-08-23 | write out the object url in the error message if that's an object error and | Marc Espie | |
not a basic listing repository issue. | |||
2007-08-23 | fix v* order in keep_most_recent. | Marc Espie | |
2007-07-18 | - document the fact that mkfontscale is now run as well as mkfontdir and | Antoine Jacoutot | |
fc-cache for @fontdir ok kili@ espie@ | |||
2007-07-14 | - there's no point in running mkfontdir only for @fontdir ; so let's run | Antoine Jacoutot | |
mkfontscale too (and remove fonts.scale on package removal) discussed with matthieu@ and espie@ weeks ago "seems fine" pyr@, ok espie@ | |||
2007-06-30 | move the UpdateSet stuff into its separate file, leaving Vstat much cleaner. | Marc Espie | |
2007-06-30 | fix saving of old partial packages... problem noticed by Paul Irofti | Marc Espie | |
2007-06-26 | fix pkg_info's find_by_path behavior, which I accidentally broke two | Marc Espie | |
versions back... | |||
2007-06-26 | missed one mark_as_installed. | Marc Espie | |
2007-06-26 | the big gap one: create UpdateSet for all packages being installed, and | Marc Espie | |
consider only UpdateSet internally. This involves moving stuff around a bit to keep pkg_add -n working, adding creators from_location for UpdateSet, and tweaking dependencies heavily. More changes later, like sanitizing PackageLocation state engine, or creating UpdateSet earlier for actual updates. | |||
2007-06-25 | placeholder to split off the code that handles UpdateSets, as it's | Marc Espie | |
currently scattered all over the place. | |||
2007-06-25 | typo | Marc Espie | |
2007-06-23 | setup a local sigalarm to send a HUP to the ftp process if it takes longer | Marc Espie | |
than 30 seconds to stop... 30 seconds chosen as a `nice' average value. Note that this is a `work-around' for some specificities of ftp(1), which usually doesn't react to SIGINT, but reacts instantly to SIGHUP... | |||
2007-06-20 | mention https protocol, for which support was added recently. | Steven Mestdagh | |
ok espie@ | |||
2007-06-20 | sprinkle code to deal gracefully with absent packing-lists. | Marc Espie | |
makes it easier for people to recover after a disk crash that leaves /var/db/pkg half-empty. | |||
2007-06-19 | first draft of a tag solver, needs more flesh to be useful (especially: | Marc Espie | |
transform the lib cache into a tags/lib cache) | |||
2007-06-19 | sometimes, wanting to share code gives insight: disentangle the code | Marc Espie | |
that walks dependencies entirely. It is far less related to the main solver than I thought, it can be built when needed, and own its own state. Much cleaner design. | |||
2007-06-18 | ... and zap old code | Marc Espie | |
2007-06-18 | reorganize lookup_library so I can reuse the exact same algorithm to | Marc Espie | |
look up different things (in particular, the incremental lookup through dependencies). | |||
2007-06-18 | more uniform: all deps routines should be methods, even if they don't | Marc Espie | |
use the data. | |||
2007-06-18 | add tag no shadow, to allow us to specify that we do NOT want tempfiles | Marc Espie | |
into some directories. a few minor style tweaks, such as using a nice join(map()) to build some strings. | |||
2007-06-17 | only display header if we actually display some information. | Marc Espie | |
Allows saying pkg_info -a -M, and not having 100s of empty lines corresponding to all packages without a MESSAGE. | |||
2007-06-17 | fix format for timestamps. Use a non-ambiguous subset of ISO8601. | Marc Espie | |
2007-06-17 | more scaffolding we don't really use yet. | Marc Espie | |
2007-06-17 | document @exec/@unexec variations in more detail. | Marc Espie | |
Point users at pkg_create for packing-list details (suggested by ajacoutot@) | |||
2007-06-17 | add a bit of scaffolding for signatures | Marc Espie | |
2007-06-16 | introduce new stuff: @tag, to be used to tag files and other objects. | Marc Espie | |
Only one tag for now: no checksum. Will supersede @comment no checksum eventually. Benefit: errors out in case of a typo. | |||
2007-06-16 | Add variation on exec/unexec: | Marc Espie | |
@exec-always @unexec-always @exec-add @unexec-delete @exec-update @unexec-update with the obvious semantics that *update are only run during updates, and *add/delete are only run during `pure' additions/removals. This should solve the problem of those packages that `lose' manual configuration when you update them (e.g., all the mod_xxx apache stuff and postfix). caveat: you will need to go through one finaly broken update before the new stuff kicks in. | |||
2007-06-16 | FTP_KEEPALIVE as a crude interface to ftp -k. To be thought out later. | Marc Espie | |
this is just an experiment. | |||
2007-06-16 | use OpenBSD::Paths contents | Marc Espie | |
2007-06-14 | Really cleanup temporary directories. | Matthias Kilian | |
"commit that now, please." espie@ |