From owner-cvs-all@FreeBSD.ORG Tue Jul 22 22:37:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EADDB106566C; Tue, 22 Jul 2008 22:37:20 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E5B738FC17; Tue, 22 Jul 2008 22:37:20 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6MMbKaa050315; Tue, 22 Jul 2008 22:37:20 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6MMbKuW050314; Tue, 22 Jul 2008 22:37:20 GMT (envelope-from gabor) Message-Id: <200807222237.m6MMbKuW050314@repoman.freebsd.org> From: Gabor Kovesdan Date: Tue, 22 Jul 2008 22:37:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/docbook-500 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2008 22:37:21 -0000 gabor 2008-07-22 22:37:20 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/docbook-500 Makefile distinfo pkg-descr pkg-plist Log: DocBook is a general purpose XML schema particularly well suited to books and papers about computer hardware and software (though it is by no means limited to these applications). The Version 5.0 release is a complete rewrite of DocBook in RELAX NG. The intent of this rewrite is to produce a schema that is true to the spirit of DocBook while simultaneously removing inconsistencies that have arisen as a natural consequence of DocBook's long, slow evolution. The Technical Committee has taken this opportunity to simplify a number of content models and tighten constraints where RELAX NG makes that possible. The Technical Committee provides the DocBook 5.0 schema in other schema languages, including W3C XML Schema and an XML DTD, but the RELAX NG Schema is now the normative schema. WWW: http://www.docbook.org/specs/docbook-5.0-spec-cd-04.html Revision Changes Path 1.1250 +1 -0 ports/textproc/Makefile 1.1 +126 -0 ports/textproc/docbook-500/Makefile (new) 1.1 +3 -0 ports/textproc/docbook-500/distinfo (new) 1.1 +16 -0 ports/textproc/docbook-500/pkg-descr (new) 1.1 +38 -0 ports/textproc/docbook-500/pkg-plist (new)