changelog
- Wed, 05 Aug 2009 23:34:14 +0800
- by Tim Post <echo@echoreply.us> [Wed, 05 Aug 2009 23:34:14 +0800] rev 21
- Make setup.in generic (foomatic)
- Wed, 05 Aug 2009 23:34:02 +0800
- by Tim Post <echo@echoreply.us> [Wed, 05 Aug 2009 23:34:02 +0800] rev 20
- Add asciidoc man1 template for setup program
- Thu, 24 Jan 2008 15:11:22 +0800
- by Tim Post <tinkertim@gmail.com> [Thu, 24 Jan 2008 15:11:22 +0800] rev 19
- Removed todo list, will combine with documentation
- Thu, 24 Jan 2008 15:08:21 +0800
- by Tim Post <tinkertim@gmail.com> [Thu, 24 Jan 2008 15:08:21 +0800] rev 18
- Merge with default
- Thu, 24 Jan 2008 15:05:45 +0800
- by Tim Post <tinkertim@gmail.com> [Thu, 24 Jan 2008 15:05:45 +0800] rev 17
- Fixed output in die()
die() was using too many newlines after re-formatting
functions to fit inside 80 columns. The output was
confusing, now fixed.
Signed-off-by: Tim Post (tinkertim@gmail.com)
- Thu, 24 Jan 2008 01:55:20 -0500
- by Tim Post <tinkertim@gmail.com> [Thu, 24 Jan 2008 01:55:20 -0500] rev 16
- Branch merge to resolve previous oops
- Thu, 24 Jan 2008 01:53:57 -0500
- by Tim Post <tinkertim@gmail.com> [Thu, 24 Jan 2008 01:53:57 -0500] rev 15
- Fixes merge oops, Makefile and todo weren't adjusted (hg mv, not mv)
- Thu, 24 Jan 2008 13:48:34 +0800
- by Tim Post <tinkertim@gmail.com> [Thu, 24 Jan 2008 13:48:34 +0800] rev 14
- Fixed additional incompatibility with busybox "tr"
The Busybox (micro) "tr" program needs special characters
escaped, such as '.' and '-'. This fixes that in check_prog()
as well as check_prog_export(), where - and . weren't being
transformed to _
Signed-off-by: Tim Post <tinkertim@gmail.com>
- Thu, 24 Jan 2008 12:43:52 +0800
- by Tim Post <tinkertim@gmail.com> [Thu, 24 Jan 2008 12:43:52 +0800] rev 13
- Fixed bugs in dopkg() and write_pkg_code()
Fixed glitch in dopkg() where empty call to distro packager
was being made, even if no packages were scheduled.
Fixed additional glitch in dopkg() where i was not $i, thus
not incremented causing extra whitespace in writes to install.sh
Added checks to write_pkg_code() to check for null length package
list, or " " (whitespace) prior to writing.
write_pkg_code no longer cares about $FORCE, since die() handles
that anyway with regards to --force. Ensured FORCE was set as
global in install.sh
Ensured all backslashes were escaped in here-documents used to
generate install.sh
Signed-off-by: Tim Post <tinkertim@gmail.com>
- Thu, 24 Jan 2008 11:53:11 +0800
- by Tim Post <tinkertim@gmail.com> [Thu, 24 Jan 2008 11:53:11 +0800] rev 12
- Setup now creates basic installer, install.sh
install.sh still lacks installation code but now has functions,
variables, sanity checks, package install code and more.
Differentiated setup.log and install.log
Added -C, --clean option, got rid of dummy makefile
Added path hints to "prog" case in die()
Fixed several instances where literal ./ did not follow .
If libs/dists/DISTNAME.deps.in is present, it will be processed
Moved README files to appropriate locations
Updated to-do list, removed completed items
Output of setup (install.sh) also carries GPL, as install.sh uses
functions from setup.
Signed-off-by: Tim Post <tinkertim@gmail.com>