summaryrefslogtreecommitdiff
path: root/devel/hs-hpl
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-09-04 14:38:48 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-09-04 14:38:48 +0000
commitfe38d71e046e7016a1f3d500591e298e0a5d25d0 (patch)
tree8fe48852883e14a65cf55ca46ce9fca62cae8c0e /devel/hs-hpl
parentUpdate to 3.0. Patch with sed. (diff)
Add prefix `hs-' for Haskell related ports.
Notes
Notes: svn path=/head/; revision=65606
Diffstat (limited to 'devel/hs-hpl')
-rw-r--r--devel/hs-hpl/Makefile25
-rw-r--r--devel/hs-hpl/distinfo1
-rw-r--r--devel/hs-hpl/pkg-comment1
-rw-r--r--devel/hs-hpl/pkg-descr13
-rw-r--r--devel/hs-hpl/pkg-plist11
5 files changed, 51 insertions, 0 deletions
diff --git a/devel/hs-hpl/Makefile b/devel/hs-hpl/Makefile
new file mode 100644
index 000000000000..6bc24eb5478e
--- /dev/null
+++ b/devel/hs-hpl/Makefile
@@ -0,0 +1,25 @@
+# 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}
+PKGNAMEPREFIX= hs-
+
+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>
diff --git a/devel/hs-hpl/distinfo b/devel/hs-hpl/distinfo
new file mode 100644
index 000000000000..033a70bc6cb2
--- /dev/null
+++ b/devel/hs-hpl/distinfo
@@ -0,0 +1 @@
+MD5 (ports-0.3.3.tar.gz) = b5d13ff5456b7b80fada58aefcb1957b
diff --git a/devel/hs-hpl/pkg-comment b/devel/hs-hpl/pkg-comment
new file mode 100644
index 000000000000..dfeeb9448dc3
--- /dev/null
+++ b/devel/hs-hpl/pkg-comment
@@ -0,0 +1 @@
+Haskell Ports Library provides ports in Haskell
diff --git a/devel/hs-hpl/pkg-descr b/devel/hs-hpl/pkg-descr
new file mode 100644
index 000000000000..bf94d7800af1
--- /dev/null
+++ b/devel/hs-hpl/pkg-descr
@@ -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
diff --git a/devel/hs-hpl/pkg-plist b/devel/hs-hpl/pkg-plist
new file mode 100644
index 000000000000..2758f316c498
--- /dev/null
+++ b/devel/hs-hpl/pkg-plist
@@ -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