summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2008-10-08pkg(1): The pkglist-bug has been fixedDaniel Friesel-6/+2
2008-10-08bin/pkg: Fixed another, now it seems to workDaniel Friesel-3/+3
2008-10-08bin/pkg: Oopsie. Now the backwards-compatibility should warkDaniel Friesel-0/+1
2008-10-08Add on-demand update of remote list. Caution: Not yet 100% testedDaniel Friesel-8/+29
2008-10-08pkg(1): Refer to pkg(7)Daniel Friesel-1/+4
2008-10-08pkg(7): Added background and overall informations. Still far from completeDaniel Friesel-0/+46
2008-10-08pkg(1): Added creditsDaniel Friesel-0/+14
2008-10-08Updated pkg manualsDaniel Friesel-8/+7
2008-10-08bin/pkg: Removed pkg doc and pkg changelogDaniel Friesel-20/+3
2008-10-08pkg(1): eval: Refer to examples and pkg(7)Daniel Friesel-1/+1
2008-10-08Updated bootstrap. No guarantee thet it really works, thoughDaniel Friesel-34/+13
2008-10-08Removed meta, it's useless and not up-to-date anywaysDaniel Friesel-0/+0
2008-10-08bin/pkg: vcs_push: Only update if we're actually pushing...Daniel Friesel-9/+9
2008-10-08bin/pkg: pkg_push: Pushing means the package got changed, so do the update stuffDaniel Friesel-0/+9
2008-10-08Removed mercurial supportDaniel Friesel-20/+9
2008-10-07removed pkg changeroot, it's no longer neededDaniel Friesel-20/+2
2008-10-07bin/pkg: clear_line: Use escape codes (faster, less code and better for ↵Daniel Friesel-6/+1
debugging!)
2008-10-07include/pkglist: Give error message for non-git/-hg packagesDaniel Friesel-3/+2
2008-10-07bin/pkg: vcs_upgrade/push: Explicitly name branchDaniel Friesel-2/+2
2008-10-07Updated pkg(1), fixed some typos in the docsDaniel Friesel-6/+31
2008-10-07Added pkg(7), describing the concept and internal functions of pkg. Not yet ↵Daniel Friesel-0/+117
finished.
2008-10-07pkg manpage: Fixed pod error discovered by penmaDaniel Friesel-1/+1
2008-10-07bin/pkg: Don't assume a package has the correct originDaniel Friesel-4/+4
2008-10-07bin/pkg: Fixed PKG_ROOT / PKG_PATH relationDaniel Friesel-2/+2
2008-10-07bin/pkg: check_prereqs: Don't subshell the file so offer_install actually worksDaniel Friesel-1/+1
2008-10-07bin/pkg: Fixed eval-related bugDaniel Friesel-0/+1
2008-09-28Began adding the 'plain' package typeDaniel Friesel-2/+8
2008-09-27pkg: Use .autocommit for automatic commitsDaniel Friesel-0/+4
2008-09-21Removed todoDaniel Friesel-27/+0
2008-09-18bin/pkg: Use less external commandsDaniel Friesel-5/+5
2008-09-18bin/pkg: Code cleanupDaniel Friesel-37/+37
2008-09-14More excessive completionDaniel Friesel-1/+19
2008-09-13zsh completion: _arguments is not needed anymoreDaniel Friesel-5/+18
2008-09-13Added pkg evalDaniel Friesel-2/+7
2008-09-04completion: No more evalDaniel Friesel-22/+26
2008-08-21Updated todoDaniel Friesel-4/+4
2008-08-20bin/pkg: Check whether a package is tracked in the same VCS local and remoteDaniel Friesel-2/+10
2008-08-17bin/pkg: Also use triggers for normal hooksDaniel Friesel-1/+1
2008-08-17bin/pkg: Collect provide-related hooks and execute them after everything elseDaniel Friesel-1/+11
2008-08-17Added zsh completion for pkgDaniel Friesel-0/+36
2008-08-10bin/pkg: Execute prereqs/hooks in subshellsDaniel Friesel-2/+2
2008-08-04list_incoming: Use zsh builtin for testDaniel Friesel-1/+1
2008-08-03bin/pkg: pkg_add: check prerequisites before doing anything elseDaniel Friesel-1/+1
2008-08-03bin/pkg: pkg_check: Don't check prerequisitesDaniel Friesel-1/+0
2008-08-03bin/pkg: Replaced conflicts and dependencies by prerequisites (somewhat ↵Daniel Friesel-80/+25
based on suggestions by mxey, I guess)
2008-08-03bin/pkg: Added dependencies on perl librariesDaniel Friesel-1/+17
2008-08-03bin/pkg: Added support for dependencies on files in $PATHDaniel Friesel-9/+31
2008-08-03man/1/pkg: Added check, updated removeDaniel Friesel-1/+5
2008-08-02bin/pkg: Added pkg_check (To be worked out)Daniel Friesel-0/+9
2008-08-02bin/pkg: progress: Buffer output for less flickering with sshDaniel Friesel-6/+5