1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Add hs-idoc-0.2.5, A No Frills Haskell Interface Documentation System.

This commit is contained in:
Oliver Braun 2002-10-25 22:25:38 +00:00
parent e05002b1a2
commit 2d21a2387c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68833
6 changed files with 41 additions and 0 deletions

View File

@ -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

26
devel/hs-idoc/Makefile Normal file
View File

@ -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>

1
devel/hs-idoc/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (idoc-0.2.5.tar.gz) = bfc37c24ea2c6e1f01b83129895984bd

View File

@ -0,0 +1 @@
A No Frills Haskell Interface Documentation System

11
devel/hs-idoc/pkg-descr Normal file
View File

@ -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

1
devel/hs-idoc/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/idoc