pkgsrc-WIP-changes archive

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

nostromo: promoted to pkgsrc/www



Module Name:	pkgsrc-wip
Committed By:	ast <ast%NetBSD.org@localhost>
Pushed By:	ast
Date:		Sun Feb 11 15:16:58 2018 +0100
Changeset:	3ad6be7ad71a1890ad61b32bea32414f9eafc356

Removed Files:
	nostromo/DESCR
	nostromo/Makefile
	nostromo/PLIST
	nostromo/distinfo
	nostromo/files/nostromo.sh

Log Message:
nostromo: promoted to pkgsrc/www

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

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

diffstat:
 nostromo/DESCR             |  6 ------
 nostromo/Makefile          | 43 -------------------------------------------
 nostromo/PLIST             | 12 ------------
 nostromo/distinfo          |  6 ------
 nostromo/files/nostromo.sh | 17 -----------------
 5 files changed, 84 deletions(-)

diffs:
diff --git a/nostromo/DESCR b/nostromo/DESCR
deleted file mode 100644
index ca02aa21bb..0000000000
--- a/nostromo/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Nostromo aka nhttpd is a simple, fast and secure HTTP server. It
-runs as a single process, handling connections with select(2). For
-CGIs and directory listing it does fork(2). The minimum of HTTP/1.1
-and CGI/1.1 are implemented. Also supported are: chroot, setuid,
-basic authentication, SSL, IPv6, custom responses, aliases, and
-virtual hosts. The access log is written in standard CLF format.
diff --git a/nostromo/Makefile b/nostromo/Makefile
deleted file mode 100644
index a368bc50c1..0000000000
--- a/nostromo/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	nostromo-1.9.6
-PKGREVISION=	1
-CATEGORIES=	www
-MASTER_SITES=	http://www.nazgul.ch/dev/
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER=	ast%NetBSD.org@localhost
-HOMEPAGE=	http://www.nazgul.ch/dev_nostromo.html
-COMMENT=	Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 webserver
-LICENSE=	isc
-
-USE_TOOLS+=	sed
-MAKE_FILE=	GNUmakefile
-
-RCD_SCRIPTS=	nostromo
-EGDIR=		share/examples/nostromo
-
-INSTALLATION_DIRS=	sbin share/examples/rc.d ${PKGMANDIR}/man8
-INSTALLATION_DIRS+=	${EGDIR}
-INSTALLATION_DIRS+=	${EGDIR}/conf
-INSTALLATION_DIRS+=	${EGDIR}/icons
-INSTALLATION_DIRS+=	${EGDIR}/htdocs ${EGDIR}/htdocs/cgi-bin
-
-SUBST_CLASSES+=		nostromo
-SUBST_MESSAGE.nostromo=	Fixing GNUmakefile src/nhttpd/GNUmakefile
-SUBST_STAGE.nostromo=	pre-patch
-SUBST_FILES.nostromo=	GNUmakefile \
-			src/nhttpd/GNUmakefile \
-			src/tools/GNUmakefile \
-			src/libbsd/GNUmakefile \
-			src/libmy/GNUmakefile
-SUBST_SED.nostromo+=	-e '/install -d -o root -g daemon -m 755/d'
-SUBST_SED.nostromo+=	-e 's,cc ${CCFLAGS},${CC} ${CCFLAGS},g'
-SUBST_SED.nostromo+=	-e 's,install -c -o root -g bin -m 555,${INSTALL},g'
-SUBST_SED.nostromo+=	-e 's,install -c -o root -g bin -m 444,${INSTALL_MAN},g'
-SUBST_SED.nostromo+=	-e 's,install -c -o root -g bin -m 644,${INSTALL_DATA},g'
-SUBST_SED.nostromo+=	-e 's,/usr/local,${DESTDIR}${PREFIX},g'
-SUBST_SED.nostromo+=	-e 's,/usr/share/man,${DESTDIR}${PREFIX}/${PKGMANDIR},g'
-SUBST_SED.nostromo+=	-e 's,/var/nostromo,${DESTDIR}${PREFIX}/${EGDIR},g'
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/nostromo/PLIST b/nostromo/PLIST
deleted file mode 100644
index 60bd599055..0000000000
--- a/nostromo/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-sbin/crypt
-sbin/nhttpd
-man/man8/nhttpd.8
-share/examples/rc.d/nostromo
-share/examples/nostromo/conf/mimes
-share/examples/nostromo/conf/nhttpd.conf-dist
-share/examples/nostromo/htdocs/cgi-bin/printenv
-share/examples/nostromo/htdocs/index.html
-share/examples/nostromo/htdocs/nostromo.gif
-share/examples/nostromo/icons/dir.gif
-share/examples/nostromo/icons/file.gif
diff --git a/nostromo/distinfo b/nostromo/distinfo
deleted file mode 100644
index e0444f7e78..0000000000
--- a/nostromo/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (nostromo-1.9.6.tar.gz) = 6f3d8ebc15486398f819ac55a9d2a9ac14c3b35e
-RMD160 (nostromo-1.9.6.tar.gz) = 6817ac77c7645ab2bef3e73469d2f376448af868
-SHA512 (nostromo-1.9.6.tar.gz) = baf68f492653937b80629f1281a1243026ee2def9f5b092934474148f97306ef0796c4fecffb3d6061907d8fdc1beb0a34333dfe8738dec70acdd3975347d6ea
-Size (nostromo-1.9.6.tar.gz) = 50937 bytes
diff --git a/nostromo/files/nostromo.sh b/nostromo/files/nostromo.sh
deleted file mode 100644
index 798d586cfa..0000000000
--- a/nostromo/files/nostromo.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: nostromo.sh,v 1.2 2011/07/20 20:55:42 astforge Exp $
-#
-
-# PROVIDE: nostromo
-# REQUIRE: DAEMON
-
-. /etc/rc.subr
-
-name="nostromo"
-rcvar=$name
-command="@PREFIX@/sbin/nhttpd"
-required_files="@PREFIX@/nostromo/conf/nhttpd.conf"
-
-load_rc_config $name
-run_rc_command "$1"


Home | Main Index | Thread Index | Old Index