Date: Thu, 18 Nov 2004 10:36:29 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/sdcc Makefile distinfo pkg-descr pkg-plist ports/devel/sdcc/files aslink.1 asxxxx.1 makebin.1 packihx.1 patch-Makefile patch-as+Makefile patch-sim+ucsim+avr.src+arith_inst.cc ... Message-ID: <200411181036.iAIAaT9p044360@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
danfe 2004-11-18 10:36:29 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/sdcc Makefile distinfo pkg-descr pkg-plist devel/sdcc/files aslink.1 asxxxx.1 makebin.1 packihx.1 patch-Makefile patch-as+Makefile patch-debugger+mcs51+Makefile.in patch-device+lib+vprintf.c patch-sim+ucsim+avr.src+arith_inst.cc patch-sim+ucsim+doc+Makefile.in patch-sim+ucsim+packages.mk sdcc.1 sdcdb.1 sdcpp.1 serialview.1 ucsim.1 Log: Add SDCC, freeware, retargettable, optimizing ANSI C compiler that targets the Intel 8051, Maxim 80DS390, and Zilog Z80 based MCUs (support for Motorola 68HC08 as well as Microchip PIC16 and PIC18 series is in progress). Approved by: fjoe (mentor, implicit) Partially obtained from: Debian (manpages) Revision Changes Path 1.1730 +1 -0 ports/devel/Makefile 1.14 +81 -0 ports/devel/sdcc/Makefile (new) 1.4 +2 -0 ports/devel/sdcc/distinfo (new) 1.1 +111 -0 ports/devel/sdcc/files/aslink.1 (new) 1.1 +111 -0 ports/devel/sdcc/files/asxxxx.1 (new) 1.1 +30 -0 ports/devel/sdcc/files/makebin.1 (new) 1.1 +20 -0 ports/devel/sdcc/files/packihx.1 (new) 1.1 +12 -0 ports/devel/sdcc/files/patch-Makefile (new) 1.1 +13 -0 ports/devel/sdcc/files/patch-as+Makefile (new) 1.1 +13 -0 ports/devel/sdcc/files/patch-debugger+mcs51+Makefile.in (new) 1.1 +11 -0 ports/devel/sdcc/files/patch-device+lib+vprintf.c (new) 1.1 +74 -0 ports/devel/sdcc/files/patch-sim+ucsim+avr.src+arith_inst.cc (new) 1.1 +11 -0 ports/devel/sdcc/files/patch-sim+ucsim+doc+Makefile.in (new) 1.1 +11 -0 ports/devel/sdcc/files/patch-sim+ucsim+packages.mk (new) 1.1 +445 -0 ports/devel/sdcc/files/sdcc.1 (new) 1.1 +80 -0 ports/devel/sdcc/files/sdcdb.1 (new) 1.1 +259 -0 ports/devel/sdcc/files/sdcpp.1 (new) 1.1 +42 -0 ports/devel/sdcc/files/serialview.1 (new) 1.1 +140 -0 ports/devel/sdcc/files/ucsim.1 (new) 1.3 +29 -0 ports/devel/sdcc/pkg-descr (new) 1.4 +1681 -0 ports/devel/sdcc/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411181036.iAIAaT9p044360>