summaryrefslogtreecommitdiff
path: root/sysutils/sysgen
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2000-10-19 12:05:59 +0000
committerabs <abs@pkgsrc.org>2000-10-19 12:05:59 +0000
commit141dc2b071e151a16151652d365ad36f01f521ae (patch)
treea01662a4bfc13c8320efa6d8f386252541e3f01c /sysutils/sysgen
parentbaa07b823eec247a2f9e043155e28a22ce2cf776 (diff)
downloadpkgsrc-141dc2b071e151a16151652d365ad36f01f521ae.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/Makefile19
-rw-r--r--sysutils/sysgen/files/md53
-rw-r--r--sysutils/sysgen/pkg/COMMENT1
-rw-r--r--sysutils/sysgen/pkg/DESCR8
-rw-r--r--sysutils/sysgen/pkg/PLIST3
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