diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-01 16:00:45 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-01 16:00:45 +0000 |
commit | 26e0138738f53c71db4194c2ec0fb05150414dc8 (patch) | |
tree | 5e880a81404c9378eedd76adec026e3ef6d805d3 /sysutils/xstow/pkg-descr | |
parent | da8610f56ef55e3e3c0fe354b901593650f5414f (diff) |
Superset of GNU stow written in C++. Useful if you haven't got perl yet.
Has many enhancements.
Notes
Notes:
svn path=/head/; revision=72022
Diffstat (limited to 'sysutils/xstow/pkg-descr')
-rw-r--r-- | sysutils/xstow/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/xstow/pkg-descr b/sysutils/xstow/pkg-descr new file mode 100644 index 000000000000..0a302a4c614a --- /dev/null +++ b/sysutils/xstow/pkg-descr @@ -0,0 +1,11 @@ + XStow is a replacement of GNU Stow written in C++. It supports all features +of Stow with some extensions. + +XStow as GNU Stow, are programs 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). + +WWW: http://xstow.sourceforge.net/ + +-- AlanE <alane@freebsd.org> 20021231 |