Date: Wed, 10 Apr 2002 00:09:02 +0200 (CEST) From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36939: New Port: devel/popenhs -- A popen-like library for Haskell Message-ID: <20020409220902.CED1C5A545@nemesis.informatik.unibw-muenchen.de>
next in thread | raw e-mail | index | archive | help
>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 <obraun@informatik.unibw-muenchen.de> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020409220902.CED1C5A545>