Commit graph

8 commits

Author SHA1 Message Date
Thomas Klausner
4c850f93bc Remove obsolete @dirrm lines. 2009-10-11 10:44:24 +00:00
OBATA Akio
4a703c4e9a Update man to 1.6e.
man-1.6e - 'Dracula'

- Sections used by makewhatis set via environment variable MANSECT, falling
  back to man.conf's MANSECT setting as man does (Mike Frysinger).
- Removed use of implicit prototypes - besides being sloppy, it leads to issues
  on 64 bit platforms (Mike frysinger, flc).
- Building will now honor pre-existing LDFLAGS if set (Mike Frysinger).
- Updated Italian man pages (Giulio DaprelA!).
- Updated Spanish man pages (B. AlbiA¡Þana, flc).
- Corrected a minor bug in makewhatis' tempdir generation (flc).
- EXPERIMENTAL: support for Plan 9 rc shell lists (Michael Haardt).
- Overdue LSM v4 format compliance (flc).
- Minor corrections and cleanup (flc).

man-1.6d

- Fixed freeing of unallocated memory in '-K' under unsafe flag (flc).
- Corrected a bug introduced in 1.6c makewhatis - thanks to the packagers
  that promptly pointed it out (flc).
- corrected off-by-one in LANG splitting code (no security aspect) (flc).
- added support for DESTDIR in man2html's Makefile (Claudio Fontana).
- Fixed -D option (flc).
- Header fix for variable header location of TIOCGWINSZ (Eugene Kotlyarov).
- Corrected erroneous encoding of FR locale man pages translation (flc).
- EXEEXT and DESTDIR fixes for gencat (Volker Zell).
- Minor correction of CYGWIN support (Volker Zell).
- Updated Polish message catalog and select man pages (M. Garski).
- Minor corrections to man pages, and the German message catalog
  (flc, Volker Zell, others).
- Constricted locale settings for gencat (Fedora Project).
- Corrections to makewhatis exit codes and signal handling (flc).
- Fixes in man2html parsing (Fedora Project).
- Minor additional corrections (flc).

man-1.6c

- Corrected missing format string, but no privilege escalation was involved
  (flc, Ville-SkyttA?).
- pscan format string audit run - nothing further found (flc).
- Updated Bulgarian locale man pages translation and message catalog
  (Alexander Shopov).
- makewhatis and other minor changes to support BG locale
  (Alexander Shopov, flc).
- Updated Italian locale message catalog translation (flc).
- Updated French man pages, with new man2html page (Alain Portal).

man-1.6b

- Additional changes for parallel Make (Octavio Ruiz).
- New French locale man pages translation (Alain Portal).
- New French locale message catalog translation (Alain Portal).
- Minor changes in manual pages (Giorgos Keramidas, flc).
- Minor corrections in the docs (flc).

man-1.6a

- Fixes to support parallel Make (Mike Frysinger).
- Fixes in mess.en message catalog (Martin von Gagern).
- Corrections and updates to the manual (flc).

man-1.6

- New Maintainer Federico Lucifredi (flucifredi@acm.org).
- Ability to hand HTML man pages off to a browser added (Eric S. Raymond).
: ----------------------------------------------------------------------
2007-05-11 12:03:52 +00:00
Johnny C. Lam
37f83ea08f Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-18 00:46:27 +00:00
Johnny C. Lam
64bfcf7b60 Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
2006-03-14 01:27:57 +00:00
Roland Illig
91a02fafba Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
2005-12-05 22:27:44 +00:00
Roland Illig
1ee539a984 Added RMD160 checksums. 2005-09-28 06:41:05 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Jeremy C. Reed
394139e57b New package: man. Partially tested under NetBSD and Linux.
This is the version of man written by John Eaton and maintained by
Andries Brouwer.

This man package provides a man pager that supports compressed
pages, locales and message catalogs. It also includes makewhatis
for creating the whatis database, apropos and whatis for searching
the whatis database, man2dvi for formating manpages to DVI, and
man2html for converting manpages to HTML.

This package does not include the CGI scripts nor hman utility
for web-based manpage viewing.
2005-02-02 07:09:25 +00:00