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

Michael Scheidell scheidell at FreeBSD.org
Fri Apr 6 14:36:31 UTC 2012


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 at 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)


More information about the cvs-ports mailing list