From owner-freebsd-haskell@freebsd.org Fri May 10 07:49:29 2019 Return-Path: Delivered-To: freebsd-haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2894F159AFCB for ; Fri, 10 May 2019 07:49:29 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BC71794900 for ; Fri, 10 May 2019 07:49:28 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7C660159AFC9; Fri, 10 May 2019 07:49:28 +0000 (UTC) Delivered-To: haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AD42159AFC6 for ; Fri, 10 May 2019 07:49:28 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mail.pingpong.net (mail.pingpong.net [109.228.164.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0B875948FE for ; Fri, 10 May 2019 07:49:27 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from girgbook.pingpong.net (citron2.pingpong.net [195.178.173.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.pingpong.net (Postfix) with ESMTPSA id 2952E360A1 for ; Fri, 10 May 2019 09:49:26 +0200 (CEST) From: Palle Girgensohn Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\)) Subject: Haskell in FreeBSD ports Message-Id: <8839F753-5287-47DA-B61D-4C88DAE68D1B@FreeBSD.org> Date: Fri, 10 May 2019 09:49:25 +0200 To: "haskell@freebsd.org" X-Mailer: Apple Mail (2.3445.104.8) X-Rspamd-Queue-Id: 0B875948FE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:8473, ipnet:109.228.128.0/18, country:SE] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-haskell@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Haskell issues and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2019 07:49:29 -0000 Hi! A while ago, I started porting a haskell based project called pgbackrest = [https://pgbackrest.org ]. I never really = finished at the the time, so I let it ly around on a repo of mine. = Yesterday I updated it and realized you're moving haskell stuff out of = the ports tree. Do you have any pointers to how to relate to this work, = and what I can do to get pgbackrest into the ports tree? I remember = there where more than 20 new haskell ports I had to add to get it = working. Thanks Palle