Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2012 14:36:30 +0000 (UTC)
From:      Michael Scheidell <scheidell@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang Makefile ports/lang/urweb Makefile distinfo pkg-descr pkg-plist ports/lang/urweb/files patch-Makefile.am patch-Makefile.in patch-configure patch-urweb.c
Message-ID:  <201204061436.q36EaUNN096833@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scheidell    2012-04-06 14:36:30 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/urweb           Makefile distinfo pkg-descr pkg-plist 
    lang/urweb/files     patch-Makefile.am patch-Makefile.in 
                         patch-configure patch-urweb.c 
  Log:
  Add New Port lang/urweb: Ur is a programming language in the tradition of ML and Haskell, but featuring
  a significantly richer type system. Ur is functional, pure, statically-typed,
  and strict. Ur supports a powerful kind of metaprogramming based on row types.
  
  Ur/Web is Ur plus a special standard library and associated rules for parsing
  and optimization. Ur/Web supports construction of dynamic web applications
  backed by SQL databases.
  
  PR:             ports/166657
  Submitted by:   Timothy Beyer <beyert@cs.ucr.edu>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.771     +1 -0      ports/lang/Makefile
  1.1       +63 -0     ports/lang/urweb/Makefile (new)
  1.1       +2 -0      ports/lang/urweb/distinfo (new)
  1.1       +8 -0      ports/lang/urweb/files/patch-Makefile.am (new)
  1.1       +11 -0     ports/lang/urweb/files/patch-Makefile.in (new)
  1.1       +20 -0     ports/lang/urweb/files/patch-configure (new)
  1.1       +16 -0     ports/lang/urweb/files/patch-urweb.c (new)
  1.1       +22 -0     ports/lang/urweb/pkg-descr (new)
  1.1       +53 -0     ports/lang/urweb/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204061436.q36EaUNN096833>