From ernst@localhost.jollem.com  Fri Oct 18 16:38:35 2002
Return-Path: <ernst@localhost.jollem.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 949AC37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Oct 2002 16:38:35 -0700 (PDT)
Received: from localhost.jollem.com (uds31-45.dial.hccnet.nl [62.251.45.31])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2A39F43EAA
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Oct 2002 16:38:34 -0700 (PDT)
	(envelope-from ernst@localhost.jollem.com)
Received: from localhost.jollem.com (localhost.jollem.com [127.0.0.1])
	by localhost.jollem.com (8.12.5/8.12.5) with ESMTP id g9INcT2u026582
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Oct 2002 01:38:29 +0200 (CEST)
	(envelope-from ernst@localhost.jollem.com)
Received: (from ernst@localhost)
	by localhost.jollem.com (8.12.5/8.12.5/Submit) id g9INcTCW026581;
	Sat, 19 Oct 2002 01:38:29 +0200 (CEST)
Message-Id: <200210182338.g9INcTCW026581@localhost.jollem.com>
Date: Sat, 19 Oct 2002 01:38:29 +0200 (CEST)
From: Ernst de Haan <znerd@freebsd.org>
Reply-To: Ernst de Haan <znerd@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Create stylebook port
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44251
>Category:       ports
>Synopsis:       new port textproc/xml-stylebook: create Java stylebook port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hq
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 18 16:40:02 PDT 2002
>Closed-Date:    Mon Dec 13 22:55:16 GMT 2004
>Last-Modified:  Mon Dec 13 22:55:16 GMT 2004
>Originator:     Ernst de Haan
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
FreeBSD Project
>Environment:
System: FreeBSD heinz 4.6-STABLE FreeBSD 4.6-STABLE #2: Wed Aug 28 23:38:45 CEST 2002 root@heinz:/usr/obj/usr/src/sys/HEINZ i386
>Description:
We should have a textproc/xml-stylebook port. This is an Apache project
that has no official release (yet?)

This port is needed for building some other ports from sources, like Xerces-J
(textproc/xerces-j)

See:
http://cvs.apache.org/viewcvs.cgi/xml-stylebook/

I've already created a tarball for the port, it could be used as the distfile:
http://people.FreeBSD.org/~znerd/xml-stylebook-0.0.20021019.tar.gz
(also in public_distfiles)
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:

From: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
To: freebsd-gnats-submit@FreeBSD.org, znerd@FreeBSD.org
Cc: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Subject: Re: java/44251: Create stylebook port
Date: Tue, 30 Mar 2004 15:19:58 +0200

 Ernst,
 
 I had a look at your distfile last night.
 
 The main problem is that xml-stylebook depends on Xalan and Xerces, so
 we have a cyclic dependency issue here. There is a solution though:
 install xml-stylebook as a binary port.
 
 But I have another solution in mind. Let me explain it:
 
 We could have two ports for xml-stylebook. The first one,
 xml-stylebook-jar would be a binary port that would only install
 xml-stylebook.jar (the JAR file could even be distfile as it will be the
 only file installed). Next, another port, xml-stylebook would depend on
 xml-stylebook-jar and install the whole xml-stylebook distribution (that
 is with docs for instance).
 
 The xerces-j port would depend on xml-stylebook-jar (BUILD_DEPENDS only)
 to be able to build its documentation from source.
 
 But then, there are some other JAR files that are needed by the xerces-j
 port and which are provided in the Xerces-J-tools-x.x.x.tgz distfile,
 such as xjava.jar (to provide the compile task supporting IBM JDKs,
 AFAIK) and resolver.jar. So we could possibly make a xerces-j-tools port
 that would install those JAR files as well as xml-stylebook.jar. It
 would be a binary port obviously (for cyclic dependency reasons).
 
 What do you think of this?
 
 Herve
Responsible-Changed-From-To: freebsd-java->hq 
Responsible-Changed-By: hq 
Responsible-Changed-When: Tue Oct 26 18:31:53 GMT 2004 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44251 
State-Changed-From-To: open->suspended 
State-Changed-By: hq 
State-Changed-When: Tue Oct 26 18:32:29 GMT 2004 
State-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=44251 
State-Changed-From-To: suspended->closed 
State-Changed-By: hq 
State-Changed-When: Mon Dec 13 22:53:57 GMT 2004 
State-Changed-Why:  
This PR is too old now. 

BTW, textproc/xerces-j builds fine from source without a separate port for 
xml-stylebook. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=44251 
>Unformatted:
