Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-08 | Use TeX Live packages instead of teTeX to build documentation. | minskim | 1 | -5/+4 | |
2011-03-28 | update PLIST. Fixes install. | zafer | 1 | -2/+1 | |
2010-02-19 | Use correct permissions on the config files. | joerg | 1 | -2/+3 | |
2010-02-08 | Update to avrdude-5.10. | jakllsch | 6 | -40/+48 | |
pkgsrc changes: Rework AVRISP mkII stall workaround. summary of upstream changes since 5.8: - Fix problem with loading intel hex rom files that exceed 0x10000 bytes. - Fix FreeBSD default serial port name. - jtagmkII.c: If entering JTAG mode fails with a bad JTAG ID message, retry with external reset applied (in case the target is in sleep mode or has asserted the JTD bit). - Fix build for GNU/kFreeBSD. | |||||
2010-01-26 | Work around AVRISP mkII sync timeout/retry on NetBSD. I'm guessing this | jakllsch | 9 | -21/+36 | |
is really a oddity of NetBSD's USB stack, but this seems to work too. Also, hello nb2 and set LICENSE. (This commit bumps most of the patch files only because of pkgdiff timestamp formatting differences. Sigh.) | |||||
2010-01-20 | Enable USB programmers (such as AVRISP mkII) by adding libusb dependency. | jakllsch | 1 | -1/+3 | |
Thereby hitherto forth yonder the revision is bumped. | |||||
2010-01-04 | Not MAKE_JOBS_SAFE. | joerg | 1 | -1/+2 | |
2009-08-27 | Update to 5.8. Upstream changelog is obviously too massive to paste it | hasso | 9 | -77/+85 | |
here. All hard update work done by Simon 'corecode' Schubert and minor modifications by me. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+1 | |
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 1 | -2/+2 | |
major change. Reported by Robert Elz in PR 41345. | |||||
2009-02-25 | Let avrdude depend on dvipsk because teTeX-bin no longer provides dvips. | minskim | 1 | -1/+3 | |
2008-06-12 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2007-12-21 | Depend on yacc, lex and flex as needed. Fixes PR 37586. | joerg | 1 | -2/+2 | |
2007-12-02 | Some more packages need lex and yacc. Patch by Aleksey Cheusov on | rillig | 1 | -2/+2 | |
pkgsrc-users. | |||||
2007-09-28 | Repair compilation on sunos and maybe others. Added some missing | dmcmahill | 7 | -123/+176 | |
autoconf tests, fixed a non portable call to the shell builtin test, and use the pkgsrc DEFAULT_SERIAL_DEVICE variable for setting the serial device. | |||||
2006-12-11 | Update avrdude to version 5.2. | wennmach | 13 | -415/+180 | |
Significant enhancements in this version are: o Support for JTAGICE MkII device o New devices supported: - AT90CAN128 ... o Support for STK500 Version 2 Protocol (the latter being the principal reason for the update, as the recent firmware on the STK500 development boards requires protocol version 2) | |||||
2006-08-10 | Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed | minskim | 1 | -2/+2 | |
shortly. | |||||
2006-08-03 | Reset maintainer, email bounced with: | wiz | 1 | -2/+2 | |
Mailbox closed for this recipient | |||||
2006-05-13 | Remove references to teTeX1. | minskim | 1 | -2/+2 | |
2006-03-22 | * Remove outdates texinfo.tex file from doc directory that was breaking | jlam | 2 | -6/+11 | |
modern etex by forcing it to output pdf instead of dvi. * List the info files directly in the PLIST. | |||||
2006-03-05 | * Teach the tools framework how to supply the pkgsrc version of | jlam | 1 | -3/+3 | |
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
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-11-11 | Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT | tonio | 1 | -3/+3 | |
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions | |||||
2005-11-08 | convert to use tex.buildlink3.mk. | tonio | 1 | -2/+4 | |
use BUILD_DEPMETHOD=build | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-02 | Fix html manual generation with texi2html, | wiz | 5 | -7/+42 | |
and depend on latest version, since it causes PLIST changes. Adapt PLIST. Bump PKGREVISION. | |||||
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2004-10-18 | Add readline prerequisite. | rumble | 1 | -1/+5 | |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -1/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-01-13 | Remove info files from PLIST files. | seb | 1 | -2/+1 | |
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 | |
2003-08-07 | Use GNU_CONFIGURE and fix its arguments accordingly. | seb | 2 | -6/+7 | |
Handle info files properly. | |||||
2003-07-22 | Harmonize COMMENTs for avr packages. | wennmach | 1 | -2/+2 | |
2003-07-17 | avrdude - Program for programming the on-chip memory of Atmel AVR CPUs | wennmach | 10 | -0/+389 | |
Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with several changes by myself. Original package from FreeBSD. |