summaryrefslogtreecommitdiff
path: root/devel/gputils
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-03-27Fix shell portabilityjoerg2-1/+24
2020-01-26all: migrate some SourceForge homepage URLs back from https to httprillig1-2/+2
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html In the above commit, the homepage URLs were migrated from http to https, assuming that SourceForge would use the same host names for both http and https connections. This assumption was wrong. Their documentation at https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states that the https URLs use the domain sourceforge.io instead. To make the homepages from the above commit reachable again, pkglint has been extended to check for reachable homepages. This check is only enabled when the --network command line option is given. Each of the homepages that referred to https://$project.sourceforge.net before was migrated to https://$project.sourceforge.io (27), and if that was not reachable, to the fallback URL http://$project.sourceforge.net (163).
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2018-12-09Removed commented-out PKGREVISIONsadam1-2/+1
2018-06-25update gputils to 1.5.0. Changes since 1.4.2:bouyer6-41/+69
Several pre-defined constant and variable in the gpasm. Extension of error and messg directives: These directives - inside of the parameter string - recognize and execute the #v() macro. New directives: __badrom, assume, elif, elifdef, elifndef New gplink feature: Remove the unnecessary banksel and pagesel directives. The errorlevel directive accept number ranges. E.g. +303-310 or -303-310 The gpvo utility use the disassembler to decode the program memory sections. The gplink save the local RAM symbols to COD file. The ".direct" directive - inside of the parameter string - recognize and execute the #v() macro. The length of source file names in COD file, now 256 bytes long instead of 64 bytes. The gpvc utility thereafter also able to correctly detect the shorter names. The inc and lkr files are synced with MPLABX 3.35
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.