summaryrefslogtreecommitdiff
path: root/devel/tavrasm
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
2021-10-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2020-12-24(devel/tavrasm) Adapt to new bisonmef2-8/+7
2019-12-19Add missing dependency on generated files. Build as C++03.joerg3-11/+14
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-26Drop ONLY_FOR_COMPILER, works at least with clang.joerg1-2/+1
2012-12-12Reset maintainer on his request.wiz1-2/+2
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-21update master site.zafer1-2/+2
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-5/+7
their files via a custom do-install target.
2007-08-08Don't use malloc.h. While here, depend on bison using tools framework,joerg3-5/+17
not directly.
2007-04-20Remove patch-ab, it was removed from distinfo a long time ago.wiz1-13/+0
2006-10-01Update to 1.22 (provided by Joe Talbott in private mail, with somedillo5-31/+18
changes by me). pkgsrc changes: install man page. Changes in 1.22: Several updates for ATmega (new devices, extended I/O etc.) Fixed problem with .db 00
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-06-20USE_TOOLS+=lexminskim1-1/+2
2006-01-03GCC 3.4 tells us to remove the parentheses around the type-id, so removejoerg2-1/+15
them.
2005-06-16Create directories before installing files into them.jlam1-1/+2
2005-02-23Add RMD160 digests.agc1-1/+2
2004-06-12this needs gcc to build.grant1-1/+3
2004-05-07s/malloc.h/stdlib.h for darwin/freebsddanw2-1/+15
2004-03-03update to 1.20:dillo2-7/+7
Added .align directive
2003-09-11Update to 1.19. Closes PR pkg/22711 by Lloyd Parkes. Changes since 1.17:jmmv3-11/+21
1.19 - Messed up applying some of the patches in 1.18 :-( 1.18 - Added support for specifying unsigned integer values [0; 2^32-1] Thanks to Richard Gerrits for pointing out the problem. Added support for specifying Z/Y/Z for adiw, sbiw and movw. Thanks to Richard Barrington for suggesting this. Added support for a bunch of Mega devices. Thanks to Andreas Schwarz for supplying a patch with these. Fixed problems compiling with GCC 3.2 Several people supplied patches, but I was just too busy integrating them. Thanks to Patrick Dreker for supplying the final patch.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2002-08-20update to 1.17 (old distfile no longer available)dillo3-19/+13
changes since last pkgsrc version (1.15): 1.17 - Added support for the BYTE1 (same as LOW) function. Thanks to Timothy Lee for supplying this patch. - Fixed path delimiter problem in include path. I used DOS style '\' causing problems on *NIX. Thanks to Timothy Lee for reporting this. 1.16 - Fixed problem with long macro names. Thanks to Richard Gerrits for reporting this. - Increased maximum identifier length to 64 (and no, this was not the fix to the problem above :). - Added support for using DOS (\13\10) files on *NIX systems. - Change URL to www.tavrasm.org in help/README/...
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-16Initial import of tavrasm-0.15:wiz7-0/+92
tavrasm is an assembler for the Atmel AVR series of microcontrollers. It compiles code written for Atmels AVR DOS assembler. Package provided by Dieter Baron in private communication.