the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: smlnj-doc
Version: 110
Revision: 2
Description: Documentation for Standard ML of New Jersey
Maintainer: None
Homepage: http://cm.bell-labs.com/cm/cs/what/smlnj/
License: BSD
Suggests: smlnj
Source: ftp://ftp.research.bell-labs.com/dist/smlnj/doc/SMLNJ/smlnj.tar.Z
SourceRename: %v-%n.tar.Z
SourceDirectory: smlnj
Source2: http://cm.bell-labs.com/cm/cs/what/smlnj/doc/CM/new.pdf
Source2Rename: %v-cm.pdf
Source3: ftp://ftp.research.bell-labs.com/dist/smlnj/working/110.39/smlnj-lib.tgz
Source3Rename: 110.39-smlnj-lib.tgz
BuildDepends: fink (>= 0.24.12-1)
PatchFile: %n.patch
PatchFile-MD5: 23b22e7ccfe4d16b34ce5ebd3e54a24a
CompileScript: <<
cd ../smlnj-lib && find . -name '*-sig.sml' -or -name '*.cm' | xargs tar cf ../sigs.tgz
<<
InstallScript: <<
mkdir -p %i/share/doc/%n
mv * %i/share/doc/%n
mkdir -p %i/share/doc/%n/doc
mv ../%v-cm.pdf %i/share/doc/%n/doc/CM.pdf
mkdir -p %i/share/doc/%n/doc/smlnj-lib/sigs
cp ../smlnj-lib/Doc/HTML/* %i/share/doc/%n/doc/smlnj-lib
(cd %i/share/doc/%n/doc/smlnj-lib/sigs && tar xf -) < ../sigs.tgz
<<
DescDetail: <<
SML/NJ is an implementation of the Standard ML programming language,
produced and maintained by researchers at Bell Labs, Princeton, Yale,
and AT&T Research. Standard ML has many features, including type
safety, algebraic data types with pattern matching, higher-order
functions, and a sophisticated module system. It is especially
well-suited for writing compilers and other language processors.
This package includes all the documentation from the SML/NJ web site
at Bell Labs. It refers to version 110, the last official release.
Probably you are using a newer working version, so some of the
documentation is out of date. It will nevertheless be useful if you
program in SML.
<<
DescPackaging: <<
Former Maintainer: Christopher League
<<
Source-MD5: df81a2da46c28c0803b690ee2bad8fed
Source2-MD5: 8be75df3c9ddc321664eb6b1a8626607
Source3-MD5: 2ffec46d10e6dd9620c2895d8b59e570
diff -u -r -P smlnj/doc/CM/index.html smlnj-new/doc/CM/index.html
--- smlnj/doc/CM/index.html Tue Feb 24 18:15:34 1998
+++ smlnj-new/doc/CM/index.html Wed Mar 20 00:22:36 2002
@@ -26,6 +26,11 @@
+
+Warning, this document is way outdated and most of what is written
+here is wrong. A draft version of the new CM
+manual [pdf] is available.
+
+
The documentation for the SML/NJ Library has not yet been updated.
But there is a brief
smlnj-doc _unstable_ port .patch