NO_DESCRIBE, NO_PACKAGE, FETCH_BEFORE_ARGS, FETCH_AFTER_ARGS, NO_WARNINGS
(is this used ?), VARNAME, FORCE_PACKAGE.
Make CKSUMFILES invisible from users.
Make sure repackage and reinstall go through normal clean targets.
Kill pre-clean, pre-distclean, pre-repackage.
Don't allow customization of distclean.
In addition to the usual bug fixing this update does away with the hack
that built a custom XML catalog file (now that we have proper XML catalog
support). This will cause some problems with scrollkeeper dependent ports
until I commit the fix for them shortly.
clashed with multiple names into MAINTAINER (separated with comma), now
that it is part of SUBST_VARS. '|' should be safer wrt all other
variables there; ok espie
- mention the need for an entry to be added to /etc/services manually
- create (empty) log file directory
- add proper deinstall steps for above
based on a diff from wilfried
GNU Stow is a Perl program for managing the installation of
software packages, keeping them separate (/opt/stow/emacs-21.3.1
vs. /opt/stow/perl-5.8.0, for example) while making them appear
to be installed in the same place (/opt).
Stow may be used by non-root users to set up a private hierarchy
under e.g. $HOME/local.
WWW: http://www.gnu.org/software/stow/stow.html
from Andreas Kahari <andreas.kahari@unix.net>
The MCL algorithm is short for the Markov Cluster Algorithm,
a fast and scalable cluster algorithm for graphs based on
simulation of (stochastic) flow in graphs. The algorithm was
developed by Stijn van Dongen at the Centre for Mathematics and
Computer Science (also known as CWI) in the Netherlands.
The MCL algorithm is very fast, very scalable, and has a number
of attractive properties causing it to deliver high-quality
clusterings.
WWW: http://micans.org/mcl/
from Andreas Kahari <andreas.kahari@unix.net>