Upgrade to a newer version which now matches the supplied PDF

documentation file.  Still not the most recent version though, since
that one would require a more recent (still beta) gcc.
This commit is contained in:
Joerg Wunsch 2001-01-05 17:38:14 +00:00
parent 384a31cc98
commit ec53eb5005
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36828
3 changed files with 7 additions and 11 deletions

View File

@ -6,11 +6,9 @@
#
PORTNAME= avr-libc
PORTVERSION= 20000207
PORTVERSION= 20000514
CATEGORIES= devel
MASTER_SITES= http://www.gwdg.de/~mrickma/avr/snapshot/
DISTNAME= ${PORTNAME}-nma-${PORTVERSION}
EXTRACT_SUFX= .tgz
MASTER_SITES= http://www1.itnet.pl/amelektr/avr/libc/
MAINTAINER= joerg@freebsd.org
@ -32,8 +30,6 @@ post-install:
${MKDIR} ${PREFIX}/share/doc/avr-libc/examples
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README \
${PREFIX}/share/doc/avr-libc
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README.too \
${PREFIX}/share/doc/avr-libc
@for f in avr-recv.c io.c prg progmem.c send_byte.s signal.c;\
do \
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/examples/$$f \

View File

@ -1 +1 @@
MD5 (avr-libc-nma-20000207.tgz) = 8256e25373ab6064cc4ccf4164cf80bb
MD5 (avr-libc-20000514.tar.gz) = 90d0a53ea4fa862fc0031633c60a2500

View File

@ -10,15 +10,14 @@ avr/lib/gcrt1-8535.o
avr/lib/gcrt1-mega103.o
avr/lib/gcrt1-mega603.o
avr/lib/gcrt1-tiny22.o
avr/lib/gcrt1-mega161.o
avr/lib/libc.a
avr/lib/libc-mega.a
avr/lib/libm.a
avr/lib/libm-mega.a
avr/include/crt1init.h
avr/include/ctype.h
avr/include/eeprom.h
avr/include/errno.h
avr/include/ina90.h
avr/include/interrupt.h
avr/include/inttypes.h
avr/include/io-avr.h
@ -34,6 +33,7 @@ avr/include/io4434.h
avr/include/io8515.h
avr/include/io8534.h
avr/include/io8535.h
avr/include/io94k.h
avr/include/iom103.h
avr/include/iom161.h
avr/include/iom603.h
@ -44,17 +44,17 @@ avr/include/iotn15.h
avr/include/iotn22.h
avr/include/iotn28.h
avr/include/math.h
avr/include/pgmspace.h
avr/include/progmem.h
avr/include/setjmp.h
avr/include/sig-avr.h
avr/include/signal.h
avr/include/stdio.h
avr/include/stdlib.h
avr/include/string-avr.h
avr/include/string.h
avr/include/timer.h
avr/include/wdt.h
share/doc/avr-libc/README
share/doc/avr-libc/README.too
share/doc/avr-libc/avr-lib.pdf
share/doc/avr-libc/examples/avr-recv.c
share/doc/avr-libc/examples/io.c