summaryrefslogtreecommitdiff
path: root/src/toru
AgeCommit message (Collapse)Author
2016-06-09Work with the new version of autothing.Luke Shumaker
2016-02-08Refactor the build system. Avoid recursive make.Luke Shumaker
This looks like a lot, but more things should "just work". We have `make dist` now!
2015-06-06toru-path: simplifyLuke Shumaker
2015-06-06meld toru-utils into toru-path, since it is the only thing using itLuke Shumaker
2015-06-06tidy up toru-{info,path}Luke Shumaker
- Quote variables - toru-path: make LASTSYNCFILE and PATHFILE lowercase - toru-path: set IFS when it matters - use `if` instead of && and whatnot - use printf-formatters instead of string interpolation
2015-06-06Remove the 'toru' program, it has been replaced by 'toru-path'/'toru-where'Luke Shumaker
It dealt with plain-text caches, instead of the faster TokyoCabinet cache.
2015-06-06toru: Clean up the option parser and usage textLuke Shumaker
2015-06-06toru-utils: tidy upLuke Shumaker
- use libremessages:setup_traps instead of the copy/pasted solution - get_pkgbuilds: don't leak the "extra" variable - fix up quoting - get_pkgbuilds: don't use the global LASTSYNCFILE, get it as an argument * toru-path: adjust for this
2015-06-06src/toru/*: use tab-indentLuke Shumaker
This is a whitespace-only change.
2015-06-06toru-where: simplify slightly, add quoting.Luke Shumaker
2014-07-05quote calls to librelibLuke Shumaker
2014-03-23Most of my desired re-licensings were authorized on the dev listLuke Shumaker
2014-03-22Audit the authors and copyright years of files against git logsLuke Shumaker
2014-03-21Do an audit of copyright and license claimsLuke Shumaker
2013-09-12Merge branch 'fauno~2' (early part) into masterLuke Shumaker
2013-09-11Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵Luke Shumaker
chroot-tools
2013-07-27revamp the Makefiles to support manpagesLuke Shumaker
2013-07-04toru: add missing parenthesis.Michał Masłowski
2013-06-27add {load,unset}_PKGBUILD to conf.sh, use it.Luke Shumaker
There are a bunch of caveats to loading a PKGBUILD file. This way it is all done correctly in one place. unset_PKGBUILD unsets any functions and variables that are normally set in a PKGBUILD. The list is far more complete than any existing implementation. load_PKGBUILD loads the file given, or "./PKGBUILD" if none is given. But first it calls unset_PKGBUILD and then sets CARCH.
2013-06-05use common.sh:get_full_version() universallyLuke Shumaker
2013-06-05[many tools]: miscellaneous minor cleanupsLuke Shumaker
2013-06-05[all tools]: use conf.sh (and libremessages if necessary)Luke Shumaker
2012-12-09make the Makefile(s)... mortal-friendlyLuke Shumaker
I did this by making the assumption that the files in a directory are dividable into 2 groups: those that are executable, and those that aren't, and that all of the files in each group all go in the same folder when installed. These install directories are configurable per source directory with $(libre_execdir) and $(libre_datadir)
2012-11-07Merge branch 'master' of git://gitorious.org/parabola/libretoolsNicolás Reynolds
2012-11-07organize the filesLuke Shumaker