Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2007 06:00:31 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/sid Makefile distinfo pkg-descr
Message-ID:  <200706060600.l5660VCx038444@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2007-06-06 06:00:31 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/sid            Makefile distinfo pkg-descr 
  Log:
  Sid is a LL(1) parser generator that turns specifications of languages into
  programs that recognise those languages. One of the aims of sid was to separate
  the specification of the language to be recognised from the language that the
  recogniser program is written in. For this reason, input to sid is split into
  two components: output language independent information, and output language
  dependent information.
  
  PR:             ports/113128
  Submitted by:   The Akuma Project
  
  Revision  Changes    Path
  1.2777    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/sid/Makefile (new)
  1.1       +3 -0      ports/devel/sid/distinfo (new)
  1.1       +6 -0      ports/devel/sid/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706060600.l5660VCx038444>