aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-04Updated Changes fileAndreas Guldstrand
2015-12-04Update version handling in tools/Andreas Guldstrand
2015-12-04Allow to override the version of slackware to grab from SBoAndreas Guldstrand
2015-12-04Add ability to set a directory of local overrides.Andreas Guldstrand
This fixes #8
2015-12-03Refactor the filename extraction from linkAndreas Guldstrand
2015-12-03Use sbosrcarch if a download failsAndreas Guldstrand
This should solve #7 but further testing is warranted
2015-12-01Make sure it's the system perl we use to make the packageAndreas Guldstrand
2015-11-30Set the system perl as the perl we want to useAndreas Guldstrand
2015-11-28Remove website link from slackbuild README in accordance with sboAndreas Guldstrand
2015-11-28Change documentation link in README to new siteAndreas Guldstrand
2015-11-28Update slackbuild script to how SBo seems to want itAndreas Guldstrand
2015-11-27Changed the way html generation of manpages is doneAndreas Guldstrand
2015-11-27Make sbotools.SlackBuild executableAndreas Guldstrand
2015-11-27Add one more change to Changes fileAndreas Guldstrand
2015-11-27Add Changes file to documentationAndreas Guldstrand
2015-11-27Added Changes file for 1.9Andreas Guldstrand
2015-11-27Change the website in slack-desc as wellAndreas Guldstrand
2015-11-27Remake package_up.sh to automate more thingsAndreas Guldstrand
2015-11-27Update version, website, and maintainer infoAndreas Guldstrand
2015-11-26This shouldn't be a regex. chomp() and eq properly.Andreas Guldstrand
2015-11-26Don't return a file as if it were a directoryAndreas Guldstrand
2015-11-26Forgot to include "package-" in the path to removeAndreas Guldstrand
2015-11-26Revert man-page changes from clenaup of $TMPAndreas Guldstrand
2015-11-26Give convertpkg-compat32 the correct directoryAndreas Guldstrand
2015-11-26Move seek in get_src_dir to inside the loopAndreas Guldstrand
2015-11-26No need to check if $ENV{TMP} is definedAndreas Guldstrand
2015-11-26Properly remove -compat32 package directoriesAndreas Guldstrand
2015-11-26Fix cleanup of correct dirAndreas Guldstrand
2015-11-26Merge branch 'master' of github.com:pink-mist/sbotoolsAndreas Guldstrand
2015-11-26Fix manpagesAndreas Guldstrand
2015-11-19Missed some indentsAndreas Guldstrand
2015-11-19Fix up indenting with tabs consistentlyAndreas Guldstrand
2015-11-19Fixed up authors listingAndreas Guldstrand
2015-11-19Fixed .info file parsingAndreas Guldstrand
This fixes #5 Also added tests for #5
2015-11-19Use list-form of system() so we avoid the shellAndreas Guldstrand
2015-11-19get_distfile needs 2 arguments, checks for 2 arguments, but error message ↵Andreas Guldstrand
was about 1
2015-11-16Clean up $TMP vs /tmp/SBo inconsistenciesAndreas Guldstrand
This closes #4
2015-11-14Add back argument check to get_build_queue()Andreas Guldstrand
2015-11-14Add new files needed by testAndreas Guldstrand
2015-11-14Remove stray spaceAndreas Guldstrand
2015-11-14Fix up tests to comply with new queue builderAndreas Guldstrand
2015-11-14Tidying up function calls in test.t now that prototypes are goneAndreas Guldstrand
2015-11-14Change the way the build queue is madeAndreas Guldstrand
This fixes #2
2015-11-14Added missing curly bracketAndreas Guldstrand
2015-11-14Additional Perl::Critic::Freenode fixes, and one missed prototypeAndreas Guldstrand
2015-11-14Remove prototypes and make sure subs are called with ()Andreas Guldstrand
2015-01-09In newer perls, push on a reference causes warningAndreas Guldstrand
One instance of «push @$args{QUEUE}» which seems to have been misinterpreted was fixed to «push @{ $args->{QUEUE} }».
2013-11-27Merge pull request #1 from d4wnr4z0r/masterpink-mist
sbotools_1.8
2013-11-27don't set INSTALLMAN3DIR twiced4wnr4z0r
2013-11-27credits in README, tools/ cleanups, elide the Sort::Versions.3 man paged4wnr4z0r
so that we don't clobber one from perl-Sort-Versions or Sort::Versions.