Bug 127904 - [NEW PORT]net-p2p/unworkable:A Free BitTorrent Implementation
Summary: [NEW PORT]net-p2p/unworkable:A Free BitTorrent Implementation
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 16:50 UTC by wenheping
Modified: 2008-10-11 16:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.32 KB, text/plain)
2008-10-06 16:50 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-10-06 16:50:02 UTC
Unworkable is a BSD-licensed BitTorrent implementation
for UNIX written from-scratch in C. It uses libevent
for scalable asynchronous networking and the mmap()
system call for local data access. Some of the goals of
the project include (in no particular order) high code
quality, efficiency, simplicity and security.

Unworkable is still in an early stage of development,
and is far behind most other BitTorrent implementations.
However, it is usable for some basic things and the
source code is quite minimal(4,000 lines of C compared
to rTorrent's 40,000+ of C++).

WWW: http://p2presearch.com/unworkable/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-06 16:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-10-11 16:27:28 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-10-11 16:27:51 UTC
miwi        2008-10-11 15:27:42 UTC

  FreeBSD ports repository

  Modified files:
    net-p2p              Makefile 
  Added files:
    net-p2p/unworkable   Makefile distinfo pkg-descr 
  Log:
  Unworkable is a BSD-licensed BitTorrent implementation
  for UNIX written from-scratch in C. It uses libevent
  for scalable asynchronous networking and the mmap()
  system call for local data access. Some of the goals of
  the project include (in no particular order) high code
  quality, efficiency, simplicity and security.
  
  WWW: http://p2presearch.com/unworkable/
  
  PR:             ports/127904
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.65      +1 -0      ports/net-p2p/Makefile
  1.1       +32 -0     ports/net-p2p/unworkable/Makefile (new)
  1.1       +3 -0      ports/net-p2p/unworkable/distinfo (new)
  1.1       +14 -0     ports/net-p2p/unworkable/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"