diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-08-03 10:56:19 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-08-03 10:56:19 +0000 |
commit | 9616a8956c591add7d8ff0138b5bc7f51baada1c (patch) | |
tree | b16d61dd8103d9f7b5aa387f6c12558a82df2647 /devel | |
parent | 1eab089e6e6ec30bd91ee1e5366a74dd6e3bd05f (diff) | |
download | ports-9616a8956c591add7d8ff0138b5bc7f51baada1c.tar.gz ports-9616a8956c591add7d8ff0138b5bc7f51baada1c.zip |
Update to latest snapshot.
Notes
Notes:
svn path=/head/; revision=115337
Diffstat (limited to 'devel')
-rw-r--r-- | devel/msp430-libc/Makefile | 2 | ||||
-rw-r--r-- | devel/msp430-libc/distinfo | 4 | ||||
-rw-r--r-- | devel/msp430-libc/pkg-plist | 18 |
3 files changed, 21 insertions, 3 deletions
diff --git a/devel/msp430-libc/Makefile b/devel/msp430-libc/Makefile index c178cd6f778f..89ca6805d6a1 100644 --- a/devel/msp430-libc/Makefile +++ b/devel/msp430-libc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libc -PORTVERSION= 1.0.20040405 +PORTVERSION= 1.0.20040716 CATEGORIES= devel MASTER_SITES= http://lev.serebryakov.spb.ru/download/msp430/ PKGNAMEPREFIX= msp430- diff --git a/devel/msp430-libc/distinfo b/devel/msp430-libc/distinfo index d0148ca36641..8218a5662282 100644 --- a/devel/msp430-libc/distinfo +++ b/devel/msp430-libc/distinfo @@ -1,2 +1,2 @@ -MD5 (msp430-libc-1.0.20040405.tar.bz2) = 380e363d41245d8b5f467da1ada58a32 -SIZE (msp430-libc-1.0.20040405.tar.bz2) = 366793 +MD5 (msp430-libc-1.0.20040716.tar.bz2) = 301b6bd0f22e535c7b009f5535020721 +SIZE (msp430-libc-1.0.20040716.tar.bz2) = 376432 diff --git a/devel/msp430-libc/pkg-plist b/devel/msp430-libc/pkg-plist index 55e34e8e9bc2..a94e6ab8825c 100644 --- a/devel/msp430-libc/pkg-plist +++ b/devel/msp430-libc/pkg-plist @@ -119,6 +119,9 @@ %%LIBC_TARG%%/lib/crt430xE423.o %%LIBC_TARG%%/lib/crt430xE425.o %%LIBC_TARG%%/lib/crt430xE427.o +%%LIBC_TARG%%/lib/crt430xG437.o +%%LIBC_TARG%%/lib/crt430xG438.o +%%LIBC_TARG%%/lib/crt430xG439.o %%LIBC_TARG%%/lib/crt430xW423.o %%LIBC_TARG%%/lib/crt430xW425.o %%LIBC_TARG%%/lib/crt430xW427.o @@ -149,6 +152,14 @@ %%LIBC_TARG%%/share/mspgcc/examples/cplusplus/leds/hardware.h %%LIBC_TARG%%/share/mspgcc/examples/cplusplus/leds/makefile %%LIBC_TARG%%/share/mspgcc/examples/cplusplus/leds/obsleds.cpp +%%LIBC_TARG%%/share/mspgcc/examples/fet_spi_irq/hardware.h +%%LIBC_TARG%%/share/mspgcc/examples/fet_spi_irq/irqspi.S +%%LIBC_TARG%%/share/mspgcc/examples/fet_spi_irq/irqspi.h +%%LIBC_TARG%%/share/mspgcc/examples/fet_spi_irq/main.c +%%LIBC_TARG%%/share/mspgcc/examples/fet_spi_irq/makefile +%%LIBC_TARG%%/share/mspgcc/examples/fet_spi_irq/spicontrol_gui.py +%%LIBC_TARG%%/share/mspgcc/examples/fet_spi_irq/spicontrol_gui.wxg +%%LIBC_TARG%%/share/mspgcc/examples/fet_spi_irq/spicontroller.py %%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/gfxbasic.c %%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/gfxbasic.h %%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/gfxcore.h @@ -677,6 +688,11 @@ %%LIBC_TARG%%/share/mspgcc/examples/slac019/fet440_wdt01.c %%LIBC_TARG%%/share/mspgcc/examples/slac019/fet440_wdt02.c %%LIBC_TARG%%/share/mspgcc/examples/slac019/Makefile +%%LIBC_TARG%%/share/mspgcc/examples/stackcheck/README.txt +%%LIBC_TARG%%/share/mspgcc/examples/stackcheck/gdb-sim.ini +%%LIBC_TARG%%/share/mspgcc/examples/stackcheck/hardware.h +%%LIBC_TARG%%/share/mspgcc/examples/stackcheck/main.c +%%LIBC_TARG%%/share/mspgcc/examples/stackcheck/makefile %%LIBC_TARG%%/share/mspgcc/examples/tasker/config.h %%LIBC_TARG%%/share/mspgcc/examples/tasker/main.c %%LIBC_TARG%%/share/mspgcc/examples/tasker/Makefile @@ -744,6 +760,7 @@ @dirrm %%LIBC_TARG%%/share/mspgcc/examples/char_lcd @dirrm %%LIBC_TARG%%/share/mspgcc/examples/cplusplus/leds @dirrm %%LIBC_TARG%%/share/mspgcc/examples/cplusplus +@dirrm %%LIBC_TARG%%/share/mspgcc/examples/fet_spi_irq @dirrm %%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd @dirrm %%LIBC_TARG%%/share/mspgcc/examples/leds @dirrm %%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard @@ -776,6 +793,7 @@ @dirrm %%LIBC_TARG%%/share/mspgcc/examples/slaa150 @dirrm %%LIBC_TARG%%/share/mspgcc/examples/slaa151 @dirrm %%LIBC_TARG%%/share/mspgcc/examples/slaa168 +@dirrm %%LIBC_TARG%%/share/mspgcc/examples/stackcheck @dirrm %%LIBC_TARG%%/share/mspgcc/examples/tasker @dirrm %%LIBC_TARG%%/share/mspgcc/examples/tcpip @dirrm %%LIBC_TARG%%/share/mspgcc/examples/timerA_uart |