Bug 155116 - new port: devel/antlr2-python-runtime, ANTLR v2 python runtime library
Summary: new port: devel/antlr2-python-runtime, ANTLR v2 python runtime library
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-28 11:30 UTC by Gleb Popov
Modified: 2011-06-27 16:41 UTC (History)
0 users

See Also:


Attachments
file.shar (2.59 KB, text/plain)
2011-02-28 11:30 UTC, Gleb Popov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gleb Popov freebsd_committer freebsd_triage 2011-02-28 11:30:11 UTC
This port provides a python library, which needed for running ANTLR-generated python code.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-06-26 08:15:45 UTC
miwi        2011-06-26 07:15:35 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/antlr2-python-runtime Makefile distinfo pkg-descr 
                                pkg-plist 
  Log:
  ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
  language tool that provides a framework for constructing recognizers,
  compilers, and translators from grammatical descriptions containing
  C++ or Java actions.
  
  This port is used to run python code generated by ANTLR.
  
  WWW: http://www.antlr2.org
  
  PR:             ports/155116
  Submitted by:   arrowdodger <6yearold at gmail.com>
  
  Revision  Changes    Path
  1.4395    +1 -0      ports/devel/Makefile
  1.1       +34 -0     ports/devel/antlr2-python-runtime/Makefile (new)
  1.1       +2 -0      ports/devel/antlr2-python-runtime/distinfo (new)
  1.1       +8 -0      ports/devel/antlr2-python-runtime/pkg-descr (new)
  1.1       +5 -0      ports/devel/antlr2-python-runtime/pkg-plist (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"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-06-27 16:41:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!