pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/fcgiwrap Initial import of fcgiwrap, version 1.1.0,



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d3572d64520
branches:  trunk
changeset: 350878:1d3572d64520
user:      nils <nils%pkgsrc.org@localhost>
date:      Sun Aug 07 18:01:29 2016 +0000

description:
Initial import of fcgiwrap, version 1.1.0,
into the NetBSD Packages Collection.

diffstat:

 www/fcgiwrap/DESCR                     |   1 +
 www/fcgiwrap/Makefile                  |  25 +++++++++++++++++++++++++
 www/fcgiwrap/PLIST                     |   3 +++
 www/fcgiwrap/distinfo                  |   6 ++++++
 www/fcgiwrap/patches/patch-Makefile.in |  31 +++++++++++++++++++++++++++++++
 5 files changed, 66 insertions(+), 0 deletions(-)

diffs (86 lines):

diff -r 0f7e989daad6 -r 1d3572d64520 www/fcgiwrap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/fcgiwrap/DESCR        Sun Aug 07 18:01:29 2016 +0000
@@ -0,0 +1,1 @@
+A simple wrapper for using CGI scripts through FastCGI.
diff -r 0f7e989daad6 -r 1d3572d64520 www/fcgiwrap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/fcgiwrap/Makefile     Sun Aug 07 18:01:29 2016 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2016/08/07 18:01:29 nils Exp $
+
+DISTNAME=      fcgiwrap-1.1.0
+CATEGORIES=    www
+
+COMMENT=       FastCGI wrapper for plain CGI scripts
+LICENSE=       mit
+
+GITHUB_TAG=    ${PKGVERSION_NOREV}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=gnosek/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://nginx.localdomain.pl/wiki/FcgiWrap
+
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    automake autoreconf pkg-config
+
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
+pre-configure:
+       cd ${WRKSRC} && autoreconf -i
+
+.include "../../www/fcgi/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0f7e989daad6 -r 1d3572d64520 www/fcgiwrap/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/fcgiwrap/PLIST        Sun Aug 07 18:01:29 2016 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2016/08/07 18:01:29 nils Exp $
+man/man8/fcgiwrap.8
+sbin/fcgiwrap
diff -r 0f7e989daad6 -r 1d3572d64520 www/fcgiwrap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/fcgiwrap/distinfo     Sun Aug 07 18:01:29 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/07 18:01:29 nils Exp $
+
+SHA1 (fcgiwrap-1.1.0.tar.gz) = 8e7b9140b3d96f4635352bb967715477b35caf84
+RMD160 (fcgiwrap-1.1.0.tar.gz) = 7969f77430d1c51e58aa90619803caf723a50168
+Size (fcgiwrap-1.1.0.tar.gz) = 9924 bytes
+SHA1 (patch-Makefile.in) = 30615f4beb33f9ac47fdcd7cebb93bd42fa55e94
diff -r 0f7e989daad6 -r 1d3572d64520 www/fcgiwrap/patches/patch-Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/fcgiwrap/patches/patch-Makefile.in    Sun Aug 07 18:01:29 2016 +0000
@@ -0,0 +1,31 @@
+$NetBSD: patch-Makefile.in,v 1.1 2016/08/07 18:01:29 nils Exp $
+
+Fix double-prefixing as @mandir@ already contains @prefix@
+Comment out systemd stuff (not used with pkgsrc, and would just require gmake).
+
+--- Makefile.in.orig   2013-05-07 07:57:54.000000000 -0400
++++ Makefile.in        2013-09-07 13:17:06.000000000 -0400
+@@ -1,5 +1,5 @@
+ targetdir = $(DESTDIR)@prefix@@sbindir@
+-man8dir = $(DESTDIR)@prefix@@mandir@/man8
++man8dir = $(DESTDIR)@mandir@/man8
+ datarootdir =
+ 
+ .PHONY:       clean distclean
+@@ -10,11 +10,11 @@
+       install -m 755 fcgiwrap $(targetdir)
+       install -d -m 755 $(man8dir)
+       install -m 644 fcgiwrap.8 $(man8dir)
+-ifneq ("@systemdsystemunitdir@", "")
+-      install -d -m 755 $(DESTDIR)@systemdsystemunitdir@
+-      install -m 644 systemd/fcgiwrap.socket $(DESTDIR)@systemdsystemunitdir@
+-      install -m 644 systemd/fcgiwrap.service $(DESTDIR)@systemdsystemunitdir@
+-endif
++#ifneq ("@systemdsystemunitdir@", "")
++#     install -d -m 755 $(DESTDIR)@systemdsystemunitdir@
++#     install -m 644 systemd/fcgiwrap.socket $(DESTDIR)@systemdsystemunitdir@
++#     install -m 644 systemd/fcgiwrap.service $(DESTDIR)@systemdsystemunitdir@
++#endif
+ 
+ LDLIBS = -lfcgi @systemd_LIBS@
+ CFLAGS = @AM_CFLAGS@



Home | Main Index | Thread Index | Old Index