This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] man: Man, apropos and whatis


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 ------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]