pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/fcgiwrap



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.

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@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"
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@



Home | Main Index | Thread Index | Old Index