Summary: | [NEW PORT] devel/afay--improved Ada 95 native aflex and ayacc | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | John Merryweather Cooper <john_m_cooper> | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
John Merryweather Cooper
2006-11-10 02:00:40 UTC
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. 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" State Changed From-To: open->closed New port added. Thanks! |