Bug 80942

Summary: New port: java/castor Support for XML binding (JAXB) and SQL persistence
Product: Ports & Packages Reporter: Adam VanderHook <acidos>
Component: Individual Port(s)Assignee: Herve Quiroz <hq>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Adam VanderHook 2005-05-12 17:50:05 UTC

    
Comment 1 Herve Quiroz freebsd_committer freebsd_triage 2005-05-13 02:51:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hq

I'll handle this. 

It is recommended[1] for new ports not to use 'java' as their main category 
unless they relate strongly to the Java platform itself (e.g. JDKs). Moreover, 
a port shall never be only part of the 'java' category. Do you think of any 
other category (or categories) that the port could be part of? 

[1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-categories.html#AEN788
Comment 2 Adam VanderHook 2005-05-13 14:35:21 UTC
I assumed it was tied in closely enough since it is a BSD-licensed
implementation of Sun's Java API for XML Binding and Java Data Objects
specifications.  It doesn't seem to fit nicely in any categories other
than 'misc' or 'devel'.

-- 
Adam VanderHook
acidos@bandwidth-junkies.net
http://acidos.bandwidth-junkies.net/
Comment 3 Herve Quiroz freebsd_committer freebsd_triage 2005-05-14 18:06:26 UTC
State Changed
From-To: open->closed

New port added to the 'java' category. 

BTW, I set USE_JIKES=no and JAVA_VERSION=1.4 as there seem to be a problem with 
both JDK 1.5 and Jikes. 

I also changed the name of the installed JAR file. It is indeed preferable to 
install JAR files without version numbers (to ease dependencies). 

Thanks for your contribution!