New version. atan2 has been added, and avr-libc-reference.html now

distributed from the master site.
This commit is contained in:
Joerg Wunsch 2001-10-03 15:17:17 +00:00
parent 0c6a982296
commit 09c44ab9cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48398
5 changed files with 8 additions and 1630 deletions

View File

@ -6,9 +6,12 @@
#
PORTNAME= avr-libc
PORTVERSION= 20010717
PORTVERSION= 20010821
CATEGORIES= devel
MASTER_SITES= http://www.amelek.gda.pl/avr/libc/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
avr-libc-reference.html
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= joerg@freebsd.org
@ -39,6 +42,6 @@ post-install:
${PREFIX}/share/doc/avr-libc/examples; \
done
${INSTALL_DATA} ${FILESDIR}/avr-lib.pdf ${PREFIX}/share/doc/avr-libc
${INSTALL_DATA} ${FILESDIR}/avr-libc-reference.html ${PREFIX}/share/doc/avr-libc
${INSTALL_DATA} ${DISTDIR}/avr-libc-reference.html ${PREFIX}/share/doc/avr-libc
.include <bsd.port.mk>

View File

@ -1 +1,2 @@
MD5 (avr-libc-20010717.tar.gz) = 1efd263b14ee59874b5dc17376e1618a
MD5 (avr-libc-20010821.tar.gz) = 34495bc16291b634bae200f700f7d09b
MD5 (avr-libc-reference.html) = e96ede608970d1ff397e4fae5b04d5ec

View File

@ -5,7 +5,3 @@ http://www.enteract.com/~rneswold/avr/avr-lib-beta.pdf
It has been renamed to avr-lib.pdf to remain consistent
with previous versions of the port.
Rich's older avr-lib.pdf is fairly out of date now.
The file avr-libc-reference.html has been obtained from
http://www.bang-gang.org/elektronik/avr/avr-libc-reference.html

File diff suppressed because it is too large Load Diff

View File

@ -7,4 +7,4 @@ EEPROM etc.), as well as a 32-bit floating point math library (-lm).
Everything is designed and implemented to cooperate with avr-gcc and
avr-binutils.
WWW: http://www.gwdg.de/~mrickma/avr/snapshot/
WWW: http://www.amelek.gda.pl/avr/libc/