Commit graph

16 commits

Author SHA1 Message Date
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
sketch
6b3ac01d59 Small HOMEPAGE tweak to appease pkglint. 2003-12-02 18:03:25 +00:00
sketch
bbaaa92f4e Ensure the same compiler is used to both compile and link the program,
fixing the GCC 3 breakage exhibited in pkg/23424.  This also fixes the
build using Sun CC on Solaris.
2003-12-02 17:59:45 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
grant
9253a50d51 do-install:
- create directories first, then install files into them.
- remove unnecessary trailing slashes.
2003-05-05 17:26:37 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
wulf
b12a7d2fa9 Added installation of user's manual 2001-04-29 09:20:33 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
dmcmahill
fc5a1a7e79 remove this as part of update to 1.0r (forgot to cvs rm first) 2001-04-16 00:12:33 +00:00
dmcmahill
a0ee707a4a update to tpasm-1.0r
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-16 00:11:50 +00:00
dmcmahill
646cdc99a9 initial import of tpasm-1.0q
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
2001-04-15 13:02:35 +00:00