5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add comment in sbopkg.conf.sample about the man page and environmental variables More... over 15 years ago
modify the search code (swap grep for -iname) which eliminates false positives; thanks to Erik Hanson for the fix More... over 15 years ago
add -i switch to grep in gen_search_package for case insensitive searches More... over 15 years ago
add while loop in the search results display page so that after viewing a search item, the user is returned to the search results More... over 15 years ago
merge new patch from Erik Hanson that grealy improves how the search results are displayed in the dialog interface; this also changes how the browse results are displayed as well More... over 15 years ago
remove commented out cruft; tweak search results output; still not overly pleased with the search results output, but it will do for now. More... over 15 years ago
fix a stupid bug on my part that would cause the search to break More... over 15 years ago
apply patch from Erik Hanson to extend menu navigation to info_item menu More... over 15 years ago
adding code derived from Erik Hanson's patch that, after performing a search from within the dialog interface, allows the user to jump directly to the menu for the selected search result; the way the search results now look is a bit funky and probably needs some cleanup, but this will work for now More... over 15 years ago
fix typos and add tweaks to both man pages More... over 15 years ago
merge patch from Erik Hanson; Erik's improvements include the echo statement when running the update list and the ability to retain the users place when navigating the various menus (i.e. will return to the same place in the menu); also add in argtable and libevent update fix per Erik's bug report More... over 15 years ago
add two new features: ability to clear the cache directory and ability to display a list of all installed SBo packages; toss in a few minor cleanups More... over 15 years ago
add ctorrent fix; add another debug output if $UPDATE_DEBUG = 1 More... almost 16 years ago
update sbopkg.conf(5) man page to include explanation about setting environmental variables More... almost 16 years ago
add fix for TiMidity (thanks to ktabic for the report); switched $OUTPUT variable to $SBOPKGOUTPUT to avoid conflicts when $OUTPUT is exported in sbopkg.conf - i.e. to build packages somewhere other than /tmp/SBo (thanks to Ken Roberts for the bug report) More... almost 16 years ago
added a message at end of rsync notifying user the rsync is complete More... almost 16 years ago
remove a bit of crufty commented out code; add to contributors list More... almost 16 years ago
change date in man pages; tweak TODO and README More... almost 16 years ago
add message to cli update check regarding UPDATELIST-DEBUGGING doc More... almost 16 years ago
add openarena hack; I guess these hacks are, for now, the easiest way to deal with the few slackbuilds that change the version number or include an svn snapshot or, like openoffice.org, add in the language to the package name string More... almost 16 years ago
tweak update code to remove EXTRA variables; add OO.o hack; add debug output when sbopkg thinks there is a newer version installed than in repo More... almost 16 years ago
fix update code to check for build; add in possible future code to check for version numbers that are pegged to svn or other unusual numbering sequences More... almost 16 years ago
add information about UPDATELIST-DEBUGGING doc to the screen that appears when the update feature is used in order to help with debugging More... almost 16 years ago
revise UPDATELIST-DEBUGGING More... almost 16 years ago
add/revise comments More... almost 16 years ago
modified update code so only updates are shown by default; if the UPDATE_DEBUG variable at the top is uncommented, as it is in SVN and for RC releases, then all packages are shown, including those that do not have updates as well as those when the installed version is actually newer than the repo. More... almost 16 years ago
edit sbopkg.8 man page to clarify that -q can also search for more than one glob More... almost 16 years ago
correct typo and cleanup whitespace More... almost 16 years ago
minor fix in update code in NEWARCH and NEWBUILD parsing More... almost 16 years ago
add new doc UPDATELIST-DEBUGGING to help with reporting bugs in the new update list feature More... almost 16 years ago