Bug 120603

Summary: New port: www/libmicrohttpd C library for embedding HTTP server functionality
Product: Ports & Packages Reporter: David Barksdale <amatus>
Component: Individual Port(s)Assignee: Beech Rintoul <beech>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description David Barksdale 2008-02-13 03:50:03 UTC
This is a new port for libmicrohttpd http://gnunet.org/libmicrohttpd/

Fix: Patch attached with submission follows:
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2008-02-13 22:42:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-14 06:44:15 UTC
beech       2008-02-14 06:44:10 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/libmicrohttpd    Makefile distinfo pkg-descr 
  Log:
  libmicrohttpd is a small C library for embedding  HTTP server functionality
  into other  applications. It is reentrant, fast, supports HTTP 1.1, and
  permits listening on multiple ports. The API is simple and still powerful
  enough to allow programmers to use the entire HTTP feature set.
  
  PR:             ports/120603
  Submitted by:   David Barksdale <amatus at gnu.org>
  
  Revision  Changes    Path
  1.1969    +1 -0      ports/www/Makefile
  1.1       +27 -0     ports/www/libmicrohttpd/Makefile (new)
  1.1       +3 -0      ports/www/libmicrohttpd/distinfo (new)
  1.1       +6 -0      ports/www/libmicrohttpd/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"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-02-14 06:45:02 UTC
State Changed
From-To: open->closed

Committed, Thanks!