aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-01version 0.5 -> 0.6Jacob Pipkin
2012-06-01sbo(upgrade|install).1 updated with (user|group)add and option info, options ↵Jacob Pipkin
moved around to match the order of the -h screens
2012-06-01added -i and -r info to sbofind.1 man pageJacob Pipkin
2012-06-01further enhancement to requirement parsingJacob Pipkin
2012-06-01fix bug where -c arg to sboupgrade did nothingJacob Pipkin
2012-06-01enhancements to requirement parsing, made "Proceed with" question reflect ↵Jacob Pipkin
compat32, made installation of compat32 package require the non-compat32 version to be installed first.
2012-06-01bug fixes to make sboclean workJacob Pipkin
2012-06-01sboclean script created.Jacob Pipkin
2012-06-01sboclean(1) man page created, added to SEE ALSO section of other man pagesJacob Pipkin
2012-06-01added -R option to sbo(install|upgrade) to view README but not parse ↵Jacob Pipkin
requirements
2012-06-01sboupgrade: enhancements to requirement parsing, bug fix after removing ↵Jacob Pipkin
extraneous initial check of requirements against installed packages, comment added for grok_user_group, option handling code added
2012-06-01tweaks to Lib.pm to handle options, and fix a bug in get_installed_sbos ↵Jacob Pipkin
created when I changed how I was doing arrays of hashes
2012-06-01make sbofind's search case-insensitiveJacob Pipkin
2012-05-31replace some for and if statements with their postscript formsJacob Pipkin
2012-05-31added grokking of (user|group)add cmds in READMEs, fixed missing word in ↵Jacob Pipkin
question regarding requirement parsing
2012-05-31cleanup - if () to postscript ifJacob Pipkin
2012-05-31added -i option to sbofind to display .info contentsJacob Pipkin
2012-05-31rename grok_readme to grok_requirements, remove extraneous code in ↵Jacob Pipkin
get_readme_path
2012-05-30many small cleanups, fixes for consistency, code reduction, etcJacob Pipkin
2012-05-30copy conf file to temp file instead of reading conf file and writing its ↵Jacob Pipkin
contents to temp file, and remove unneeded "use Fcntl;" line.
2012-05-30cleanup of "use xyz;" statements where xyz is not actually usedJacob Pipkin
2012-05-30stop exporting subs used nowhere: get_slack_version, check_slackbuilds_txt, ↵Jacob Pipkin
get_pkg_name
2012-05-30minor cleanups; comments, etcJacob Pipkin
2012-05-30bug fix: == -> eq in string comparisonJacob Pipkin
2012-05-30use die instead of print "blah blah\n" and exit 1, which was really dumbJacob Pipkin
2012-05-30remove unneeded parens in 'close ()' bitsJacob Pipkin
2012-05-30refactoring, reorganizing, etcJacob Pipkin
2012-05-30removed SBO-Lib/ChangesJacob Pipkin
2012-05-30for req parsing, work around case where last thing in README is list of ↵Jacob Pipkin
requirements with no period at end
2012-05-30add -r option to show README for any found slackbuildsJacob Pipkin
2012-05-28corrected wording regarding requirement parsingJacob Pipkin
2012-05-28added requirement-parsing wording to man pages, updated date and version: ↵Jacob Pipkin
0.4 -> 0.5
2012-05-28fix bug where grok_readme didn't return if no reqs were found, fix bug where ↵Jacob Pipkin
grok_readme looked for not -compat32 packages when looking for installed deps of a compat32 sbo, make grok_readme call sboupgrade -oN directly instead of sboinstall
2012-05-28added comments to SBO/Lib.pmJacob Pipkin
2012-05-28comments added to the sbo* scriptsJacob Pipkin
2012-05-27numerous fixes and enhancements to requirement-parsing codeJacob Pipkin
2012-05-27fix bug where the code determining pkg name found the original pkg for ↵Jacob Pipkin
-compat32s instead of the converted pkg
2012-05-26fix bug where tmp files are not being deleted, fix make clean not cleaning ↵Jacob Pipkin
source directories
2012-05-26requirement-parsingJacob Pipkin
2012-05-26updated date, and version 0.3 -> 0.4Jacob Pipkin
2012-05-26fixes and cleanups to SBo -> slackbuild conversionJacob Pipkin
2012-05-26SBo -> slackbuild for SEO purposesJacob Pipkin
2012-05-26bug fix to the previous bug fixJacob Pipkin
2012-05-26fix bug where only first line of README was being outputJacob Pipkin
2012-05-26allow -j to be set to FALSEJacob Pipkin
2012-05-26bug fixJacob Pipkin
2012-05-23re-organizationJacob Pipkin
2012-05-23cleanupJacob Pipkin
2012-05-23cleanupJacob Pipkin
2012-05-23cleanupJacob Pipkin