From 2d21a2387c8e332d43274407feff121fc14143a5 Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Fri, 25 Oct 2002 22:25:38 +0000 Subject: Add hs-idoc-0.2.5, A No Frills Haskell Interface Documentation System. --- devel/hs-idoc/Makefile | 26 ++++++++++++++++++++++++++ devel/hs-idoc/distinfo | 1 + devel/hs-idoc/pkg-comment | 1 + devel/hs-idoc/pkg-descr | 11 +++++++++++ devel/hs-idoc/pkg-plist | 1 + 5 files changed, 40 insertions(+) create mode 100644 devel/hs-idoc/Makefile create mode 100644 devel/hs-idoc/distinfo create mode 100644 devel/hs-idoc/pkg-comment create mode 100644 devel/hs-idoc/pkg-descr create mode 100644 devel/hs-idoc/pkg-plist (limited to 'devel/hs-idoc') diff --git a/devel/hs-idoc/Makefile b/devel/hs-idoc/Makefile new file mode 100644 index 000000000000..5ba4f5b667c8 --- /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 +# +# $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 diff --git a/devel/hs-idoc/distinfo b/devel/hs-idoc/distinfo new file mode 100644 index 000000000000..7e04cf3e7232 --- /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 000000000000..0d67ec595035 --- /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 000000000000..57ec58f50933 --- /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 000000000000..45cbba74eda4 --- /dev/null +++ b/devel/hs-idoc/pkg-plist @@ -0,0 +1 @@ +bin/idoc -- cgit v1.2.3