Go to file
2011-11-26 16:34:57 +00:00
automake Reorganise more files into subdirectories and add CPAN support via Module::Build 2011-11-26 15:10:26 +00:00
bin Strip superfluous quotes from $hash{'lookups'} 2011-11-26 16:34:54 +00:00
doc Tidy up the copyright attributions in the manual. 2011-11-26 16:34:50 +00:00
lib Strip superfluous quotes from $hash{'lookups'} 2011-11-26 16:34:54 +00:00
t Numerous fixes so that `make distcheck' succeeds. 2011-11-26 16:34:57 +00:00
.gitignore Sort .gitignore alphabetically 2011-11-26 16:34:57 +00:00
aclocal.m4 Support ./configure --disable-maintainer-mode 2011-11-24 16:55:52 +00:00
AUTHORS Add support for ignore lists. 2011-11-26 16:34:48 +00:00
Build.PL Add build-time dependencies on Test::More and Test::Output. 2011-11-26 15:10:27 +00:00
ChangeLog Stow directory now defaults to STOW_DIR environment variable if set. 2011-11-24 16:55:53 +00:00
configure.ac Distribute .tar.gz and .tar.bz2 but not .shar.gz 2011-11-26 16:34:57 +00:00
COPYING Grafted root commit from savannah git master: 2011-11-16 14:04:03 +00:00
default-ignore-list Add support for ignore lists. 2011-11-26 16:34:48 +00:00
INSTALL Grafted root commit from savannah git master: 2011-11-16 14:04:03 +00:00
Makefile.am Distribute .tar.gz and .tar.bz2 but not .shar.gz 2011-11-26 16:34:57 +00:00
MANIFEST Reorganise more files into subdirectories and add CPAN support via Module::Build 2011-11-26 15:10:26 +00:00
MANIFEST.SKIP Reorganise more files into subdirectories and add CPAN support via Module::Build 2011-11-26 15:10:26 +00:00
META.json Add build-time dependencies on Test::More and Test::Output. 2011-11-26 15:10:27 +00:00
META.yml Add build-time dependencies on Test::More and Test::Output. 2011-11-26 15:10:27 +00:00
NEWS Fix indentation issues in NEWS 2011-11-24 16:55:53 +00:00
README Stow now requires Perl 5.6.1 or newer, due to use of 'our'. 2011-11-24 16:55:53 +00:00
THANKS Add myself (Adam) to AUTHORS and THANKS ;-) 2011-11-24 18:08:15 +00:00
TODO Add support for ignore lists. 2011-11-26 16:34:48 +00:00

This is GNU Stow, a program for managing the installation of software
packages, keeping them separate (/usr/local/stow/emacs vs.
/usr/local/stow/perl, for example) while making them appear to be installed in
the same place (/usr/local).  Stow doesn't store an extra state between runs,
so there's no danger of mangling directories when file hierarchies don't match
the database. Also, stow will never delete any files, directories, or links
that appear in a stow directory, so it is always possible to rebuild the
target tree.

Stow is a Perl script which should run correctly under Perl 5.6.1 or
newer.  You must install Perl before running Stow.  For more
information about Perl, see http://www.perl.com/perl/.

You can get the latest information about Stow from
http://www.gnu.org/software/stow/stow.html

Stow was inspired by Carnegie Mellon's "Depot" program, but is substantially
simpler.  Whereas Depot requires database files to keep things in sync, Stow
stores no extra state between runs, so there's no danger (as there is in
Depot) of mangling directories when file hierarchies don't match the database.
Also unlike Depot, Stow will never delete any files, directories, or links
that appear in a Stow directory (e.g., /usr/local/stow/emacs), so it's always
possible to rebuild the target tree (e.g., /usr/local).

Stow is free software, licensed under the GNU General Public License, which
can be found in the file COPYING.

See INSTALL for installation instructions.

Please mail comments, questions, and criticisms to the current maintainer
Troy Mill via help-stow@gnu.org or bug-stow@gnu.org.