Path to this page:
./
textproc/gsed,
GNU implementation of sed, the POSIX stream editor
Branch: CURRENT,
Version: 4.8nb2,
Package name: gsed-4.8nb2,
Maintainer: pkgsrc-usersGNU implementation of the POSIX stream editor `sed'.
Sed (streams editor) isn't really a true text editor or text
processor. Instead, it is used to filter text, i.e., it takes text
input and performs some operation (or set of operations) on it and
outputs the modified text. Sed is typically used for extracting part
of a file using pattern matching or substituting multiple occurrences
of a string within a file.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 1316.453 KB
Version history: (Expand)
- (2022-06-28) Updated to version: gsed-4.8nb2
- (2021-05-25) Updated to version: gsed-4.8nb1
- (2020-01-27) Updated to version: gsed-4.8
- (2019-02-13) Updated to version: gsed-4.7
- (2018-12-21) Updated to version: gsed-4.6
- (2018-04-27) Updated to version: gsed-4.5
CVS history: (Expand)
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
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-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-03-17 23:24:20 by Roland Illig | Files touched by this commit (1) |
Log message:
textproc/gsed: don't use Perl during the build
|
2020-01-27 11:37:33 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
gsed: update to 4.8.
* Noteworthy changes in release 4.8 (2020-01-14) [stable]
** Bug fixes
"sed -i" now creates temporary files with correct umask (limited to \
u=rwx).
Previously sed would incorrectly set umask on temporary files, resulting
in problems under certain fuse-like file systems.
[bug introduced in sed 4.2.1]
** Release
distribute gzip-compressed tarballs once again
** Improvements
a year's worth of gnulib development, including improved DFA performance
|
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-02-13 20:53:52 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
gsed: update to 4.7.
* Noteworthy changes in release 4.7 (2018-12-20) [stable]
** Bug fixes
Some uses of \b in the C locale and with the DFA matcher would fail, e.g.,
the following would mistakenly print "123-x" instead of "123":
echo 123-x|LC_ALL=C sed 's/.\bx//'
Using a multibyte locale or certain regexp constructs (some ranges,
backreferences) would avoid the bug. [bug introduced in sed 4.6]
|