aboutsummaryrefslogtreecommitdiffstats
path: root/lang/urweb
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-1/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* Mark BROKEN on FreeBSD 12 and 13antoine2019-04-231-0/+3
| | | | | | | | mlton -mlb-path-var 'SRC /wrkdirs/usr/ports/lang/urweb/work/urweb-20150520/src' -mlb-path-var 'BUILD /wrkdirs/usr/ports/lang/urweb/work/urweb-20150520/src' -output bin/urweb src/compiler.mlb invalid target: self Reported by: pkg-fallout MFH: 2019Q2
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-1/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-0/+1
| | | | version 1.1.0 (via revision 464079).
* Remove all USE_OPENSSL occurrences.mat2017-03-151-3/+1
| | | | Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert categories m* and m* to USES=sqlite and USES=firebirdbapt2016-01-111-1/+1
|
* lang/urweb: update to 20150520jbeich2015-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)
* lang/urweb: update to 20150214rm2015-02-232-3/+3
| | | | | PR: 197660 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
* Fix the build with clang 3.5 by using the suggested function.kwm2015-02-141-0/+11
| | | | | | PR: 196124 Submitted by: dim@ Approved by: maintainer
* Finally retire USE_PGSQLcrees2014-11-231-1/+2
|
* Cleanup plistbapt2014-10-271-5/+0
|
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Update to 20140704.rakuco2014-07-094-26/+16
| | | | | PR: 191579 Submitted by: beyert@cs.ucr.edu (maintainer)
* - Fix pthread error when compiling files at runtimedanilo2014-07-031-1/+2
| | | | | PR: ports/191472 Submitted by: beyert@cs.ucr.edu (maintainer)
* - Stagifyamdmi32014-07-012-10/+10
| | | | | | | | - Clarify LICENSE - Add LICENSE_FILE - Switch to USES=libtool, drop .la files Approved by: portmgr blanket
* - Convert gmake,bzip2 to USESmiwi2014-05-261-1/+1
| | | | Approved by: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* - update to 20120925rm2013-02-193-11/+8
| | | | | | | - trim Makefile header, while here PR: 176206 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
* - update to 20120807rm2012-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)
* - correct pkg-descr entry that I forgout aboutrm2012-06-041-1/+1
|
* - update to 20120519rm2012-06-043-5/+4
| | | | | PR: 168179 Submitted by: Timothy Beyer <beyert at cs.ucr dot edu> (maintainer)
* Update to version 20120512pawel2012-05-173-58/+3
| | | | | PR: port/167944 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
* - Fix suggested by upstream. Revise mutex initializer patch to avoid deadlocksscheidell2012-04-094-24/+44
| | | | | | | | - Bump PORTREVISION PR: ports/166778 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Feature safe: yes
* Add New Port lang/urweb: Ur is a programming language in the tradition of ML ↵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