From owner-cvs-all Thu Aug 29 14:10:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76D4937B400; Thu, 29 Aug 2002 14:10:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39FD743E42; Thu, 29 Aug 2002 14:10:44 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7TLAiJU074906; Thu, 29 Aug 2002 14:10:44 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7TLAi6Q074905; Thu, 29 Aug 2002 14:10:44 -0700 (PDT) Message-Id: <200208292110.g7TLAi6Q074905@freefall.freebsd.org> From: Ernst de Haan Date: Thu, 29 Aug 2002 14:10:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/javacc Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/29 14:10:44 PDT Modified files: textproc Makefile Added files: textproc/javacc Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: javacc. 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. Submitted by: Andrew Gerweck PR: 37879 Revision Changes Path 1.402 +1 -0 ports/textproc/Makefile 1.1 +71 -0 ports/textproc/javacc/Makefile (new) 1.1 +1 -0 ports/textproc/javacc/distinfo (new) 1.1 +1 -0 ports/textproc/javacc/pkg-comment (new) 1.1 +11 -0 ports/textproc/javacc/pkg-descr (new) 1.1 +197 -0 ports/textproc/javacc/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message