Ucc is a C compiler which implements the ANSI C89 standard with a few extensions. Ucc is released under BSD license. Ucc is specificaly designed for personal research and assist the undergraduate or graduate in compiler learning. We hope that Ucc will be a seedbed for new ideas and world-class optimizing techniques. Ucc's design and development goals is clear code structure,upstanding extensibility,retargetable and excellent optimization. WWW: http://ucc.sf.net Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed New port added, with minor changes. Thanks!
miwi 2008-08-25 21:11:18 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/ucc Makefile distinfo pkg-descr pkg-plist lang/ucc/files patch-Makefile Log: Ucc is a C compiler which implements the ANSI C89 standard with a few extensions. Ucc is released under BSD license. Ucc is specificaly designed for personal research and assist the undergraduate or graduate in compiler learning. We hope that Ucc will be a seedbed for new ideas and world-class optimizing techniques. Ucc's design and development goals is clear code structure,upstanding extensibility,retargetable and excellent optimization. WWW: http://ucc.sf.net PR: ports/126551 Submitted by: Wen Heping <wenheping at gmail.com> Revision Changes Path 1.601 +1 -0 ports/lang/Makefile 1.1 +23 -0 ports/lang/ucc/Makefile (new) 1.1 +3 -0 ports/lang/ucc/distinfo (new) 1.1 +36 -0 ports/lang/ucc/files/patch-Makefile (new) 1.1 +14 -0 ports/lang/ucc/pkg-descr (new) 1.1 +9 -0 ports/lang/ucc/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"