pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add kcgi 0.10.7 as wip/kcgi.
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By: cfkoch
Date: Sun Oct 21 19:37:23 2018 -0700
Changeset: 7f786a11fc44be8fe180dd37e1602ad374db2793
Modified Files:
Makefile
Added Files:
kcgi/DESCR
kcgi/Makefile
kcgi/PLIST
kcgi/distinfo
Log Message:
Add kcgi 0.10.7 as wip/kcgi.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7f786a11fc44be8fe180dd37e1602ad374db2793
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
kcgi/DESCR | 3 +++
kcgi/Makefile | 27 +++++++++++++++++++++++++++
kcgi/PLIST | 45 +++++++++++++++++++++++++++++++++++++++++++++
kcgi/distinfo | 6 ++++++
5 files changed, 82 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 33bb325116..5ba143f4c5 100644
--- a/Makefile
+++ b/Makefile
@@ -1649,6 +1649,7 @@ SUBDIR+= kawa
SUBDIR+= kcalc
SUBDIR+= kcalcore
SUBDIR+= kcalutils
+SUBDIR+= kcgi
SUBDIR+= kcharselect
SUBDIR+= kcolorchooser
SUBDIR+= kcontacts
diff --git a/kcgi/DESCR b/kcgi/DESCR
new file mode 100644
index 0000000000..e75f41174d
--- /dev/null
+++ b/kcgi/DESCR
@@ -0,0 +1,3 @@
+kcgi is an open source CGI and FastCGI library for C/C++ web applications.
+It is minimal, secure, and auditable -- a useful addition to your BCHS
+application stack.
diff --git a/kcgi/Makefile b/kcgi/Makefile
new file mode 100644
index 0000000000..0fc3d47500
--- /dev/null
+++ b/kcgi/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME= kcgi-0.10.7
+CATEGORIES= www
+MASTER_SITES= https://kristaps.bsd.lv/kcgi/snapshots/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= cfkoch%edgebsd.org@localhost
+HOMEPAGE= https://kristaps.bsd.lv/kcgi/
+COMMENT= CGI/FCGI library for C/C++ web apps
+LICENSE= isc
+
+SUBST_CLASSES+= install
+SUBST_SED.install+= -e 's,/usr/local,${PREFIX},' \
+ -e 's,^MANDIR=.*,MANDIR=${PREFIX}/${PKGMANDIR},' \
+ -e '/^CC=.*/d' \
+ -e '/^CFLAGS=.*/d'
+SUBST_FILES.install+= configure
+SUBST_STAGE.install= pre-configure
+SUBST_MESSAGE.install= Fixing installation path.
+
+HAS_CONFIGURE= yes
+
+USE_TOOLS+= gmake
+MAKE_FILE= GNUmakefile
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/kcgi/PLIST b/kcgi/PLIST
new file mode 100644
index 0000000000..8b1e39c18c
--- /dev/null
+++ b/kcgi/PLIST
@@ -0,0 +1,45 @@
+@comment $NetBSD$
+include/kcgi.h
+include/kcgihtml.h
+include/kcgijson.h
+include/kcgiregress.h
+include/kcgixml.h
+lib/libkcgi.a
+lib/libkcgihtml.a
+lib/libkcgijson.a
+lib/libkcgiregress.a
+lib/libkcgixml.a
+man/man3/kcgi.3
+man/man3/kcgi_buf_write.3
+man/man3/kcgi_strerror.3
+man/man3/kcgi_writer_disable.3
+man/man3/kcgihtml.3
+man/man3/kcgijson.3
+man/man3/kcgiregress.3
+man/man3/kcgixml.3
+man/man3/khttp_body.3
+man/man3/khttp_fcgi_free.3
+man/man3/khttp_fcgi_init.3
+man/man3/khttp_fcgi_parse.3
+man/man3/khttp_fcgi_test.3
+man/man3/khttp_free.3
+man/man3/khttp_head.3
+man/man3/khttp_parse.3
+man/man3/khttp_template.3
+man/man3/khttp_write.3
+man/man3/khttpbasic_validate.3
+man/man3/khttpdigest_validate.3
+man/man3/kmalloc.3
+man/man3/kutil_epoch2str.3
+man/man3/kutil_invalidate.3
+man/man3/kutil_log.3
+man/man3/kutil_openlog.3
+man/man3/kutil_urlencode.3
+man/man3/kvalid_string.3
+man/man8/kfcgi.8
+sbin/kfcgi
+share/kcgi/sample-cgi.c
+share/kcgi/sample-fcgi.c
+share/kcgi/sample.c
+share/kcgi/samplepp.cc
+share/kcgi/template.xml
diff --git a/kcgi/distinfo b/kcgi/distinfo
new file mode 100644
index 0000000000..12ebaebb36
--- /dev/null
+++ b/kcgi/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (kcgi-0.10.7.tgz) = 665078cc45cfe4725c0ea37ce270faf5b775d551
+RMD160 (kcgi-0.10.7.tgz) = e5427772e4c373229c6f9c94b3608a3cfbf700c0
+SHA512 (kcgi-0.10.7.tgz) = 56a8fe804dc39bf89f8d6a54b7a6d7217d6337a6277592c9d2746a46f7d9e1433aa2b4918d826525f80d852c710d3c6a775dc6c6aea6264f6510f7f3d4f31369
+Size (kcgi-0.10.7.tgz) = 172227 bytes
Home |
Main Index |
Thread Index |
Old Index