Add hs-hdoc-0.8.2, a HTML documentation tool for Haskell.

This commit is contained in:
Oliver Braun 2002-10-25 21:59:17 +00:00
parent 6bf5ff1ae6
commit ddf182806b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68826
6 changed files with 35 additions and 0 deletions

View File

@ -226,6 +226,7 @@
SUBDIR += hs-haddock
SUBDIR += hs-happy
SUBDIR += hs-hat
SUBDIR += hs-hdoc
SUBDIR += hs-hmake
SUBDIR += hs-hpl
SUBDIR += hs-popenhs

23
devel/hs-hdoc/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: hdoc
# Date created: 25 October 2002
# Whom: Oliver Braun <obraun@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= hdoc
PORTVERSION= 0.8.2
CATEGORIES= devel
MASTER_SITES= http://www.fmi.uni-passau.de/~groessli/hdoc/
PKGNAMEPREFIX= hs-
MAINTAINER= obraun@FreeBSD.org
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
ALL_TARGET= # empty
.include <bsd.port.mk>

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

@ -0,0 +1 @@
MD5 (hdoc-0.8.2.tar.gz) = 3e71a2f29c3ebea04888071cbf8c7edf

View File

@ -0,0 +1 @@
A HTML documentation tool for Haskell

8
devel/hs-hdoc/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
HDoc generates documentation in HTML format for Haskell modules. The generated
documents are cross linked and include summaries and detailed descriptions for
the documented functions, data types, type classes and instance declarations.
WWW: http://www.fmi.uni-passau.de/~groessli/hdoc/
-- Oliver Braun
obraun@FreeBSD.org

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

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