diff options
author | pav <pav@FreeBSD.org> | 2004-02-28 19:25:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-28 19:25:03 +0800 |
commit | 8cd75dcae024fbf2dd66b61f078cf96c4f533444 (patch) | |
tree | eaa60c763f9ffdf143332316495048a294636286 /devel/Makefile | |
parent | f93239989a9b42f0c78809e4436a4d3167fa41bf (diff) | |
download | freebsd-ports-gnome-8cd75dcae024fbf2dd66b61f078cf96c4f533444.tar.gz freebsd-ports-gnome-8cd75dcae024fbf2dd66b61f078cf96c4f533444.tar.zst freebsd-ports-gnome-8cd75dcae024fbf2dd66b61f078cf96c4f533444.zip |
Add ossp-str, a generic string library written in ISO-C which provides
functions for handling, matching, parsing, searching and formatting of
ISO-C strings. So it can be considered as a superset of POSIX
string(3), but its main intention is to provide a more convenient and
compact API plus a more generalized functionality.
WWW: http://www.ossp.org/pkg/lib/str/
PR: ports/63180
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3454adbb7431..ed6a892b6286 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -514,6 +514,7 @@ SUBDIR += ossp-cfg SUBDIR += ossp-ex SUBDIR += ossp-l2 + SUBDIR += ossp-str SUBDIR += ossp-val SUBDIR += ossp-var SUBDIR += p4.el |