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

8
sysutils/sysgen/DESCR Normal file
View File

@@ -0,0 +1,8 @@
sysgen reads DEC Qbus or UNIBUS device names from standard input,
assigns CSR addresses and interrupt vectors to the devices according
to the DEC standard algorithm for auto-configuration, and prints
the resulting list of allocations to standard output.
The program attempts to conform to the CONFIG command of the VMS
SYSGEN program, but has simplified output. Specifically, it does
not print information about VMS device naming and support.

22
sysutils/sysgen/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.13 2012/10/23 19:51:25 asau Exp $
#
DISTNAME= sysgen
PKGNAME= sysgen-1.0
CATEGORIES= sysutils
MASTER_SITES= http://ox.compsoc.net/~dankolb/sysgen/
EXTRACT_SUFX= .tar.Z
MAINTAINER= abs@NetBSD.org
COMMENT= Assign DEC Qbus or UNIBUS standard CSR and vector addresses
WRKSRC= ${WRKDIR}
BUILD_TARGET= sysgen
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sysgen ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sysgen.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"

3
sysutils/sysgen/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:53:53 zuntum Exp $
bin/sysgen
man/man1/sysgen.1

5
sysutils/sysgen/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2005/02/24 13:40:58 agc Exp $
SHA1 (sysgen.tar.Z) = 1e821ca50073b53231d585b19035a4064337db44
RMD160 (sysgen.tar.Z) = 88e160da6f190fe9d288edef06466c0c9d62de4b
Size (sysgen.tar.Z) = 8228 bytes