Add MASTER_SITES, update WWW.

PR:		ports/59978
Submitted by:	Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw>
This commit is contained in:
Joseph Koshy 2003-12-06 13:17:15 +00:00
parent 8661561f12
commit 0d9a1d7920
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95186
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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.