Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E5ABEA580C for ; Wed, 21 May 2014 21:00:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5ABA314A59C; Wed, 21 May 2014 21:00:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0685A14A468 for ; Wed, 21 May 2014 21:00:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id h4rF-FOHJ0mg for ; Wed, 21 May 2014 21:00:19 +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 5838114A429 for ; Wed, 21 May 2014 21:00:19 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5623496; Wed, 21 May 2014 21:00:19 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 21 May 2014 21:00:19 +0000 From: "Ryosuke Moro" Subject: CVS commit: pkgsrc/devel/hs-syb To: pkgsrc-changes@NetBSD.org Reply-To: szptvlfn@netbsd.org X-Mailer: log_accum Message-Id: <20140521210019.5623496@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: szptvlfn Date: Wed May 21 21:00:19 UTC 2014 Added Files: pkgsrc/devel/hs-syb: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Import syb-0.4.1 as devel/hs-syb, packaged for wip by pho. This package contains the generics system described in the Scrap Your Boilerplate papers (see http://www.cs.uu.nl/wiki/GenericProgramming/SYB). It defines the Data class of types permitting folding and unfolding of constructor applications, instances of this class for primitive types, and a variety of traversals. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-syb/DESCR pkgsrc/devel/hs-syb/Makefile \ pkgsrc/devel/hs-syb/PLIST pkgsrc/devel/hs-syb/buildlink3.mk \ pkgsrc/devel/hs-syb/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.