summaryrefslogtreecommitdiff
path: root/lang/urweb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - update to 20120925Ruslan Makhmatkhanov2013-02-183-11/+8
| | | | | | | | | | - trim Makefile header, while here PR: 176206 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Notes: svn path=/head/; revision=312516
* - update to 20120807Ruslan Makhmatkhanov2012-08-113-12/+12
| | | | | | | | | | | | while here: - convert to optionsNG - tab -> space in pkg-descr:WWW PR: 170486 Submitted by: Timothy Beyer <beyert at cs.ucr dot edu> (maintainer) Notes: svn path=/head/; revision=302403
* - correct pkg-descr entry that I forgout aboutRuslan Makhmatkhanov2012-06-031-1/+1
| | | | Notes: svn path=/head/; revision=298315
* - update to 20120519Ruslan Makhmatkhanov2012-06-033-5/+4
| | | | | | | | PR: 168179 Submitted by: Timothy Beyer <beyert at cs.ucr dot edu> (maintainer) Notes: svn path=/head/; revision=298314
* Update to version 20120512Pawel Pekala2012-05-163-58/+3
| | | | | | | | PR: port/167944 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Notes: svn path=/head/; revision=296801
* - Fix suggested by upstream. Revise mutex initializer patch to avoid deadlocksMichael Scheidell2012-04-094-24/+44
| | | | | | | | | | | - Bump PORTREVISION PR: ports/166778 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=294422
* Add New Port lang/urweb: Ur is a programming language in the tradition of ML ↵Michael Scheidell2012-04-068-0/+195
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 Notes: svn path=/head/; revision=294290