summaryrefslogtreecommitdiff
path: root/emulators/compat60
AgeCommit message (Collapse)AuthorFilesLines
2021-11-15compat*: use BLAKE2swiz1-11/+11
2021-10-07emulators: Remove SHA1 hashes for distfilesnia1-11/+1
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.
2019-04-27compat60: add SHA512 checksumswiz1-1/+11
2015-05-03fix compat60 (and strip down a lot to a backward compatibility packagespz7-121/+42
to NetBSD 6.1) introduce compat61 (and compat61-x11 with it) as a backward compatibility package to NetBSD 7 add compat61* to mk/emulator/netbsd-compat.mk and emulators/Makefile some sort of version for the binary compat packages might have been useful, maybe abusing the DIST_SUBDIR? compat61 is likely to change if/when NetBSD 6.2 is released
2013-02-17NetBSD compat packages. They chain each other so if you're on NetBSD-6.0spz9-0/+201
and want NetBSD-5.0 compatibility, compat50 will depend on compat51 to bridge the gap. There is currently no need for a compat52, nor for a compat60-x11. The compat tarballs may be larger than strictly necessary. Testing was 'lightly', so there's probably Room for Improvement (tm).