Bug 37879 - New port: JavaCC, the Java Compiler Compiler
Summary: New port: JavaCC, the Java Compiler Compiler
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: Ernst de Haan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-09 10:00 UTC by Andrew Gerweck
Modified: 2002-08-29 22:15 UTC (History)
0 users

See Also:


Attachments
javacc.port (14.38 KB, text/plain)
2002-05-09 10:00 UTC, Andrew Gerweck
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Gerweck 2002-05-09 10:00:03 UTC
Compiler Compiler for Java.  It's loosely based on Java syntax and generates
executable Java classes.  JavaCC includes tools for building abstract syntax
trees and documentation.
Comment 1 Ernst de Haan freebsd_committer freebsd_triage 2002-05-09 10:07:08 UTC
Responsible Changed
From-To: freebsd-ports->znerd

I'll handle this.
Comment 2 Ernst de Haan freebsd_committer freebsd_triage 2002-08-29 22:08:25 UTC
Looking into this PR (finally, I know).

o I've added 'textproc' to the categories and made that the primary one
o Portlint does not complain (good work!)
o A make install is not fully automated. Could we pass certain parameters
  to the installation class file so that we do not need to answer these?
  After all, when people download from the webgain site, they already
  need to confirm the license...
o A make deinstall produces some errors:

pkg_delete: unable to completely remove directory '/usr/local/share/doc'
pkg_delete: unable to completely remove directory '/usr/local/share/examples'
pkg_delete: unable to completely remove directory 
'/usr/local/share/java/classes'
pkg_delete: unable to completely remove directory '/usr/local/share/java'
pkg_delete: unable to completely remove directory '/usr/local/share'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)

But I will commit the port anyway. We will look into this small problem 
afterwards.


Ernst
Comment 3 Ernst de Haan freebsd_committer freebsd_triage 2002-08-29 22:13:56 UTC
State Changed
From-To: open->closed

Committed, thanks!