# $Id: Portfile,v 1.1 2006/01/25 10:00:26 mww Exp $ PortSystem 1.0 name sstrings version 1.0.4 categories devel platforms darwin maintainers mww@opendarwin.org 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 platform darwin 8 { configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }