sysutils/hs-filepattern - The NetBSD Packages Collection

File path glob-like matching

A library for matching files using patterns such as "src/**/*.png" for
all .png files recursively under the src directory. Features:

* All matching is O(n). Most functions precompute some information
  given only one argument.

* See "System.FilePattern" and '?==' simple matching and semantics.

* Use 'match' and 'substitute' to extract suitable strings from the *
  and ** matches, and substitute them back into other patterns.

* Use 'step' and 'matchMany' to perform bulk matching of many patterns
  against many paths simultaneously.

* Use "System.FilePattern.Directory" to perform optimised directory
  traverals using patterns.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

misc/hs-extra lang/ghc96 misc/hs-extra

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64hs-filepattern-0.1.3nb3.tgz
NetBSD 10.0aarch64hs-filepattern-0.1.3nb1.tgz
NetBSD 10.0aarch64hs-filepattern-0.1.3nb3.tgz
NetBSD 10.0x86_64hs-filepattern-0.1.3nb3.tgz
NetBSD 10.0x86_64hs-filepattern-0.1.3nb3.tgz
NetBSD 8.0x86_64hs-filepattern-0.1.3nb1.tgz
NetBSD 9.0aarch64hs-filepattern-0.1.3nb3.tgz
NetBSD 9.0aarch64hs-filepattern-0.1.3nb1.tgz
NetBSD 9.0aarch64hs-filepattern-0.1.3nb3.tgz
NetBSD 9.0x86_64hs-filepattern-0.1.3nb3.tgz
NetBSD 9.0x86_64hs-filepattern-0.1.3nb3.tgz
NetBSD 9.3x86_64hs-filepattern-0.1.3nb3.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.