Commit Graph

  • 8e950b4374 fix one missed whitespace cleanup chess.griffin 2008-08-13 13:14:48 +0000
  • 2c49826711 fix one missed whitespace cleanup chess.griffin 2008-08-13 13:14:48 +0000
  • 680d90c7ad apply whitespace cleanup diff from Erik Hanson chess.griffin 2008-08-13 13:13:15 +0000
  • 87b3bd4cfd apply whitespace cleanup diff from Erik Hanson chess.griffin 2008-08-13 13:13:15 +0000
  • 716998b66d add comment in sbopkg.conf.sample about the man page and environmental variables chess.griffin 2008-08-12 21:58:40 +0000
  • 2055a6f8aa add comment in sbopkg.conf.sample about the man page and environmental variables chess.griffin 2008-08-12 21:58:40 +0000
  • 03814d07d8 modify the search code (swap grep for -iname) which eliminates false positives; thanks to Erik Hanson for the fix chess.griffin 2008-08-12 17:33:43 +0000
  • 1886a54ab4 modify the search code (swap grep for -iname) which eliminates false positives; thanks to Erik Hanson for the fix chess.griffin 2008-08-12 17:33:43 +0000
  • cce0fe45e3 add -i switch to grep in gen_search_package for case insensitive searches chess.griffin 2008-08-12 13:12:33 +0000
  • 58730df41c add -i switch to grep in gen_search_package for case insensitive searches chess.griffin 2008-08-12 13:12:33 +0000
  • 98fdb52d1d add while loop in the search results display page so that after viewing a search item, the user is returned to the search results chess.griffin 2008-08-12 03:23:21 +0000
  • 917d6a72c0 add while loop in the search results display page so that after viewing a search item, the user is returned to the search results chess.griffin 2008-08-12 03:23:21 +0000
  • b4c92cdce8 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 chess.griffin 2008-08-12 01:29:05 +0000
  • 2cc58e4f69 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 chess.griffin 2008-08-12 01:29:05 +0000
  • c555c6225b remove commented out cruft; tweak search results output; still not overly pleased with the search results output, but it will do for now. chess.griffin 2008-08-11 21:55:20 +0000
  • 3798b5b88b remove commented out cruft; tweak search results output; still not overly pleased with the search results output, but it will do for now. chess.griffin 2008-08-11 21:55:20 +0000
  • 830dea2edc fix a stupid bug on my part that would cause the search to break chess.griffin 2008-08-11 21:22:48 +0000
  • dfed2f2561 fix a stupid bug on my part that would cause the search to break chess.griffin 2008-08-11 21:22:48 +0000
  • 9be1703214 apply patch from Erik Hanson to extend menu navigation to info_item menu chess.griffin 2008-08-11 21:14:23 +0000
  • 5d2ef7a686 apply patch from Erik Hanson to extend menu navigation to info_item menu chess.griffin 2008-08-11 21:14:23 +0000
  • 4ca84deaf2 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 chess.griffin 2008-08-11 17:37:18 +0000
  • 7dbd3f66cc 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 chess.griffin 2008-08-11 17:37:18 +0000
  • 2473d5af3d fix typos and add tweaks to both man pages chess.griffin 2008-08-11 02:28:00 +0000
  • 4b8e7ff614 fix typos and add tweaks to both man pages chess.griffin 2008-08-11 02:28:00 +0000
  • 57570758f8 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 chess.griffin 2008-08-11 02:02:11 +0000
  • c7c3db1556 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 chess.griffin 2008-08-11 02:02:11 +0000
  • 63fb6ae94b 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 chess.griffin 2008-08-09 03:04:38 +0000
  • ae2bfb12cc 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 chess.griffin 2008-08-09 03:04:38 +0000
  • 246141587e add a "latest" tag that contains a copy of the latest stable release of the sbopkg script itself -- i.e. without any of the docs, man pages, or config file chess.griffin 2008-08-08 20:09:55 +0000
  • 3dcf9ab880 add ctorrent fix; add another debug output if $UPDATE_DEBUG = 1 chess.griffin 2008-08-05 19:10:22 +0000
  • 54224fc866 add ctorrent fix; add another debug output if $UPDATE_DEBUG = 1 chess.griffin 2008-08-05 19:10:22 +0000
  • 5ed68c6bdf update sbopkg.conf(5) man page to include explanation about setting environmental variables chess.griffin 2008-08-05 16:43:38 +0000
  • 51c4d548ac update sbopkg.conf(5) man page to include explanation about setting environmental variables chess.griffin 2008-08-05 16:43:38 +0000
  • 59e9187183 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) chess.griffin 2008-08-05 14:50:00 +0000
  • 8780293de2 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) chess.griffin 2008-08-05 14:50:00 +0000
  • 09529efe2e tag and release version 0.0.8 0.0.8 chess.griffin 2008-08-04 00:01:36 +0000
  • 504fa2f1e9 tag and release version 0.0.8 chess.griffin 2008-08-04 00:01:36 +0000
  • 3ecad56c82 Edited wiki page through web user interface. chess.griffin 2008-08-03 23:48:43 +0000
  • 18bfa08388 Edited wiki page through web user interface. chess.griffin 2008-08-03 23:47:19 +0000
  • 0fcf43522d Edited wiki page through web user interface. chess.griffin 2008-08-03 23:39:59 +0000
  • 13190c01f3 added a message at end of rsync notifying user the rsync is complete chess.griffin 2008-08-03 19:01:30 +0000
  • 9dc3c74643 added a message at end of rsync notifying user the rsync is complete chess.griffin 2008-08-03 19:01:30 +0000
  • 81c5fac4bb remove a bit of crufty commented out code; add to contributors list chess.griffin 2008-08-02 15:28:08 +0000
  • 2f1bdc2642 remove a bit of crufty commented out code; add to contributors list chess.griffin 2008-08-02 15:28:08 +0000
  • 7e66ccb047 change date in man pages; tweak TODO and README chess.griffin 2008-08-02 15:23:45 +0000
  • f4db61608a change date in man pages; tweak TODO and README chess.griffin 2008-08-02 15:23:45 +0000
  • e506f6799d add message to cli update check regarding UPDATELIST-DEBUGGING doc chess.griffin 2008-08-02 04:20:10 +0000
  • 7ae72ad695 add message to cli update check regarding UPDATELIST-DEBUGGING doc chess.griffin 2008-08-02 04:20:10 +0000
  • ab24a6a0ff 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 chess.griffin 2008-08-02 04:14:28 +0000
  • c432104e4d 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 chess.griffin 2008-08-02 04:14:28 +0000
  • 0e6c1c9f43 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 chess.griffin 2008-08-02 04:06:26 +0000
  • 41daa11365 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 chess.griffin 2008-08-02 04:06:26 +0000
  • 5786a8cefb 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 chess.griffin 2008-07-23 01:12:45 +0000
  • 371e6f0a3e 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 chess.griffin 2008-07-23 01:12:45 +0000
  • 96c0bbfb74 add information about UPDATELIST-DEBUGGING doc to the screen that appears when the update feature is used in order to help with debugging chess.griffin 2008-07-18 03:03:47 +0000
  • 8a2e4a7a52 add information about UPDATELIST-DEBUGGING doc to the screen that appears when the update feature is used in order to help with debugging chess.griffin 2008-07-18 03:03:47 +0000
  • 88cf7b5994 revise UPDATELIST-DEBUGGING chess.griffin 2008-07-18 03:02:46 +0000
  • cb25549185 revise UPDATELIST-DEBUGGING chess.griffin 2008-07-18 03:02:46 +0000
  • 07c3dbced5 add/revise comments chess.griffin 2008-07-18 02:39:12 +0000
  • 172e4e20d6 add/revise comments chess.griffin 2008-07-18 02:39:12 +0000
  • a5bfbf7c1b 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. chess.griffin 2008-07-18 02:33:57 +0000
  • 9dc17675b5 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. chess.griffin 2008-07-18 02:33:57 +0000
  • d86d8bd6b9 edit sbopkg.8 man page to clarify that -q can also search for more than one glob chess.griffin 2008-07-17 13:57:24 +0000
  • a8238fc73c edit sbopkg.8 man page to clarify that -q can also search for more than one glob chess.griffin 2008-07-17 13:57:24 +0000
  • 016e7ff7aa correct typo and cleanup whitespace chess.griffin 2008-07-17 13:42:18 +0000
  • 714e821bd7 correct typo and cleanup whitespace chess.griffin 2008-07-17 13:42:18 +0000
  • 68f9319346 minor fix in update code in NEWARCH and NEWBUILD parsing chess.griffin 2008-07-17 13:22:28 +0000
  • 4898d407c9 minor fix in update code in NEWARCH and NEWBUILD parsing chess.griffin 2008-07-17 13:22:28 +0000
  • ed0117dfea add new doc UPDATELIST-DEBUGGING to help with reporting bugs in the new update list feature chess.griffin 2008-07-16 21:09:41 +0000
  • b3e5c37b27 add new doc UPDATELIST-DEBUGGING to help with reporting bugs in the new update list feature chess.griffin 2008-07-16 21:09:41 +0000
  • 6fc9636fa5 thanks to some suggestions from Erik Hanson, I have modified the update code to make it more accurate and (hopefully) quicker; also updated sbopkg(8) man page to include the new -c option to check for updates; thanks Erik! chess.griffin 2008-07-16 14:24:33 +0000
  • 582e39e667 thanks to some suggestions from Erik Hanson, I have modified the update code to make it more accurate and (hopefully) quicker; also updated sbopkg(8) man page to include the new -c option to check for updates; thanks Erik! chess.griffin 2008-07-16 14:24:33 +0000
  • 37b461233f tweak debugging by adding variable so I can turn it off for a release chess.griffin 2008-07-15 16:08:01 +0000
  • d860f6c206 tweak debugging by adding variable so I can turn it off for a release chess.griffin 2008-07-15 16:08:01 +0000
  • 5ba40b4dac minor code cleanups; copy $UPDATELIST to $TMP/sbopkg-debug-updatelist for debugging purposes during RC stages; add comments to a few functions that did not have them. chess.griffin 2008-07-15 15:48:17 +0000
  • 32820edf1a minor code cleanups; copy $UPDATELIST to $TMP/sbopkg-debug-updatelist for debugging purposes during RC stages; add comments to a few functions that did not have them. chess.griffin 2008-07-15 15:48:17 +0000
  • c895f59dff formatting tweaks to both man pages chess.griffin 2008-07-15 15:34:11 +0000
  • b4eacf87ab formatting tweaks to both man pages chess.griffin 2008-07-15 15:34:11 +0000
  • 04c064090a fix update code to remove quotes chess.griffin 2008-07-15 01:45:42 +0000
  • 2c1484f3b4 fix update code to remove quotes chess.griffin 2008-07-15 01:45:42 +0000
  • 4f22b94f0c update TODO chess.griffin 2008-07-14 23:15:23 +0000
  • 0ab606921c update TODO chess.griffin 2008-07-14 23:15:23 +0000
  • b0c97dd728 Edited wiki page through web user interface. chess.griffin 2008-07-09 21:05:16 +0000
  • da78a39c77 Edited wiki page through web user interface. chess.griffin 2008-07-09 21:03:47 +0000
  • d6333a977b Edited wiki page through web user interface. chess.griffin 2008-07-09 21:03:24 +0000
  • d46323f681 Edited wiki page through web user interface. chess.griffin 2008-07-09 21:02:44 +0000
  • 58cc23929f Edited wiki page through web user interface. chess.griffin 2008-07-09 21:02:29 +0000
  • a194613194 Created wiki page through web user interface. chess.griffin 2008-07-09 21:02:04 +0000
  • c3bdc7524b initial code to check for updates. would like to sort the list by category/appname. also would like to tweak the way the updates are displayed. testers needed for this feature. preferably, please test when you have done an rsync and you know there are updates for your installed packages. if an update does not display correctly, please let me know. chess.griffin 2008-07-09 02:33:35 +0000
  • a374649a65 initial code to check for updates. would like to sort the list by category/appname. also would like to tweak the way the updates are displayed. testers needed for this feature. preferably, please test when you have done an rsync and you know there are updates for your installed packages. if an update does not display correctly, please let me know. chess.griffin 2008-07-09 02:33:35 +0000
  • f919e660ed tag and release 0.0.7 0.0.7 chess.griffin 2008-05-17 02:06:30 +0000
  • c50172a3bb tag and release 0.0.7 chess.griffin 2008-05-17 02:06:30 +0000
  • 03c2df6a40 bump size of category list due to new 2 new categories chess.griffin 2008-05-17 00:48:54 +0000
  • d75981956e bump size of category list due to new 2 new categories chess.griffin 2008-05-17 00:48:54 +0000
  • 7c89d46216 fix bug where new repo dir was not being created; remove unused get_version_list function; remove commented out cruft chess.griffin 2008-05-03 15:53:25 +0000
  • 9e0a96e977 fix bug where new repo dir was not being created; remove unused get_version_list function; remove commented out cruft chess.griffin 2008-05-03 15:53:25 +0000
  • c3b044c983 tag and release 0.0.6.1 which only sets Slackware 12.1 as the default; there are no substantive changes otherwise over sbopkg 0.0.6 0.0.6.1 chess.griffin 2008-05-03 00:25:06 +0000
  • 91cbaa4a60 tag and release 0.0.6.1 which only sets Slackware 12.1 as the default; there are no substantive changes otherwise over sbopkg 0.0.6 chess.griffin 2008-05-03 00:25:06 +0000
  • 24a0317e7b update date in man pages chess.griffin 2008-05-03 00:21:58 +0000
  • b61bc02f24 update date in man pages chess.griffin 2008-05-03 00:21:58 +0000