From d5a92ea9241e6b6b531220df28c2fc1b569388f3 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Tue, 29 Oct 1996 23:01:55 +0000 Subject: Split the Modula-3 port into two pieces, creating a new port "modula-3-lib". It installs only the shared libraries needed for executing Modula-3 programs. This saves a lot of disk space for people who need to run Modula-3 programs but don't need to build them. The original "modula-3" port now depends on this one, and uses it to install the compiler and the rest of the development system. Also, everything is now built with optimization. I have been testing this for at least a month, and haven't seen any problems from it. It makes the libraries and executables substantially smaller. This new port also includes some hooks that will make SOCKS support possible in the near future. --- lang/modula-3-lib/pkg-comment | 1 + 1 file changed, 1 insertion(+) create mode 100644 lang/modula-3-lib/pkg-comment (limited to 'lang/modula-3-lib/pkg-comment') diff --git a/lang/modula-3-lib/pkg-comment b/lang/modula-3-lib/pkg-comment new file mode 100644 index 000000000000..7cdc69366dc6 --- /dev/null +++ b/lang/modula-3-lib/pkg-comment @@ -0,0 +1 @@ +The shared libraries needed for executing Modula-3 programs. -- cgit v1.2.3