3 Commits

Author SHA1 Message Date
Sergey Torokhov
68bee2645a
dev-libs/StringiFor: drop old 1.1.1, 1.1.3
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2022-10-29 01:16:52 +03:00
Sergey Torokhov
478391cc3c
dev-libs/StringiFor: 1.1.3 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2021-09-09 08:46:01 +03:00
Sergey Torokhov
9228029843
dev-libs/StringiFor: new package
A KISS pure Fortran library providing astrings (class) manipulator
for modern (2003+) Fortran projects.

From developer's page (https://github.com/szaghi/StringiFor):

What is StringiFor?
Modern Fortran standards (2003+) have introduced a better support
for characters variables, but Fortraners still do not have the power
on dealing with strings of other more-rich-programmers, e.g. Pythoners.

Allocatable deferred length character variables are now quantum-leap
with respect the old inflexible Fortran characters,
but it is still not enough for many Fortraners.

Moreover, Fortran does not provide builtin methods
for widely used strings manipulations offered by other languages,
e.g. UPPER/lowercase transformation, tokenization, etc...
StringiFor attempts to fill this lack.

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2020-04-19 17:01:04 +03:00