From owner-freebsd-ports Tue Apr 9 15:40:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEFE537B417 for ; Tue, 9 Apr 2002 15:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g39Me1P65831; Tue, 9 Apr 2002 15:40:01 -0700 (PDT) (envelope-from gnats) Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBw-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id C177137B400 for ; Tue, 9 Apr 2002 15:34:24 -0700 (PDT) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g39M95q08608 for ; Wed, 10 Apr 2002 00:09:05 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id BA2FF5A548 for ; Wed, 10 Apr 2002 00:09:03 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id CED1C5A545; Wed, 10 Apr 2002 00:09:02 +0200 (CEST) Message-Id: <20020409220902.CED1C5A545@nemesis.informatik.unibw-muenchen.de> Date: Wed, 10 Apr 2002 00:09:02 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36939: New Port: devel/popenhs -- A popen-like library for Haskell Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36939 >Category: ports >Synopsis: New Port: devel/popenhs -- A popen-like library for Haskell >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 09 15:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 21 12:00:59 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386 >Description: popenhs is a popen-like library for Haskell. It provides a convenient way of sending string input to a subprocess and reading output from it lazily. WWW: http://www.01.246.ne.jp/~juhp/haskell/popenhs/ Depends on lang/ghc; does not work with lang/nhc98, since lang/nhc98 does not provide a Posix module. Regards, Olli >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # popenhs # popenhs/pkg-descr # popenhs/Makefile # popenhs/distinfo # popenhs/pkg-comment # popenhs/pkg-plist # echo c - popenhs mkdir -p popenhs > /dev/null 2>&1 echo x - popenhs/pkg-descr sed 's/^X//' >popenhs/pkg-descr << 'END-of-popenhs/pkg-descr' XFrom the Website: X Xpopenhs is a popen-like library for Haskell. It provides a convenient way of Xsending string input to a subprocess and reading output from it lazily. It Xrequires the Posix module and has been tested under ghc5 so far. X XWWW: http://www.01.246.ne.jp/~juhp/haskell/popenhs/ X X- Oliver Braun Xobraun@informatik.unibw-muenchen.de END-of-popenhs/pkg-descr echo x - popenhs/Makefile sed 's/^X//' >popenhs/Makefile << 'END-of-popenhs/Makefile' X# New ports collection makefile for: popenhs X# Date created: 09 April 2002 X# Whom: Oliver Braun X# X# $FreeBSD$ X# X XPORTNAME= popenhs XPORTVERSION= 1.00.0 XCATEGORIES= devel XMASTER_SITES= http://www.01.246.ne.jp/~juhp/haskell/popenhs/ X XMAINTAINER= obraun@informatik.unibw-muenchen.de X XBUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc XRUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc X XUSE_GMAKE= yes XHAS_CONFIGURE= yes X X.include END-of-popenhs/Makefile echo x - popenhs/distinfo sed 's/^X//' >popenhs/distinfo << 'END-of-popenhs/distinfo' XMD5 (popenhs-1.00.0.tar.gz) = 4a395a9e4480aec50ebdbb05dc78aceb END-of-popenhs/distinfo echo x - popenhs/pkg-comment sed 's/^X//' >popenhs/pkg-comment << 'END-of-popenhs/pkg-comment' XA popen-like library for Haskell END-of-popenhs/pkg-comment echo x - popenhs/pkg-plist sed 's/^X//' >popenhs/pkg-plist << 'END-of-popenhs/pkg-plist' Xbin/popenhs-config Xlib/popenhs-1.00.0/libpopenHS.a Xlib/popenhs-1.00.0/imports/POpen.hi X@dirrm lib/popenhs-1.00.0/imports X@dirrm lib/popenhs-1.00.0/ END-of-popenhs/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message