From b2d3fd30bcd24b933ee7660bfca3ef844dea8b2f Mon Sep 17 00:00:00 2001 From: rse Date: Sun, 9 Jan 2000 19:47:04 +0000 Subject: 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. --- devel/str/pkg-plist | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 devel/str/pkg-plist (limited to 'devel/str/pkg-plist') 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 -- cgit v1.1