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]

Ready for upload: man-1.5k-1


Hi

Please upload:

--------------------------- cut here ---------------------------------
#!/bin/bash

mkdir man
cd man

wget http://de.geocities.com/vzell1/cygwin/setup.hint.man-1.5k-1.zip
mv setup.hint.man-1.5k-1.zip setup.hint

wget http://de.geocities.com/vzell1/cygwin/man-1.5k-1-src.tar.zip
mv man-1.5k-1-src.tar.zip man-1.5k-1-src.tar.bz2

wget http://de.geocities.com/vzell1/cygwin/man-1.5k-1.tar.zip
mv man-1.5k-1.tar.zip man-1.5k-1.tar.bz2
--------------------------- cut here ---------------------------------

Can somebody please remove my previous version man-1.5m2-1 from the 
distribution. Some users posted problems with ESC output sequences.
Although this version is not the latest version available on the net 
it incorporates a couple of patches from the Red Hat people (see below).

I would also mark this version as test release and let Christophers version
be the latest stable version for a while.

The following is from the package README:

------------------------------------------------------------------------------

Upgrade to the latest version man-1.5k-12.src.rpm found at 

 o http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/

This version includes almost all of the fixes found in the above rpm 
archive. Some of them are not relevant for cygwin.

More details about the individuell bugs can be found under the URL

 o http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=XXXXX
 
where XXXXX represents the numeric bug id.


Changelog: 
==========

* Thu Oct 09 2003 Adrian Havill <havill@redhat.com> 1.5k-12
- force utf locale with jnroff (#105764)
- don't let awk in makewhatis scan files that aren't man pages (#105594)

* Wed Oct 01 2003 Adrian Havill <havill@redhat.com> 1.5k-11
- Use UTF-8 in makewhatis when searching for non-English versions of the
  phrase "NAME" in man pages
- add "-o" option to makewhatis to specify an alternate whatis db location

* Fri Aug 08 2003 Adrian Havill <havill@redhat.com> 1.5k-9
- cleaned up apropos script bugs (#97006)
- merged all apropos changes into one cleaner patch

* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 1.5k-7
- fix build with gcc 3.3

* Mon Feb 10 2003 Adrian Havill <havill@redhat.com> 1.5k-6
- added patch for korean (#83934)

* Thu Feb 06 2003 Adrian Havill <havill@redhat.com> 1.5k-5
- removed bad argcat patch which made bogus grep queries (#82684)

* Mon Jan 13 2003 Adrian Havill <havill@redhat.com> 1.5k-2
- bump version from j to k
- adjust patches to reflect upstream integration


Cygwin specific changes:
========================

 o added m and 8c to the default man sections list, cygwin has man pages
   in directories /usr/share/man/man8c and /usr/X11R6/man/manm
 o fixed italian man page
 o added /usr/X11R6/man:/usr/local/share/man:/usr/local/man to the default
   manpath in makewhatis
 o postinstall script adds symlinks from man to manpath for binary and
   manpage
   
Additionally the following things have been changed since the interim 
version man-1.5m2-1:

 o The following two lines in man.conf

   NROFF		/usr/bin/nroff -c -mandoc
   PAGER		/usr/bin/less -isrR
   
   seem to fix the output of ESC sequences
   

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Certain versions of the FHS recommend putting formatted versions of

 /usr/.../share/man/[locale/]manx/page.x 
 
into

 /var/cache/man/.../[locale/]catx/page.x.

The keyword FHS in man.conf will cause this behaviour and is now the default.
Explicitly given catdirs override. See comments in the man.conf file.

I would like to ask other package maintainers to remove /usr/.../share/catx
directories from their packages, as man.conf can be edited by the user and 
will not be overwritten by the next version of the man package.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Ciao
  Volker


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