- upgrade to version 0.1.20021102
- portlint PR: ports/45163 Submitted by: maintainer
This commit is contained in:
parent
336d2bb08c
commit
a2aaa96aaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69877
4 changed files with 20 additions and 4 deletions
|
@ -6,10 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= libc
|
||||
PORTVERSION= 0.1.20021016
|
||||
PORTVERSION= 0.1.20021102
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://lev.serebryakov.spb.ru/download/msp430/
|
||||
PKGNAMEPREFIX= msp430-
|
||||
DISTFILES= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= lev@serebryakov.spb.ru
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libc-0.1.20021016.tar.bz2) = 0588d1b92316fa6ceb3639ce9e1b3292
|
||||
MD5 (msp430-libc-0.1.20021102.tar.bz2) = ffa60753b1dab21a0d7a1a8581133175
|
||||
|
|
|
@ -1 +1 @@
|
|||
libc for TI's msp430 MCUs cross-development
|
||||
Libc for TI's msp430 MCUs cross-development
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
%%LIBC_TARG%%/include/msp430/basic_timer.h
|
||||
%%LIBC_TARG%%/include/msp430/common.h
|
||||
%%LIBC_TARG%%/include/msp430/compa.h
|
||||
%%LIBC_TARG%%/include/msp430/dac12.h
|
||||
%%LIBC_TARG%%/include/msp430/dma.h
|
||||
%%LIBC_TARG%%/include/msp430/eprom.h
|
||||
%%LIBC_TARG%%/include/msp430/flash.h
|
||||
%%LIBC_TARG%%/include/msp430/gpio.h
|
||||
|
@ -30,6 +32,8 @@
|
|||
%%LIBC_TARG%%/include/msp430x12x2.h
|
||||
%%LIBC_TARG%%/include/msp430x13x.h
|
||||
%%LIBC_TARG%%/include/msp430x14x.h
|
||||
%%LIBC_TARG%%/include/msp430x15x.h
|
||||
%%LIBC_TARG%%/include/msp430x16x.h
|
||||
%%LIBC_TARG%%/include/msp430x31x.h
|
||||
%%LIBC_TARG%%/include/msp430x32x.h
|
||||
%%LIBC_TARG%%/include/msp430x33x.h
|
||||
|
@ -41,8 +45,14 @@
|
|||
%%LIBC_TARG%%/include/stdio.h
|
||||
%%LIBC_TARG%%/include/stdlib.h
|
||||
%%LIBC_TARG%%/include/string.h
|
||||
%%LIBC_TARG%%/include/sys/_ansi.h
|
||||
%%LIBC_TARG%%/include/sys/_types.h
|
||||
%%LIBC_TARG%%/include/sys/cdefs.h
|
||||
%%LIBC_TARG%%/include/sys/config.h
|
||||
%%LIBC_TARG%%/include/sys/fdlibm.h
|
||||
%%LIBC_TARG%%/include/sys/ieeefp.h
|
||||
%%LIBC_TARG%%/include/sys/inttypes.h
|
||||
%%LIBC_TARG%%/include/sys/reent.h
|
||||
%%LIBC_TARG%%/include/sys/types.h
|
||||
%%LIBC_TARG%%/lib/crt430x110.o
|
||||
%%LIBC_TARG%%/lib/crt430x1101.o
|
||||
|
@ -60,6 +70,12 @@
|
|||
%%LIBC_TARG%%/lib/crt430x147.o
|
||||
%%LIBC_TARG%%/lib/crt430x148.o
|
||||
%%LIBC_TARG%%/lib/crt430x149.o
|
||||
%%LIBC_TARG%%/lib/crt430x155.o
|
||||
%%LIBC_TARG%%/lib/crt430x156.o
|
||||
%%LIBC_TARG%%/lib/crt430x157.o
|
||||
%%LIBC_TARG%%/lib/crt430x167.o
|
||||
%%LIBC_TARG%%/lib/crt430x168.o
|
||||
%%LIBC_TARG%%/lib/crt430x169.o
|
||||
%%LIBC_TARG%%/lib/crt430x311.o
|
||||
%%LIBC_TARG%%/lib/crt430x312.o
|
||||
%%LIBC_TARG%%/lib/crt430x313.o
|
||||
|
@ -100,7 +116,6 @@
|
|||
%%LIBC_TARG%%/share/mspgcc/examples/tcpip/tcpip.c
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/tcpip/tcpip.h
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/tcpip/webside.c
|
||||
@exec mkdir -p %D/%%LIBC_TARG%%/share/mspgcc/examples/adc
|
||||
@dirrm %%LIBC_TARG%%/include/msp430
|
||||
@dirrm %%LIBC_TARG%%/include/sys
|
||||
@dirrm %%LIBC_TARG%%/include
|
||||
|
|
Loading…
Reference in a new issue