diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-12-06 13:17:15 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-12-06 13:17:15 +0000 |
commit | 0d9a1d7920a68be922ad5048c4e5eb125d6771c7 (patch) | |
tree | 9347f4915980227aeba17e1cbcfdb64f5c022a5e /lang/sml-nj | |
parent | 8661561f12bea6a9b46f87d7563bc4c24b684380 (diff) | |
download | ports-0d9a1d7920a68be922ad5048c4e5eb125d6771c7.tar.gz ports-0d9a1d7920a68be922ad5048c4e5eb125d6771c7.zip |
Notes
Diffstat (limited to 'lang/sml-nj')
-rw-r--r-- | lang/sml-nj/Makefile | 6 | ||||
-rw-r--r-- | lang/sml-nj/pkg-descr | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lang/sml-nj/Makefile b/lang/sml-nj/Makefile index e8453ee486e7..e0fe35226a0b 100644 --- a/lang/sml-nj/Makefile +++ b/lang/sml-nj/Makefile @@ -10,7 +10,9 @@ PORTVERSION= 110.0.7 CATEGORIES= lang MASTER_SITES= ftp://ftp.research.bell-labs.com/dist/smlnj/release/110.0.7/ \ ftp://rodin.stanford.edu/pub/smlnj/release/110.0.7/ \ - ftp://ftp.ntua.gr//pub/lang/smlnj/release/110.0.7/ + ftp://ftp.ntua.gr//pub/lang/smlnj/release/110.0.7/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= bin.x86-unix.tar.Z cm.tar.Z cml.tar.Z \ config.tar.Z eXene.tar.Z \ ml-burg.tar.Z ml-lex.tar.Z \ @@ -18,7 +20,7 @@ DISTFILES= bin.x86-unix.tar.Z cm.tar.Z cml.tar.Z \ smlnj-c.tar.Z smlnj-lib.tar.Z EXTRACT_ONLY= config.tar.Z -MAINTAINER= jkoshy@freebsd.org +MAINTAINER= jkoshy@FreeBSD.org COMMENT= A popular functional language from Bell Labs # Other mirror sites that generally carry only released versions of SML diff --git a/lang/sml-nj/pkg-descr b/lang/sml-nj/pkg-descr index 4d44ff2f2c05..82576ba1c743 100644 --- a/lang/sml-nj/pkg-descr +++ b/lang/sml-nj/pkg-descr @@ -1,7 +1,7 @@ A Standard ML implementation from Bell-Labs. Implements the SML '97 definition including the new Basis library with a few minor omissions and discrepancies. -WWW: http://cm.bell-labs.com/cm/cs/what/smlnj/index.html +WWW: http://www.smlnj.org/ If you are interested in a lighter weight implementation of ML, the Moscow-ML port is recommended. |