2023-07-08 13:42:46 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
textproc/xmlcatmgr: Tidy up a little bit.
No functional change intended, other than in the console output
formatting.
|
2023-06-27 12:27:36 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
textproc/xmlcatmgr: Handle LOCALBASE/TOOLBASE split.
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-03-29 08:45:56 by Nia Alarie | Files touched by this commit (1) |
Log message:
xmlcatmgr: drop MESSAGE
the pkgsrc guide now comments that MESSAGE should not be used for:
"anything that should be explained in the
installation/configuration documentation that should
come with the package"
xmlcatmgr is commonly installed as a dependency and the MESSAGE file
simply explains what is essentially unix/pkgsrc conventions (share/
is where the static data is, etc/ is where the user-specified data
is), so this is mostly line noise.
|
2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640) |
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
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-11-04 22:43:49 by Roland Illig | Files touched by this commit (155) |
Log message:
textproc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2015-11-25 13:53:42 by Jonathan Perkin | Files touched by this commit (7) |
Log message:
Remove mk/find-prefix.mk usage from the textproc category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
|