Commit graph

25 commits

Author SHA1 Message Date
rillig
0e0ff99a73 Replaced the custom definitions with META_PACKAGE=yes. 2007-12-19 12:27:27 +00:00
jlam
ae9b935fd0 * 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 22:00:39 +00:00
jlam
38c496d6c0 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 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
heinz
620b560d39 The package supports installation to DESTDIR. 2007-10-23 21:32:08 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
darcy
6cf9391166 Added DEPENDS line for www/tidy. This package is needed to regen the
files used by the guide,
2004-07-13 11:25:58 +00:00
jmmv
945d24f43e Set NO_MTREE, as this package installs no files. 2004-02-22 20:48:15 +00:00
cjep
e9740fb5d9 Lint. 80 character line limit. 2004-01-11 13:09:21 +00:00
martti
f928be280d COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
wiz
94dfeec78a Wildcard depends on iso8879 and iso12083. 2003-01-15 16:44:51 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
wiz
26af470309 Standardize descriptions a bit. 2002-07-11 19:44:27 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
hubertf
70e7be269a * Fix our netbsd-doc-print package to properly handle the italian
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
2001-09-02 17:07:01 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
wiz
2cef8f5725 seperate -> separate; remove trailing whitespace 2000-09-03 10:35:33 +00:00
hubertf
d17a150c54 Let's head for DocBook 4.x 2000-07-10 03:35:58 +00:00
hubertf
a3d4f0d40f Meta-package that includes all packages needed for the NetBSD
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' :`
2000-07-09 19:25:28 +00:00