Index: head/lang/urweb/Makefile =================================================================== --- head/lang/urweb/Makefile (revision 298313) +++ head/lang/urweb/Makefile (revision 298314) @@ -1,63 +1,62 @@ # New ports collection makefile for: urweb # Date created: 4 Apr 2012 # Whom: Timothy Beyer # # $FreeBSD$ PORTNAME= urweb -PORTVERSION= 20120512 +PORTVERSION= 20120519 CATEGORIES= lang www MASTER_SITES= http://www.impredicative.com/ur/ EXTRACT_SUFX= .tgz MAINTAINER= beyert@cs.ucr.edu COMMENT= Ultimate host for embedded domain-specific languages LICENSE= BSD -LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE BUILD_DEPENDS= mlton:${PORTSDIR}/lang/mlton CONFIGURE_ENV= CCARGS="-I${LOCALBASE}/include" HAS_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --prefix=${PREFIX} USE_LDCONFIG= yes USE_OPENSSL= yes ONLY_FOR_ARCHS= i386 amd64 OPTIONS= ELISP "Install contributed Emacs Lisp" on \ PGSQL "Enable PostgreSQL Support" on \ SQLITE "Enable Sqlite Support" off \ MYSQL "Enable Mysql Support" off .include .ifdef (WITH_ELISP) PLIST_SUB+= ELISP="" CONFIGURE_ARGS+= with_emacs=yes .else PLIST_SUB+= ELISP="@comment " CONFIGURE_ARGS+= with_emacs=no .endif .ifdef (WITH_PGSQL) USE_PGSQL= server .else CONFIGURE_ENV+= PGHEADER="no" .endif .ifdef (WITH_SQLITE) USE_SQLITE= yes .else CONFIGURE_ENV+= SQHEADER="no" .endif .ifdef (WITH_MYSQL) USE_MYSQL= yes .else CONFIGURE_ENV+= MSHEADER="no" .endif .include Property changes on: head/lang/urweb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/lang/urweb/distinfo =================================================================== --- head/lang/urweb/distinfo (revision 298313) +++ head/lang/urweb/distinfo (revision 298314) @@ -1,2 +1,2 @@ -SHA256 (urweb-20120512.tgz) = 35a8e7481caa74fc224f556807844899043b3af2c8bae085b9204275318e9d25 -SIZE (urweb-20120512.tgz) = 838543 +SHA256 (urweb-20120519.tgz) = 200f82c237a7b2f42a4b81243c1ab19447ccaa241b72b6f9c0aa806019bc73fa +SIZE (urweb-20120519.tgz) = 841918 Property changes on: head/lang/urweb/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/lang/urweb/pkg-descr =================================================================== --- head/lang/urweb/pkg-descr (revision 298313) +++ head/lang/urweb/pkg-descr (revision 298314) @@ -1,22 +1,22 @@ 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. The signature of the standard library is such that well-typed Ur/Web programs "don't go wrong" in a very broad sense. Not only do they not crash during particular page generations, but they also may not: * Suffer from any kinds of code-injection attacks * Return invalid HTML * Contain dead intra-application links * Have mismatches between HTML forms and the fields expected by their handlers * Include client-side code that makes incorrect assumptions about the * "AJAX"-style services that the remote web server provides * Attempt invalid SQL queries * Use improper marshaling or unmarshaling in communication with SQL databases or between browsers and web servers -WWW: http://www.impredicative.com/ur/ +WWW: http://www.impredicative.com/ur/ Property changes on: head/lang/urweb/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property