diff options
author | petef <petef@FreeBSD.org> | 2004-05-02 10:12:43 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-05-02 10:12:43 +0800 |
commit | a626ad3f011a1d6532b8be8b74b076471dfef4fe (patch) | |
tree | 5bc943b648b00832828121f05918d5b4688a8abc /misc/firestring/pkg-descr | |
parent | 4089f8462853df1e0a7008ceebe1a91317f7e5ec (diff) | |
download | freebsd-ports-graphics-a626ad3f011a1d6532b8be8b74b076471dfef4fe.tar.gz freebsd-ports-graphics-a626ad3f011a1d6532b8be8b74b076471dfef4fe.tar.zst freebsd-ports-graphics-a626ad3f011a1d6532b8be8b74b076471dfef4fe.zip |
- update to 0.9.12
- unbreak: don't write in /usr/lib
- use bzip2
- depend on gcc3
- update pkg-descr & WWW: tag
PR: 65951
Submitted by: maintainer
Diffstat (limited to 'misc/firestring/pkg-descr')
-rw-r--r-- | misc/firestring/pkg-descr | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/misc/firestring/pkg-descr b/misc/firestring/pkg-descr index 22619749c04..e84eea19732 100644 --- a/misc/firestring/pkg-descr +++ b/misc/firestring/pkg-descr @@ -6,15 +6,14 @@ are in most libc's but not provided for by ANSI C, enabling programmers to write ANSI C-compliant code while using such safe functions (strcasecmp, strncasecmp, snprintf). -libfirestring provides a set of functions for dealing with -EStrings. EStrings are binary-safe objects that, when used -with the firestring functions, are overflow safe, because -they include allocated memory size information with them. - libfirestring also includes functions for dealing with reading configuration files in an easy to program fashion. -WWW: http://firestuff.org/ +This library uses long long, which is part of the C99 standard +(previously a GNU extension). Your compiler needs to support +this in order for FireString to work. + +WWW: http://www.firestuff.org/ - Dean dean@odyssey.apana.org.au |