Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163266000
D9127.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D9127.diff
View Options
Index: head/www/Makefile
===================================================================
--- head/www/Makefile
+++ head/www/Makefile
@@ -407,6 +407,7 @@
SUBDIR += midori
SUBDIR += mimetex
SUBDIR += mini_httpd
+ SUBDIR += miniminiweb
SUBDIR += minio
SUBDIR += mitmproxy
SUBDIR += mkapachepw
Index: head/www/miniminiweb/Makefile
===================================================================
--- head/www/miniminiweb/Makefile
+++ head/www/miniminiweb/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= miniminiweb
+PORTVERSION= 0.0.2
+DISTVERSIONPREFIX= v
+CATEGORIES= www
+
+MAINTAINER= neel@neelc.org
+COMMENT= Minimal, Multithreaded web server in C
+
+LICENSE= BSD2CLAUSE
+
+USE_GITHUB= yes
+GH_ACCOUNT= neelchauhan
+GH_PROJECT= MiniMiniWeb
+
+ALL_TARGET= All
+
+PLIST_FILES= bin/${GH_PROJECT}
+
+.include <bsd.port.mk>
Index: head/www/miniminiweb/distinfo
===================================================================
--- head/www/miniminiweb/distinfo
+++ head/www/miniminiweb/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469924722
+SHA256 (neelchauhan-MiniMiniWeb-v0.0.2_GH0.tar.gz) = 3fcd37fc3aabfcf342b758ec1861f50d74c90ad9451065f6d107a12facc44e1c
+SIZE (neelchauhan-MiniMiniWeb-v0.0.2_GH0.tar.gz) = 4754
Index: head/www/miniminiweb/pkg-descr
===================================================================
--- head/www/miniminiweb/pkg-descr
+++ head/www/miniminiweb/pkg-descr
@@ -0,0 +1,16 @@
+MiniMiniWeb is a minimal, multithreaded web server in C.
+
+Features (and Misfeatures)
+
+Written in C
+Multithreaded (with pthread)
+Designed for Unix-like systems
+Supports GET and POST requests
+Only serves static files
+No SSL
+No CGI or anything "dynamic"
+No Virtual Hosts
+No Directory Listings (gotten pulled out)
+No IPv6
+
+WWW: https://www.github.com/neelchauhan/MiniMiniWeb
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 22, 2:18 PM (16 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35346726
Default Alt Text
D9127.diff (1 KB)
Attached To
Mode
D9127: [NEW PORT] www/miniminiweb
Attached
Detach File
Event Timeline
Log In to Comment