From owner-freebsd-current Sun Nov 2 06:26:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA21539 for current-outgoing; Sun, 2 Nov 1997 06:26:05 -0800 (PST) (envelope-from owner-freebsd-current) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA21532 for ; Sun, 2 Nov 1997 06:26:00 -0800 (PST) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id JAA07341; Sun, 2 Nov 1997 09:25:50 -0500 (EST) Date: Sun, 2 Nov 1997 09:25:50 -0500 (EST) From: John Fieber To: Jacob Bohn Lorensen cc: Peter Mutsaers , freebsd-current@FreeBSD.ORG Subject: Re: sgmlfmt - again... In-Reply-To: <87sotfr67t.fsf@pippin.jblhome.ping.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 2 Nov 1997, Jacob Bohn Lorensen wrote: > I have installed ports/textproc/{jade,docbook}. I still do not have > any sgmlfmt command, and I also cannot seem to find any pointers to > where I could get one. textproc/sgmlformat If you want to use jade directly with the docbook DTD, try my prototype stylsheet(s)... ftp://fallout.campusview.indiana.edu/pub/sgml/stylesheet-0.1.tar.gz And also look at Norm Walsh's docbook stylsheets at: http://www.berkshire.net/~norm/dsssl/ In either case, you don't need the sgmlformat port. The intention was that the "old" method of processing using the instant command with the perl wrapper (sgmlfmt) would be replaced by jade and a dsssl stylesheet. I just have not had the free time to finish the pulling off the transition. Such is life with volunteer software development. :( -john