The NetBSD Project

CVS log for pkgsrc/textproc/docbook-website/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / textproc / docbook-website

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27 / (download) - annotate - [select for diffs], Sun Mar 21 16:29:43 2010 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, HEAD
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Reset maintainer, developer lost his commit bit.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Jul 7 22:12:02 2009 UTC (2 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.25: +9 -8 lines
Diff to previous 1.25 (colored)

user-destdir support

Revision 1.25 / (download) - annotate - [select for diffs], Mon May 26 02:13:24 2008 UTC (4 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.24: +5 -4 lines
Diff to previous 1.24 (colored)

Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Mar 21 06:00:49 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:01 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.22 / (download) - annotate - [select for diffs], Sun May 8 17:48:06 2005 UTC (7 years ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.21: +4 -3 lines
Diff to previous 1.21 (colored)

The website DTD requires docbook-simple.
Bump PKGREVISION due to dependency change.

Revision 1.21 / (download) - annotate - [select for diffs], Thu May 5 05:43:05 2005 UTC (7 years ago) by hrs
Branch: MAIN
Changes since 1.20: +9 -10 lines
Diff to previous 1.20 (colored)

Update to 2.6.0:

 * catalog, catalog.xml: enable users to have "current" in schema URIs
   in doc instances;

   http://docbook.sourceforge.net/release/website/current/schema/

   Yeah, I know that it's traditionally been the case that DocBook
   doc instances contain public and system IDs for a specific version
   of the DocBook DTD. But note that:

     - all versions of DocBook 4 are backward-compatible

     - doc instances don't actually need to contain any system or
       public ID at all users employ RELAX NG-based tools

     - for RELAX NG-based toolchain, users will probably be authoring
       and validating their doc instances against whatever is the
       current version of the RELAX NG schema for DocBook that that
       they have installed

   So enabling users to put "current" in their doc instances instead
   of a specific version number means that they don't need to update
   the URIs if/when they want to author/validate using a future
   version of the DTD.

 * AUTHORS, BUGS, COPYING, INSTALL, README, TODO: Added standard distro
   files, to make life easier for packagers;

   From README, moved copyright info to COPYING and install info to
   INSTALL. README content is not just minimal how-to info. Added
   BUGS and TODO, which are just pointers to SF trackers. Added
   AUTHORS just for sake completeness.

 * Makefile: generate RELEASE-NOTES.html/.txt

 * RELEASE-NOTES.xml: New file.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Apr 18 15:32:50 2005 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Apply two patches from Hiroki Sato (hrs@) to remove bogus references
to 2.4.x versions.
Bump PKGREVISION.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:33 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Apr 6 18:24:23 2005 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Bump PKGREVISION:
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.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Mar 2 17:58:08 2005 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.16: +9 -8 lines
Diff to previous 1.16 (colored)

Update to 2.5.0. Thanks to jmmv and hrs.

Changes since version 2.4.1 (2003-02-18)

Changes to website/*

  | 2003-06-22  Norman Walsh
  |
  | 	* VERSION: Version 2.5.0 released.
  |
  | 2003-06-21  Norman Walsh
  |
  | 	* Makefile: Tweaked
  |

Changes to website/example/*

  | 2003-02-20  Robert Stayton
  |
  | 	* olink.xml: Now covers XSL-based olink processing.
  |

Changes to website/xsl/*

  | 2003-06-22  Norman Walsh
  |
  | 	* param.xsl, tabular.xsl: Added table.spacer.image to improve
  | 	  tabular style accessibility. This is a fairly intrusive
  | 	  change, but I think its a significant improvement in
  | 	  accessibility.
  |
  | 2003-05-27  Robert Stayton
  |
  | 	* olink.xsl: Fix typo in test attribute.
  |
  | 2003-04-13  Norman Walsh
  |
  | 	* head.xsl: Feat Req #703116: add type to script
  |
  | 2003-02-26  Jirka Kosek
  |
  | 	* toc-tabular.xsl: Make comparsion safe even if nav.graphics
  | 	  is specified as string type
  |
  | 2003-02-20  Robert Stayton
  |
  | 	* chunk-common.xsl, olink.xsl, website-common.xsl,
  | 	  website-targets.xsl: Added XSL-based olink processing.
  |

Changes to website/example/graphics/*

  | 2003-06-22  Norman Walsh
  |
  | 	* spacer.gif: New file.
  |

Changes to website/schema/relaxng/*

  | 2003-06-22  Norman Walsh
  |
  | 	* autolayout.rng, extensions.rng, layout.rng: Cleanup
  | 	  attributes on script element
  |
  | 	* autolayout.rng, layout.rng, website-full.rng, website.rng:
  | 	  Updated version numbers
  |

Changes to website/schema/dtd/*

  | 2003-06-22  Norman Walsh
  |
  | 	* autolayout.dtd, extensions.mod, forms.mod, layout.dtd,
  | 	  namespaces.mod, rddl.mod, website-custom.dtd,
  | 	  website-full.dtd, website.dtd, website.mod: Updated version
  | 	  numbers
  |
  | 2003-06-21  Norman Walsh
  |
  | 	* autolayout.dtd, layout.dtd, website.mod: Allow type
  | 	  attribute on script
  |

Changes since version 2.3 (2002-09-17)

Changes to website/*

  | 2003-02-18  Norman Walsh
  |
  | 	* VERSION: Version 2.4.1 released.
  |
  | 	* catalog.xml: Added rewrite rules for the schema and xsl
  | 	  directories
  |
  | 	* catalog.xml: Added chunk-common to the catalog
  |
  | 2003-01-25  Norman Walsh
  |
  | 	* Makefile: Cleanup and support reorganized directories
  |
  | 	* README: Updated versions, copyright, and system identifiers
  |
  | 	* VERSION: Version 2.4.0 released.
  |
  | 	* catalog.xml: Fixed typos
  |
  | 2003-01-16  Norman Walsh
  |
  | 	* autolayout.dtd, catalog.xml, extensions.mod, forms.mod,
  | 	  layout.dtd, namespaces.mod, rddl.mod, website-custom.dtd,
  | 	  website-full.dtd, website.mod: Moved files; this messes up
  | 	  the CVS tags, but I'm doing it anyway :-(
  |
  | 	* website-custom.dtd: Based on Simplified 1.0
  |
  | 2003-01-12  Robert Stayton
  |
  | 	* catalog.xml: New file.
  |
  | 2002-11-17  Norman Walsh
  |
  | 	* VERSION, autolayout.dtd, extensions.mod, forms.mod,
  | 	  layout.dtd, namespaces.mod, rddl.mod, website-custom.dtd,
  | 	  website-full.dtd, website.mod: Bug #636004: fix version
  | 	  numbers
  |
  | 2002-10-16  Norman Walsh
  |
  | 	* website-custom.dtd: Fix typos in comments; correct spelling
  | 	  of qand_a_set PEs; add blockinfo for qandaset
  |
  | 	* website-full.dtd: Fix typos in comments
  |
  | 2002-10-02  Norman Walsh
  |
  | 	* autolayout.dtd, layout.dtd, website.mod: Add headlink
  | 	  element (HTML head 'link')
  |

Changes to website/example/*

  | 2003-02-18  Norman Walsh
  |
  | 	* layout.xml: Moved revisionflag
  |
  | 2003-01-25  Norman Walsh
  |
  | 	* catalog.xml: New file.
  |
  | 2003-01-24  Norman Walsh
  |
  | 	* Makefile: Use Saxon instead of xsltproc because the warnings
  | 	  about realtive namespace URIs bug me
  |
  | 2003-01-16  Norman Walsh
  |
  | 	* about.xml, build-ext.xml, build-make.xml,
  | 	  build-textonly.xml, building.xml, custom.xml, full.xml,
  | 	  layout.xml, olink.xml, param.xml, php.xml, rddl.xml,
  | 	  revflag.xml, rss.xml, test1.xml, test1a.xml, test1b.xml,
  | 	  test2.xml, test3.xml, website.xml, wslayout.xml: Updated DTD
  | 	  URIs
  |
  | 2003-01-12  Robert Stayton
  |
  | 	* build-ext.xml: Added para about using a processor that lacks
  | 	  extension functions.
  |
  | 	* build-make.xml: Corrections to Makefile listing.
  |
  | 2002-10-02  Norman Walsh
  |
  | 	* build-make.xml, layout.xml: Add global headlink and local
  | 	  headlink
  |

Changes to website/xsl/*

  | 2003-02-18  Norman Walsh
  |
  | 	* autolayout.xsl: Updated version numbers to 2.4.1
  |
  | 2003-02-16  Norman Walsh
  |
  | 	* rss.xsl: Check for localTime function before calling it
  |
  | 2003-01-26  Robert Stayton
  |
  | 	* chunk-common.xsl: No longer terminates if exists() function
  | 	  not available. Will not track dependencies, so all files
  | 	  built each time.
  |
  | 2003-01-16  Norman Walsh
  |
  | 	* autolayout.xsl: Update the public and system identifers
  |
  | 2003-01-11  Robert Stayton
  |
  | 	* makefile-dep.xsl: Add optional output-root param so
  | 	  dependency path matches the output path.
  |
  | 2002-11-17  Norman Walsh
  |
  | 	* website-common.xsl: Patch #540597: add rcsdate.format named
  | 	  template
  |
  | 2002-10-02  Norman Walsh
  |
  | 	* autolayout.xsl, head.xsl: Support headlink element
  |
  | 	* chunk-common.xsl: Support references to external pages when
  | 	  using XSLT exists() function to choose build order
  |

Changes to website/tests/*

  | 2002-10-16  Norman Walsh
  |
  | 	* test.xml, testfull.xml: Added XML declarations
  |

Changes to website/schema/*

  | 2003-01-25  Norman Walsh
  |
  | 	* Makefile: New file.
  |

Changes to website/schema/relaxng/*

  | 2003-02-18  Norman Walsh
  |
  | 	* autolayout.rng, extensions.rng, forms.rng, layout.rng,
  | 	  rddl.rng, website-full.rng, website.rng: Updated version
  | 	  numbers to 2.4.1
  |
  | 2003-01-23  Norman Walsh
  |
  | 	* .cvsignore: Ignore websitedb.rng
  |
  | 	* .cvsignore, Makefile: Updated
  |
  | 	* config.xml: Generated
  |
  | 	* config.xml, union.xml: Changed configuration strategy
  |
  | 	* extensions.rng, forms.rng, rddl.rng, website-full.rng,
  | 	  website.rng: Removed extraneous xmlns declaration
  |
  | 	* union.xml: Oops. I did need this file
  |
  | 	* websitedb.rng: This file is generated
  |
  | 2003-01-16  Norman Walsh
  |
  | 	* .cvsignore, Makefile, autolayout.rng, extensions.rng,
  | 	  forms.rng, layout.rng, rddl.rng, union.xml,
  | 	  website-full.rng, website.rng, websitedb.rng: New file.
  |

Changes to website/schema/dtd/*

  | 2003-02-18  Norman Walsh
  |
  | 	* autolayout.dtd, extensions.mod, forms.mod, layout.dtd,
  | 	  namespaces.mod, rddl.mod, website-custom.dtd,
  | 	  website-full.dtd, website.dtd, website.mod: Updated version
  | 	  numbers to 2.4.1
  |
  | 2003-01-25  Norman Walsh
  |
  | 	* Makefile: Cleanup
  |
  | 2003-01-23  Norman Walsh
  |
  | 	* Makefile: New file.
  |
  | 	* website-custom.dtd, website.dtd: Updated version numbers
  |
  | 2003-01-16  Norman Walsh
  |
  | 	* autolayout.dtd, extensions.mod, forms.mod, layout.dtd,
  | 	  namespaces.mod, rddl.mod, website-custom.dtd,
  | 	  website-full.dtd, website.dtd, website.mod: New file.
  |

Revision 1.16 / (download) - annotate - [select for diffs], Sat Feb 19 00:44:52 2005 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.15: +7 -8 lines
Diff to previous 1.15 (colored)

Revert update to 2.5.0 -- htdocs is not ready for this.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Feb 19 00:22:58 2005 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Please pkglint (boolean).

Revision 1.14 / (download) - annotate - [select for diffs], Sat Feb 19 00:22:10 2005 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.13: +7 -6 lines
Diff to previous 1.13 (colored)

Update to 2.5.0.
Changes since version 2.4.1 (2003-02-18)

Changes to website/*

  | 2003-06-22  Norman Walsh
  |
  | 	* VERSION: Version 2.5.0 released.
  |
  | 2003-06-21  Norman Walsh
  |
  | 	* Makefile: Tweaked
  |

Changes to website/example/*

  | 2003-02-20  Robert Stayton
  |
  | 	* olink.xml: Now covers XSL-based olink processing.
  |

Changes to website/xsl/*

  | 2003-06-22  Norman Walsh
  |
  | 	* param.xsl, tabular.xsl: Added table.spacer.image to improve
  | 	  tabular style accessibility. This is a fairly intrusive
  | 	  change, but I think its a significant improvement in
  | 	  accessibility.
  |
  | 2003-05-27  Robert Stayton
  |
  | 	* olink.xsl: Fix typo in test attribute.
  |
  | 2003-04-13  Norman Walsh
  |
  | 	* head.xsl: Feat Req #703116: add type to script
  |
  | 2003-02-26  Jirka Kosek
  |
  | 	* toc-tabular.xsl: Make comparsion safe even if nav.graphics
  | 	  is specified as string type
  |
  | 2003-02-20  Robert Stayton
  |
  | 	* chunk-common.xsl, olink.xsl, website-common.xsl,
  | 	  website-targets.xsl: Added XSL-based olink processing.
  |

Changes to website/example/graphics/*

  | 2003-06-22  Norman Walsh
  |
  | 	* spacer.gif: New file.
  |

Changes to website/schema/relaxng/*

  | 2003-06-22  Norman Walsh
  |
  | 	* autolayout.rng, extensions.rng, layout.rng: Cleanup
  | 	  attributes on script element
  |
  | 	* autolayout.rng, layout.rng, website-full.rng, website.rng:
  | 	  Updated version numbers
  |

Changes to website/schema/dtd/*

  | 2003-06-22  Norman Walsh
  |
  | 	* autolayout.dtd, extensions.mod, forms.mod, layout.dtd,
  | 	  namespaces.mod, rddl.mod, website-custom.dtd,
  | 	  website-full.dtd, website.dtd, website.mod: Updated version
  | 	  numbers
  |
  | 2003-06-21  Norman Walsh
  |
  | 	* autolayout.dtd, layout.dtd, website.mod: Allow type
  | 	  attribute on script
  |

Changes since version 2.3 (2002-09-17)

Changes to website/*

  | 2003-02-18  Norman Walsh
  |
  | 	* VERSION: Version 2.4.1 released.
  |
  | 	* catalog.xml: Added rewrite rules for the schema and xsl
  | 	  directories
  |
  | 	* catalog.xml: Added chunk-common to the catalog
  |
  | 2003-01-25  Norman Walsh
  |
  | 	* Makefile: Cleanup and support reorganized directories
  |
  | 	* README: Updated versions, copyright, and system identifiers
  |
  | 	* VERSION: Version 2.4.0 released.
  |
  | 	* catalog.xml: Fixed typos
  |
  | 2003-01-16  Norman Walsh
  |
  | 	* autolayout.dtd, catalog.xml, extensions.mod, forms.mod,
  | 	  layout.dtd, namespaces.mod, rddl.mod, website-custom.dtd,
  | 	  website-full.dtd, website.mod: Moved files; this messes up
  | 	  the CVS tags, but I'm doing it anyway :-(
  |
  | 	* website-custom.dtd: Based on Simplified 1.0
  |
  | 2003-01-12  Robert Stayton
  |
  | 	* catalog.xml: New file.
  |
  | 2002-11-17  Norman Walsh
  |
  | 	* VERSION, autolayout.dtd, extensions.mod, forms.mod,
  | 	  layout.dtd, namespaces.mod, rddl.mod, website-custom.dtd,
  | 	  website-full.dtd, website.mod: Bug #636004: fix version
  | 	  numbers
  |
  | 2002-10-16  Norman Walsh
  |
  | 	* website-custom.dtd: Fix typos in comments; correct spelling
  | 	  of qand_a_set PEs; add blockinfo for qandaset
  |
  | 	* website-full.dtd: Fix typos in comments
  |
  | 2002-10-02  Norman Walsh
  |
  | 	* autolayout.dtd, layout.dtd, website.mod: Add headlink
  | 	  element (HTML head 'link')
  |

Changes to website/example/*

  | 2003-02-18  Norman Walsh
  |
  | 	* layout.xml: Moved revisionflag
  |
  | 2003-01-25  Norman Walsh
  |
  | 	* catalog.xml: New file.
  |
  | 2003-01-24  Norman Walsh
  |
  | 	* Makefile: Use Saxon instead of xsltproc because the warnings
  | 	  about realtive namespace URIs bug me
  |
  | 2003-01-16  Norman Walsh
  |
  | 	* about.xml, build-ext.xml, build-make.xml,
  | 	  build-textonly.xml, building.xml, custom.xml, full.xml,
  | 	  layout.xml, olink.xml, param.xml, php.xml, rddl.xml,
  | 	  revflag.xml, rss.xml, test1.xml, test1a.xml, test1b.xml,
  | 	  test2.xml, test3.xml, website.xml, wslayout.xml: Updated DTD
  | 	  URIs
  |
  | 2003-01-12  Robert Stayton
  |
  | 	* build-ext.xml: Added para about using a processor that lacks
  | 	  extension functions.
  |
  | 	* build-make.xml: Corrections to Makefile listing.
  |
  | 2002-10-02  Norman Walsh
  |
  | 	* build-make.xml, layout.xml: Add global headlink and local
  | 	  headlink
  |

Changes to website/xsl/*

  | 2003-02-18  Norman Walsh
  |
  | 	* autolayout.xsl: Updated version numbers to 2.4.1
  |
  | 2003-02-16  Norman Walsh
  |
  | 	* rss.xsl: Check for localTime function before calling it
  |
  | 2003-01-26  Robert Stayton
  |
  | 	* chunk-common.xsl: No longer terminates if exists() function
  | 	  not available. Will not track dependencies, so all files
  | 	  built each time.
  |
  | 2003-01-16  Norman Walsh
  |
  | 	* autolayout.xsl: Update the public and system identifers
  |
  | 2003-01-11  Robert Stayton
  |
  | 	* makefile-dep.xsl: Add optional output-root param so
  | 	  dependency path matches the output path.
  |
  | 2002-11-17  Norman Walsh
  |
  | 	* website-common.xsl: Patch #540597: add rcsdate.format named
  | 	  template
  |
  | 2002-10-02  Norman Walsh
  |
  | 	* autolayout.xsl, head.xsl: Support headlink element
  |
  | 	* chunk-common.xsl: Support references to external pages when
  | 	  using XSLT exists() function to choose build order
  |

Changes to website/tests/*

  | 2002-10-16  Norman Walsh
  |
  | 	* test.xml, testfull.xml: Added XML declarations
  |

Changes to website/schema/*

  | 2003-01-25  Norman Walsh
  |
  | 	* Makefile: New file.
  |

Changes to website/schema/relaxng/*

  | 2003-02-18  Norman Walsh
  |
  | 	* autolayout.rng, extensions.rng, forms.rng, layout.rng,
  | 	  rddl.rng, website-full.rng, website.rng: Updated version
  | 	  numbers to 2.4.1
  |
  | 2003-01-23  Norman Walsh
  |
  | 	* .cvsignore: Ignore websitedb.rng
  |
  | 	* .cvsignore, Makefile: Updated
  |
  | 	* config.xml: Generated
  |
  | 	* config.xml, union.xml: Changed configuration strategy
  |
  | 	* extensions.rng, forms.rng, rddl.rng, website-full.rng,
  | 	  website.rng: Removed extraneous xmlns declaration
  |
  | 	* union.xml: Oops. I did need this file
  |
  | 	* websitedb.rng: This file is generated
  |
  | 2003-01-16  Norman Walsh
  |
  | 	* .cvsignore, Makefile, autolayout.rng, extensions.rng,
  | 	  forms.rng, layout.rng, rddl.rng, union.xml,
  | 	  website-full.rng, website.rng, websitedb.rng: New file.
  |

Changes to website/schema/dtd/*

  | 2003-02-18  Norman Walsh
  |
  | 	* autolayout.dtd, extensions.mod, forms.mod, layout.dtd,
  | 	  namespaces.mod, rddl.mod, website-custom.dtd,
  | 	  website-full.dtd, website.dtd, website.mod: Updated version
  | 	  numbers to 2.4.1
  |
  | 2003-01-25  Norman Walsh
  |
  | 	* Makefile: Cleanup
  |
  | 2003-01-23  Norman Walsh
  |
  | 	* Makefile: New file.
  |
  | 	* website-custom.dtd, website.dtd: Updated version numbers
  |
  | 2003-01-16  Norman Walsh
  |
  | 	* autolayout.dtd, extensions.mod, forms.mod, layout.dtd,
  | 	  namespaces.mod, rddl.mod, website-custom.dtd,
  | 	  website-full.dtd, website.dtd, website.mod: New file.
  |

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 1 15:26:29 2005 UTC (7 years, 4 months ago) by darcy
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Fails to build site unless align and valign options are on the same line.
Bump PKGREVISION

Revision 1.12 / (download) - annotate - [select for diffs], Wed Feb 25 11:48:15 2004 UTC (8 years, 3 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

these packages don't need a compiler.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 20 16:25:57 2004 UTC (8 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Set USE_BUILDLINK3 to "yes".  Just defining it is not enough.  This
fixes PR pkg/24500.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 19 21:55:06 2004 UTC (8 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

bl3ify

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 23 17:18:31 2004 UTC (8 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Bump PKGREVISION due to xmlcatmgr update to 2.0beta1

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 17 22:54:12 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.7 / (download) - annotate - [select for diffs], Sat May 3 18:50:05 2003 UTC (9 years ago) by jmmv
Branch: MAIN
Changes since 1.6: +5 -4 lines
Diff to previous 1.6 (colored)

Remove ".orig" files from the work directory before installing the package,
so they don't get copied.
Use pax's -pm flag so that "make print-PLIST" works.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 10 01:28:25 2003 UTC (9 years, 1 month ago) by grant
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

make ${PAX} usage consistent:

- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jan 29 21:31:17 2003 UTC (9 years, 3 months ago) by jmmv
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

Convert the catalog file to the XML Catalog format (okay'ed by grant).
Use textproc/xmlcatmgr/catalogs.mk to register it, with the XML_CATALOGS
variable.  Bump PKGREVISION.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 28 13:03:50 2003 UTC (9 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

we have a patch now, so use it.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 28 10:43:43 2003 UTC (9 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

patch a stylesheet to use local html/docbook.xsl.

bump PKGREVISION.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 18 09:16:58 2003 UTC (9 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.1: +12 -4 lines
Diff to previous 1.1 (colored)

- use xmlcatmgr for catalog handling
- now install files into ${PREFIX}/share/xml/website as per docbook
- improve COMMENT
- bump PKGREVISION

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jan 11 17:16:17 2003 UTC (9 years, 4 months ago) by grant
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of docbook-website 2.3 into the NetBSD packages
collection.

Website is an XML DTD for building web sites.

It makes use of the file system directory structure and supports
standalone pages, multiple ToCs and more.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 11 17:16:17 2003 UTC (9 years, 4 months ago) by grant
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>