./meta-pkgs/netbsd-doc, Meta-package including all packages to convert SGML->HTML

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3nb1, Package name: netbsd-doc-1.3nb1, Maintainer: pkgsrc-users

Meta-package that includes all packages needed for the NetBSD
Documentation project to convert SGML/DocBook to HTML.

A separate web browser is strongly recommended.

Set the SGML_CATALOG_FILES environment variable to a colon-separated list
of catalog files. You can produce such a list with
find /usr/pkg/share/sgml -name catalog | tr '\012' :


Required to run:
[textproc/docbook] [textproc/dsssl-docbook-modular] [textproc/iso12083] [textproc/iso8879] [textproc/opensp] [textproc/openjade] [textproc/html] [www/tidy]

Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2019-11-23 14:44:31 by Greg Troxel | Files touched by this commit (1)
Log message:
meta-pkgs/nebsd-doc: Remove pointless MESSAGE

There is no need to tell people that if they want to look at html that
they should perhaps install an html viewer.
   2017-02-20 10:37:12 by Thomas Klausner | Files touched by this commit (8)
Log message:
Bump PKGREVISION for tidy dependency change.
   2017-02-20 10:35:18 by Thomas Klausner | Files touched by this commit (15)
Log message:
Fix build with tidy-5.x.
   2015-10-07 21:08:06 by Hubert Feyrer | Files touched by this commit (1)
Log message:
Revert previous - apparently I want netbsd-www
   2015-10-07 20:43:34 by Hubert Feyrer | Files touched by this commit (1)
Log message:
Make sure xsltproc is pulled in (via libxslt) when installing from
a binary package, not only when building from source.
Needed to build stuff in htdocs on NetBSD-7/amd64 at least.

That's what you get from non-recursive dependency resolving...

Bump to version 1.4.
   2012-11-07 17:55:23 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Prefer openjade over the older jade. Bump version.
   2007-12-19 13:27:31 by Roland Illig | Files touched by this commit (29)
Log message:
Replaced the custom definitions with META_PACKAGE=yes.
   2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158)
Log message:
* If PLIST_SRC is explicitly set to an empty value in a package Makefile,
  then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty