From b0cc8880e31b9c5a169a51ba8b937118c1808d0f Mon Sep 17 00:00:00 2001 From: robak Date: Fri, 31 Oct 2014 09:13:09 +0000 Subject: net/motsognir: NEW PORT - Full-featured gopher server without dependencies Motsognir is a robust, reliable and easy to install open-source gopher server for Unix-like systems (Linux, BSD, and anything else POSIX-compliant). The Motsognir gopher server is meant to be used for small projects (like home servers), but should scale well on bigger architectures as well. All the configuration is done via a single configuration file, which has very reasonable defaults. That makes Motsognir easily maintainable, and allows the administrator to have a full knowledge of what features are allowed/enabled on the server. Motsognir supports server-side CGI applications and PHP scripts, is plainly compatible with UTF-8 filesystems, and is entirely written in ANSI C without external dependencies. WWW: http://sourceforge.net/projects/motsognir PR: 184203 Submitted by: Mateusz Viste Approved by: mentors (implicit) --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') diff --git a/net/Makefile b/net/Makefile index fb13fb42147a..7bc929c89460 100644 --- a/net/Makefile +++ b/net/Makefile @@ -360,6 +360,7 @@ SUBDIR += morebalance SUBDIR += mosh SUBDIR += mosquitto + SUBDIR += motsognir SUBDIR += mpd-l2tp-ipv6pd-client SUBDIR += mpd5 SUBDIR += mpich -- cgit