Go to file
Adam Spiers d3847e951a Make stow script return true for t/stow.t
According to http://matrix.cpantesters.org/?dist=Stow
this only seems to be an issue with Perl <= 5.8.7.
2011-12-11 13:23:37 +00:00
automake Reorganise more files into subdirectories and add CPAN support via Module::Build 2011-11-26 15:10:26 +00:00
bin Make stow script return true for t/stow.t 2011-12-11 13:23:37 +00:00
doc Automate check for 'use lib' line in bin/stow. 2011-12-11 13:16:03 +00:00
lib Improve debug levels. 2011-11-26 19:18:33 +00:00
t Remove quote stripping code. 2011-11-26 16:34:57 +00:00
.gitignore Give up on automake's built-in rules for generating PDF and HTML and use our own. 2011-12-03 14:42:41 +00:00
aclocal.m4 Ditch deprecated AM_MAINTAINER_MODE. 2011-12-06 16:26:29 +00:00
AUTHORS Add a missing space. 2011-12-03 17:09:48 +00:00
Build.PL Automate check for 'use lib' line in bin/stow. 2011-12-11 13:16:03 +00:00
configure.ac Bump version to 2.1.2. 2011-12-07 20:48:50 +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 Significantly improve the handling of --with-pmdir. 2011-12-07 20:48:50 +00:00
Makefile.am Significantly improve the handling of --with-pmdir. 2011-12-07 20:48:50 +00:00
MANIFEST Give up on automake's built-in rules for generating PDF and HTML and use our own. 2011-12-03 14:42:41 +00:00
MANIFEST.SKIP Ignore .mrdownload files from my `download' plugin to Joey Hess' mr utility. 2011-12-06 17:34:31 +00:00
META.json Bump version to 2.1.2. 2011-12-07 20:48:50 +00:00
META.yml Bump version to 2.1.2. 2011-12-07 20:48:50 +00:00
NEWS Significantly improve the handling of --with-pmdir. 2011-12-07 20:48:50 +00:00
README Refill paragraph in README. 2011-12-06 17:23:09 +00:00
THANKS Fix automake issues (thanks to Stefano Lattarini for spotting these!) 2011-12-06 17:11:12 +00:00
TODO Add licensing changes to TODO. 2011-12-06 16:26:29 +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.

See INSTALL for installation instructions.

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.

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