summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+"
+