Subject: CVS commit: pkgsrc/sysutils/hs-rawfilepath
From: Masatake Daimon
Date: 2023-10-31 17:20:00
Message id: 20231031162000.793F9FADC@cvs.NetBSD.org

Log Message:
sysutils/hs-rawfilepath: import hs-rawfilepath-1.1.0

The unix package provides RawFilePath which is a type synonym of
ByteString. Unlike FilePath (which is String), it has no performance issues
because it is ByteString. It has no encoding issues because it is
ByteString which is a sequence of bytes instead of characters.

That's all good. With RawFilePath, we can properly separate the "sequence
of bytes" and the "sequence of Unicode characters." The control is
yours. Properly encode or decode them with UTF-8 or UTF-16 or any codec of
your choice.

However,

* The functions in unix are low-level.
* The higher-level packages such as process and directory are strictly tied
  to FilePath.

This library provides the higher-level interface with RawFilePath.

Files:
RevisionActionfile
1.1addpkgsrc/sysutils/hs-rawfilepath/DESCR
1.1addpkgsrc/sysutils/hs-rawfilepath/Makefile
1.1addpkgsrc/sysutils/hs-rawfilepath/PLIST
1.1addpkgsrc/sysutils/hs-rawfilepath/buildlink3.mk
1.1addpkgsrc/sysutils/hs-rawfilepath/distinfo