summaryrefslogtreecommitdiff
path: root/textproc/docbook-xml
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-02Take maintainership, per seb@'s request.jmmv1-2/+2
2005-10-02Install a catalog that maps Docbook 4.1.2 to 4.2; the latter is supposedjmmv2-2/+7
to be backwards compatible with the former. Simplifies building of packages (such as gtk-doc 1.4) or processing of documents that rely on the old 4.1.2 version. Bump PKGREVISION to 1.
2005-09-30Update to 4.4, provided by Jeroen Ruigrok van der Werven in PRwiz5-76/+143
31219. Corrected the DESCR while here. 4.4: The Version 4.4 release is a maintainance release. It introduces no backwards-incompatible changes. All valid DocBook 4.3 documents are also valid DocBook 4.4 documents. The genesis of this release is a bug in the catalog files for DocBook V4.3. The Committee decided to produce a 4.4 release, incorporating a few recent backwards-compatible changes, rather than simply produce a 4.3.1 release to fix the bugs. 4.3: The Version 4.3 release is a maintainance release. It introduces no backwards-incompatible changes. All valid DocBook 4.2 documents are also valid DocBook 4.3 documents.
2005-06-06The docbook-xml binary package built on 2005-04-06 with the followingminskim1-2/+2
versions does not have dependency on xmlcatmgr. textproc/docbook-xml/Makefile:# $NetBSD: Makefile,v 1.16 2005/04/06 18:24:23 wiz Exp $ textproc/docbook-xml/distinfo:$NetBSD: distinfo,v 1.4 2005/02/24 14:48:41 agc Exp $ textproc/docbook-xml/Makefile:# $NetBSD: Makefile,v 1.16 2005/04/06 18:24:23 wiz Exp $ textproc/docbook-xml/PLIST:@comment $NetBSD: PLIST,v 1.7 2003/01/29 21:17:26 jmmv Exp $ textproc/docbook-xml/patches/patch-aa:$NetBSD: patch-aa,v 1.1 2004/02/09 12:23:40 jmmv Exp $ Bump PKGREVISION to force bulk build to rebuild the binary package.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-06Bump PKGREVISION:wiz1-2/+2
This package was broken for a time, when the NO_BUILD that is set by its Makefile broke the xmlcatmgr handling. Increase the PKGREVISION now to have a known-good version of this package again.
2005-03-29Bump docbook-xml's revision to 7 now that its catalog is registered againjmmv1-2/+2
and make scrollkeeper depend on this latest version to fix its build. Problem found by abs@ (as described in tech-pkg@).
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-06-04Enable pkgviews installation.xtraeme1-1/+3
2004-02-25these packages don't need a compiler.grant1-1/+2
2004-02-19bl3ifyminskim1-2/+2
2004-02-09Docbook 4.2 is a maintainance release; it introduces no backwards incompatiblejmmv3-3/+18
changes WRT 4.1.2. Therefore patch the catalog file to map requests for the 4.1.2 DTD to 4.2, as the former is not installed. Bump PKGREVISION to 6.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1jmmv1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-29Install the XML version of the catalog file instead of the SGML one.jmmv2-9/+7
Use textproc/xmlcatmgr/catalogs.mk to register it with the XML_CATALOG variable. Bump PKGREVISION.
2003-01-18Do not remove system identifiers from Docbook's catalog file (i.e., installjmmv1-6/+4
it as it comes with the package). This way parsers can locate local files when looking up entries. Reported in PR pkg/19890 by Joachim Koenig-Baltes. Okay'ed by seb, the maintainer. Bump PKGREVISION to 3.
2003-01-12Move calls to xmlcatmgr to the bottom of the PLIST. This should solve buildjmmv1-3/+3
problems shown in last Hubert's bulk build.
2003-01-11Tell xmlcatmgr which catalog to modify. Bump PKGREVISION to 2, because ofjmmv2-7/+7
latest changes in the xmlcatmgr package.
2003-01-10Use xmlcatmgr to manage the share/xml/catalog file, so it can be sharedjmmv2-8/+10
across multiple packages. Bump PKGREVISION to 1.
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-08-22Updated docbook-xml to 4.2martti3-12/+9
Real changes unknown (read ChangeLog and try to figure out those lines...)
2001-11-04Added docbook-xml version 4.1.2, XML version of DocBook a DTD designedseb4-0/+90
for computer documentation.