1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

update MASTER_SITE and WWW

while here remove MD5
This commit is contained in:
Baptiste Daroussin 2011-03-15 12:56:45 +00:00
parent 2952f04bc1
commit 8aa3957282
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270933
3 changed files with 4 additions and 7 deletions

View File

@ -9,11 +9,9 @@ PORTNAME= caml
PORTVERSION= 0.75
PORTREVISION= 3
CATEGORIES= lang elisp
MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \
ftp://sunsite.doc.ic.ac.uk/computing/programming/languages/ml/caml-light/ \
ftp://arcadia.informatik.uni-muenchen.de/pub/comp/programming/languages/functional/caml-light/ \
ftp://sunsite.icm.edu.pl/pub/programming/caml/ \
http://wwwfun.kurims.kyoto-u.ac.jp/soft/caml-light/
MASTER_SITES= http://caml.inria.fr/pub/distrib/caml-light-0.75/ \
ftp://arcadia.informatik.uni-muenchen.de/pub/comp/programming/languages/functional/caml-light/
DISTNAME= cl75unix
MAINTAINER= ports@FreeBSD.org

View File

@ -1,3 +1,2 @@
MD5 (cl75unix.tar.gz) = 6c236074e4487949ec22001c7a498057
SHA256 (cl75unix.tar.gz) = ac2ad4c7b28716ec3f0e2e24b8b092b99253a573ac8de7da396e08e8bcd10fd2
SIZE (cl75unix.tar.gz) = 1108206

View File

@ -1,7 +1,7 @@
Caml is a strongly-typed functional programming language from the
ML family, close to Standard ML but slightly different.
WWW: http://pauillac.inria.fr/caml/index-eng.html
WWW: http://caml.inria.fr/
The Caml Light system comprises the following parts:
- An interactive system, based on a read-eval-print loop.