Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ugrep-3.11.1-bp155.1.4 RPM for ppc64le

From OpenSuSE Leap 15.5 for ppc64le

Name: ugrep Distribution: SUSE Linux Enterprise 15 SP5
Version: 3.11.1 Vendor: openSUSE
Release: bp155.1.4 Build date: Wed May 17 17:21:00 2023
Group: Productivity/File utilities Build host: obs-power9-13
Size: 2807584 Source RPM: ugrep-3.11.1-bp155.1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/Genivia/ugrep
Summary: Universal grep: a feature-rich grep implementation with focus on speed
Ugrep supports an interactive query UI and can search file systems, source
code, text, binary files, archives, compressed files, documents and use
fuzzy search.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sun Apr 02 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.11.1:
    * Smarter interactive navigation in the TUI when option --tree is
      used with option -l or -c
* Sun Mar 19 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.11.0:
    * Update --format output when used with option -o to also enable
      option -u to show all matches automatically;
    * improve --json, --xml, --csv output when used with option -o
    * update option -o output with headings (when applicable) for
      every match like GNU grep
    * update options --format and --replace field %m to output the
      number of matches sequentially
    * new --format and --replace field %M outputs number of matching
      lines
* Sat Mar 18 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.10.1:
    * Fix a performace issue with specific regex patterns when used
      with case-insensitive pattern matching
* Wed Mar 01 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.10.0:
    * This release adds the option --tree to output directory trees
      of files for the options -l (--files-with-matches),
    - L (--files-withou-match), and -c (--count)
    * The option --pretty was updated to to enable --tree when output
      is sent to  a terminal. This can be disabled with --no-tree.
* Wed Feb 01 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.9.7:
    * handle gnutar archive extension field formats to search huge
      files (>4GB) stored in (gnu) tar archives
  - includes changes gro 3.9.6:
    * Fixed a Unicode-specific regex pattern syntax issue that caused
      a valid regex pattern to produce a regex syntax error message
* Sun Jan 15 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.9.5:
    * Fix option -l (files-with-matches) when used with option -z
      (decompress) which would sometimes show duplicates when a
      compressed files had many matches
* Thu Jan 05 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.9.4:
    * fix spurious 0 byte in tar filename output results
    * fix support for PCRE2 prior 10.34
* Fri Dec 30 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.9.3:
    * Fix a PCRE2 library-related issues with -P (--perl-regexp)
      matching binary files
* Mon Aug 22 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.9.2:
    * Fixed an issue with invalid Unicode regex patterns
* Mon Aug 15 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.9.1:
    * make -r the default recursive search without following
      symlinked directories
    * Symlinked files are always searched on a search path, except
      with option -p (--no-dereference)
    * A fix for a minor issue with fuzzy matching when only allowing
      substitutions
* Wed Jun 29 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.8.3:
    * fix search with tiny lz4 files
    * skip empty zip files
* Sat Jun 11 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.8.2:
    * update documentation
* Tue Jun 07 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.8.1:
    * Fix bz2 issue cutting off decompression too soon
* Mon May 30 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.8.0
    * New option combination -o (--only-matching) with -ABC context
      for column context
    * option -o with -b or -k now shows results on separate lines
    * new option --width to truncate long lines to the specified
      width or the terminal width by default
    * short ug command now sorts by name by default
    * query TUI ALT-] [ (increase/decrease context) and ALT-} {
      (increase/decrease fuzziness) keys switched meaning
    * new %+ format field used by updated --only-line-number option
* Wed May 11 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.7.11:
    * New -Zbest (--fuzzy=best) option argument best to only output
      the best matching patterns
* Tue May 10 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.7.10:
    * -Z (--fuzzy) can now be combined with -U (--binary) to fuzzy
      match bytes instead of Unicode characters
* Fri Apr 08 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.7.9:
    * Additional --stats results with total lines searched and
      matched, and time elapsed.
* Sat Apr 02 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.7.7:
    * New --hexdump options
    * --ignore-files improvement
    * speed improvements
    * New option --min-count
    * New complementary options --min-depth, --max-depth,
    - -min-line and --max-line which are added for consistency with
      the updated options --min-count and --max-count
    * Updated the --min-count option, which can now be combined with
      any other option except with -v (--invert-match)
    * Updated option -K (--range) to take a MAX argument instead of a
      FIRST argument for consistency with other min/max options
    * Recursive searching sysfd, such as /proc and /sys, no longer
      blocks on special files/devices
    * Fixed colorization of option -v when used with context options
    - A, -B and -C
    * Fixed option -r when combined with argument - (read standard
      input), which does both, like GNU grep
    * Updated --stats reporting and other minor improvements
* Fri Jan 28 2022 Avinesh Kumar <avinesh.kumar@suse.com>
  - update to 3.7.1:
    * add newline when showing usage and also fix segfault when arg == NULL
  - update to 3.7.0:
    * README.md: add FreeBSD installation instructions
    * resolve LGTM alerts & minor improvements
    * Support "cpp" as a file type
    * msvc - Add matcher_avx2, matcher_avx512bw
  - update to 3.6.0:
    * new option --replace & faster searching
* Thu Jan 06 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 3.5.0:
    * New --zmax=NUM option to be used with -z (--decompress) to
      search compressed files and archives recursively stored within
      tar/zip/cpio/pax archives, e.g. to search tar and zip files
      stored in (compressed) tar files, in zip files etc. for up to
      NUM recursive levels deep. The --zmax argument may range from 1
      (default) to 99 for up to 99 decompression and de-archiving
      steps.
    * Improved option -U to be used for backward compatibility with
      GNU/BSD grep by no longer flagging invalid UTF as "binary
      files"
* Tue Jan 04 2022 Dirk Müller <dmueller@suse.com>
  - update to 3.4.0:
    * New Boolean search query options --files and --lines.
      The specified Boolean search query conditions apply to
      lines by default.
      Because GNU/BSD grep and ugrep are generally line-based,
    - -lines is the default option.
      Specify --files --bool to apply the specified Boolean query
      to files as a whole: a file matches if all Boolean conditions
      are satisfied by matching patterns anywhere in the file
* Thu Jun 24 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 3.3.4:
    * New --hyperlink option for terminals that support it
    * Revised and enhanced option -P (PCRE) compatible with GNU grep
    * Improved query UI option -Q with quick Tab/Shift/Tab navigation
    * CTRL-Y file viewing with --view to specify viewer
    * Improved CTRL-X/CTRL-R bookmarking to restore search state
    * Fix compatibility with GNU grep binary file search results
    * fix an optimization preventing unnecessary backtracking
    * performance improvement for option -P
* Thu May 13 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 3.2.2:
    * Add support for file search on zstd-compressed files:
    - z (.zst, .zstd, .tzstd) and advanced .zipx method zstd (93)
* Sat May 01 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.1.15:
    * fix a recursive search crash
* Wed Apr 28 2021 Wang Jun <jgwang@suse.com>
  - ugrep 3.1.14:
    * Fix names of the encodings, it's ISO-8859, not ISO-8869
    * Fixed an issue when placing options --bool, -G, -F, -w, -x
      at the end of the command line
    * Add missing header file "limits" in mmap.hpp
    * Use option `-U` instead of `-C` for `diff`
    * Minor --bool and --glob improvements; MinGW portability
    * Update README.md with Alpine Linux
    * Updated \s pattern matching to exclude newline, compatible with
      GNU/BSD grep.
    * Added format field %[NAME]# to output named capturing groups and
      %[NUM1|NAME1|NUM2|NAME2...]# to output the first capturing group
      that matched by num or name; option --bool improvements
    * Fix #125 and fix #122
* Tue Feb 09 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 3.1.7:
    * various fixes, including fixes to globbing and regex
* Sun Jan 17 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 3.1.3:
    * fixes for other platforms only
* Sun Dec 27 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 3.1.1:
    * clarifications on boolean search query pattern feature
* Fri Dec 18 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 3.1.0:
    * New --bool option to specify a Boolean search query pattern
    * New --and and --not options
    * --format not supports -v
* Mon Dec 07 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 3.0.6:
    * slightly improved error handling
* Thu Nov 26 2020 Wang Jun <jgwang@suse.com>
  - ugrep 3.0.5:
    * 'enable-color' option deprecated, use 'disable-auto-color'
    * support wide Unicode strings
    * update some documents
* Sun Oct 25 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 3.0.4:
    * fix an issue with large zip files searched in the query UI
* Fri Oct 23 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 3.0.2:
    * speed improvements
* Tue Sep 22 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 2.5.6:
    * Interactive query UI usability improvements
    * new query UI commands:
      Alt-[ (decrease fuzziness by one),
      Alt-] (increase fuzziness by one),
      Alt-{ (decrease context size by one line),
      Alt-} (increase context size by one line)
* Thu Sep 03 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 2.5.5:
    * build improvements
    * workaround missing lz4 macro
    * updated Dockerfile
    * updated tests
* Thu Aug 20 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 2.5.3:
    * New --format option fields %a (basename) and %p (path)
    * fast incremental stdin search
    * updated --gitignore-files handling of negated globs
* Sun Aug 16 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 2.5.2:
    * Query UI monitor enhancements
* Tue Aug 11 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 2.5.1:
    * Query UI enhanced display updates; new option --not
* Tue Jul 28 2020 Martin Rey <mrey@suse.com>
  - ugrep 2.5.0:
    * New query UI search commands: Tab to navigate into a directory
      or to select a single file to search; Shift-Tab to navigate up
      the directory tree or deselect the selected file. Press Ctrl-^
      to go back to the starting working directory. These commands
      are best experienced with option -l (Alt-l ("Alt-ell") in the
      query UI) to navigate directories in the list view.
    * Ctrl-S/Ctrl-W now also move down/up by directory in the query
      UI when viewing a list of files with options -l and -c.
    * Faster query UI response to commands (the response to patterns
      entered is still determined by the DELAY parameter.)
    * Option --pretty now also enables options -n and --sort in
      addition to --color, --heading, and -T when the output is sent
      to a terminal and if these options are not explicitly disabled
      or set already.
    * Fixed minor issues to improve the overall user experience
  - ugrep 2.4.1:
    * Support lz4-compressed files with extension .lz4
* Sat Jul 11 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 2.4.0:
    * New ug command which is the same as ugrep --config with the new
    - -config option to use configuration files
    * new option --save-config to create configuration files
    * added --help [WHAT] for quick help on WHA
    * drop reproducible.patch, upstream
* Sun Jul 05 2020 Bernhard Wiedemann <bwiedemann@suse.com>
  - Disable avx
  - Add reproducible.patch to drop march=native
    to make package build reproducible (boo#1100677)
* Tue Jun 30 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 2.3.2:
    * gcc10 fixes and minor improvements
* Mon Jun 22 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 2.3.1:
    * Faster search context matching and display with new streaming
      implementation for options -A, -B, -C, and -y
    * including when combined with options -v, -W, and -X
    * remove the single-line search pattern constraint in prior
      versions for these options
    * fixed minor issue with option -G
* Sun Jun 14 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - ugrep 2.2.1:
    * improved query UI with Alt-g, corresponding to -g, --glob for
      interative globbing
    * improved fuzzy matching
* Sat Jun 06 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - initial package, 2.2.0

Files

/usr/bin/ug
/usr/bin/ugrep
/usr/share/doc/packages/ugrep
/usr/share/doc/packages/ugrep/README.md
/usr/share/licenses/ugrep
/usr/share/licenses/ugrep/LICENSE.txt
/usr/share/man/man1/ug.1.gz
/usr/share/man/man1/ugrep.1.gz
/usr/share/ugrep
/usr/share/ugrep/patterns
/usr/share/ugrep/patterns/README.md
/usr/share/ugrep/patterns/c
/usr/share/ugrep/patterns/c++
/usr/share/ugrep/patterns/c++/README.md
/usr/share/ugrep/patterns/c++/classes
/usr/share/ugrep/patterns/c++/comments
/usr/share/ugrep/patterns/c++/defines
/usr/share/ugrep/patterns/c++/directives
/usr/share/ugrep/patterns/c++/doc_comments
/usr/share/ugrep/patterns/c++/enums
/usr/share/ugrep/patterns/c++/functions
/usr/share/ugrep/patterns/c++/includes
/usr/share/ugrep/patterns/c++/names
/usr/share/ugrep/patterns/c++/namespaces
/usr/share/ugrep/patterns/c++/strings
/usr/share/ugrep/patterns/c++/structs
/usr/share/ugrep/patterns/c++/typedefs
/usr/share/ugrep/patterns/c++/zap_commands
/usr/share/ugrep/patterns/c++/zap_comments
/usr/share/ugrep/patterns/c++/zap_directives
/usr/share/ugrep/patterns/c++/zap_strings
/usr/share/ugrep/patterns/c/README.md
/usr/share/ugrep/patterns/c/comments
/usr/share/ugrep/patterns/c/defines
/usr/share/ugrep/patterns/c/directives
/usr/share/ugrep/patterns/c/doc_comments
/usr/share/ugrep/patterns/c/enums
/usr/share/ugrep/patterns/c/functions
/usr/share/ugrep/patterns/c/includes
/usr/share/ugrep/patterns/c/names
/usr/share/ugrep/patterns/c/strings
/usr/share/ugrep/patterns/c/structs
/usr/share/ugrep/patterns/c/typedefs
/usr/share/ugrep/patterns/c/zap_commands
/usr/share/ugrep/patterns/c/zap_comments
/usr/share/ugrep/patterns/c/zap_directives
/usr/share/ugrep/patterns/c/zap_strings
/usr/share/ugrep/patterns/cpp
/usr/share/ugrep/patterns/cpp/README.md
/usr/share/ugrep/patterns/cpp/classes
/usr/share/ugrep/patterns/cpp/comments
/usr/share/ugrep/patterns/cpp/defines
/usr/share/ugrep/patterns/cpp/directives
/usr/share/ugrep/patterns/cpp/doc_comments
/usr/share/ugrep/patterns/cpp/enums
/usr/share/ugrep/patterns/cpp/functions
/usr/share/ugrep/patterns/cpp/includes
/usr/share/ugrep/patterns/cpp/names
/usr/share/ugrep/patterns/cpp/namespaces
/usr/share/ugrep/patterns/cpp/strings
/usr/share/ugrep/patterns/cpp/structs
/usr/share/ugrep/patterns/cpp/typedefs
/usr/share/ugrep/patterns/cpp/zap_commands
/usr/share/ugrep/patterns/cpp/zap_comments
/usr/share/ugrep/patterns/cpp/zap_directives
/usr/share/ugrep/patterns/cpp/zap_strings
/usr/share/ugrep/patterns/cs
/usr/share/ugrep/patterns/cs/README.md
/usr/share/ugrep/patterns/cs/classes
/usr/share/ugrep/patterns/cs/comments
/usr/share/ugrep/patterns/cs/doc_comments
/usr/share/ugrep/patterns/cs/enums
/usr/share/ugrep/patterns/cs/functions
/usr/share/ugrep/patterns/cs/names
/usr/share/ugrep/patterns/cs/strings
/usr/share/ugrep/patterns/cs/zap_comments
/usr/share/ugrep/patterns/cs/zap_strings
/usr/share/ugrep/patterns/html
/usr/share/ugrep/patterns/html/README.md
/usr/share/ugrep/patterns/html/comments
/usr/share/ugrep/patterns/html/href
/usr/share/ugrep/patterns/html/img
/usr/share/ugrep/patterns/html/link
/usr/share/ugrep/patterns/html/meta
/usr/share/ugrep/patterns/html/pre
/usr/share/ugrep/patterns/html/script
/usr/share/ugrep/patterns/html/src
/usr/share/ugrep/patterns/html/style
/usr/share/ugrep/patterns/html/zap_comments
/usr/share/ugrep/patterns/java
/usr/share/ugrep/patterns/java/README.md
/usr/share/ugrep/patterns/java/classes
/usr/share/ugrep/patterns/java/comments
/usr/share/ugrep/patterns/java/doc_comments
/usr/share/ugrep/patterns/java/enums
/usr/share/ugrep/patterns/java/imports
/usr/share/ugrep/patterns/java/methods
/usr/share/ugrep/patterns/java/names
/usr/share/ugrep/patterns/java/strings
/usr/share/ugrep/patterns/java/zap_comments
/usr/share/ugrep/patterns/java/zap_strings
/usr/share/ugrep/patterns/js
/usr/share/ugrep/patterns/js/README.md
/usr/share/ugrep/patterns/js/classes
/usr/share/ugrep/patterns/js/comments
/usr/share/ugrep/patterns/js/dom
/usr/share/ugrep/patterns/js/functions
/usr/share/ugrep/patterns/js/names
/usr/share/ugrep/patterns/js/strings
/usr/share/ugrep/patterns/js/zap_comments
/usr/share/ugrep/patterns/js/zap_strings
/usr/share/ugrep/patterns/json
/usr/share/ugrep/patterns/json/README.md
/usr/share/ugrep/patterns/json/keys
/usr/share/ugrep/patterns/json/keys_and_values
/usr/share/ugrep/patterns/json/values
/usr/share/ugrep/patterns/markdown
/usr/share/ugrep/patterns/markdown/README.md
/usr/share/ugrep/patterns/markdown/code
/usr/share/ugrep/patterns/markdown/codeblocks
/usr/share/ugrep/patterns/markdown/images
/usr/share/ugrep/patterns/markdown/links
/usr/share/ugrep/patterns/markdown/sections
/usr/share/ugrep/patterns/perl
/usr/share/ugrep/patterns/perl/README.md
/usr/share/ugrep/patterns/perl/comments
/usr/share/ugrep/patterns/perl/formats
/usr/share/ugrep/patterns/perl/names
/usr/share/ugrep/patterns/perl/strings
/usr/share/ugrep/patterns/perl/subs
/usr/share/ugrep/patterns/perl/zap_comments
/usr/share/ugrep/patterns/perl/zap_formats
/usr/share/ugrep/patterns/perl/zap_strings
/usr/share/ugrep/patterns/php
/usr/share/ugrep/patterns/php/README.md
/usr/share/ugrep/patterns/php/comments
/usr/share/ugrep/patterns/php/functions
/usr/share/ugrep/patterns/php/names
/usr/share/ugrep/patterns/php/strings
/usr/share/ugrep/patterns/php/zap_comments
/usr/share/ugrep/patterns/php/zap_html
/usr/share/ugrep/patterns/php/zap_strings
/usr/share/ugrep/patterns/python
/usr/share/ugrep/patterns/python/README.md
/usr/share/ugrep/patterns/python/comments
/usr/share/ugrep/patterns/python/defs
/usr/share/ugrep/patterns/python/doc_strings
/usr/share/ugrep/patterns/python/imports
/usr/share/ugrep/patterns/python/names
/usr/share/ugrep/patterns/python/strings
/usr/share/ugrep/patterns/python/zap_comments
/usr/share/ugrep/patterns/python/zap_strings
/usr/share/ugrep/patterns/ruby
/usr/share/ugrep/patterns/ruby/README.md
/usr/share/ugrep/patterns/ruby/classes
/usr/share/ugrep/patterns/ruby/comments
/usr/share/ugrep/patterns/ruby/defs
/usr/share/ugrep/patterns/ruby/modules
/usr/share/ugrep/patterns/ruby/names
/usr/share/ugrep/patterns/ruby/strings
/usr/share/ugrep/patterns/ruby/zap_comments
/usr/share/ugrep/patterns/ruby/zap_strings
/usr/share/ugrep/patterns/rust
/usr/share/ugrep/patterns/rust/README.md
/usr/share/ugrep/patterns/rust/comments
/usr/share/ugrep/patterns/rust/crates
/usr/share/ugrep/patterns/rust/enums
/usr/share/ugrep/patterns/rust/fns
/usr/share/ugrep/patterns/rust/impls
/usr/share/ugrep/patterns/rust/macros
/usr/share/ugrep/patterns/rust/mods
/usr/share/ugrep/patterns/rust/names
/usr/share/ugrep/patterns/rust/strings
/usr/share/ugrep/patterns/rust/structs
/usr/share/ugrep/patterns/rust/traits
/usr/share/ugrep/patterns/rust/unions
/usr/share/ugrep/patterns/rust/uses
/usr/share/ugrep/patterns/rust/zap_comments
/usr/share/ugrep/patterns/rust/zap_strings
/usr/share/ugrep/patterns/scala
/usr/share/ugrep/patterns/scala/README.md
/usr/share/ugrep/patterns/scala/classes
/usr/share/ugrep/patterns/scala/comments
/usr/share/ugrep/patterns/scala/defs
/usr/share/ugrep/patterns/scala/imports
/usr/share/ugrep/patterns/scala/names
/usr/share/ugrep/patterns/scala/objects
/usr/share/ugrep/patterns/scala/packages
/usr/share/ugrep/patterns/scala/strings
/usr/share/ugrep/patterns/scala/zap_comments
/usr/share/ugrep/patterns/scala/zap_strings
/usr/share/ugrep/patterns/swift
/usr/share/ugrep/patterns/swift/README.md
/usr/share/ugrep/patterns/swift/classes
/usr/share/ugrep/patterns/swift/comments
/usr/share/ugrep/patterns/swift/enums
/usr/share/ugrep/patterns/swift/funcs
/usr/share/ugrep/patterns/swift/imports
/usr/share/ugrep/patterns/swift/names
/usr/share/ugrep/patterns/swift/strings
/usr/share/ugrep/patterns/swift/structs
/usr/share/ugrep/patterns/swift/zap_comments
/usr/share/ugrep/patterns/swift/zap_strings
/usr/share/ugrep/patterns/xml
/usr/share/ugrep/patterns/xml/README.md
/usr/share/ugrep/patterns/xml/attributes
/usr/share/ugrep/patterns/xml/attributes_and_values
/usr/share/ugrep/patterns/xml/comments
/usr/share/ugrep/patterns/xml/elements
/usr/share/ugrep/patterns/xml/pis
/usr/share/ugrep/patterns/xml/tags
/usr/share/ugrep/patterns/xml/zap_comments
/usr/share/ugrep/patterns/xml/zap_pis
/usr/share/ugrep/patterns/xml/zap_strings


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:50:46 2024