summaryrefslogtreecommitdiff
path: root/cross/avr-libc
AgeCommit message (Collapse)AuthorFilesLines
2012-12-24Not MAKE_JOBS_SAFE, as it turns out.dholland1-1/+2
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-08-30requires doxygen-1.8.2drochner1-2/+2
2012-08-29Just for completeness, bump the doxygen dependency to the latest todsainty1-2/+2
guarantee the correct doxygen dependencies are present.
2012-08-29make the shell pattern to exclude unwanted manpages workdrochner4-7/+9
update PLIST for current doxygen bump PKGREV
2012-08-18Fix PLIST for changes in doxygen output. Bump doxygen dependency.dsainty5-27/+75
Doxygen produces man pages for the build directories too, which we really don't want to install, so patch them out.
2012-08-18The contents of avr-libc are licensed with a Modified BSD License.dsainty1-1/+2
2010-08-05fix PLIST for new doxygen, depend on latest version, bump PKGREVISIONdrochner2-26/+9
2010-06-15Reverse to previous version; there is something else wrong in the package. Itreinoud1-684/+698
doesn't install the header files for one...
2010-06-14Fixup PLIST! It missed files and ad extra files.reinoud1-698/+684
2010-04-05Bump doxygen requirement for previous.jakllsch1-2/+2
2010-04-05Fix avr-libc build/PLIST breakage due to doxygen update, bump package revision.jakllsch4-15/+32
2009-08-27Update to 1.6.7. Upstream changelog is obviously too massive to paste ithasso5-172/+1324
here. All hard update work done by Simon 'corecode' Schubert and minor modifications (DESTDIR etc) by me.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-12/+1
2009-05-28update master site. remove non-working mirror.zafer1-3/+2
2006-12-13Bump PKGREVISION for previous commitwennmach1-2/+2
2006-12-13- Fix build on DragonFlywennmach3-12/+76
- Fix building documentation (PDF files) From Joerg Sonnenberger in private e-mail with some minor modifications by myself. Thanks, Joerg!
2006-06-30Don't use netpbm-*, use netpbm-[0-9]*. Similiar for a bunch ofjoerg1-5/+5
other dependencies. Bump revision.
2006-06-26Somewhere between 1.4.5 and 1.4.7, doxygen changed the structure of therillig2-20/+5
produced documentation files, which led to PLIST mismatches. Fixed the dependency and bumped PKGREVISION.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-7/+6
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-15Upgrade avr-libc to version 1.2.5.wennmach5-176/+178
avr-libc-1.2.5 is the 5th bugfix release after 1.2. The following list shortly summarizes the changes in version 1.2.0 compared to version 1.0.5 of AVR Libc, which was the latest release from the 1.0 release line by the time 1.2.0 was released. * Removal of all items marked as deprecated in the past, namely: o all header files from the base include directory, as they have been moved to the avr/ subdirectory long time ago (e.g. <io.h> is now <avr/io.h>), o deprecated macros and functions (sbi, cbi, inb, outb, inp, outp, inw, outw, BV, PRG_RDB, eeprom_rb, eeprom_rw, eeprom_wb) o <avr/timer.h> removed completely, as it was bogus and not really useful at all * <avr/ina90.h> and <avr/twi.h> have been moved to the new <compat/...> include subdirectory, * The following new devices are supported: o ATmega165 o ATmega325 o ATmega3250 o ATmega645 o ATmega6450 o ATmega48 o ATmega88 o ATmega168 o ATtiny13 o ATtiny2313 o AT90CAN128 * realloc() is now implemented, * the boot API has been changed in a way that is incompatible with the 1.0 API, * the delay API has two new functions added to allow the specification of delays directly in microseconds, or milliseconds, * documentation changes: a newer version of Doxygen is used; Unix-style manual pages are now generated as part of the documentation; a helper script named avr-man can be used to display these manual pages, * a single unified Copyright now applies to all files in AVR Libc.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-30Update avr-libc to 1.0.4 using patches provided by Ola Eriksson inkristerw4-80/+98
PR pkg/28570.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-07-22Harmonize COMMENTs for avr packages.wennmach1-2/+2
2003-07-17avr-libc -- a C and math library for the Atmel AVR controller family.wennmach5-0/+325
Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with several changes by myself. Original package from FreeBSD.