Add hpl 0.3.3, haskell Ports Library provides ports in Haskell.
Approved by: dwcjr (mentor)
This commit is contained in:
parent
3547f0f22f
commit
b6a52e3737
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64909
@ -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
24
devel/hpl/Makefile
Normal 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
1
devel/hpl/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ports-0.3.3.tar.gz) = b5d13ff5456b7b80fada58aefcb1957b
|
1
devel/hpl/pkg-comment
Normal file
1
devel/hpl/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Haskell Ports Library provides ports in Haskell
|
13
devel/hpl/pkg-descr
Normal file
13
devel/hpl/pkg-descr
Normal 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
11
devel/hpl/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user