upgrade to OSSP str 0.9.7

This commit is contained in:
Ralf S. Engelschall 2002-04-01 10:53:46 +00:00
parent e28e7b07f3
commit fe27ae2909
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57127
3 changed files with 9 additions and 9 deletions

View File

@ -6,10 +6,9 @@
#
PORTNAME= str
PORTVERSION= 0.9.5
PORTVERSION= 0.9.7
CATEGORIES= devel
MASTER_SITES= http://www.engelschall.com/sw/str/ \
ftp://ftp.engelschall.com/sw/str/
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/str/
MAINTAINER= rse@engelschall.com

View File

@ -1 +1 @@
MD5 (str-0.9.5.tar.gz) = f82b953ac12f6241798b84b25674356b
MD5 (str-0.9.7.tar.gz) = aa71766a5cf9cf23e92ce1c63579f912

View File

@ -1,10 +1,11 @@
Str - Generic String Library
Copyright (c) 1999-2001 Ralf S. Engelschall <rse@engelschall.com>
OSSP str - Generic String Library
Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>
Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
The Str library is a generic string library written in ANSI C which
OSSP str is a generic string library written in ISO-C which
provides functions for handling, matching, parsing, searching and
formatting of C strings. So it can be considered as a superset of POSIX
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 convinient and
compact API plus a more generalized functionality.
WWW: http://www.engelschall.com/sw/str/
WWW: http://www.ossp.org/pkg/lib/str/