Add popenhs 1.00.0, a popen-like library for Haskell.
PR: ports/36939 Approved by: dwcjr (mentor)
This commit is contained in:
parent
cdfd4e95c7
commit
1203083c96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64779
6 changed files with 39 additions and 0 deletions
|
@ -588,6 +588,7 @@
|
|||
SUBDIR += pkgconfig
|
||||
SUBDIR += ply
|
||||
SUBDIR += pmake
|
||||
SUBDIR += popenhs
|
||||
SUBDIR += popt
|
||||
SUBDIR += portcheckout
|
||||
SUBDIR += portlint
|
||||
|
|
21
devel/popenhs/Makefile
Normal file
21
devel/popenhs/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: popenhs
|
||||
# Date created: 09 April 2002
|
||||
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= popenhs
|
||||
PORTVERSION= 1.00.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.01.246.ne.jp/~juhp/haskell/popenhs/
|
||||
|
||||
MAINTAINER= obraun@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
||||
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
||||
|
||||
USE_GMAKE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/popenhs/distinfo
Normal file
1
devel/popenhs/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (popenhs-1.00.0.tar.gz) = 4a395a9e4480aec50ebdbb05dc78aceb
|
1
devel/popenhs/pkg-comment
Normal file
1
devel/popenhs/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A popen-like library for Haskell
|
10
devel/popenhs/pkg-descr
Normal file
10
devel/popenhs/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
From the Website:
|
||||
|
||||
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. It
|
||||
requires the Posix module and has been tested under ghc5 so far.
|
||||
|
||||
WWW: http://www.01.246.ne.jp/~juhp/haskell/popenhs/
|
||||
|
||||
- Oliver Braun
|
||||
obraun@informatik.unibw-muenchen.de
|
5
devel/popenhs/pkg-plist
Normal file
5
devel/popenhs/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/popenhs-config
|
||||
lib/popenhs-1.00.0/libpopenHS.a
|
||||
lib/popenhs-1.00.0/imports/POpen.hi
|
||||
@dirrm lib/popenhs-1.00.0/imports
|
||||
@dirrm lib/popenhs-1.00.0/
|
Loading…
Reference in a new issue