summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2020-05-10 22:27:14 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2020-05-10 22:27:14 +0300
commite11fd26ae0e52317156ea1626ac75514c85dbf77 (patch)
tree8b2490609fe8b2429d0e6e2c40ea556db6767ad4
parent272f3cb8c551a9727328078a87d916984361c873 (diff)
added fcgiwrap
-rw-r--r--metadata/categories.conf1
-rw-r--r--packages/www-server/fcgiwrap/fcgiwrap-scm.exheres-07
-rw-r--r--packages/www-server/fcgiwrap/fcgiwrap.exlib18
3 files changed, 26 insertions, 0 deletions
diff --git a/metadata/categories.conf b/metadata/categories.conf
index 858d363..2d49b0b 100644
--- a/metadata/categories.conf
+++ b/metadata/categories.conf
@@ -27,3 +27,4 @@ sys-devel
sys-fs
sys-power
sys-libs
+www-server
diff --git a/packages/www-server/fcgiwrap/fcgiwrap-scm.exheres-0 b/packages/www-server/fcgiwrap/fcgiwrap-scm.exheres-0
new file mode 100644
index 0000000..71c6d2d
--- /dev/null
+++ b/packages/www-server/fcgiwrap/fcgiwrap-scm.exheres-0
@@ -0,0 +1,7 @@
+# Distributed under the terms of the GNU General Public License v2
+# Copyright 2020 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
+
+require fcgiwrap
+
+PLATFORMS="~amd64 ~x86"
+
diff --git a/packages/www-server/fcgiwrap/fcgiwrap.exlib b/packages/www-server/fcgiwrap/fcgiwrap.exlib
new file mode 100644
index 0000000..a48d4cf
--- /dev/null
+++ b/packages/www-server/fcgiwrap/fcgiwrap.exlib
@@ -0,0 +1,18 @@
+# Distributed under the terms of the GNU General Public License v2
+# Copyright 2020 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
+
+
+require github [ user=hnosek tag=${PV} branch=stable ]
+
+SLOT="0"
+
+SUMMARY="Simple FastCGI wrapper for CGI scripts"
+
+LICENCES="MIT"
+
+MYOPTIONS=""
+DEPENDENCIES="
+ build+run:
+ dev-libs/fcgi
+"
+