Bug 143858

Summary: [NEW PORT] java/javahelp A system to add online help to Java applications
Product: Ports & Packages Reporter: Robert Farmer <rfarmer>
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Robert Farmer 2010-02-13 07:10:03 UTC
The JavaHelp system is an online help system that developers can use to
add online help to their Java platform applications. The JavaHelp system
is both a JCP specification (JSR 97) and a reference implementation of
that specification. The JavaHelp system open source project includes the
source to the reference implementation.

WWW: https://javahelp.dev.java.net/

Fix: Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-02-13 14:42:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-23 09:49:57 UTC
wen         2010-02-23 09:49:48 UTC

  FreeBSD ports repository

  Modified files:
    java                 Makefile 
  Added files:
    java/javahelp        Makefile distinfo pkg-descr pkg-plist 
  Log:
  The JavaHelp system is an online help system that developers can use to
  add online help to their Java platform applications. The JavaHelp system
  is both a JCP specification (JSR 97) and a reference implementation of
  that specification. The JavaHelp system open source project includes the
  source to the reference implementation.
  
  WWW: https://javahelp.dev.java.net/
  
  PR:             ports/143858
  Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.223     +1 -0      ports/java/Makefile
  1.1       +55 -0     ports/java/javahelp/Makefile (new)
  1.1       +3 -0      ports/java/javahelp/distinfo (new)
  1.1       +7 -0      ports/java/javahelp/pkg-descr (new)
  1.1       +535 -0    ports/java/javahelp/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2010-02-23 09:51:06 UTC
State Changed
From-To: open->closed

New port added. Thanks!