Bug 120603 - New port: www/libmicrohttpd C library for embedding HTTP server functionality
Summary: New port: www/libmicrohttpd C library for embedding HTTP server functionality
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-13 03:50 UTC by David Barksdale
Modified: 2008-02-14 06:50 UTC (History)
0 users

See Also:


Attachments
file.shar (2.01 KB, text/plain)
2008-02-13 03:50 UTC, David Barksdale
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!