diff options
author | obraun <obraun@FreeBSD.org> | 2002-10-25 22:25:38 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-10-25 22:25:38 +0000 |
commit | 8c92319056c6ffcf188b23f01d428f5165669e05 (patch) | |
tree | 55d1f83e642d5b03cb112b7de54c9bcaebc25c9a /devel/hs-idoc | |
parent | 5d7e363faa9488990c5040146a5491548c55d3fe (diff) | |
download | FreeBSD-ports-8c92319056c6ffcf188b23f01d428f5165669e05.zip FreeBSD-ports-8c92319056c6ffcf188b23f01d428f5165669e05.tar.gz |
Add hs-idoc-0.2.5, A No Frills Haskell Interface Documentation System.
Diffstat (limited to 'devel/hs-idoc')
-rw-r--r-- | devel/hs-idoc/Makefile | 26 | ||||
-rw-r--r-- | devel/hs-idoc/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-idoc/pkg-comment | 1 | ||||
-rw-r--r-- | devel/hs-idoc/pkg-descr | 11 | ||||
-rw-r--r-- | devel/hs-idoc/pkg-plist | 1 |
5 files changed, 40 insertions, 0 deletions
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 |