Bug 105356 - [NEW PORT] devel/afay--improved Ada 95 native aflex and ayacc
Summary: [NEW PORT] devel/afay--improved Ada 95 native aflex and ayacc
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: 2006-11-10 02:00 UTC by John Merryweather Cooper
Modified: 2006-11-14 10:20 UTC (History)
0 users

See Also:


Attachments
afay.shar (6.16 KB, text/plain)
2006-11-10 02:00 UTC, John Merryweather Cooper
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Merryweather Cooper 2006-11-10 02:00:40 UTC

New port.  See attached shar.  The port builds and installs an improved Ada 96 aflex and ayacc.

How-To-Repeat: 

N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-10 02:00:55 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-11-10 08:05:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-11-14 10:17:01 UTC
miwi        2006-11-14 10:16:54 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/afay           Makefile distinfo pkg-descr pkg-plist 
    devel/afay/files     patch-afay_aflex_src_gnat_unix_tognat 
                         patch-afay_ayacc_src_gnat_unix_tognat 
  Log:
  A modified version of Aflex/Ayacc for Ada95 parent/child feature support. A new
  directive "%unit A.B.C" is added, enabling the Ada unit A.B.C to be the parent
  of the generated lexer/parser.
  
  Aflex/Ayacc are copyrighted by the The University of California.
  
  PR:             ports/105356
  Submitted by:   John Merryweather Cooper <john_m_cooper@yahoo.com>
  
  Revision  Changes    Path
  1.2510    +1 -0      ports/devel/Makefile
  1.1       +58 -0     ports/devel/afay/Makefile (new)
  1.1       +3 -0      ports/devel/afay/distinfo (new)
  1.1       +12 -0     ports/devel/afay/files/patch-afay_aflex_src_gnat_unix_tognat (new)
  1.1       +12 -0     ports/devel/afay/files/patch-afay_ayacc_src_gnat_unix_tognat (new)
  1.1       +5 -0      ports/devel/afay/pkg-descr (new)
  1.1       +26 -0     ports/devel/afay/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 4 Martin Wilke freebsd_committer freebsd_triage 2006-11-14 10:19:29 UTC
State Changed
From-To: open->closed

New port added. Thanks!