Bug 124059 - www/serf new port
Summary: www/serf new port
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: Diane Bruce
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-28 08:50 UTC by Craig Rodrigues
Modified: 2008-05-28 22:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.18 KB, text/plain)
2008-05-28 08:50 UTC, Craig Rodrigues
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Rodrigues freebsd_committer freebsd_triage 2008-05-28 08:50:01 UTC
The serf library is a C-based HTTP client library built upon the Apache Portable Runtime (APR) library. It multiplexes connections, running the read/write communication asynchronously. Memory copies and transformations are kept to a minimum to provide high performance operation.

http://serf.googlecode.com

This library is used by subversion 1.5.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-28 08:50:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rodrigc

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Craig Rodrigues freebsd_committer freebsd_triage 2008-05-28 08:56:00 UTC
Responsible Changed
From-To: rodrigc->freebsd-ports-bugs
Comment 3 Diane Bruce freebsd_committer freebsd_triage 2008-05-28 20:45:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->db

I'll take it
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-05-28 22:01:16 UTC
db          2008-05-28 21:01:11 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/serf             Makefile distinfo pkg-descr pkg-plist 
  Log:
  The serf library is a C-based HTTP client library built upon the
  Apache Portable Runtime (APR) library. It multiplexes connections,
  running the read/write communication asynchronously. Memory copies
  and transformations are kept to a minimum to provide high
  performance operation.
  
  WWW: http://serf.googlecode.com
  
  PR:             ports/124059
  Submitted by:   Craig Rodrigues <rodrigc at FreeBSD.org>
  
  Revision  Changes    Path
  1.2052    +1 -0      ports/www/Makefile
  1.1       +35 -0     ports/www/serf/Makefile (new)
  1.1       +3 -0      ports/www/serf/distinfo (new)
  1.1       +7 -0      ports/www/serf/pkg-descr (new)
  1.1       +9 -0      ports/www/serf/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 5 Diane Bruce freebsd_committer freebsd_triage 2008-05-28 22:01:58 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!