From owner-cvs-all@FreeBSD.ORG Fri Apr 6 14:36:31 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F483106564A; Fri, 6 Apr 2012 14:36:31 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F34438FC08; Fri, 6 Apr 2012 14:36:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q36EaUKo096834; Fri, 6 Apr 2012 14:36:30 GMT (envelope-from scheidell@repoman.freebsd.org) Received: (from scheidell@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q36EaUNN096833; Fri, 6 Apr 2012 14:36:30 GMT (envelope-from scheidell) Message-Id: <201204061436.q36EaUNN096833@repoman.freebsd.org> From: Michael Scheidell Date: Fri, 6 Apr 2012 14:36:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2012 14:36:31 -0000 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 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)