Bug 78327 - new port java/jakarta-poi
Summary: new port java/jakarta-poi
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Herve Quiroz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-02 20:20 UTC by toha
Modified: 2005-05-25 17:37 UTC (History)
0 users

See Also:


Attachments
file.shar (2.79 KB, text/plain)
2005-03-02 20:20 UTC, toha
no flags Details
jakarta-poi.shar (2.80 KB, application/x-shar)
2005-04-18 15:50 UTC, Hervé Quiroz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description toha 2005-03-02 20:20:17 UTC
	New port java/jakarta-poi.

	The POI project consists of APIs for manipulating various file formats
	based upon Microsoft's OLE 2 Compound Document format using pure Java.
	In short, you can read and write MS Excel files using Java. Soon,
	you'll be able to read and write Word files using Java. POI is your
	Java Excel solution as well as your Word Excel solution. However, we
	have a complete API for porting other OLE 2 Compound Document formats
	and welcome others to participate.

Fix: shar:
Comment 1 Herve Quiroz freebsd_committer freebsd_triage 2005-03-02 21:05:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hq

I'll handle this.
Comment 2 Herve Quiroz freebsd_committer freebsd_triage 2005-03-03 18:03:36 UTC
State Changed
From-To: open->feedback

As stated in the Porter's handbook, a Java port should not use the 'java' 
category as its main category unless, the application is strongly related to 
the Java platform itself (e.g. JDKs). Could you think of another, more relevant 
category? 

After a quick look at the shar file, I don't understand why you use different 
DESTJARFILE and JARFILE variables when they are affected to the same value. 
Anyway, I think JARFILE should be ${PORTNAME}.jar as JAR files in ${JAVAJARDIR} 
generally do not have a version number attached. It helps when other ports 
depend on this file.
Comment 3 Hervé Quiroz 2005-04-16 23:29:23 UTC
Hi Anton,

Are you still interested in getting this port added?

Herve
Comment 4 toha 2005-04-17 13:07:03 UTC
>
> Hi Anton,
>
> Are you still interested in getting this port added?
>
> Herve
>

yes
Comment 5 Hervé Quiroz 2005-04-17 23:17:54 UTC
On Sun, Apr 17, 2005 at 03:07:03PM +0300, Anton Yudin wrote:
> > Are you still interested in getting this port added?
> 
> yes

Then could you please answer the questions I asked earlier?

Herve
Comment 6 toha 2005-04-18 09:43:38 UTC
>
> On Sun, Apr 17, 2005 at 03:07:03PM +0300, Anton Yudin wrote:
> > > Are you still interested in getting this port added?
> > 
> > yes
>
> Then could you please answer the questions I asked earlier?
>
> Herve
>

Category can be devel or textproc.
Comment 7 Hervé Quiroz 2005-04-18 15:50:14 UTC
Anton,

Could you review the attached new port? It add the following to your
submitted new port:

- Use 'textproc' as the main category
- Use NO_WRKSUBDIR
- Set USE_JIKES=no as the port does not build with Jikes
- Remove indents in pkg-descr
- Install 'poi.jar' with no indication of the version nor the date of
  build in the name

Herve
Comment 8 toha 2005-04-19 10:55:45 UTC
looks good.
Comment 9 Herve Quiroz freebsd_committer freebsd_triage 2005-05-25 17:34:28 UTC
State Changed
From-To: feedback->closed

New port added. 

I'm really sorry for the lag. I must have skipped over your last reply... 

BTW, I added a dependency on textproc/xalan-j. 

Thanks for your contribution and your patience!