# # /usr/etc/yapo.conf # # # Configuration file for yapo # # # Defined macros, which will be expanded at runtime: # @PORT@ : the name of the selected port # @PATH@ : the full path to the selected port # The command for prt-get, used internal for printf etc. # Don't use 'prt-get --cache' but 'prt-cache', because the # additional output 'prt-get: using cache' breaks yapo. # If prt-cache is used the command for updating the ports # tree should be changed to 'ports -u && prt-get cache'. # If not defined, defaults to 'prt-get'. PRTGET prt-get # System-Commands used by the pre-defined keys iIm # Valid entries: INSTALL UPDATE DEPINST REMOVE INSTALL prt-get install @PORT@ UPDATE prt-get update @PORT@ DEPINST prt-get depinst --install-scripts @PORT@ REMOVE prt-get remove @PORT@ # Color definition, two color-pairs are supported # Valid entries: COLOR1 COLOR2 # If not defined defaults to white/blue and black/white COLOR1 white blue COLOR2 black white # Function-Keys # # Ask user before execute command [yes/no] # | Show output of command after execution [yes/no] # | | Chdir to port directory [yes/no] # | | | Reread ports tree after command [yes/no] # | | | | Command to execute # | | | | | F2 no yes no no prt-get diff F3 yes yes no yes ports -u F5 no no no no less -S -q @PATH@/Pkgfile F6 no no no no less -S -q @PATH@/.footprint F7 no yes no no prt-get ls @PORT@ # F8 no yes no no prt-get current @PORT@ # F9 yes yes yes no pkgmk -do # F10 no no no no prt-get edit @PORT@ Pkgfile # End of file