Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
bstring
------------------------------------------
This is a fork of Paul Hsiehs Better String Library.

Runtime requirements:
  cygwin-3.3.2-1
  libbstring-devel-1.1.0-1bl1
  libbstring0-1.1.0-1bl1
  pkg-config-1.6.3-1

Build requirements:
(besides corresponding -devel packages)
  binutils-2.37-2
  cygport-0.34.0-1
  gcc-core-11.2.0-1
  meson-0.61.4-1
  ninja-1.10.2-1

Canonical website:
  https://github.com/msteinert/bstring

Canonical download:
  https://github.com/msteinert/bstring/archive/refs/tags/v1.1.0.tar.gz

-------------------------------------------

Build instructions:
  1. unpack bstring-1.1.0-X-src.tar.xz
  2. if you use setup to install this src package,
     it will be unpacked under /usr/src automatically
        % cd /usr/src
        % cygport ./bstring-1.1.0-X.cygport all

This will create:
  /usr/src/bstring-1.1.0-X-src.tar.xz
  /usr/src/bstring-1.1.0-X.tar.xz
  /usr/src/libbstring0-1.1.0-X.tar.xz
  /usr/src/libbstring-devel-1.1.0-X.tar.xz

-------------------------------------------

Files included in the binary package:

(bstring)
  /usr/share/doc/Cygwin/bstring.README
  /usr/share/doc/bstring/COPYING
  /usr/share/doc/bstring/README.md
  /usr/share/doc/bstring/comparisons.md
  /usr/share/doc/bstring/introduction.md
  /usr/share/doc/bstring/porting.md
  /usr/share/doc/bstring/security.md

(libbstring0)
  /usr/bin/cygbstring-0.dll

(libbstring-devel)
  /usr/include/bstring/bstraux.h
  /usr/include/bstring/bstrlib.h
  /usr/include/bstring/buniutil.h
  /usr/include/bstring/utf8util.h
  /usr/lib/libbstring.dll.a
  /usr/lib/pkgconfig/bstring.pc

------------------

Port Notes:

----- version 1.1.0-1bl1 -----
Bump to 1.1.0 by rdmark

----- version 1.0.3-1bl1 -----
Bump to 1.0.3 by rdmark

----- version 1.0.2-1bl1 -----
Bump to 1.0.2 and use the meson build system by rdmark

----- version 1.0.1-1bl1 -----
Bump to 1.0.1 by rdmark

----- version 1.0.0-1bl2 -----
Rebuild with gcc-11.2.0

----- version 1.0.0-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>