# $Id$

PortSystem 1.0

name			sstrings
version			1.0.4
categories		devel
license			GPL-2
platforms		darwin
maintainers		nomaintainer
description		C library that handles C strings in a safe way. 
long_description	Safe Strings is a small C library that handles C strings \
				in a safe way. The functions of this library look at the \
				necessary space for the operations and try to reserve that \
				space (with malloc or realloc). The functions only begin \
				working with their tasks when the memory allocation is \
				successful.

homepage		http://pcpool.mathematik.uni-freiburg.de/~pabloy/projects/sstrings/
master_sites	http://pcpool.mathematik.uni-freiburg.de/~pabloy/projects/sstrings/
checksums		md5 7ab7c60f0b22f517ee808ef57976104e

configure.args	--mandir=${prefix}/share/man