This is the mail archive of the
cygwin-apps@cygwin.com
mailing list for the Cygwin project.
[ITP] man: Man, apropos and whatis
- From: "Dr. Volker Zell" <dr dot volker dot zell at oracle dot com>
- To: cygwin-apps at cygwin dot com
- Date: Sun, 23 Nov 2003 18:11:20 +0100
- Subject: [ITP] man: Man, apropos and whatis
- Reply-to: cygwin-apps at cygwin dot com
Hi
I would like to contribute and maintain the man package:
* ftp://ftp.win.tue.nl/pub/linux-local/utils/man/ (Download location)
Ciao
Volker
Here is the setup.hint file:
sdesc: "Man, apropos and whatis"
ldesc: " The man page suite, including man, apropos, and whatis consists of
programs that are used to read most of the documentation available on a Cygwin
system. The whatis and apropos programs can be used to find documentation
related to a particular subject."
category: Base Doc System
requires: ash cygwin fileutils less groff gawk
-------------------------------- cut here ------------------------------------
#!/bin/bash
mkdir man
cd man
wget http://de.geocities.com/vzell1/cygwin/setup.hint.man-1.5m2-1.zip
mv setup.hint.man-1.5m2-1.zip setup.hint
wget http://de.geocities.com/vzell1/cygwin/man-1.5m2-1-src.tar.zip
mv man-1.5m2-1-src.tar.zip man-1.5m2-1-src.tar.bz2
wget http://de.geocities.com/vzell1/cygwin/man-1.5m2-1.tar.zip
mv man-1.5m2-1.tar.zip man-1.5m2-1.tar.bz2
-------------------------------- cut here ------------------------------------