summaryrefslogtreecommitdiff
path: root/bin/pkg
AgeCommit message (Expand)AuthorLines
2008-11-16bin/pkg: list_exists, list_is_installed: We only want return valuesDaniel Friesel-2/+2
2008-11-16bin/pkg: pkg_add: Check if a package exists before installing itDaniel Friesel-1/+2
2008-11-09bin/pkg: Use parameter expansion for the default valuesDaniel Friesel-4/+4
2008-11-03bin/pkg: Fixed PKG_PATHDaniel Friesel-6/+2
2008-11-03bin/pkg: Add $PKG_USERDaniel Friesel-3/+9
2008-10-30bin/pkg: check_prereqs: Added require() for less redundancyDaniel Friesel-4/+17
2008-10-26bin/pkg: populate_collected: Give some output about manpagesDaniel Friesel-2/+27
2008-10-26bin/pkg: pkg_remove: check_valid is not useful hereDaniel Friesel-1/+0
2008-10-26bin/pkg: Made check_valid more fitting to it's nameDaniel Friesel-4/+4
2008-10-26bin/pkg: pkg_info: Check if the package actually existsDaniel Friesel-0/+4
2008-10-24pkg update: Added 'package state' informationDaniel Friesel-1/+10
2008-10-23bin/pkg: Improved SILENT a bitDaniel Friesel-2/+3
2008-10-22bin/pkg: Declare functions with function()Daniel Friesel-49/+49
2008-10-22bin/pkg: populate_collected: Introduced say()Daniel Friesel-4/+8
2008-10-13bin/pkg: Rplaced last remaining /home/derf by $HOMEDaniel Friesel-1/+1
2008-10-11bin/pkg: Remove default PKG_ROOT valueDaniel Friesel-5/+6
2008-10-11Automatically update on upgrade/pushDaniel Friesel-2/+9
2008-10-10bin/pkg: pkg_add: Execute both post-add and post-update hooksDaniel Friesel-0/+1
2008-10-09bin/pkg: Replaced more external programs by zsh-builtinsDaniel Friesel-11/+5
2008-10-09bin/pkg: Added Licence notice (MIT/X Consortium)Daniel Friesel-1/+15
2008-10-09pkglist: Use zsh features te replace fgrep and cutDaniel Friesel-1/+1
2008-10-09pkg check -> pkg refresh, this also obsoletes the pkg eval fiddlingDaniel Friesel-2/+4
2008-10-08pkglist: Use git log -n 1, so head -n 1 is not neccessaryDaniel Friesel-1/+1
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-3/+10
2008-10-08bin/pkg: Removed pkg doc and pkg changelogDaniel Friesel-18/+1
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-16/+8
2008-10-07removed pkg changeroot, it's no longer neededDaniel Friesel-11/+0
2008-10-07bin/pkg: clear_line: Use escape codes (faster, less code and better for debug...Daniel Friesel-6/+1
2008-10-07bin/pkg: vcs_upgrade/push: Explicitly name branchDaniel Friesel-2/+2
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-0/+3
2008-09-27pkg: Use .autocommit for automatic commitsDaniel Friesel-0/+4
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/+1
2008-09-13Added pkg evalDaniel Friesel-0/+1
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-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