Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 3724163B87A for ; Sat, 18 Dec 2010 12:47:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C9E5019CFD0; Sat, 18 Dec 2010 12:47:15 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 12EBF19CFBE for ; Sat, 18 Dec 2010 12:47:12 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 01B7E175DD; Sat, 18 Dec 2010 12:47:11 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 18 Dec 2010 12:47:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/boomerang To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20101218124712.01B7E175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Dec 18 12:47:11 UTC 2010 Update of /cvsroot/pkgsrc/lang/boomerang In directory ivanova.netbsd.org:/tmp/cvs-serv26433 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. Status: Vendor Tag: TNF Release Tags: pkgsrc-20101218 N pkgsrc/lang/boomerang/Makefile N pkgsrc/lang/boomerang/PLIST N pkgsrc/lang/boomerang/DESCR N pkgsrc/lang/boomerang/distinfo No conflicts created by this import