./meta-pkgs/pkgsrc-guide-tools, Packages required to build the pkgsrc Guide

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


Branch: CURRENT, Version: 1.0nb1, Package name: pkgsrc-guide-tools-1.0nb1, Maintainer: pkgsrc-users

Meta-package that includes all packages needed for converting
the XML-based pkgsrc/doc/guide to published formats.


Required to run:
[print/tex-jadetex] [print/ghostscript] [www/tidy] [www/w3m] [print/dvipsk]

Version history: (Expand)


CVS history: (Expand)


   2008-06-15 11:52:00 by Joerg Sonnenberger | Files touched by this commit (22)
Log message:
Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
   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
   2007-10-25 19:50:03 by Johnny C. Lam | Files touched by this commit (85)
Log message:
Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-03-19 17:40:29 by Todd Vierling | Files touched by this commit (24)
Log message:
give away to pkgsrc-users
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-11-03 02:57:15 by Todd Vierling | Files touched by this commit (5)
Log message:
Add convenience meta-pkg "pkgsrc-guide-tools-1.0", with runtime
dependencies on the tools used to build doc/guide.  doc/guide still uses
BUILD_DEPENDS on the tools (so that it's still possible to build for
certain output types with minimal dependencies); it does not depend on
the meta-pkg.