update to 0.6, and support sparc
from maintainer Don Stewart <dons at cse.unsw.edu.au>
This commit is contained in:
parent
0d7c6fc041
commit
72f6223a93
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/07/31 01:11:14 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2004/01/16 08:46:37 avsm Exp $
|
||||
|
||||
COMMENT= "documentation tool for the functional language Haskell"
|
||||
|
||||
V= 0.5
|
||||
V= 0.6
|
||||
DISTNAME= haddock-${V}
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (haddock-0.5-src.tar.gz) = c103855f8e1643034b3df02e9b8ae247
|
||||
MD5 (haddock-regress-0.5.tgz) = bd6ae5fe86929ba519fccb76b6c4cb6a
|
||||
RMD160 (haddock-0.5-src.tar.gz) = c25e5bb7b1cc7406880c6386e240ac1fa1f3e219
|
||||
RMD160 (haddock-regress-0.5.tgz) = ffabd57c9862c1835ff90f5e60b190737af50bbb
|
||||
SHA1 (haddock-0.5-src.tar.gz) = 5fb978edfab3d1032a14d022c2fb99fa0f2d043a
|
||||
SHA1 (haddock-regress-0.5.tgz) = 3b21d92a8e411f49016b6888e6bc07fcf285d35b
|
||||
MD5 (haddock-0.6-src.tar.gz) = 6f15d15a3e4352f77f003fb133b1d9b2
|
||||
MD5 (haddock-regress-0.6.tgz) = 981269759701bbd05c2d93e57146962c
|
||||
RMD160 (haddock-0.6-src.tar.gz) = 4c1b282571713db65a2f6e05c0bdd0a4ac08ad23
|
||||
RMD160 (haddock-regress-0.6.tgz) = 1e7ba5fc3ac5d77de002a04dbe11aea9416b23b8
|
||||
SHA1 (haddock-0.6-src.tar.gz) = 51c6fcf8b8a4e88e49815d62b23728b3195a96ae
|
||||
SHA1 (haddock-regress-0.6.tgz) = 4b890380baf34d844cd7fa6d9f200363883f0a38
|
||||
|
@ -1,9 +1,11 @@
|
||||
Haddock is a tool for automatically generating documentation from
|
||||
annotated Haskell source code. It is primary intended for documenting
|
||||
annotated Haskell source code. It is primarily intended for documenting
|
||||
libraries, but it should be useful for any kind of Haskell code.
|
||||
|
||||
Like other systems, Haddock lets you write documentation annotations
|
||||
next to the definitions of functions and types in the source code, in
|
||||
a syntax that is easy on the eye when writing the source code (no
|
||||
next to the definitions of functions and types in the source code, in a
|
||||
syntax that is easy on the eye when writing the source code (no
|
||||
heavyweight mark-up). The documentation generated by Haddock is fully
|
||||
hyperlinked.
|
||||
hyperlinked - click on a type name in a type signature to go straight to
|
||||
the definition, and documentation, for that type.
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/07/31 01:11:15 avsm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/01/16 08:46:37 avsm Exp $
|
||||
bin/haddock
|
||||
bin/haddock-0.5
|
||||
lib/haddock-0.5/haddock.bin
|
||||
lib/haddock-0.5/haddock.css
|
||||
lib/haddock-0.5/haskell_icon.gif
|
||||
bin/haddock-0.6
|
||||
lib/haddock-0.6/haddock.bin
|
||||
share/doc/haddock/docbook.css
|
||||
share/doc/haddock/haddock.html
|
||||
share/doc/haddock/introduction.html
|
||||
@ -23,13 +21,16 @@ share/doc/haddock/stylesheet-images/toc-minus.gif
|
||||
share/doc/haddock/stylesheet-images/toc-plus.gif
|
||||
share/doc/haddock/stylesheet-images/up.gif
|
||||
share/doc/haddock/stylesheet-images/warning.gif
|
||||
share/doc/haddock/x331.html
|
||||
share/doc/haddock/x355.html
|
||||
share/doc/haddock/x360.html
|
||||
share/doc/haddock/x403.html
|
||||
share/doc/haddock/x418.html
|
||||
share/doc/haddock/x486.html
|
||||
share/doc/haddock/x444.html
|
||||
share/doc/haddock/x468.html
|
||||
share/doc/haddock/x473.html
|
||||
share/doc/haddock/x516.html
|
||||
share/doc/haddock/x531.html
|
||||
share/doc/haddock/x57.html
|
||||
share/doc/haddock/x599.html
|
||||
share/haddock-0.6/haddock.css
|
||||
share/haddock-0.6/haskell_icon.gif
|
||||
@dirrm share/haddock-0.6
|
||||
@dirrm share/doc/haddock/stylesheet-images
|
||||
@dirrm share/doc/haddock
|
||||
@dirrm lib/haddock-0.5
|
||||
@dirrm lib/haddock-0.6
|
||||
|
Loading…
Reference in New Issue
Block a user