Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 72FC77A106 for ; Sun, 7 Aug 2016 18:01:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1EDF485EE1; Sun, 7 Aug 2016 18:01:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A4DCF85EB4 for ; Sun, 7 Aug 2016 18:01:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id H8v45r1_LAq2 for ; Sun, 7 Aug 2016 18:01:30 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 20FB085E3F for ; Sun, 7 Aug 2016 18:01:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C230FBC3; Sun, 7 Aug 2016 18:01:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147059289042700" MIME-Version: 1.0 Date: Sun, 7 Aug 2016 18:01:30 +0000 From: "Nils Ratusznik" Subject: CVS commit: pkgsrc/www/fcgiwrap To: pkgsrc-changes@NetBSD.org Reply-To: nils@netbsd.org X-Mailer: log_accum Message-Id: <20160807180130.1C230FBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147059289042700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nils Date: Sun Aug 7 18:01:30 UTC 2016 Added Files: pkgsrc/www/fcgiwrap: DESCR Makefile PLIST distinfo pkgsrc/www/fcgiwrap/patches: patch-Makefile.in Log Message: Initial import of fcgiwrap, version 1.1.0, into the NetBSD Packages Collection. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/fcgiwrap/DESCR pkgsrc/www/fcgiwrap/Makefile \ pkgsrc/www/fcgiwrap/PLIST pkgsrc/www/fcgiwrap/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/www/fcgiwrap/patches/patch-Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147059289042700 Content-Disposition: inline Content-Length: 3295 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/www/fcgiwrap/DESCR diff -u /dev/null pkgsrc/www/fcgiwrap/DESCR:1.1 --- /dev/null Sun Aug 7 18:01:30 2016 +++ pkgsrc/www/fcgiwrap/DESCR Sun Aug 7 18:01:29 2016 @@ -0,0 +1 @@ +A simple wrapper for using CGI scripts through FastCGI. Index: pkgsrc/www/fcgiwrap/Makefile diff -u /dev/null pkgsrc/www/fcgiwrap/Makefile:1.1 --- /dev/null Sun Aug 7 18:01:30 2016 +++ pkgsrc/www/fcgiwrap/Makefile Sun Aug 7 18:01:29 2016 @@ -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 +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" Index: pkgsrc/www/fcgiwrap/PLIST diff -u /dev/null pkgsrc/www/fcgiwrap/PLIST:1.1 --- /dev/null Sun Aug 7 18:01:30 2016 +++ pkgsrc/www/fcgiwrap/PLIST Sun Aug 7 18:01:29 2016 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2016/08/07 18:01:29 nils Exp $ +man/man8/fcgiwrap.8 +sbin/fcgiwrap Index: pkgsrc/www/fcgiwrap/distinfo diff -u /dev/null pkgsrc/www/fcgiwrap/distinfo:1.1 --- /dev/null Sun Aug 7 18:01:30 2016 +++ pkgsrc/www/fcgiwrap/distinfo Sun Aug 7 18:01:29 2016 @@ -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 Index: pkgsrc/www/fcgiwrap/patches/patch-Makefile.in diff -u /dev/null pkgsrc/www/fcgiwrap/patches/patch-Makefile.in:1.1 --- /dev/null Sun Aug 7 18:01:30 2016 +++ pkgsrc/www/fcgiwrap/patches/patch-Makefile.in Sun Aug 7 18:01:29 2016 @@ -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@ --_----------=_147059289042700--