diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-22 18:54:00 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-22 18:54:00 +0000 |
commit | 09af94abbb94e92a3890da9100aa8562139f4b9c (patch) | |
tree | 96f9a7fe2bf8ef9645db51c34b08963f6c21efc7 /devel | |
parent | Update to 20021120. (diff) |
Update to 0.1.20021110.
PR: ports/45569
Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=70757
Diffstat (limited to 'devel')
-rw-r--r-- | devel/msp430-libc/Makefile | 4 | ||||
-rw-r--r-- | devel/msp430-libc/distinfo | 2 | ||||
-rw-r--r-- | devel/msp430-libc/pkg-plist | 61 |
3 files changed, 65 insertions, 2 deletions
diff --git a/devel/msp430-libc/Makefile b/devel/msp430-libc/Makefile index a11708ed27dc..540f3bb23871 100644 --- a/devel/msp430-libc/Makefile +++ b/devel/msp430-libc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libc -PORTVERSION= 0.1.20021102 +PORTVERSION= 0.1.20021110 CATEGORIES= devel MASTER_SITES= http://lev.serebryakov.spb.ru/download/msp430/ PKGNAMEPREFIX= msp430- @@ -33,5 +33,7 @@ post-install: @${MKDIR} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/share/mspgcc @tar --exclude CVS -C ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} -cf - examples doc | \ tar -xf - -C ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/share/mspgcc + @tar --exclude CVS -C ${WRKDIR} -cf - examples | \ + tar -xf - -C ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/share/mspgcc .include <bsd.port.mk> diff --git a/devel/msp430-libc/distinfo b/devel/msp430-libc/distinfo index cf2085ad7d6f..e2fc9565e40b 100644 --- a/devel/msp430-libc/distinfo +++ b/devel/msp430-libc/distinfo @@ -1 +1 @@ -MD5 (msp430-libc-0.1.20021102.tar.bz2) = ffa60753b1dab21a0d7a1a8581133175 +MD5 (msp430-libc-0.1.20021110.tar.bz2) = b9aa01b3cdad81a7579b59258bb6952e diff --git a/devel/msp430-libc/pkg-plist b/devel/msp430-libc/pkg-plist index b6ba9b7c268e..a752198d24ff 100644 --- a/devel/msp430-libc/pkg-plist +++ b/devel/msp430-libc/pkg-plist @@ -103,11 +103,56 @@ %%LIBC_TARG%%/share/mspgcc/doc/devheaders.txt %%LIBC_TARG%%/share/mspgcc/doc/doc.txt %%LIBC_TARG%%/share/mspgcc/doc/volatil +%%LIBC_TARG%%/share/mspgcc/examples/LICENSE.txt +%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/Makefile +%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/README.txt +%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/config.h +%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/depend.mak +%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/environ.mak +%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/test.c +%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/usart.c +%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/usart.h +%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/README.txt +%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/font.c +%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/font.h +%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/hardware.h +%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/lcd.c +%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/lcd.h +%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/main.c +%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/makefile +%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/README.txt +%%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 +%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/gfxcore.s +%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/hardware.h +%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/main.c +%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/makefile +%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/titleimage.c +%%LIBC_TARG%%/share/mspgcc/examples/leds/README.txt +%%LIBC_TARG%%/share/mspgcc/examples/leds/hardware.h +%%LIBC_TARG%%/share/mspgcc/examples/leds/main.c +%%LIBC_TARG%%/share/mspgcc/examples/leds/makefile +%%LIBC_TARG%%/share/mspgcc/examples/makefile +%%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard/README.txt +%%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard/hardware.h +%%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard/lcd.c +%%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard/lcd.h +%%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard/main.c +%%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard/makefile %%LIBC_TARG%%/share/mspgcc/examples/rawsources/README %%LIBC_TARG%%/share/mspgcc/examples/rawsources/flash.c %%LIBC_TARG%%/share/mspgcc/examples/rawsources/rand.c %%LIBC_TARG%%/share/mspgcc/examples/reed-solomon/README %%LIBC_TARG%%/share/mspgcc/examples/reed-solomon/nn4.c +%%LIBC_TARG%%/share/mspgcc/examples/tasker/Makefile +%%LIBC_TARG%%/share/mspgcc/examples/tasker/README.txt +%%LIBC_TARG%%/share/mspgcc/examples/tasker/config.h +%%LIBC_TARG%%/share/mspgcc/examples/tasker/depend.mak +%%LIBC_TARG%%/share/mspgcc/examples/tasker/environ.mak +%%LIBC_TARG%%/share/mspgcc/examples/tasker/main.c +%%LIBC_TARG%%/share/mspgcc/examples/tasker/task.c +%%LIBC_TARG%%/share/mspgcc/examples/tasker/task.h %%LIBC_TARG%%/share/mspgcc/examples/tcpip/README %%LIBC_TARG%%/share/mspgcc/examples/tcpip/cs8900.c %%LIBC_TARG%%/share/mspgcc/examples/tcpip/cs8900.h @@ -116,6 +161,15 @@ %%LIBC_TARG%%/share/mspgcc/examples/tcpip/tcpip.c %%LIBC_TARG%%/share/mspgcc/examples/tcpip/tcpip.h %%LIBC_TARG%%/share/mspgcc/examples/tcpip/webside.c +%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/README.txt +%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/fll.h +%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/fll.s +%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/hardware.h +%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/main.c +%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/makefile +%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/miniterm.py +%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/swuart.h +%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/swuart.s @dirrm %%LIBC_TARG%%/include/msp430 @dirrm %%LIBC_TARG%%/include/sys @dirrm %%LIBC_TARG%%/include @@ -123,9 +177,16 @@ @dirrm %%LIBC_TARG%%/lib/msp2 @dirrm %%LIBC_TARG%%/share/mspgcc/doc @dirrm %%LIBC_TARG%%/share/mspgcc/examples/adc +@dirrm %%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART +@dirrm %%LIBC_TARG%%/share/mspgcc/examples/char_lcd +@dirrm %%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd +@dirrm %%LIBC_TARG%%/share/mspgcc/examples/leds +@dirrm %%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard @dirrm %%LIBC_TARG%%/share/mspgcc/examples/rawsources @dirrm %%LIBC_TARG%%/share/mspgcc/examples/reed-solomon +@dirrm %%LIBC_TARG%%/share/mspgcc/examples/tasker @dirrm %%LIBC_TARG%%/share/mspgcc/examples/tcpip +@dirrm %%LIBC_TARG%%/share/mspgcc/examples/timerA_uart @dirrm %%LIBC_TARG%%/share/mspgcc/examples @dirrm %%LIBC_TARG%%/share/mspgcc @unexec rmdir %D/%%LIBC_TARG%%/share 2>/dev/null || true |