From a437fd43cc3ece125446142af9ed27ef8c1e6621 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/squeak/DESCR | 17 +++++++++++++++++ lang/squeak/PLIST | 27 +++++++++++++++++++++++++++ lang/squeak/pkg/DESCR | 17 ----------------- lang/squeak/pkg/PLIST | 27 --------------------------- 4 files changed, 44 insertions(+), 44 deletions(-) create mode 100644 lang/squeak/DESCR create mode 100644 lang/squeak/PLIST delete mode 100644 lang/squeak/pkg/DESCR delete mode 100644 lang/squeak/pkg/PLIST (limited to 'lang/squeak') diff --git a/lang/squeak/DESCR b/lang/squeak/DESCR new file mode 100644 index 00000000000..2ce22553c55 --- /dev/null +++ b/lang/squeak/DESCR @@ -0,0 +1,17 @@ +Squeak is a new implementation of the Smalltalk programming environment; +it includes among other things: + * a rapid-turn-around Smalltalk-80 compiler, + * a caching-JIT run-time virtual machine (with full source in + Smalltalk), + * large class libraries with portable data and GUI models, and + * an integrated development environment with coding tools, GUI + construction. + +Squeak was developed at Apple Labs and Walt Disney and has been ported +to a variety of computers (including most flavors of UNIX and Windows). +Compared to other Smalltalk systems, Squeak has four important features: + * Portability (to Mac, Windows, WinCE, and many flavors of UNIX); + * Speed (it uses native C for compute-intensive code); + * Price (free, including all source code and the right to distribute + applications!); and + * Sophistication (full Smalltalk-80 language, libraries, and tools). diff --git a/lang/squeak/PLIST b/lang/squeak/PLIST new file mode 100644 index 00000000000..819239076ae --- /dev/null +++ b/lang/squeak/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:25:02 zuntum Exp $ +bin/squeak +bin/inisqueak +lib/squeak/3.0/squeak +lib/squeak/3.0/inisqueak +lib/squeak/3.0/squeak.map +lib/squeak/3.0/Profiler.a +lib/squeak/3.0/Profiler.la +lib/squeak/3.0/Profiler.so +lib/squeak/3.0/System.a +lib/squeak/3.0/System.la +lib/squeak/3.0/System.so +man/man1/squeak.1 +share/doc/squeak/BUILD.UnixSqueak +share/doc/squeak/COPYING +share/doc/squeak/COPYRIGHT +share/doc/squeak/LICENSE +share/doc/squeak/README.CodingStandards +share/squeak/ReadMe.txt +share/squeak/SqueakV3.sources +share/squeak/3.0/Squeak3.0.changes +share/squeak/3.0/Squeak3.0.image +@dirrm lib/squeak/3.0 +@dirrm lib/squeak +@dirrm share/doc/squeak +@dirrm share/squeak/3.0 +@dirrm share/squeak diff --git a/lang/squeak/pkg/DESCR b/lang/squeak/pkg/DESCR deleted file mode 100644 index 2ce22553c55..00000000000 --- a/lang/squeak/pkg/DESCR +++ /dev/null @@ -1,17 +0,0 @@ -Squeak is a new implementation of the Smalltalk programming environment; -it includes among other things: - * a rapid-turn-around Smalltalk-80 compiler, - * a caching-JIT run-time virtual machine (with full source in - Smalltalk), - * large class libraries with portable data and GUI models, and - * an integrated development environment with coding tools, GUI - construction. - -Squeak was developed at Apple Labs and Walt Disney and has been ported -to a variety of computers (including most flavors of UNIX and Windows). -Compared to other Smalltalk systems, Squeak has four important features: - * Portability (to Mac, Windows, WinCE, and many flavors of UNIX); - * Speed (it uses native C for compute-intensive code); - * Price (free, including all source code and the right to distribute - applications!); and - * Sophistication (full Smalltalk-80 language, libraries, and tools). diff --git a/lang/squeak/pkg/PLIST b/lang/squeak/pkg/PLIST deleted file mode 100644 index 84b1fd37667..00000000000 --- a/lang/squeak/pkg/PLIST +++ /dev/null @@ -1,27 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2001/05/16 02:27:53 fredb Exp $ -bin/squeak -bin/inisqueak -lib/squeak/3.0/squeak -lib/squeak/3.0/inisqueak -lib/squeak/3.0/squeak.map -lib/squeak/3.0/Profiler.a -lib/squeak/3.0/Profiler.la -lib/squeak/3.0/Profiler.so -lib/squeak/3.0/System.a -lib/squeak/3.0/System.la -lib/squeak/3.0/System.so -man/man1/squeak.1 -share/doc/squeak/BUILD.UnixSqueak -share/doc/squeak/COPYING -share/doc/squeak/COPYRIGHT -share/doc/squeak/LICENSE -share/doc/squeak/README.CodingStandards -share/squeak/ReadMe.txt -share/squeak/SqueakV3.sources -share/squeak/3.0/Squeak3.0.changes -share/squeak/3.0/Squeak3.0.image -@dirrm lib/squeak/3.0 -@dirrm lib/squeak -@dirrm share/doc/squeak -@dirrm share/squeak/3.0 -@dirrm share/squeak -- cgit v1.2.3