2024-11-22 18:07:10 by David H. Gutteridge | Files touched by this commit (23) |  |
Log message:
nedit: update to 5.7
(The upstream change log is incomplete, not going to list here.)
Informed by changes made in pkgsrc-wip by Andrew Randrianasulu and
Benny Siegert. Further/different changes by me.
|
2021-10-26 12:21:45 by Nia Alarie | Files touched by this commit (161) |
Log message:
editors: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:47:53 by Nia Alarie | Files touched by this commit (161) |
Log message:
editors: Remove SHA1 hashes for distfiles
|
2020-05-30 06:14:39 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
nedit: remove two files that haven't been used in twenty years
|
2019-06-08 12:41:00 by Roland Illig | Files touched by this commit (93) |
Log message:
editors/*: let pkglint fix indentation and variable alignment
pkglint -Wall -F -r editors
Manually fixed the changes in editors/nedit since the "fixed" indentation
was wrong.
|
2018-04-21 15:38:07 by Thomas Klausner | Files touched by this commit (28) |
Log message:
*: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2015-11-03 04:32:24 by Alistair G. Crooks | Files touched by this commit (138) |
Log message:
Add SHA512 digests for distfiles for editors category
Problems found with existing distfiles:
distfiles/javascript-2.1b1.el
distfiles/yEd-3.14.2.zip
No changes made to the javascript-mode or yEd 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.
|
2014-04-14 18:41:56 by Greg Troxel | Files touched by this commit (1) |
Log message:
Add comment noting that this project is dead upstream.
|
2014-03-25 13:54:22 by Greg Troxel | Files touched by this commit (3) |
Log message:
Add another missing include of stdint.h, to resolve build on Linux.
From Iain Morgan (again; this was in the previous set and I missed it
while pruning changes that just regenerated distfiles without real
changes).
|