aboutsummaryrefslogtreecommitdiff
path: root/lang/urweb
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-3/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Convert categories m* and m* to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-1/+1
| | | | Notes: svn path=/head/; revision=405721
* lang/urweb: update to 20150520Jan Beich2015-08-162-3/+3
| | | | | | | | | | | | | | | | | | | ChangeLog: - Change default behavior of client-side GUI event handlers: By default, events are now passed to handlers on parent DOM nodes as well, just like in normal JavaScript. Call [preventDefault] or [stopPropagation] to tweak that behavior. WARNING: This change may break backward compatibility! - URIs specified with 'file' .urp directive are implicitly allowed to be referenced. - New HTML tags: <fieldset>, <legend> - New urweb-mode Emacs command: 'urweb-close-matching-tag' - Bug fixes PR: 202263 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Notes: svn path=/head/; revision=394385
* lang/urweb: update to 20150214Ruslan Makhmatkhanov2015-02-222-3/+3
| | | | | | | | PR: 197660 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Notes: svn path=/head/; revision=379632
* Fix the build with clang 3.5 by using the suggested function.Koop Mast2015-02-141-0/+11
| | | | | | | | | PR: 196124 Submitted by: dim@ Approved by: maintainer Notes: svn path=/head/; revision=378962
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+2
| | | | Notes: svn path=/head/; revision=373100
* Cleanup plistBaptiste Daroussin2014-10-271-5/+0
| | | | Notes: svn path=/head/; revision=371587
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Update to 20140704.Raphael Kubo da Costa2014-07-084-26/+16
| | | | | | | | PR: 191579 Submitted by: beyert@cs.ucr.edu (maintainer) Notes: svn path=/head/; revision=361318
* - Fix pthread error when compiling files at runtimeDanilo Egea Gondolfo2014-07-021-1/+2
| | | | | | | | PR: ports/191472 Submitted by: beyert@cs.ucr.edu (maintainer) Notes: svn path=/head/; revision=360217
* - StagifyDmitry Marakasov2014-07-012-10/+10
| | | | | | | | | | | - Clarify LICENSE - Add LICENSE_FILE - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Notes: svn path=/head/; revision=360027
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355354
* 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