notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
cl-flexi-streams Flexible bivalent streams for Common Lisp
1.0.20 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: jrm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-12-28 23:33:24
Last Update: 2024-12-28 23:29:17
Commit Hash: 91ce3a0
Also Listed In: lisp
License: BSD2CLAUSE
WWW:
http://edicl.github.io/flexi-streams/
Description:
FLEXI-STREAMS provides "virtual" bivalent streams that can be layered on top of real binary or bivalent streams. These streams enable reading and writing of character data in various single- or multi-octet encodings, which can be dynamically changed. The package also includes in-memory binary streams, similar to string streams, for efficient handling of binary data.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (90 items)
Collapse this list.
  1. /usr/local/share/licenses/cl-flexi-streams-1.0.20/catalog.mk
  2. /usr/local/share/licenses/cl-flexi-streams-1.0.20/LICENSE
  3. /usr/local/share/licenses/cl-flexi-streams-1.0.20/BSD2CLAUSE
  4. lib/common-lisp/flexi-streams/ascii.lisp
  5. lib/common-lisp/flexi-streams/code-pages.lisp
  6. lib/common-lisp/flexi-streams/conditions.lisp
  7. lib/common-lisp/flexi-streams/decode.lisp
  8. lib/common-lisp/flexi-streams/enc-cn-tbl.lisp
  9. lib/common-lisp/flexi-streams/encode.lisp
  10. lib/common-lisp/flexi-streams/external-format.lisp
  11. lib/common-lisp/flexi-streams/flexi-streams-test.asd
  12. lib/common-lisp/flexi-streams/flexi-streams.asd
  13. lib/common-lisp/flexi-streams/in-memory.lisp
  14. lib/common-lisp/flexi-streams/input.lisp
  15. lib/common-lisp/flexi-streams/io.lisp
  16. lib/common-lisp/flexi-streams/iso-8859.lisp
  17. lib/common-lisp/flexi-streams/koi8-r.lisp
  18. lib/common-lisp/flexi-streams/length.lisp
  19. lib/common-lisp/flexi-streams/lw-char-stream.lisp
  20. lib/common-lisp/flexi-streams/mac.lisp
  21. lib/common-lisp/flexi-streams/mapping.lisp
  22. lib/common-lisp/flexi-streams/output.lisp
  23. lib/common-lisp/flexi-streams/packages.lisp
  24. lib/common-lisp/flexi-streams/specials.lisp
  25. lib/common-lisp/flexi-streams/stream.lisp
  26. lib/common-lisp/flexi-streams/strings.lisp
  27. lib/common-lisp/flexi-streams/test/README
  28. lib/common-lisp/flexi-streams/test/hebrew_latin8_cr.txt
  29. lib/common-lisp/flexi-streams/test/hebrew_latin8_crlf.txt
  30. lib/common-lisp/flexi-streams/test/hebrew_latin8_lf.txt
  31. lib/common-lisp/flexi-streams/test/hebrew_utf8_cr.txt
  32. lib/common-lisp/flexi-streams/test/hebrew_utf8_crlf.txt
  33. lib/common-lisp/flexi-streams/test/hebrew_utf8_lf.txt
  34. lib/common-lisp/flexi-streams/test/kafka_cp1252_cr.txt
  35. lib/common-lisp/flexi-streams/test/kafka_cp1252_crlf.txt
  36. lib/common-lisp/flexi-streams/test/kafka_cp1252_lf.txt
  37. lib/common-lisp/flexi-streams/test/kafka_latin1_cr.txt
  38. lib/common-lisp/flexi-streams/test/kafka_latin1_crlf.txt
  39. lib/common-lisp/flexi-streams/test/kafka_latin1_lf.txt
  40. lib/common-lisp/flexi-streams/test/kafka_utf8_cr.txt
  41. lib/common-lisp/flexi-streams/test/kafka_utf8_crlf.txt
  42. lib/common-lisp/flexi-streams/test/kafka_utf8_lf.txt
  43. lib/common-lisp/flexi-streams/test/mac_chars_mac_cr.txt
  44. lib/common-lisp/flexi-streams/test/mac_chars_mac_crlf.txt
  45. lib/common-lisp/flexi-streams/test/mac_chars_mac_lf.txt
  46. lib/common-lisp/flexi-streams/test/mac_chars_utf8_cr.txt
  47. lib/common-lisp/flexi-streams/test/mac_chars_utf8_crlf.txt
  48. lib/common-lisp/flexi-streams/test/mac_chars_utf8_lf.txt
  49. lib/common-lisp/flexi-streams/test/packages.lisp
  50. lib/common-lisp/flexi-streams/test/russian_koi8r_cr.txt
  51. lib/common-lisp/flexi-streams/test/russian_koi8r_crlf.txt
  52. lib/common-lisp/flexi-streams/test/russian_koi8r_lf.txt
  53. lib/common-lisp/flexi-streams/test/russian_utf8_cr.txt
  54. lib/common-lisp/flexi-streams/test/russian_utf8_crlf.txt
  55. lib/common-lisp/flexi-streams/test/russian_utf8_lf.txt
  56. lib/common-lisp/flexi-streams/test/test.lisp
  57. lib/common-lisp/flexi-streams/test/tilton_ascii_cr.txt
  58. lib/common-lisp/flexi-streams/test/tilton_ascii_crlf.txt
  59. lib/common-lisp/flexi-streams/test/tilton_ascii_lf.txt
  60. lib/common-lisp/flexi-streams/test/tilton_utf8_cr.txt
  61. lib/common-lisp/flexi-streams/test/tilton_utf8_crlf.txt
  62. lib/common-lisp/flexi-streams/test/tilton_utf8_lf.txt
  63. lib/common-lisp/flexi-streams/test/unicode_demo_ucs2_cr_be.txt
  64. lib/common-lisp/flexi-streams/test/unicode_demo_ucs2_cr_le.txt
  65. lib/common-lisp/flexi-streams/test/unicode_demo_ucs2_crlf_be.txt
  66. lib/common-lisp/flexi-streams/test/unicode_demo_ucs2_crlf_le.txt
  67. lib/common-lisp/flexi-streams/test/unicode_demo_ucs2_lf_be.txt
  68. lib/common-lisp/flexi-streams/test/unicode_demo_ucs2_lf_le.txt
  69. lib/common-lisp/flexi-streams/test/unicode_demo_ucs4_cr_be.txt
  70. lib/common-lisp/flexi-streams/test/unicode_demo_ucs4_cr_le.txt
  71. lib/common-lisp/flexi-streams/test/unicode_demo_ucs4_crlf_be.txt
  72. lib/common-lisp/flexi-streams/test/unicode_demo_ucs4_crlf_le.txt
  73. lib/common-lisp/flexi-streams/test/unicode_demo_ucs4_lf_be.txt
  74. lib/common-lisp/flexi-streams/test/unicode_demo_ucs4_lf_le.txt
  75. lib/common-lisp/flexi-streams/test/unicode_demo_utf8_cr.txt
  76. lib/common-lisp/flexi-streams/test/unicode_demo_utf8_crlf.txt
  77. lib/common-lisp/flexi-streams/test/unicode_demo_utf8_lf.txt
  78. lib/common-lisp/flexi-streams/test/xjt_gbk_cr.txt
  79. lib/common-lisp/flexi-streams/test/xjt_gbk_crlf.txt
  80. lib/common-lisp/flexi-streams/test/xjt_gbk_lf.txt
  81. lib/common-lisp/flexi-streams/util.lisp
  82. lib/common-lisp/system-registry/flexi-streams-test.asd
  83. lib/common-lisp/system-registry/flexi-streams.asd
  84. share/doc/cl-flexi-streams/CHANGELOG
  85. share/doc/cl-flexi-streams/README.md
  86. share/doc/cl-flexi-streams/foo.txt
  87. share/doc/cl-flexi-streams/index.html
  88. @owner
  89. @group
  90. @mode
Collapse this list.
Dependency lines:
  • cl-flexi-streams>0:devel/cl-flexi-streams
To install the port:
cd /usr/ports/devel/cl-flexi-streams/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/cl-flexi-streams
  • pkg install cl-flexi-streams
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cl-flexi-streams
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1735176168 SHA256 (edicl-flexi-streams-v1.0.20_GH0.tar.gz) = 8ebb0226e3748529564bc564e4012912b7dc2326d73c06eb41b5d0d07a60b538 SIZE (edicl-flexi-streams-v1.0.20_GH0.tar.gz) = 394939

Packages (timestamps in pop-ups are UTC):
cl-flexi-streams
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.0.20--1.0.20---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-1.0.20--1.0.20---
FreeBSD:14:quarterly--------
FreeBSD:15:latest-1.0.20n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. trivial-gray-streams.asd : devel/cl-trivial-gray-streams
This port is required by:
for Build
  1. devel/cl-flexi-streams-ccl
  2. devel/cl-flexi-streams-clisp
  3. devel/cl-flexi-streams-sbcl
  4. security/cl-md5
for Run
  1. devel/cl-flexi-streams-ccl
  2. devel/cl-flexi-streams-clisp
  3. devel/cl-flexi-streams-sbcl
  4. security/cl-md5

Configuration Options:
===> The following configuration options are available for cl-flexi-streams-1.0.20: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_cl-flexi-streams
USES:
cl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/edicl/flexi-streams/tar.gz/v1.0.20?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.20
28 Dec 2024 23:29:17
commit hash: 91ce3a0df3d843c846668b56eb8bbd257cbbbb9ecommit hash: 91ce3a0df3d843c846668b56eb8bbd257cbbbb9ecommit hash: 91ce3a0df3d843c846668b56eb8bbd257cbbbb9ecommit hash: 91ce3a0df3d843c846668b56eb8bbd257cbbbb9e files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/cl-flexi-streams{,-*}: New ports

FLEXI-STREAMS provides "virtual" bivalent streams that can be layered on
top of real binary or bivalent streams.  These streams enable reading
and writing of character data in various single- or multi-octet
encodings, which can be dynamically changed.  The package also includes
in-memory binary streams, similar to string streams, for efficient
handling of binary data.

Sponsored by:	The FreeBSD Foundation

Number of commits found: 1