Bug 62628 - New port: devel/vstr A general purpose string library
Summary: New port: devel/vstr A general purpose string library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-10 11:30 UTC by Robert Schlotterbeck
Modified: 2004-02-11 20:29 UTC (History)
0 users

See Also:


Attachments
vstr.shar (3.32 KB, text/plain)
2004-02-10 11:30 UTC, Robert Schlotterbeck
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Schlotterbeck 2004-02-10 11:30:21 UTC
Vstr is 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.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-02-11 20:29:31 UTC
State Changed
From-To: open->closed

New port added, thanks! 

I fixed libtool stuff and installation of pkg-config file.