cvs commit: ports/devel Makefile ports/devel/vstr Makefile
 distinfo pkg-descr pkg-plist ports/devel/vstr/files
 patch-ltmain.sh
    Pav Lucistnik 
    pav at FreeBSD.org
       
    Wed Feb 11 12:28:13 PST 2004
    
    
  
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 at 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)
    
    
More information about the cvs-all
mailing list