Bug 133887 - New port: lang/scala The Scala Programming Language
Summary: New port: lang/scala The Scala Programming Language
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 07:50 UTC by mitsuru
Modified: 2009-05-15 18:50 UTC (History)
0 users

See Also:


Attachments
file.shar (13.74 KB, text/plain)
2009-04-21 07:50 UTC, mitsuru
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mitsuru 2009-04-21 07:50:00 UTC
	
Scala is a general purpose 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, enabling
Java and other programmers to be more productive. Code sizes are typically
reduced by a factor of two to three when compared to an equivalent Java
application.

WWW: http://www.scala-lang.org/
Comment 1 Greg Larkin freebsd_committer freebsd_triage 2009-04-30 20:00:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-15 18:43:29 UTC
glarkin     2009-05-15 17:43:14 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/scala           Makefile distinfo pkg-descr pkg-plist 
  Log:
  Scala is a general purpose 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, enabling Java and other programmers to be more productive.
  Code sizes are typically reduced by a factor of two to three when
  compared to an equivalent Java application.
  
  WWW: http://www.scala-lang.org/
  
  PR:             ports/133887
  Submitted by:   Mitsuru YOSHIDA <mitsuru at riken.jp>
  
  Revision  Changes    Path
  1.640     +1 -0      ports/lang/Makefile
  1.1       +63 -0     ports/lang/scala/Makefile (new)
  1.1       +3 -0      ports/lang/scala/distinfo (new)
  1.1       +8 -0      ports/lang/scala/pkg-descr (new)
  1.1       +149 -0    ports/lang/scala/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Greg Larkin freebsd_committer freebsd_triage 2009-05-15 18:44:06 UTC
State Changed
From-To: open->closed

Committed with upgrade to Scala 2.7.4 and minor Makefile 
tweaks, thank you!