Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-19 | Replaced the custom definitions with META_PACKAGE=yes. | rillig | 1 | -10/+2 | |
2007-10-25 | * If PLIST_SRC is explicitly set to an empty value in a package Makefile, | jlam | 2 | -4/+2 | |
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 | Re-add "intentionally empty" PLISTs for meta-packages and other packages | jlam | 1 | -0/+2 | |
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 | Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk | jlam | 1 | -1/+0 | |
can handle packages having no PLIST files. | |||||
2007-10-23 | The package supports installation to DESTDIR. | heinz | 1 | -1/+3 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
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-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-02-21 | Sign over maintainership to tech-pkg@ | hubertf | 1 | -2/+2 | |
2004-07-13 | Added DEPENDS line for www/tidy. This package is needed to regen the | darcy | 1 | -1/+2 | |
files used by the guide, | |||||
2004-02-22 | Set NO_MTREE, as this package installs no files. | jmmv | 1 | -1/+2 | |
2004-01-11 | Lint. 80 character line limit. | cjep | 1 | -4/+3 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2003-01-15 | Wildcard depends on iso8879 and iso12083. | wiz | 1 | -3/+3 | |
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 | |
2002-07-11 | Standardize descriptions a bit. | wiz | 1 | -2/+2 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -2/+2 | |
2001-09-02 | * Fix our netbsd-doc-print package to properly handle the italian | hubertf | 1 | -3/+3 | |
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-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -0/+5 | |
2000-09-03 | seperate -> separate; remove trailing whitespace | wiz | 1 | -3/+2 | |
2000-07-10 | Let's head for DocBook 4.x | hubertf | 1 | -4/+4 | |
2000-07-09 | Meta-package that includes all packages needed for the NetBSD | hubertf | 5 | -0/+43 | |
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' :` |