Bug 169177 - [NEW PORT] net/py-pysendfile: A Python interface to sendfile(2)
Summary: [NEW PORT] net/py-pysendfile: A Python interface to sendfile(2)
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: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-17 13:50 UTC by koobs
Modified: 2012-06-24 18:00 UTC (History)
0 users

See Also:


Attachments
.shar (3.46 KB, text/plain)
2012-06-17 13:50 UTC, koobs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-06-17 13:50:03 UTC
sendfile(2) is a system call which provides a "zero-copy" way of copying data
from one file descriptor to another (a socket). The phrase "zero-copy" refers
to the fact that all of the copying of data between the two descriptors is
done entirely by the kernel, with no copying of data into userspace buffers.

WWW:	http://code.google.com/p/pysendfile

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-17 13:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2012-06-17 13:54:22 UTC
Responsible Changed
From-To: freebsd-python->crees

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-24 17:54:53 UTC
crees       2012-06-24 16:54:41 UTC

  FreeBSD ports repository

  Modified files:
    .                    MOVED 
    devel                Makefile 
    net                  Makefile 
  Added files:
    net/py-pysendfile    Makefile distinfo pkg-descr pkg-plist 
    net/py-pysendfile/files patch-setup.py 
  Removed files:
    devel/py-sendfile    Makefile distinfo pkg-descr 
  Log:
  Replace devel/py-sendfile with net/py-pysendfile; upstream of py-sendfile
  is dead and py-pysendfile is a fork.
  
  PR:             ports/169177
  Submitted by:   koobs <koobs.freebsd@gmail.com>
  Approved by:    maintainer of py-sendfile's email domain is parked
  
  Revision  Changes    Path
  1.2892    +2 -1      ports/MOVED
  1.5004    +0 -1      ports/devel/Makefile
  1.6       +0 -26     ports/devel/py-sendfile/Makefile (dead)
  1.7       +0 -2      ports/devel/py-sendfile/distinfo (dead)
  1.2       +0 -3      ports/devel/py-sendfile/pkg-descr (dead)
  1.2477    +1 -0      ports/net/Makefile
  1.1       +23 -0     ports/net/py-pysendfile/Makefile (new)
  1.1       +2 -0      ports/net/py-pysendfile/distinfo (new)
  1.1       +10 -0     ports/net/py-pysendfile/files/patch-setup.py (new)
  1.1       +6 -0      ports/net/py-pysendfile/pkg-descr (new)
  1.1       +13 -0     ports/net/py-pysendfile/pkg-plist (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"
Comment 4 Chris Rees freebsd_committer freebsd_triage 2012-06-24 17:55:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!