Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-26 | remove nlist bandwidth optimization, since ftp servers actually don't cope | Marc Espie | |
with *.tgz very well... Fix regexp for stripping out ftp responses (as noticed by bernd) | |||
2008-05-16 | - sort usage() | Jason McIntyre | |
- use .Bk/.Ek to avoid ugly SYNOPSIS split | |||
2008-05-16 | tweak ftp call, remove extraneous -o option. | Marc Espie | |
okay sthen@ | |||
2008-05-16 | add a -d repository option in order not to have to specify all pkgnames. | Marc Espie | |
as noticed by naddy and ajacoutot, we now have enough packages that this stresses shell limits if we specify everything on the command line. ;-) | |||
2008-04-07 | typo, fix fragments | Marc Espie | |
2008-04-07 | deprecate -c, we've been using -DCOMMENT=value more or less forever by now. | Marc Espie | |
2008-04-07 | tweak a bit, allow ^ to occur at beginning of variable name | Marc Espie | |
2008-04-07 | likewise for the hash itself | Marc Espie | |
2008-04-07 | I should know better... reuse methods internally as much as I can, to | Marc Espie | |
facilitate further changes. | |||
2008-04-07 | document OpenBSD::Subst | Marc Espie | |
2008-04-07 | put Subst stuff into its own library file, to reuse elsewhere. | Marc Espie | |
2008-03-11 | oops | Marc Espie | |
2008-03-10 | print better error message if child dies... with extra dark magic to grab | Marc Espie | |
signal names from POSIX. | |||
2008-03-09 | tweak previous; | Jason McIntyre | |
2008-03-08 | rename forced to defines | Marc Espie | |
2008-03-08 | better -q: mention once, and it speeds up (assumes normal files haven't | Marc Espie | |
changed), but still checks config files. Use twice, and wipe your config out as well. | |||
2008-03-08 | tweak messages mentioning checksums so that they mention checksums, not | Marc Espie | |
specifics like md5, since that's likely to change. | |||
2008-03-08 | let GetOpt count how many times it sees an option, removes special case | Marc Espie | |
for -v, and allow other fun possibilities. | |||
2008-03-04 | Since the back-off goes 5,10,20,40 seconds, allow the retry timeout to | Chris Kuethe | |
increase to 80 and then 160sec before failing. Helps when doing big updates with "pkg_add -ui" ok espie, deraadt | |||
2008-03-03 | fix utterly confusing message for updates. | Marc Espie | |
okay bernd@/deraadt@ | |||
2008-03-02 | fix pkg_add -r -B | Marc Espie | |
problem noticed by winiger@ | |||
2008-03-02 | fix bugs formatting | Marc Espie | |
2008-02-25 | document the basic algorithms used by pkg*. | Marc Espie | |
Actually a must-read for any porter who plays with non-trivial updates. | |||
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... |