From 21b47178a2509fb914e8d69116de89c76d5ad1d2 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:20:13 +0000 Subject: Move pkg/ files into package's toplevel directory --- lang/baci/DESCR | 14 ++++++++++++++ lang/baci/PLIST | 12 ++++++++++++ lang/baci/pkg/DESCR | 14 -------------- lang/baci/pkg/PLIST | 12 ------------ 4 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 lang/baci/DESCR create mode 100644 lang/baci/PLIST delete mode 100644 lang/baci/pkg/DESCR delete mode 100644 lang/baci/pkg/PLIST (limited to 'lang/baci') diff --git a/lang/baci/DESCR b/lang/baci/DESCR new file mode 100644 index 00000000000..ecf8bb7fc51 --- /dev/null +++ b/lang/baci/DESCR @@ -0,0 +1,14 @@ +BACI stands for Ben-Ari Concurrent Interpreter. The compiler and interpreter +originally were procedures in a program written by M. Ben-Ari, based on the +original Pascal compiler by Niklaus Wirth. The original version of the BACI +compiler and interpreter was created from that source code and was hosted on +a PRIME mainframe. After several modifications and additions, this version +was ported to a PC version in Turbo Pascal, to Sun Pascal, and to C. Finally, +the compiler and interpreter were split into two seperate programs. + +Recently, a C-- compiler has been added to the BACI suite of programs to +compile source programs written in a restricted dialect of C++ into PCODE +object code executable by the interpreter. Compared with other concurrent +languages, BACI offers a variety of synchronization techniques with a +syntax that is usually familiar. Any experienced C or Pascal programmer could +use BACI within hours. diff --git a/lang/baci/PLIST b/lang/baci/PLIST new file mode 100644 index 00000000000..bfecdba572d --- /dev/null +++ b/lang/baci/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:22:47 zuntum Exp $ +bin/bacc +bin/badis +bin/bainterp +bin/bapas +share/doc/baci/cmimi.ps +share/doc/baci/cmimi.tex +share/doc/baci/disasm.ps +share/doc/baci/disasm.tex +share/doc/baci/guidepas.ps +share/doc/baci/guidepas.tex +@dirrm share/doc/baci diff --git a/lang/baci/pkg/DESCR b/lang/baci/pkg/DESCR deleted file mode 100644 index ecf8bb7fc51..00000000000 --- a/lang/baci/pkg/DESCR +++ /dev/null @@ -1,14 +0,0 @@ -BACI stands for Ben-Ari Concurrent Interpreter. The compiler and interpreter -originally were procedures in a program written by M. Ben-Ari, based on the -original Pascal compiler by Niklaus Wirth. The original version of the BACI -compiler and interpreter was created from that source code and was hosted on -a PRIME mainframe. After several modifications and additions, this version -was ported to a PC version in Turbo Pascal, to Sun Pascal, and to C. Finally, -the compiler and interpreter were split into two seperate programs. - -Recently, a C-- compiler has been added to the BACI suite of programs to -compile source programs written in a restricted dialect of C++ into PCODE -object code executable by the interpreter. Compared with other concurrent -languages, BACI offers a variety of synchronization techniques with a -syntax that is usually familiar. Any experienced C or Pascal programmer could -use BACI within hours. diff --git a/lang/baci/pkg/PLIST b/lang/baci/pkg/PLIST deleted file mode 100644 index 629befbdab0..00000000000 --- a/lang/baci/pkg/PLIST +++ /dev/null @@ -1,12 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/25 12:44:35 wulf Exp $ -bin/bacc -bin/badis -bin/bainterp -bin/bapas -share/doc/baci/cmimi.ps -share/doc/baci/cmimi.tex -share/doc/baci/disasm.ps -share/doc/baci/disasm.tex -share/doc/baci/guidepas.ps -share/doc/baci/guidepas.tex -@dirrm share/doc/baci -- cgit v1.2.3