summaryrefslogtreecommitdiff
path: root/devel/gputils
AgeCommit message (Collapse)AuthorFilesLines
2016-09-18pkglintdholland1-3/+3
2016-09-14Improve input paranoia and error reporting in gplib, pursuant to thedholland5-2/+75
sdcc3 build problem being discussed on tech-pkg.
2016-03-15Update to 1.4.2.1. Changes since 1.4.0.1:bouyer3-8/+416
Added support for 14 bit EX processors: PIC16F1777/8/9 PIC16F18857 PIC16F18877 More predefined constants in the gpasm. Added the missing DEBUG config option to many processors. Improve the check that Flex is more recent than version 2.5.4. Let "--list-chips" adapt to available screen width. The inc and lkr files are synced with MPLABX 3.15
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-08-22Update to 1.4.0-1. Changes since 1.4.0:bouyer2-6/+6
Extended error and warning messages. Enabled the CONFIG directive on the 12-bit and 14-bit devices. Enabled the IDLOCS directive on the pic18fxxx devices. The gpasm lists the properties of the processors. New predefined constants in the gpasm: __EEPROM_START, etc. The gpdasm shows the names of SFRs and bits, in addition shows the labels in code. The inc and lkr files are synced with MPLABX 2.20
2015-03-12needs flextnn1-2/+2
2015-01-09Needs bison, yacc is not enough.joerg1-2/+2
2014-12-30Update to 1.4.0ryoon3-7/+106
Changelog: * Bugfixes * Improve compatibility with other asm * More microcontroller supports
2013-06-25Explicitly disable HTML doc generation, fixes PLIST errors on systems wherejperkin1-1/+3
it is auto-detected.
2013-06-11Update to 1.2.0ryoon3-726/+932
Changelog: * Bugfixes. * Support more chips.
2013-04-06Fixes:rodent1-2/+2
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-05-14Fix INSTALLATION_DIRS assignment.hans1-2/+2
2010-01-29DESTDIR supportjoerg1-6/+9
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2008-05-02Update to 0.13.5, OK'd by dogcow@. Changes since 0.13.4:bouyer2-6/+6
Added support for many new processors in all families. Added support for CONFIG directive on 18F devices. Support for new COFF format (MPASM default) in gpvo. Fixed bugs.
2007-05-13Update gputils to 0.13.4, OK'd by Tom Spindler.bouyer3-24/+274
CHANGES: [gputils] Updated header files and linker scripts. {gputils] Fixed UPPER to mask with 0xff instead of 0x3f. [gpasm] Mask MOVLB with 0xf instead of 0xff. [gpasm] Fixed default access bit for extended pic16e. [gpasm] Fixed 18xx config bug when config the last section. [gputils] Fixed bsr boundary for 18f2455/2550/4455/4550. [gplib] Allow forward and back slashes as directory delimiters.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-10-24Update gputils to 0.13.3, a bugfix release.dogcow3-8/+9
gplink is the primary file affected; see gputils-0.13.3/ChangeLog for more details.
2005-06-29Update of devel/gputils to 0.13.2.dogcow4-129/+507
Changes between 0.11.6 and 0.13.2 (5 May 2005): * addition of gpstrip * addition of many processors * lots and lots of bugfixes * other minor features too voluminous to mention here * now has man pages!
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
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-08-03Initial commit of gputils-0.11.6, a collection of development tools forwulf4-0/+485
Microchip's PIC micro-processors, replacing obsoleted package gpasm.