diff options
author | rse <rse@FreeBSD.org> | 2000-01-09 19:47:04 +0000 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 2000-01-09 19:47:04 +0000 |
commit | b2d3fd30bcd24b933ee7660bfca3ef844dea8b2f (patch) | |
tree | 425290efac9eee737f1cb9da9aae180a751cef06 /devel/str/pkg-plist | |
parent | b8e643281470caf666ba492abd2ec30e5b1dafcc (diff) | |
download | FreeBSD-ports-b2d3fd30bcd24b933ee7660bfca3ef844dea8b2f.zip FreeBSD-ports-b2d3fd30bcd24b933ee7660bfca3ef844dea8b2f.tar.gz |
Import of Str 0.9.1.
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.
Diffstat (limited to 'devel/str/pkg-plist')
-rw-r--r-- | devel/str/pkg-plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/str/pkg-plist b/devel/str/pkg-plist new file mode 100644 index 0000000..97cf5ca --- /dev/null +++ b/devel/str/pkg-plist @@ -0,0 +1,8 @@ +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 |