mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
eba32b8eb3
The Str library is a generic string library written in ANSI C which provides functions for handling, matching, parsing, searching and formatting of C strings. So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more convinient and compact API plus a more generalized functionality.
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
bin/str-config
|
|
include/str.h
|
|
lib/libstr.a
|
|
lib/libstr.la
|
|
lib/libstr.so
|
|
lib/libstr.so.9
|
|
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
|
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|