Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

3
sysutils/i2ocfg/DESCR Normal file
View File

@@ -0,0 +1,3 @@
i2ocfg is an I2O configuraion dialog gateway for NetBSD. This means that it
lets you access the built-in HTML configuration utility found on some I2O
adapters, provided that you've got a web server and a browser.

16
sysutils/i2ocfg/MESSAGE Normal file
View File

@@ -0,0 +1,16 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1 2001/10/31 22:53:18 zuntum Exp $
To use this package:
1. Create a group named `i2ocfg'.
2. chgrp i2ocfg /dev/iop?
3. chmod g=rw /dev/iop?
4. chgrp i2ocfg ${PREFIX}/libexec/cgi-bin/i2ocfg
5. chmod g+s ${PREFIX}/libexec/cgi-bin/i2ocfg
6. Ensure that a HTTP server is installed. If it's running, stop it.
7. Ensure that the HTTP server will execute SGID CGI programs.
8. Put HTTP access control in place. SSL would be a good idea.
9. Start the HTTP server.
===========================================================================

21
sysutils/i2ocfg/Makefile Normal file
View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.15 2012/10/23 19:51:07 asau Exp $
DISTNAME= i2ocfg-1.1
CATEGORIES= sysutils
MASTER_SITES= http://www.hairylemon.org/~ad/software/download/i2ocfg/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.hairylemon.org/~ad/software/i2ocfg/
COMMENT= I2O configuration dialog gateway
ONLY_FOR_PLATFORM= NetBSD-1.5[J-Z]-* NetBSD-1.6*-* NetBSD-[2-9]*-*
USE_BSD_MAKEFILE= YES
USE_TOOLS+= groff nroff
INSTALL_MAKE_FLAGS= MANDIR=${PREFIX}/${PKGMANDIR}
INSTALLATION_DIRS= libexec/cgi-bin ${PKGMANDIR}/cat8 ${PKGMANDIR}/man8
MANCOMPRESSED_IF_MANZ= YES
.include "../../mk/bsd.pkg.mk"

4
sysutils/i2ocfg/PLIST Normal file
View File

@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:53:18 zuntum Exp $
libexec/cgi-bin/i2ocfg
man/cat8/i2ocfg.0
man/man8/i2ocfg.8

6
sysutils/i2ocfg/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.4 2007/12/31 02:07:09 obache Exp $
SHA1 (i2ocfg-1.1.tar.gz) = 18ee6750f43e6c686d5f29bfc3d99bb47e667505
RMD160 (i2ocfg-1.1.tar.gz) = a289fb7542fc94251f0a8d7309cc2532234787fa
Size (i2ocfg-1.1.tar.gz) = 6888 bytes
SHA1 (patch-aa) = 07bdd61dce4e16528eb07ecf0a7c9f6726bc87bc

View File

@@ -0,0 +1,11 @@
$NetBSD: patch-aa,v 1.1 2007/12/31 02:07:10 obache Exp $
--- Makefile.orig 2003-04-24 14:14:07.000000000 +0000
+++ Makefile
@@ -5,6 +5,5 @@ SRCS= dialog.c tables.c
MAN= i2ocfg.8
BINDIR= ${PREFIX}/libexec/cgi-bin
-MANDIR= ${PREFIX}/man
.include <bsd.prog.mk>