2015-04-30 08:49:58 by Mark Davies | Files touched by this commit (1) |
Log message: Refine the TeX build dependencies. |
2015-01-20 15:24:38 by Jaap Boender | Files touched by this commit (55) | |
Log message: Revbump associated with update of lang/ocaml. |
2014-10-09 21:14:05 by Jaap Boender | Files touched by this commit (41) | |
Log message: Revbump for ocaml 4.02.0. (Some packages omitted because they will be updated to new versions) |
2013-11-01 12:30:24 by Jaap Boender | Files touched by this commit (47) | |
Log message: Revision bump associated with the update of lang/ocaml to version 4.01. |
2012-10-08 17:18:26 by Jaap Boender | Files touched by this commit (54) | |
Log message: Revision bump associated with the update of lang/ocaml to version 4. |
2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2011-12-06 01:19:26 by Steven Drake | Files touched by this commit (42) |
Log message: Recursive bump for lang/ocaml buildlink addition. |
2010-12-18 13:47:11 by Thomas Klausner | Files touched by this commit (4) | |
Log message: Initial import of boomerang-0.2: Boomerang is a programming language for writing lenses--well-behaved bidirectional transformations--that operate on ad-hoc, textual data formats. Every lens program, when read from left to right, describes a function that maps an input to an output; when read from right to left, the very same program describes a "backwards" function that maps a modified output, together with the original input, back to a modified input. Lenses have been used to solve problems across a wide range of areas in computing including: in data converters and synchronizers, in parsers and pretty printers, in picklers and unpicklers, in structure editors, in constraint maintainers for user interfaces, in software model transformations, in schema evolution, in tools for managing system configuration files, and in databases where they provide updatable views. |