diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-10-25 22:25:38 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-10-25 22:25:38 +0000 |
commit | 2d21a2387c8e332d43274407feff121fc14143a5 (patch) | |
tree | ec558a1542407e8e8b002ebb37c7a1d5da5114d4 /devel/hs-idoc | |
parent | Make games/gtkballs compiling under -current again (with some changes) (diff) |
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 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 <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 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 |