summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/hs-idoc/Makefile26
-rw-r--r--devel/hs-idoc/distinfo1
-rw-r--r--devel/hs-idoc/pkg-comment1
-rw-r--r--devel/hs-idoc/pkg-descr11
-rw-r--r--devel/hs-idoc/pkg-plist1
6 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 045679f..9437cfc 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -229,6 +229,7 @@
SUBDIR += hs-hdoc
SUBDIR += hs-hmake
SUBDIR += hs-hpl
+ SUBDIR += hs-idoc
SUBDIR += hs-popenhs
SUBDIR += hypersrc
SUBDIR += i386-rtems-binutils
diff --git a/devel/hs-idoc/Makefile b/devel/hs-idoc/Makefile
new file mode 100644
index 0000000..5ba4f5b
--- /dev/null
+++ b/devel/hs-idoc/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: idoc
+# Date created: 25 October 2002
+# Whom: Oliver Braun <obraun@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= idoc
+PORTVERSION= 0.2.5
+CATEGORIES= devel
+MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/idoc/
+PKGNAMEPREFIX= hs-
+
+MAINTAINER= obraun@FreeBSD.org
+
+BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
+
+USE_REINPLACE= yes
+USE_GMAKE= yes
+
+ALL_TARGET= # empty
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|^\(PREFIX\)|#\1|' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|IOExts|Debug.Trace|' ${WRKSRC}/IDoc.hs
+
+.include <bsd.port.mk>
diff --git a/devel/hs-idoc/distinfo b/devel/hs-idoc/distinfo
new file mode 100644
index 0000000..7e04cf3
--- /dev/null
+++ b/devel/hs-idoc/distinfo
@@ -0,0 +1 @@
+MD5 (idoc-0.2.5.tar.gz) = bfc37c24ea2c6e1f01b83129895984bd
diff --git a/devel/hs-idoc/pkg-comment b/devel/hs-idoc/pkg-comment
new file mode 100644
index 0000000..0d67ec5
--- /dev/null
+++ b/devel/hs-idoc/pkg-comment
@@ -0,0 +1 @@
+A No Frills Haskell Interface Documentation System
diff --git a/devel/hs-idoc/pkg-descr b/devel/hs-idoc/pkg-descr
new file mode 100644
index 0000000..57ec58f
--- /dev/null
+++ b/devel/hs-idoc/pkg-descr
@@ -0,0 +1,11 @@
+IDoc extracts interface documentation and declarations from Haskell modules
+based on standard Haskell layout rules and a small number of clues that the
+programmer embeds in interface comments. These clues have been designed to be
+visually non-imposing when displaying the source in a text editor. Interface
+documentation is rendered in standard markup languages (currently, only HTML is
+supported). IDoc has been designed to be simple to use and install.
+
+WWW: http://www.cse.unsw.edu.au/~chak/haskell/idoc/
+
+-- Oliver Braun
+obraun@FreeBSD.org
diff --git a/devel/hs-idoc/pkg-plist b/devel/hs-idoc/pkg-plist
new file mode 100644
index 0000000..45cbba7
--- /dev/null
+++ b/devel/hs-idoc/pkg-plist
@@ -0,0 +1 @@
+bin/idoc
OpenPOWER on IntegriCloud