# $Id: Portfile 63146 2010-01-27 21:13:16Z blair@macports.org $

PortSystem 1.0

name            scala
version         2.7.7
revision        2
categories      lang java
maintainers     blair
replaced_by     scala27
description     The Scala Programming Language
long_description \
                Scala is a modern multi-paradigm programming language \
                designed to express common programming patterns in a \
                concise, elegant, and type-safe way.  It smoothly \
                integrates features of object-oriented and functional \
                languages.  It runs inside a Java Virtual Machine and \
                is fully interoperable with Java.
homepage        http://www.scala-lang.org/
platforms       darwin
distfiles

pre-fetch {
        ui_error "Please one of the numbered scala* ports instead."
        return -code error "obsolete port"
}
