1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to 1.0.20030326.

PR:		ports/50396
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer)
This commit is contained in:
Norikatsu Shigemura 2003-04-06 14:06:36 +00:00
parent 17cd38b994
commit 9f88654114
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78420
3 changed files with 28 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= libc
PORTVERSION= 1.0.20030207
PORTVERSION= 1.0.20030326
CATEGORIES= devel
MASTER_SITES= http://lev.serebryakov.spb.ru/download/msp430/
PKGNAMEPREFIX= msp430-

View File

@ -1 +1 @@
MD5 (msp430-libc-1.0.20030207.tar.bz2) = ae477899149f6f28ababdaf9d0072e69
MD5 (msp430-libc-1.0.20030326.tar.bz2) = 2f324bb69dfa46be244d3c2f6b3984ed

View File

@ -175,6 +175,29 @@
%%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
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/LICENSE.txt
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/README.txt
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/asmlib.S
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/game.c
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/hardware.h
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/history.txt
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/intro.c
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/lchanima.ci
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/logo.c
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/main.c
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/makefile
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/msppong.ci
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/winlogos.ci
%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/winscreen.c
%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/LICENSE.txt
%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/README.txt
%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/asmlib.S
%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/game.c
%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/hardware.h
%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/main.c
%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/makefile
%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/numbers.ci
%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/tiles.ci
@dirrm %%LIBC_TARG%%/include/msp430
@dirrm %%LIBC_TARG%%/include/sys
@dirrm %%LIBC_TARG%%/include
@ -192,6 +215,9 @@
@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/video/TVPong
@dirrm %%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris
@dirrm %%LIBC_TARG%%/share/mspgcc/examples/video
@dirrm %%LIBC_TARG%%/share/mspgcc/examples
@dirrm %%LIBC_TARG%%/share/mspgcc
@unexec rmdir %D/%%LIBC_TARG%%/share 2>/dev/null || true