pkgsrc-WIP-changes archive

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

fcgiwrap is now imported as www/fcgiwrap.



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Sun Aug 7 20:05:12 2016 +0200
Changeset:	5485101e36415ab7f897eb7ab965a6d81f53073b

Modified Files:
	Makefile
	TODO
Removed Files:
	fcgiwrap/DESCR
	fcgiwrap/Makefile
	fcgiwrap/PLIST
	fcgiwrap/distinfo
	fcgiwrap/patches/patch-Makefile.in

Log Message:
fcgiwrap is now imported as www/fcgiwrap.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5485101e36415ab7f897eb7ab965a6d81f53073b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                           |  1 -
 TODO                               |  1 -
 fcgiwrap/DESCR                     |  1 -
 fcgiwrap/Makefile                  | 22 ----------------------
 fcgiwrap/PLIST                     |  3 ---
 fcgiwrap/distinfo                  |  6 ------
 fcgiwrap/patches/patch-Makefile.in | 31 -------------------------------
 7 files changed, 65 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ff66dfb..f24743e 100644
--- a/Makefile
+++ b/Makefile
@@ -712,7 +712,6 @@ SUBDIR+=	fbpager
 SUBDIR+=	fbpanel
 SUBDIR+=	fbsd2pkg
 SUBDIR+=	fceux
-SUBDIR+=	fcgiwrap
 SUBDIR+=	feathercoin
 SUBDIR+=	felt
 SUBDIR+=	festvox-awb
diff --git a/TODO b/TODO
index 8562bd5..58e177d 100644
--- a/TODO
+++ b/TODO
@@ -157,7 +157,6 @@ Suggested ready to import packages
 	o bogomips
 	o castget
 	o commoncpp2
-	o fcgiwrap
 	o flimsel
 	o flpsed
 	o ilbc-rfc3951
diff --git a/fcgiwrap/DESCR b/fcgiwrap/DESCR
deleted file mode 100644
index 445a53f..0000000
--- a/fcgiwrap/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-A simple wrapper for using CGI scripts through FastCGI.
diff --git a/fcgiwrap/Makefile b/fcgiwrap/Makefile
deleted file mode 100644
index 899c04c..0000000
--- a/fcgiwrap/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2014/06/01 12:49:35 thomasklausner Exp $
-
-DISTNAME=	fcgiwrap-1.1.0
-CATEGORIES=	www
-MASTER_SITES=	-https://github.com/gnosek/${DISTNAME:S|-|/archive/|}${EXTRACT_SUFX}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://nginx.localdomain.pl/wiki/FcgiWrap
-COMMENT=	FastCGI wrapper for plain CGI scripts
-LICENSE=	mit
-
-
-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 --git a/fcgiwrap/PLIST b/fcgiwrap/PLIST
deleted file mode 100644
index 38be75c..0000000
--- a/fcgiwrap/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/03 20:27:00 mrampke Exp $
-man/man8/fcgiwrap.8
-sbin/fcgiwrap
diff --git a/fcgiwrap/distinfo b/fcgiwrap/distinfo
deleted file mode 100644
index abc02a9..0000000
--- a/fcgiwrap/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2013/10/09 12:18:36 fhajny 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 --git a/fcgiwrap/patches/patch-Makefile.in b/fcgiwrap/patches/patch-Makefile.in
deleted file mode 100644
index 6f2943e..0000000
--- a/fcgiwrap/patches/patch-Makefile.in
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-Makefile.in,v 1.2 2013/09/08 00:09:03 kimmo 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