summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-08-19Fix checksums of local sed filesEinhard Leichtfuß
Those checksums changed due to my recent adding of a licensing header to each of them (see commit 9b6e827e7c35c90aadaf2b3bf8b1696dbcadfa3e). The scripts remain functionally identical, so I did not increase the pkgrel.
2025-08-13License PKGBUILDEinhard Leichtfuß
Notes: * The original PKGBUILD for then dictd-gcide was written by Tai Chi Minh Ralph Eastwood. * They are listed as Contributor in the PKGBUILD. * The version written by me, Einhard Leichtfuß, is a re-write, with minor commonalities with the original PKGBUILD. * Specifically, the non-trivial commonalities with my initial version are: - the `pkgdesc` - to use Debian sources - the `--with-local-libmaa` flag to `configure` * Compare `https://github.com/aur-archive/dictd-gcide/master/PKGBUILD`. * I believe that the author of the original PKGBUILD does not hold copyright over the current version of the PKGBUILD.
2025-08-13License .install fileEinhard Leichtfuß
2025-08-13Add licensing information to sed scriptsEinhard Leichtfuß
Notes * This partially follows the REUSE specification. * Directories are not permitted in the AUR, so no `LICENSES/` dir. * Only the sed scripts are licensed (for now). * It is generally unclear how far copyright applies to the sedfiles. * E.g., simple typo fixes should not be covered by copyright (but maybe the code that formalizes them?). * `fixes.sed` was entirely replaced 2025, so only that year was specified for the copyright. * There was some exchange between the `fixes.sed` and `post_webfilter.sed` files, this has been accounted for. * There were originally some changes made by `fixes.sed` based on a diff on Debian versions; these are no longer present (and it is doubtful whether copyright would apply to those changes).
2025-07-14Fix license identifier syntaxEinhard Leichtfuß
2025-07-13Use SPDX license identifierEinhard Leichtfuß
2025-07-13Update to version 0.54Einhard Leichtfuß
Also use new Debian package version (0.48.5+nmu3 -> 0.48.5+nmu4). - This probably does not change anything, but the previous version is no longer available from the standard mirrors. The update required some fiddling with sed (to make the data acceptable to `webfmt`). Most fixes in `fixes.sed` have become obsolete. - The syntax fix w.r.t. book/publ was moved to `post_webfilter.sed` which is (for) now where all the syntax fixes are. - W.r.t. the removed workaround for doubled empty lines, see `TODO.md`. - The workaround had no effect anymore, and the problem is more general.
2024-08-13Update Debian sources to new version 0.48.5+nmu3Einhard Leichtfuß
This should not change anything.
2024-02-19Fix checksum of fixes.sedEinhard Leichtfuß
Thanks to Eidokan (on gitweb) for noticing.
2024-02-19Remove sed from makedependsEinhard Leichtfuß
Not needed because dependency of base-devel. Also, - fixed assignment of replacement to source file in `fixes.sed` (result unchanged).
2023-09-14Update: new Debian package versionEinhard Leichtfuß
2021-07-02Update url to httpsEinhard Leichtfuß
2021-07-02Update .SRCINFOEinhard Leichtfuß
2021-07-02Update to version 0.53Einhard Leichtfuß
This version adopted most of the non dict-specific modifications expressed by `fixes.sed'. This file has could thus have been notably reduced in size. Other changes here: * Use autotools. * fixes.sed * No longer delete lines "This line is printed in <FONT>." * One newfound spelling mistake fixed. * One alleged fix corrected. * Do no longer use `--with-local-libmaa' - failed to build. * Add pronounc.txt to documentation. * Quote everything containing a variable, just to be safe.
2019-01-01Fix indentationEinhard Leichtfuß
2018-12-27Add a few fixes to the dictionary sourceEinhard Leichtfuß
A large part is derived from a diff between 0.48 and Debian's 0.48.5. Also, - split the sed script into one to be executed initially and another one after webfilter. - Use Debian's 0.48.5 instead of 0.48.4 (does not change much). - Correctly set the version of the dictionary (as written by `dict -D'). - Do not patch the Makefile but execute the commands directly. - Simplify prepare() and build(). - Add a check function.
2018-01-29Update to version 0.52Einhard Leichtfuß
2017-08-01Update to version 0.51Einhard Leichtfuß
2017-04-08Update .SRCINFOEinhard Leichtfuß
2017-04-08Add `-j1' as makeflagEinhard Leichtfuß
2016-09-24Updated Author InformationEinhard Leichtfuß
2015-12-11Updated maintainer informationrespiranto
2015-08-25Extended pkgdesc to not prioritize dictd too muchrespiranto
2015-08-25Forgot to update pkgrel in .SRCINFOrespiranto
2015-08-25Changed pkgdesc to include dictdrespiranto
2015-08-25Changed pkgdesc to include dictdrespiranto
2015-08-25Added README.dic to /usr/share/doc/respiranto
2015-08-24replaced 'replaces' by 'provides' and 'conflicts'respiranto
2015-08-23Added restart of dictd after removal in install filerespiranto
2015-08-23Initial uploadrespiranto