[oi-dev] libmicrohttpd, sloccount
    Josef 'Jeff' Sipek 
    jeffpc at josefsipek.net
       
    Fri Dec 12 22:30:22 UTC 2014
    
    
  
I have two new components to contribute.  The first is FSF's libmicrohttpd -
a small HTTP server library.  The second is sloccount - a utility that
counts lines of code and estimates project cost.
You can get the changes via:
$ git pull git://repo.or.cz/oi-userland/jeffpc.git hipster
You can see the diffs at:
http://repo.or.cz/w/oi-userland/jeffpc.git/shortlog/refs/heads/hipster
As far as testing is concerned, I've used these for a week or so without any
issues.
Thanks, let me know if you need anything else.
Jeff.
---
Josef 'Jeff' Sipek (2):
      add text/sloccount
      add library/libmicrohttpd
 components/libmicrohttpd/Makefile              |   45 +++
 components/libmicrohttpd/libmicrohttpd.license |  510 ++++++++++++++++++++++++
 components/libmicrohttpd/libmicrohttpd.p5m     |   70 ++++
 components/sloccount/Makefile                  |   47 +++
 components/sloccount/patches/prefix.patch      |   36 ++
 components/sloccount/sloccount.license         |  340 ++++++++++++++++
 components/sloccount/sloccount.p5m             |   76 ++++
 7 files changed, 1124 insertions(+)
 create mode 100644 components/libmicrohttpd/Makefile
 create mode 100644 components/libmicrohttpd/libmicrohttpd.license
 create mode 100644 components/libmicrohttpd/libmicrohttpd.p5m
 create mode 100644 components/sloccount/Makefile
 create mode 100644 components/sloccount/patches/prefix.patch
 create mode 100644 components/sloccount/sloccount.license
 create mode 100644 components/sloccount/sloccount.p5m
-- 
The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all progress
depends on the unreasonable man.
		- George Bernard Shaw
    
    
More information about the oi-dev
mailing list