cvs commit: ports/java Makefile ports/java/jflex Makefile distinfo pkg-descr pkg-plist ports/java/jflex/files patch-Makefile patch-jflex

Greg Lewis glewis at FreeBSD.org
Wed Feb 18 11:50:34 PST 2004


glewis      2004/02/18 11:50:33 PST

  FreeBSD ports repository

  Modified files:
    java                 Makefile 
  Added files:
    java/jflex           Makefile distinfo pkg-descr pkg-plist 
    java/jflex/files     patch-Makefile patch-jflex 
  Log:
  Add a port of jflex:
  
  JFlex is a lexical analyzer generator for Java written in Java.
  It is also a rewrite of the very useful tool JLex which was developed
  by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++
  tool flex: They do not share any code though.
  
  WWW: http://www.jflex.de/
  
  I've done some clean up to the submitted version of the port.
  
  PR:             62043
  Submitted by:   Conor McDermottroe <ports at mcdermottroe.com>
  
  Revision  Changes    Path
  1.116     +1 -0      ports/java/Makefile
  1.1       +46 -0     ports/java/jflex/Makefile (new)
  1.1       +2 -0      ports/java/jflex/distinfo (new)
  1.1       +29 -0     ports/java/jflex/files/patch-Makefile (new)
  1.1       +71 -0     ports/java/jflex/files/patch-jflex (new)
  1.1       +6 -0      ports/java/jflex/pkg-descr (new)
  1.1       +64 -0     ports/java/jflex/pkg-plist (new)


More information about the cvs-ports mailing list