diff options
author | abs <abs> | 2000-10-19 12:05:59 +0000 |
---|---|---|
committer | abs <abs> | 2000-10-19 12:05:59 +0000 |
commit | 90b311d9555e53cc82311fefde1e6b4bec5c6fcd (patch) | |
tree | a01662a4bfc13c8320efa6d8f386252541e3f01c /sysutils/sysgen | |
parent | c00f1aa34628de2c9db008c2757c34477f16f702 (diff) | |
download | pkgsrc-90b311d9555e53cc82311fefde1e6b4bec5c6fcd.tar.gz |
Add sysgen-1.0
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.
Diffstat (limited to 'sysutils/sysgen')
-rw-r--r-- | sysutils/sysgen/Makefile | 19 | ||||
-rw-r--r-- | sysutils/sysgen/files/md5 | 3 | ||||
-rw-r--r-- | sysutils/sysgen/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/sysgen/pkg/DESCR | 8 | ||||
-rw-r--r-- | sysutils/sysgen/pkg/PLIST | 3 |
5 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/sysgen/Makefile b/sysutils/sysgen/Makefile new file mode 100644 index 00000000000..7b1f53ad9ff --- /dev/null +++ b/sysutils/sysgen/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/19 12:05:59 abs Exp $ +# + +DISTNAME= sysgen +PKGNAME= sysgen-1.0 +CATEGORIES= systools +MASTER_SITES= http://ox.compsoc.net/~dankolb/sysgen/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= abs@netbsd.org + +NO_WRKSUBDIR= yes +ALL_TARGET= sysgen + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/sysgen ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/sysgen.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/sysgen/files/md5 b/sysutils/sysgen/files/md5 new file mode 100644 index 00000000000..5a40cdcef83 --- /dev/null +++ b/sysutils/sysgen/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/19 12:05:59 abs Exp $ + +MD5 (sysgen.tar.Z) = 232956632303f760308a3cc488c1d5d5 diff --git a/sysutils/sysgen/pkg/COMMENT b/sysutils/sysgen/pkg/COMMENT new file mode 100644 index 00000000000..efaa1333f1e --- /dev/null +++ b/sysutils/sysgen/pkg/COMMENT @@ -0,0 +1 @@ +assign DEC Qbus or UNIBUS standard CSR and vector addresses diff --git a/sysutils/sysgen/pkg/DESCR b/sysutils/sysgen/pkg/DESCR new file mode 100644 index 00000000000..53ad295f465 --- /dev/null +++ b/sysutils/sysgen/pkg/DESCR @@ -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. diff --git a/sysutils/sysgen/pkg/PLIST b/sysutils/sysgen/pkg/PLIST new file mode 100644 index 00000000000..c834cbedfdd --- /dev/null +++ b/sysutils/sysgen/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/19 12:05:59 abs Exp $ +bin/sysgen +man/man1/sysgen.1 |