cvs commit: ports/net Makefile ports/net/libbt Makefile distinfo pkg-descr pkg-plist ports/net/libbt/files patch-include::bterror.h patch-src::Makefile.in patch-src::bitset.c patch-src::bterror.c patch-src::peer.c patch-src::stream.c

Pav Lucistnik pav at FreeBSD.org
Sat Feb 28 04:56:52 PST 2004


pav         2004/02/28 04:56:51 PST

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/libbt            Makefile distinfo pkg-descr pkg-plist 
    net/libbt/files      patch-include::bterror.h 
                         patch-src::Makefile.in 
                         patch-src::bitset.c patch-src::bterror.c 
                         patch-src::peer.c patch-src::stream.c 
  Log:
  Add libbt, a C implementation of core BitTorrent protocol.
  
  PR:             ports/63404
  Submitted by:   Florent Thoumie <flz at xbsd.org>
  
  Revision  Changes    Path
  1.1236    +1 -0      ports/net/Makefile
  1.1       +41 -0     ports/net/libbt/Makefile (new)
  1.1       +2 -0      ports/net/libbt/distinfo (new)
  1.1       +18 -0     ports/net/libbt/files/patch-include::bterror.h (new)
  1.1       +19 -0     ports/net/libbt/files/patch-src::Makefile.in (new)
  1.1       +12 -0     ports/net/libbt/files/patch-src::bitset.c (new)
  1.1       +13 -0     ports/net/libbt/files/patch-src::bterror.c (new)
  1.1       +17 -0     ports/net/libbt/files/patch-src::peer.c (new)
  1.1       +16 -0     ports/net/libbt/files/patch-src::stream.c (new)
  1.1       +6 -0      ports/net/libbt/pkg-descr (new)
  1.1       +16 -0     ports/net/libbt/pkg-plist (new)


More information about the cvs-all mailing list