diff options
Diffstat (limited to 'dev-cpp/cppserv/metadata.xml')
-rw-r--r-- | dev-cpp/cppserv/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-cpp/cppserv/metadata.xml b/dev-cpp/cppserv/metadata.xml new file mode 100644 index 000000000000..542f0f29d034 --- /dev/null +++ b/dev-cpp/cppserv/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>iluxa@gentoo.org</email> +</maintainer> +<longdescription> + CPPSERV is C++ Application Server that provides Java Servlet-like API to + C++ programmers. It also contains CSP (C++ Server Pages) parser, borrowed + from cxxsp project. CPPSERV is a stand-alone application server, that + uses web server front-end to provide actual HTTP processing. Currently + available frontends are for Apache2 and ligttpd. +</longdescription> +</pkgmetadata> |