Path to this page:
./
devel/gputils,
Collection of tools for Microchips PIC micro-processors
Branch: CURRENT,
Version: 1.5.0,
Package name: gputils-1.5.0,
Maintainer: dogcowGPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers.
It includes gpasm, gplink, and gplib. It's distributed under the terms of
the GNU Public License. See the gnupic page (http://www.gnupic.org/) for
other GNU PIC tools such as gpsim, a gputils compatible simulator.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 12847.048 KB
Version history: (Expand)
- (2018-06-25) Updated to version: gputils-1.5.0
- (2017-11-23) Package has been reborn
- (2016-09-14) Updated to version: gputils-1.4.2.1nb1
- (2016-03-16) Updated to version: gputils-1.4.2.1
- (2015-08-24) Updated to version: gputils-1.4.0-1
- (2014-12-31) Updated to version: gputils-1.4.0
CVS history: (Expand)
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
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-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-03-27 21:53:53 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix shell portability
|
2020-01-26 06:26:29 by Roland Illig | Files touched by this commit (189) |
Log message:
all: migrate some SourceForge homepage URLs back from https to http
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-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
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-09 22:05:37 by Adam Ciarcinski | Files touched by this commit (53) |
Log message:
Removed commented-out PKGREVISIONs
|
2018-06-25 16:01:45 by Manuel Bouyer | Files touched by this commit (6) | |
Log message:
update gputils to 1.5.0. Changes since 1.4.2:
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-18 07:28:02 by David A. Holland | Files touched by this commit (1) |
Log message:
pkglint
|