Add hpl 0.3.3, haskell Ports Library provides ports in Haskell.

Approved by:     dwcjr (mentor)
This commit is contained in:
Oliver Braun 2002-08-23 21:07:24 +00:00
parent 3547f0f22f
commit b6a52e3737
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64909
6 changed files with 51 additions and 0 deletions

View File

@ -219,6 +219,7 @@
SUBDIR += hat
SUBDIR += hmake
SUBDIR += hp48cc
SUBDIR += hpl
SUBDIR += hypersrc
SUBDIR += i386-rtems-binutils
SUBDIR += i386-rtems-chill

24
devel/hpl/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: hpl
# Date created: 23 August 2002
# Whom: Oliver Braun <obraun@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hpl
PORTVERSION= 0.3.3
CATEGORIES= devel
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/ports/
DISTNAME= ports-${PORTVERSION}
MAINTAINER= obraun@FreeBSD.org
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
.include <bsd.port.mk>

1
devel/hpl/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ports-0.3.3.tar.gz) = b5d13ff5456b7b80fada58aefcb1957b

1
devel/hpl/pkg-comment Normal file
View File

@ -0,0 +1 @@
Haskell Ports Library provides ports in Haskell

13
devel/hpl/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
The Haskell Ports Library (HPL)
Ports are an abstraction for modelling variables whose values evolve over time
without the need to resort to mutable variable, such as IORefs. More precisely,
a port represents all values that a time-dependent variable successively takes
as a stream, where each element of the stream corresponds to a state change -
we can also say that a port represents a time series. Moreover, a port supports
concurrent construction of the time series, or stream of values.
WWW: http://www.cse.unsw.edu.au/~chak/haskell/ports/
-- Oliver Braun
obraun@FreeBSD.org

11
devel/hpl/pkg-plist Normal file
View File

@ -0,0 +1,11 @@
bin/ports-config
lib/ports-0.3.3/ghcunknown/import/HPL.hi
lib/ports-0.3.3/ghcunknown/import/Ports.hi
lib/ports-0.3.3/ghcunknown/import/PortsConfig.hi
lib/ports-0.3.3/ghcunknown/import/PortsVersion.hi
lib/ports-0.3.3/ghcunknown/import/Processes.hi
lib/ports-0.3.3/ghcunknown/import/SVars.hi
lib/ports-0.3.3/ghcunknown/libportsHS.a
@dirrm lib/ports-0.3.3/ghcunknown/import
@dirrm lib/ports-0.3.3/ghcunknown
@dirrm lib/ports-0.3.3