summaryrefslogtreecommitdiff
path: root/devel/tpasm
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-6/+8
their files via a custom do-install target.
2006-06-06Uses C++.joerg1-1/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-02-23Add RMD160 digests.agc1-1/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-02Small HOMEPAGE tweak to appease pkglint.sketch1-2/+2
2003-12-02Ensure the same compiler is used to both compile and link the program,sketch2-1/+31
fixing the GCC 3 breakage exhibited in pkg/23424. This also fixes the build using Sun CC on Solaris.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-05do-install:grant1-4/+4
- create directories first, then install files into them. - remove unnecessary trailing slashes.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-29Added installation of user's manualwulf2-2/+6
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16remove this as part of update to 1.0r (forgot to cvs rm first)dmcmahill1-19/+0
2001-04-16update to tpasm-1.0rdmcmahill3-7/+17
Changes are (note our patch got included in < 1 day!): Fixed ldx offset by y instruction in 6502 processor (Thanks Andrew) Makefile was updated so that .o files always end up in their respective directories (Thanks Dan) Makefile was updated to use patterns for locating processors and output file formats. This allows processors and output file formats to be added to the assembler simply by placing their source files into their respective directories. Everything else is automatic.
2001-04-15initial import of tpasm-1.0qdmcmahill6-0/+69
tpasm is a cross assembler for the following microcontrollers. Motorola 6805: 6805 68705 Motorola 68hc11: 68hc11 Rockwell 6502: 6502 65c02 Sunplus SPCxxx: spc08a spc21a spc21a1 spc41a spc41b spc41b1 spc41c spc81a spc121a spc251a spc512a spc500a1 spc1000a spc2000a Intel 8051: 8031 8032 8051 8052 80c390 Microchip PIC: 12c508 12c509 12ce518 12ce519 12c671 12c672 16c505 16c52 16c54 16c55 16c56 16c57 16c58 14000 16c554 16c556 16c558 16c61 16c62 16c620 16c621 16c622 16c63 16c64 16c642 16c65 16c66 16c662 16c67 16c71 16c710 16c711 16c715 16c72 16c73 16c74 16c76 16c77 16f83 16c84 16f84 16f873 16f874 16f876 16f877 16c923 16c924 17c42 17c43 17c44 17c52 17c56 Atmel AVR: avr attiny10 attiny11 attiny12 attiny15 attiny22 attiny28 at90s1200 at90s2313 at90s2323 at90s2333 at90s2343 at90s4414 at90s4433 at90s4434 at90s8515 at90c8534 at90s8535 atmega103 atmega161 Zilog Z80: z80 z180