Ticket #17828: Portfile

File Portfile, 1.2 KB (added by ian.grant@…, 15 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3PortSystem        1.0
4name              polyml
5version           5.2.1
6revision          0
7categories        lang devel ml
8maintainers       Ian.Grant@cl.cam.ac.uk
9description       Poly/ML is a full implementation of Standard ML (SML)
10long_description  Poly/ML supports the full version of the language as given in the \
11                  Definition of Standard ML (Revised), generally known as ML97. \
12                  As well as being extremely fast and efficient implementation of Standard ML \
13                  Poly/ML provides several additional features.  There is a foreign language \
14                  interface which allows dynamically linked libraries to be loaded and functions \
15                  within them called from ML.   An X-Windows interface using Motif is available and \
16                  there is also a symbolic debugger for Poly/ML.
17homepage          http://www.polyml.org/
18master_sites      http://downloads.sourceforge.net/polyml/
19worksrcdir        ${name}.${version}
20distfiles         polyml.5.2.1.tar.gz
21checksums         md5 303ba7d26c262999685ddd54b36dd16b
22