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
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.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
version of Federico Lupi's guide by including italian language in
the right file. Hint:
http://lists.oasis-open.org/archives/docbook/200002/msg00214.html
* While there, install the jadetex files not in the textproc/jade
package, but in the print/jadetex package. That's where we also
build and install the jadetex.fmt file, so things actually fit
together.
* Bump some pkg versions:
print/jadetex -> jadetex-2.20nb1
textproc/jade -> jade-1.2.1nb3
meta-pkgs/netbsd-doc -> netbsd-doc-1.2
meta-pkgs/netbsd-doc-print -> netbsd-doc-print-1.1
Documentation project to convert SGML/DocBook to HTML.
A seperate web browser is strongly recommended.
Set the SGML_CATALOG_FILES env variable to a colon-seperated list
of catalog files:
setenv SGML_CATALOG_FILES `find /usr/pkg/share/sgml -name catalog | tr '\012' :`