diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-06 14:06:36 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-06 14:06:36 +0000 |
commit | 9f886541142f394625970635529258cc0e3400b3 (patch) | |
tree | af80060d990a023b15bfd1d6fb5dc3e62ce39a3a /devel/msp430-libc | |
parent | Fix pkg-plist. (diff) |
Update to 1.0.20030326.
PR: ports/50396
Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=78420
Diffstat (limited to 'devel/msp430-libc')
-rw-r--r-- | devel/msp430-libc/Makefile | 2 | ||||
-rw-r--r-- | devel/msp430-libc/distinfo | 2 | ||||
-rw-r--r-- | devel/msp430-libc/pkg-plist | 26 |
3 files changed, 28 insertions, 2 deletions
diff --git a/devel/msp430-libc/Makefile b/devel/msp430-libc/Makefile index ef174e4b86be..3c08bb331ced 100644 --- a/devel/msp430-libc/Makefile +++ b/devel/msp430-libc/Makefile @@ -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- diff --git a/devel/msp430-libc/distinfo b/devel/msp430-libc/distinfo index 1bb06087b68e..ee6346d1a6ac 100644 --- a/devel/msp430-libc/distinfo +++ b/devel/msp430-libc/distinfo @@ -1 +1 @@ -MD5 (msp430-libc-1.0.20030207.tar.bz2) = ae477899149f6f28ababdaf9d0072e69 +MD5 (msp430-libc-1.0.20030326.tar.bz2) = 2f324bb69dfa46be244d3c2f6b3984ed diff --git a/devel/msp430-libc/pkg-plist b/devel/msp430-libc/pkg-plist index 5ab9931777c0..4eec2749541d 100644 --- a/devel/msp430-libc/pkg-plist +++ b/devel/msp430-libc/pkg-plist @@ -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 |