Bug 113128 - New port: devel/sid LL(1) parser generator
Summary: New port: devel/sid LL(1) parser generator
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 15:40 UTC by Jeroen Ruigrok van der Werven
Modified: 2007-06-06 07:10 UTC (History)
0 users

See Also:


Attachments
sid-1.10.0.shar (1.77 KB, text/plain)
2007-05-29 15:40 UTC, Jeroen Ruigrok van der Werven
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Ruigrok van der Werven 2007-05-29 15:40:04 UTC
	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.

How-To-Repeat: 	N/A
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-05-29 15:57:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-06-06 07:00:25 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-06-06 07:00:36 UTC
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)
_______________________________________________
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"