aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-05-23cleanupJacob Pipkin
2012-05-23cleanupsJacob Pipkin
2012-05-15changing 'SBo' to 'slackbuild' in the man pages - better SEOJacob Pipkin
2012-05-14verify -j input, and redo way of getting pkg name to allow for incorrect ↵Jacob Pipkin
versions in info files, and because the new way is much more accurate.
2012-05-14added compat32 stuff to sboinstall.1Jacob Pipkin
2012-05-14updated man pagesJacob Pipkin
2012-05-13fixed wording for -j: SMP -> multicoreJacob Pipkin
2012-05-13bugfix to sboconfig -l sorting stuffJacob Pipkin
2012-05-13make sboconfig -l sort the outputJacob Pipkin
2012-05-13misc cleanupJacob Pipkin
2012-05-13cleanupJacob Pipkin
2012-05-13added jobs setting to sboconfigJacob Pipkin
2012-05-13bug-fixes to make the -j stuff workJacob Pipkin
2012-05-13added stuff to support -j option to make, not tested yet.Jacob Pipkin
2012-05-12added -compat32 bits to sboinstallJacob Pipkin
2012-05-12groundwork for supporting installation of -compat32 SlackBuildsJacob Pipkin
2012-05-11updated version numbers in the man pagesJacob Pipkin