((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/egg-pack-sources" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "https://wiki.call-cc.org/chicken-projects/egg-index-5.html" "egg index") ". Otherwise, please consider porting this egg to the current version of CHICKEN.")) (section 2 "egg-pack-sources" (toc) (section 3 "Description" (p "A command line tool to fetch the sources for the given eggs and their dependencies, so that they can be installed by " (tt "chicken-install") " without Internet access.  This tool also generates a simple shell script " (tt "install.sh") " that can be run to install the eggs in the proper order to satisfy the dependencies.")) (section 3 "Author" (p (int-link "/users/mario-domenech-goulart" "Mario Domenech Goulart"))) (section 3 "Repository" (p (link "https://github.com/mario-goulart/egg-pack-sources" "https://github.com/mario-goulart/egg-pack-sources"))) (section 3 "Requirements" (p "None")) (section 3 "Usage" (pre " $ egg-pack-sources --help\n Usage: egg-pack-sources [ <options> ] <egg1>[:<version>] [ <egg2>[:<version>] ... ]\n        egg-pack-sources --help | -help | -h\n        egg-pack-sources --version\n \n <options>:\n \n --output-dir=<outdir>\n   directory where to write egg sources (default: $PWD)\n \n --chicken-install=<path>\n   path to chicken-install (default: get from $PATH)\n \n --chicken-install-args=<args>\n   arguments for chicken-install (default: empty)\n \n --force-versions\n   fetch versions specified on the command the line, even if they don't\n   satisfy the requirements by other eggs.\n \n --installer-script=<filename>\n   filename to write to installer script to (default: install.sh)\n \n --verbose\n   show verbose messages\n \n --version\n   show version and exit")) (section 3 "License" (pre "Copyright (c) 2008-2011, Mario Domenech Goulart\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\nRedistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\nNeither the name of the author nor the names of its contributors may\nbe used to endorse or promote products derived from this software\nwithout specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS\nFOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\nSTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.")) (section 3 "Version history" (section 5 "version 0.3.1" (ul (li "Fix release-info for previous releases"))) (section 5 "version 0.3" (ul (li "Add " (tt "--installer-script") " command line option (suggested by John Cowan)"))) (section 5 "version 0.2.1" (ul (li "Bug fix: avoid refetching eggs that are both dependencies and specified on the command line"))) (section 5 "version 0.2" (ul (li "Respect egg versions specified on the command line") (li "New command line options: " (tt "--version") ", " (tt "--force-versions") " and " (tt "--verbose")))) (section 5 "version 0.1" (ul (li "Initial release"))))))