Subject: CVS commit: pkgsrc/devel/gputils
From: Manuel Bouyer
Date: 2018-06-25 16:01:45
Message id: 20180625140145.7FAC6FBEC@cvs.NetBSD.org

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

Files:
RevisionActionfile
1.24modifypkgsrc/devel/gputils/Makefile
1.9modifypkgsrc/devel/gputils/PLIST
1.13modifypkgsrc/devel/gputils/distinfo
1.2modifypkgsrc/devel/gputils/patches/patch-libgputils_gparchive.c
1.2modifypkgsrc/devel/gputils/patches/patch-libgputils_gpreadobj.c
1.2modifypkgsrc/devel/gputils/patches/patch-libgputils_gpsystem.c