Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2009-09-27 | caretaker-setup(7): Document ../$etc/foo cases in the links file | Daniel Friesel | -0/+14 | |
2009-09-15 | caretaker(7): Updated HOOKS | Daniel Friesel | -3/+3 | |
2009-09-09 | caretaker(7): Updated man/ documentation | Daniel Friesel | -4/+6 | |
2009-07-17 | caretaker-setup.pod: Shortened git --bare init on server | Daniel Friesel | -2/+1 | |
2009-07-17 | caretaker-setup.pod: Added CREATING A PACKAGE (example: vim package) | Daniel Friesel | -0/+41 | |
2009-07-13 | Support more than one package root | Daniel Friesel | -4/+5 | |
IMPORTANT: You'll need to update your pkglist script | ||||
2009-07-12 | Added support for unlisted packages | Daniel Friesel | -0/+6 | |
That is, packages which are not from the package root, but have a working git origin | ||||
2009-07-11 | Documentation updates | Daniel Friesel | -5/+5 | |
2009-07-11 | Renamed pkg to caretaker | Daniel Friesel | -33/+33 | |
2009-07-08 | pkg: Added PKGLIST_LOCAL setting | Daniel Friesel | -0/+11 | |
With this, it is possibly to execute a local pkglist script. This way, the package list can be retrieved by almost any possible means | ||||
2009-07-07 | pkg(7): Documented the provides/ support | Daniel Friesel | -1/+9 | |
2009-07-07 | Use the correct english words in pkg(7) | Daniel Friesel | -2/+2 | |
2009-07-07 | Fixed some typos, outdated stuff etc. in pkg(7) | Daniel Friesel | -10/+11 | |
2009-07-07 | pkg: Recommend to postfix manuals in man/ with .pod | Daniel Friesel | -15/+6 | |
2009-07-07 | Finished core → pkg transition (updated manuals and info/error messages) | Daniel Friesel | -7/+2 | |
2009-07-06 | pkg: Execute prereqs in function scope | Daniel Friesel | -0/+4 | |
This should encourage the use of typeset / setopt localoptions where neccessary | ||||
2009-07-05 | pkg: prereqs: Remaned file_in_path to executable | Daniel Friesel | -1/+1 | |
2009-07-05 | Updated pkg(7) | Daniel Friesel | -6/+1 | |
2009-06-18 | Updatd prereqs information in pkg(7) | Daniel Friesel | -1/+1 | |
2009-06-18 | pkg(1), pkg(7): Escaped < and > signs | Daniel Friesel | -1/+1 | |
2009-05-17 | Added a little pkg-setup document | Daniel Friesel | -0/+23 | |
2009-04-29 | Renamed $PDIR to $PKG_DIR for more consistency | Daniel Friesel | -7/+7 | |
2009-04-27 | pkg(1), pkg(7): Updated description in NAME | Daniel Friesel | -1/+1 | |
2009-04-20 | pkg(7): git: Updated information about the master branch | Daniel Friesel | -3/+3 | |
2009-04-05 | pkg(7): Added COLLECTED PACKAGE FILES ($PDIR/.collected) | Daniel Friesel | -1/+13 | |
2009-04-05 | Restructured pkg(7), removed some useless information | Daniel Friesel | -61/+46 | |
2009-04-04 | pkg: Do not rely on the core repo being not bare | Daniel Friesel | -0/+4 | |
list_update_remote: Use $PKGLIST_PATH as location for the pkglist script. Attention: this change is not backwards-compatible | ||||
2009-03-13 | pkg(7): Fixed typo pointed out by zaba | Daniel Friesel | -1/+1 | |
2009-03-13 | pkg(7): Added short note about git | Daniel Friesel | -0/+7 | |
2009-03-08 | pkg(7): Mention Makefiles | Daniel Friesel | -0/+4 | |
2009-01-22 | Updated pkg(7) | Daniel Friesel | -1/+8 | |
2008-12-19 | pkg(7): check_prereqs is called when adding/updating | Daniel Friesel | -1/+2 | |
2008-12-19 | pkg(7): Added hooks | Daniel Friesel | -0/+28 | |
2008-11-16 | pkg(7): Explained priority a bit more | Daniel Friesel | -1/+2 | |
2008-10-30 | Updated in pkg(7): check_prereqs | Daniel Friesel | -3/+13 | |
2008-10-24 | Updated pkg(7) | Daniel Friesel | -1/+1 | |
2008-10-11 | pkg(7): Added the package list | Daniel Friesel | -2/+17 | |
2008-10-09 | bin/pkg: Added Licence notice (MIT/X Consortium) | Daniel Friesel | -4/+0 | |
2008-10-09 | pkg check -> pkg refresh, this also obsoletes the pkg eval fiddling | Daniel Friesel | -1/+1 | |
2008-10-09 | pkg(7): Added packages_root | Daniel Friesel | -0/+12 | |
2008-10-08 | Updated documentation (.links -> links) | Daniel Friesel | -1/+1 | |
2008-10-08 | pkg(7): Added background and overall informations. Still far from complete | Daniel Friesel | -0/+46 | |
2008-10-08 | Updated pkg manuals | Daniel Friesel | -2/+2 | |
2008-10-07 | Updated pkg(1), fixed some typos in the docs | Daniel Friesel | -4/+4 | |
2008-10-07 | Added pkg(7), describing the concept and internal functions of pkg. Not yet ↵ | Daniel Friesel | -0/+117 | |
finished. |