Date: Wed, 11 Feb 2004 12:28:13 -0800 (PST) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/vstr Makefile distinfo pkg-descr pkg-plist ports/devel/vstr/files patch-ltmain.sh Message-ID: <200402112028.i1BKSDRZ018229@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2004/02/11 12:28:13 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/vstr Makefile distinfo pkg-descr pkg-plist devel/vstr/files patch-ltmain.sh Log: Add vstr, a string library, designed so you can work optimally with readv()/writev() for input/output. This means that, for instance, you can readv() data to the end of the string and writev() data from the beginning of the string without having to allocate or move memory. It also means that the library is completely happy with data that has multiple zero bytes in it. PR: ports/62628 Submitted by: Robert Schlotterbeck <robert@rs.tarrant.tx.us> Revision Changes Path 1.1437 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/vstr/Makefile (new) 1.1 +1 -0 ports/devel/vstr/distinfo (new) 1.1 +51 -0 ports/devel/vstr/files/patch-ltmain.sh (new) 1.1 +8 -0 ports/devel/vstr/pkg-descr (new) 1.1 +41 -0 ports/devel/vstr/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402112028.i1BKSDRZ018229>