diff options
author | robak <robak@FreeBSD.org> | 2014-10-31 17:13:09 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2014-10-31 17:13:09 +0800 |
commit | b0cc8880e31b9c5a169a51ba8b937118c1808d0f (patch) | |
tree | 2b0012f10634497435a48feedae0888bfe31a5d4 /net/Makefile | |
parent | c02ff1a488ce63a253b6ba63c69625d635ced84a (diff) | |
download | freebsd-ports-gnome-b0cc8880e31b9c5a169a51ba8b937118c1808d0f.tar.gz freebsd-ports-gnome-b0cc8880e31b9c5a169a51ba8b937118c1808d0f.tar.zst freebsd-ports-gnome-b0cc8880e31b9c5a169a51ba8b937118c1808d0f.zip |
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 <mateusz@viste.fr>
Approved by: mentors (implicit)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |