summaryrefslogtreecommitdiff
path: root/cross/icdprog
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26cross: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be fetched conditionally): ./cross/avr-gcc/distinfo isl-0.24.tar.bz2
2021-10-07cross: Remove SHA1 hashes for distfilesnia1-2/+1
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.
2015-11-03Add SHA512 digests for distfiles for cross categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-01-29DESTDIR supportjoerg1-2/+6
2006-11-28Interix has no nanosleep(3); use usleep(3) directly.tv2-8/+22
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-23Use O_FSYNC for O_SYNC on DragonFly.joerg2-8/+19
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-02-21s/programer/programmer/snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-25Bump revisiontsarna1-1/+2
2003-06-25Add some fixes to serial I/Otsarna2-1/+37
2003-06-07Truncate to 24 linescjep1-27/+5
2003-06-07delintcjep1-4/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-28ICDPROG is a simple command line programmer for Microchip PIC controllers,tsarna5-0/+75
using the Microchip or Olimex ICD (in circuit debugger) as a programmer.