Bump after ghc update.
This commit is contained in:
parent
5a4feee720
commit
f20fe3fa2a
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2011/04/04 09:54:54 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2011/04/11 14:45:14 kili Exp $
|
||||
|
||||
COMMENT = lexical analyser generator for Haskell
|
||||
|
||||
DISTNAME = alex-2.3.5
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://www.haskell.org/alex/
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2011/04/05 14:34:45 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2011/04/11 14:45:16 kili Exp $
|
||||
# $FreeBSD: ports/devel/hs-c2hs/Makefile,v 1.20 2004/03/25 08:29:28 obraun Exp $
|
||||
|
||||
COMMENT= interface generator for Haskell to C bindings
|
||||
|
||||
V= 0.16.3
|
||||
DISTNAME= c2hs-${V}
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
MAINTAINER= Matthias Kilian <kili@openbsd.org>
|
||||
HOMEPAGE= http://www.cse.unsw.edu.au/~chak/haskell/c2hs/
|
||||
@ -44,6 +45,8 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/users_guide/*.html ${PREFIX}/share/doc/c2hs
|
||||
|
||||
# Note: tests are still broken (not maintained by upstream?)
|
||||
# Note 2: and (at least) the tests don't work with ghc-7 (because ghc
|
||||
# now defaults to Haskell-1010).
|
||||
do-regress:
|
||||
@cd ${WRKDIST}/tests/system && ${MAKE_PROGRAM}
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2011/04/04 09:55:13 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2011/04/11 14:45:14 kili Exp $
|
||||
|
||||
COMMENT= parser generator for Haskell
|
||||
|
||||
DISTNAME= happy-1.18.6
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.haskell.org/happy/
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:45:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = parser and writer for config files
|
||||
|
||||
DISTNAME = ConfigFile-1.0.6
|
||||
REVISION = 7
|
||||
REVISION = 8
|
||||
CATEGORIES = devel sysutils
|
||||
HOMEPAGE = http://software.complete.org/configfile
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:45 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/ConfigFile/
|
||||
@ -22,12 +22,13 @@ share/doc/hs-${DISTNAME}/html/Data-ConfigFile.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ConfigFile-Parser.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ConfigFile-Types.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ConfigFile.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = List monad transformer and a List class
|
||||
|
||||
DISTNAME = List-0.4.0
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:45 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Control/
|
||||
lib/ghc/${DISTNAME}/Control/Monad/
|
||||
@ -21,11 +21,12 @@ share/doc/hs-${DISTNAME}/html/List.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Monad-ListT.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-List-Class.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = common interface to various Haskell types that are list-like
|
||||
|
||||
DISTNAME = ListLike-1.0.1
|
||||
CATEGORIES = devel
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
HOMEPAGE = http://software.complete.org/listlike
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/ListLike/
|
||||
@ -29,8 +29,7 @@ share/doc/hs-${DISTNAME}/html/ListLike.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ListLike-Base.html
|
||||
@ -41,4 +40,6 @@ share/doc/hs-${DISTNAME}/html/mini_Data-ListLike-String.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ListLike-Utils.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ListLike.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:45:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2011/04/11 14:45:14 kili Exp $
|
||||
|
||||
COMMENT = large library of utility functions
|
||||
|
||||
DISTNAME = MissingH-1.1.0.3
|
||||
REVISION = 7
|
||||
REVISION = 8
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://software.complete.org/missingh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:45:14 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Control/
|
||||
lib/ghc/${DISTNAME}/Control/Concurrent/
|
||||
@ -97,7 +97,6 @@ share/doc/hs-${DISTNAME}/html/Data-Compression-Inflate.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Either-Utils.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Hash-CRC32-GZip.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Hash-CRC32-Posix.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Hash-MD5-Zord64_HARD.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Hash-MD5.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-List-Utils.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-MIME-Types.html
|
||||
@ -138,6 +137,7 @@ share/doc/hs-${DISTNAME}/html/System-Time-ParseDate.html
|
||||
share/doc/hs-${DISTNAME}/html/System-Time-Utils.html
|
||||
share/doc/hs-${DISTNAME}/html/Text-ParserCombinators-Parsec-Utils.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-A.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-All.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-B.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-C.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-D.html
|
||||
@ -165,8 +165,7 @@ share/doc/hs-${DISTNAME}/html/doc-index-Z.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Concurrent-Thread-Utils.html
|
||||
@ -177,7 +176,6 @@ share/doc/hs-${DISTNAME}/html/mini_Data-Compression-Inflate.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Either-Utils.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Hash-CRC32-GZip.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Hash-CRC32-Posix.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Hash-MD5-Zord64_HARD.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Hash-MD5.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-List-Utils.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-MIME-Types.html
|
||||
@ -217,4 +215,6 @@ share/doc/hs-${DISTNAME}/html/mini_System-Time-ParseDate.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_System-Time-Utils.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Text-ParserCombinators-Parsec-Utils.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/25 10:03:16 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:45:16 kili Exp $
|
||||
|
||||
COMMENT = monad-transformer version of Control.Exception.catch
|
||||
|
||||
DISTNAME = MonadCatchIO-mtl-0.3.0.2
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/03/25 10:03:16 dcoppa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:45:16 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Control/
|
||||
lib/ghc/${DISTNAME}/Control/Monad/
|
||||
@ -16,10 +16,11 @@ share/doc/hs-${DISTNAME}/html/MonadCatchIO-mtl.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Monad-CatchIO.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = functions to throw and catch exceptions
|
||||
|
||||
DISTNAME = MonadCatchIO-transformers-0.2.2.0
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Control/
|
||||
lib/ghc/${DISTNAME}/Control/Monad/
|
||||
@ -16,10 +16,11 @@ share/doc/hs-${DISTNAME}/html/MonadCatchIO-transformers.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Monad-CatchIO.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = priority search queue
|
||||
|
||||
DISTNAME = PSQueue-1.1
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/PSQueue.hi
|
||||
@ -16,10 +16,11 @@ share/doc/hs-${DISTNAME}/html/PSQueue.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-PSQueue.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 13:53:12 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT= fast base64 encodings and decoding for ByteStrings
|
||||
|
||||
DISTNAME= base64-bytestring-0.1.0.1
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/09 13:53:12 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/
|
||||
@ -17,10 +17,11 @@ share/doc/hs-${DISTNAME}/html/base64-bytestring.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ByteString-Base64.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:38 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = lazy binary serialisation for Haskell values
|
||||
|
||||
DISTNAME = binary-0.5.0.2
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://code.haskell.org/binary/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Binary/
|
||||
@ -23,8 +23,7 @@ share/doc/hs-${DISTNAME}/html/binary.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Binary-Builder.html
|
||||
@ -32,4 +31,6 @@ share/doc/hs-${DISTNAME}/html/mini_Data-Binary-Get.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Binary-Put.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Binary.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2011/04/05 11:43:17 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/04/11 14:45:16 kili Exp $
|
||||
|
||||
COMMENT= efficient construction of bytestrings
|
||||
|
||||
DISTNAME= blaze-builder-0.2.1.3
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/13 08:28:27 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:45:16 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Blaze/
|
||||
lib/ghc/${DISTNAME}/Blaze/ByteString/
|
||||
@ -44,8 +44,7 @@ share/doc/hs-${DISTNAME}/html/blaze-builder.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Blaze-ByteString-Builder-ByteString.html
|
||||
@ -61,4 +60,6 @@ share/doc/hs-${DISTNAME}/html/mini_Blaze-ByteString-Builder-Internal.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Blaze-ByteString-Builder-Word.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Blaze-ByteString-Builder.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = binary serialization library
|
||||
|
||||
DISTNAME = cereal-0.3.0.0
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Serialize/
|
||||
@ -23,8 +23,7 @@ share/doc/hs-${DISTNAME}/html/cereal.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Serialize-Builder.html
|
||||
@ -32,4 +31,6 @@ share/doc/hs-${DISTNAME}/html/mini_Data-Serialize-Get.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Serialize-Put.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Serialize.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/19 10:21:02 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = library to convert between different types
|
||||
|
||||
DISTNAME = convertible-1.0.9.1
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Convertible/
|
||||
@ -32,8 +32,7 @@ share/doc/hs-${DISTNAME}/html/convertible.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Convertible-Base.html
|
||||
@ -45,4 +44,6 @@ share/doc/hs-${DISTNAME}/html/mini_Data-Convertible-Instances.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Convertible-Utils.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Convertible.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 23:23:58 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT= class for types with a default value
|
||||
|
||||
DISTNAME= data-default-0.2
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/08 23:23:58 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Default.hi
|
||||
@ -15,10 +15,11 @@ share/doc/hs-${DISTNAME}/html/data-default.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Default.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = directory-like tree datatype
|
||||
|
||||
DISTNAME = directory-tree-0.2.0
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/System/
|
||||
@ -17,10 +17,11 @@ share/doc/hs-${DISTNAME}/html/directory-tree.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_System-Directory-Tree.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = list-like type supporting O(1) append
|
||||
|
||||
DISTNAME = dlist-0.5
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/DList.hi
|
||||
@ -16,10 +16,11 @@ share/doc/hs-${DISTNAME}/html/dlist.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-DList.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2011/04/05 11:40:07 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT= implementation of Oleg Kiselyov's left-fold enumerators
|
||||
|
||||
DISTNAME= enumerator-0.4.4
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/12/13 19:50:38 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Enumerator/
|
||||
@ -23,13 +23,14 @@ share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/enumerator.haddock
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Enumerator-IO.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Enumerator-Text.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Enumerator.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/doc/hs-${DISTNAME}/license.txt
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 12:46:06 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT= simple type class for success/failure computations
|
||||
|
||||
DISTNAME= failure-0.1.0.1
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.haskell.org/haskellwiki/Failure
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/08 12:46:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Control/
|
||||
lib/ghc/${DISTNAME}/Control/Failure.hi
|
||||
@ -15,10 +15,11 @@ share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/failure.haddock
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Failure.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:13:38 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2011/04/11 14:45:14 kili Exp $
|
||||
|
||||
COMMENT = functional graph library
|
||||
|
||||
DISTNAME = fgl-5.4.2.3
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://web.engr.oregonstate.edu/~erwig/fgl/haskell/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:45:14 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Graph/
|
||||
@ -76,6 +76,7 @@ share/doc/hs-${DISTNAME}/html/Data-Graph-Inductive.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-38.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-62.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-A.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-All.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-B.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-C.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-D.html
|
||||
@ -101,8 +102,7 @@ share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/fgl.haddock
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Graph-Inductive-Basic.html
|
||||
@ -135,4 +135,6 @@ share/doc/hs-${DISTNAME}/html/mini_Data-Graph-Inductive-Query.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Graph-Inductive-Tree.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Graph-Inductive.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:38 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = Haskell Object Observation Debugger
|
||||
|
||||
DISTNAME = hood-0.2
|
||||
CATEGORIES = devel
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
HOMEPAGE = http://www.ittc.ku.edu/csdl/fpg/Hood
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Debug/
|
||||
lib/ghc/${DISTNAME}/Debug/Hood/
|
||||
@ -16,11 +16,12 @@ share/doc/hs-${DISTNAME}/html/Debug-Hood-Observe.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hood.haddock
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Debug-Hood-Observe.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/24 09:03:26 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2011/04/11 14:45:14 kili Exp $
|
||||
|
||||
COMMENT = versatile logging framework
|
||||
|
||||
DISTNAME = hslogger-1.1.0
|
||||
REVISION = 0
|
||||
CATEGORIES = devel sysutils
|
||||
HOMEPAGE = http://software.complete.org/hslogger
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2010/11/24 09:03:26 dcoppa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2011/04/11 14:45:14 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/System/
|
||||
@ -31,9 +31,8 @@ share/doc/hs-${DISTNAME}/html/System-Log.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogger.haddock
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_System-Log-Formatter.html
|
||||
@ -45,4 +44,6 @@ share/doc/hs-${DISTNAME}/html/mini_System-Log-Handler.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_System-Log-Logger.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_System-Log.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = Iteratee monad provides strict, safe, and functional I/O
|
||||
|
||||
DISTNAME = iteratee-0.3.5
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
12
devel/hs-iteratee/patches/patch-iteratee_cabal
Normal file
12
devel/hs-iteratee/patches/patch-iteratee_cabal
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-iteratee_cabal,v 1.1 2011/04/11 14:45:15 kili Exp $
|
||||
--- iteratee.cabal.orig Mon Apr 19 05:58:27 2010
|
||||
+++ iteratee.cabal Sat Apr 9 17:00:11 2011
|
||||
@@ -60,7 +60,7 @@ library
|
||||
build-depends:
|
||||
ListLike >= 1.0 && < 2,
|
||||
bytestring >= 0.9 && < 0.10,
|
||||
- containers >= 0.2 && < 0.4,
|
||||
+ containers >= 0.2 && < 0.5,
|
||||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
haskell98 >= 1 && < 2,
|
||||
transformers >= 0.2.0.0 && < 0.3
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:47 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Iteratee/
|
||||
@ -39,8 +39,7 @@ share/doc/hs-${DISTNAME}/html/Data-Iteratee.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/iteratee.haddock
|
||||
@ -56,4 +55,6 @@ share/doc/hs-${DISTNAME}/html/mini_Data-Iteratee-IO.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Iteratee-WrappedByteString.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Iteratee.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:45:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = mmap API for Haskell
|
||||
|
||||
DISTNAME = mmap-0.5.6
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:47 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/System/
|
||||
@ -16,11 +16,12 @@ share/doc/hs-${DISTNAME}/html/System-IO-MMap.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_System-IO-MMap.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/mmap.haddock
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = monad classes using functional dependencies
|
||||
|
||||
DISTNAME = monads-fd-0.1.0.1
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:47 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Control/
|
||||
lib/ghc/${DISTNAME}/Control/Monad/
|
||||
@ -62,8 +62,7 @@ share/doc/hs-${DISTNAME}/html/Control-Monad-Writer.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Monad-Cont-Class.html
|
||||
@ -89,4 +88,6 @@ share/doc/hs-${DISTNAME}/html/mini_Control-Monad-Writer-Strict.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Monad-Writer.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/monads-fd.haddock
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 16:20:19 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT= Monad classes, using type families
|
||||
|
||||
DISTNAME= monads-tf-0.1.0.0
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/08 16:20:19 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Control/
|
||||
lib/ghc/${DISTNAME}/Control/Monad/
|
||||
@ -59,11 +59,33 @@ share/doc/hs-${DISTNAME}/html/Control-Monad-Writer-Class.html
|
||||
share/doc/hs-${DISTNAME}/html/Control-Monad-Writer-Lazy.html
|
||||
share/doc/hs-${DISTNAME}/html/Control-Monad-Writer-Strict.html
|
||||
share/doc/hs-${DISTNAME}/html/Control-Monad-Writer.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-60.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-61.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-62.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-A.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-All.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-C.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-D.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-E.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-F.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-G.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-I.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-J.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-L.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-M.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-N.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-P.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-R.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-S.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-T.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-U.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-V.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-W.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-Z.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Monad-Cont-Class.html
|
||||
@ -89,4 +111,6 @@ share/doc/hs-${DISTNAME}/html/mini_Control-Monad-Writer-Strict.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Monad-Writer.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/monads-tf.haddock
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/22 18:25:11 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = wrappers for primitive array operations from GHC.Prim
|
||||
|
||||
DISTNAME = primitive-0.3.1
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:47 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Control/
|
||||
lib/ghc/${DISTNAME}/Control/Monad/
|
||||
@ -32,8 +32,7 @@ share/doc/hs-${DISTNAME}/html/Data-Primitive.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Monad-Primitive.html
|
||||
@ -44,5 +43,7 @@ share/doc/hs-${DISTNAME}/html/mini_Data-Primitive-MachDeps.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Primitive-Types.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Primitive.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/primitive.haddock
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:39 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = interface to the GNU readline library
|
||||
|
||||
DISTNAME = readline-1.0.1.0
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:47 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/System/
|
||||
@ -21,12 +21,13 @@ share/doc/hs-${DISTNAME}/html/System-Console-SimpleLineEditor.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_System-Console-Readline.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_System-Console-SimpleLineEditor.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/readline.haddock
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:13:39 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2011/04/11 14:45:14 kili Exp $
|
||||
|
||||
COMMENT = interface API for regex-posix,pcre,parsec,tdfa,dfa
|
||||
|
||||
DISTNAME = regex-base-0.93.2
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://sourceforge.net/projects/lazy-regex
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:47 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:45:14 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/Text/
|
||||
@ -23,8 +23,7 @@ share/doc/hs-${DISTNAME}/html/Text-Regex-Base.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Text-Regex-Base-Context.html
|
||||
@ -32,5 +31,7 @@ share/doc/hs-${DISTNAME}/html/mini_Text-Regex-Base-Impl.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Text-Regex-Base-RegexLike.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Text-Regex-Base.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/regex-base.haddock
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 23:24:29 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT= provides newtype wrappers for phantom types
|
||||
|
||||
DISTNAME= tagged-0.1.1
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/08 23:24:29 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Tagged.hi
|
||||
@ -15,11 +15,12 @@ share/doc/hs-${DISTNAME}/html/Data-Tagged.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Tagged.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/doc/hs-${DISTNAME}/html/tagged.haddock
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:39 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = tar bindings for Haskell
|
||||
|
||||
DISTNAME = tar-0.3.1.0
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = devel archivers
|
||||
|
||||
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:47 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:16 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Codec/
|
||||
lib/ghc/${DISTNAME}/Codec/Archive/
|
||||
@ -26,13 +26,14 @@ share/doc/hs-${DISTNAME}/html/Codec-Archive-Tar.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Archive-Tar-Check.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Archive-Tar-Entry.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Archive-Tar.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/doc/hs-${DISTNAME}/html/tar.haddock
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/11 17:44:49 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = Efficient algorithms for vector arrays
|
||||
|
||||
DISTNAME = vector-algorithms-0.3.4
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
||||
|
@ -0,0 +1,31 @@
|
||||
$OpenBSD: patch-Data_Vector_Algorithms_Combinators_hs,v 1.1 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
Doesn't compile with ghc-7, but vector-algorithm-0.4 (which also
|
||||
deletes this function) breaks snap-server, which I can't (yet)
|
||||
update because it needs mtl-2.0, which conflicts with mtl-1 bundled
|
||||
with ghc. And I really want to avoid different versions of a Haskell
|
||||
library.
|
||||
|
||||
--- Data/Vector/Algorithms/Combinators.hs.orig Sun Sep 26 21:23:23 2010
|
||||
+++ Data/Vector/Algorithms/Combinators.hs Sat Apr 9 17:21:14 2011
|
||||
@@ -15,7 +15,7 @@
|
||||
-- applying the algorithms on mutable arrays to immutable arrays.
|
||||
|
||||
module Data.Vector.Algorithms.Combinators
|
||||
- ( apply
|
||||
+ (
|
||||
-- , usingKeys
|
||||
-- , usingIxKeys
|
||||
) where
|
||||
@@ -30,11 +30,6 @@ import Data.Vector.Generic
|
||||
|
||||
import qualified Data.Vector.Generic.Mutable as M
|
||||
import qualified Data.Vector.Generic.New as N
|
||||
-
|
||||
--- | Safely applies a mutable array algorithm to an immutable array.
|
||||
-apply :: (Vector v e) => (forall s mv. M.MVector mv e => mv s e -> ST s ()) -> v e -> v e
|
||||
-apply algo v = (new . N.New)
|
||||
- (M.unstream (stream v) >>= \arr -> algo arr >> return arr)
|
||||
|
||||
{-
|
||||
-- | Uses a function to compute a key for each element which the
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/11 17:44:49 kili Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Vector/
|
||||
@ -34,8 +34,7 @@ share/doc/hs-${DISTNAME}/html/Data-Vector-Algorithms-TriHeap.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Algorithms-Combinators.html
|
||||
@ -47,5 +46,7 @@ share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Algorithms-Radix.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Algorithms-Search.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Algorithms-TriHeap.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/doc/hs-${DISTNAME}/html/vector-algorithms.haddock
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/12/12 16:28:54 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2011/04/11 14:45:15 kili Exp $
|
||||
|
||||
COMMENT = Int-indexed arrays
|
||||
|
||||
DISTNAME = vector-0.7.0.1
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:51:48 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:45:15 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Vector/
|
||||
@ -60,6 +60,7 @@ share/doc/hs-${DISTNAME}/html/doc-index-33.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-43.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-47.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-A.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-All.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-B.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-C.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-D.html
|
||||
@ -84,8 +85,7 @@ share/doc/hs-${DISTNAME}/html/doc-index-Z.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Fusion-Stream-Monadic.html
|
||||
@ -106,5 +106,7 @@ share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Unboxed-Mutable.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Unboxed.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/doc/hs-${DISTNAME}/html/vector.haddock
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/03 22:13:39 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2011/04/11 14:45:14 kili Exp $
|
||||
|
||||
COMMENT = Haskell code colourizer
|
||||
|
||||
DISTNAME = hscolour-1.17
|
||||
# Rip off the hs- prefix, even if it contains a Haskell library.
|
||||
PKGNAME = ${DISTNAME}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://www.cs.york.ac.uk/fp/darcs/hscolour/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:48 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:45:14 kili Exp $
|
||||
@bin bin/HsColour
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
@ -46,9 +46,8 @@ share/doc/hs-${DISTNAME}/html/Language-Haskell-HsColour.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hscolour.haddock
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Language-Haskell-HsColour-ANSI.html
|
||||
@ -67,6 +66,8 @@ share/doc/hs-${DISTNAME}/html/mini_Language-Haskell-HsColour-Output.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Language-Haskell-HsColour-TTY.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Language-Haskell-HsColour.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/hs-${DISTNAME}/
|
||||
share/hs-${DISTNAME}/hscolour.css
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/26 07:20:12 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/04/11 14:48:29 kili Exp $
|
||||
|
||||
COMMENT = Gradius clone
|
||||
|
||||
DISTNAME = Monadius-0.93
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES = games
|
||||
HOMEPAGE = http://www.geocities.jp/takascience/haskell/monadius_en.html
|
||||
|
||||
|
12
games/monadius/patches/patch-Monadius_Main_hs
Normal file
12
games/monadius/patches/patch-Monadius_Main_hs
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Monadius_Main_hs,v 1.1 2011/04/11 14:48:29 kili Exp $
|
||||
--- Monadius/Main.hs.orig Wed Dec 17 20:22:50 2008
|
||||
+++ Monadius/Main.hs Sat Apr 9 13:43:40 2011
|
||||
@@ -9,7 +9,7 @@ module Main (main) where
|
||||
|
||||
import Graphics.UI.GLUT hiding (position)
|
||||
import Graphics.Rendering.OpenGL.GLU
|
||||
-import Control.Exception -- (catch, ExitException(), throwIO)
|
||||
+import Control.OldException -- (catch, ExitException(), throwIO)
|
||||
import Control.Monad (mplus, zipWithM_)
|
||||
import System.Exit -- (ExitSuccess())
|
||||
import Prelude hiding (catch)
|
12
games/monadius/patches/patch-Monadius_cabal
Normal file
12
games/monadius/patches/patch-Monadius_cabal
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Monadius_cabal,v 1.1 2011/04/11 14:48:29 kili Exp $
|
||||
--- Monadius.cabal.orig Wed Dec 17 20:22:50 2008
|
||||
+++ Monadius.cabal Sun Dec 26 15:58:43 2010
|
||||
@@ -15,7 +15,7 @@ description: A fast-paced 2-D scrolling vector
|
||||
The Darcs repo is available at <http://code.haskell.org/monadius/>.
|
||||
homepage: http://www.geocities.jp/takascience/haskell/monadius_en.html
|
||||
|
||||
-build-depends: base<4, array, directory, GLUT, OpenGL
|
||||
+build-depends: base<5, array, directory, GLUT, OpenGL
|
||||
build-type: Simple
|
||||
data-files: readme-e.txt, readme-j.txt
|
||||
tested-with: GHC==6.8.2
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:16:39 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/04/11 14:48:58 kili Exp $
|
||||
|
||||
COMMENT = Haskell binding for the OpenGL graphics system
|
||||
|
||||
DISTNAME = OpenGL-2.2.3.0
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
CATEGORIES = graphics devel
|
||||
HOMEPAGE = http://www.haskell.org/HOpenGL/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:53:08 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:48:58 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Graphics/
|
||||
lib/ghc/${DISTNAME}/Graphics/Rendering/
|
||||
@ -163,6 +163,7 @@ share/doc/hs-${DISTNAME}/html/Graphics-Rendering-OpenGL.html
|
||||
share/doc/hs-${DISTNAME}/html/OpenGL.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-36.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-A.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-All.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-B.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-C.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-D.html
|
||||
@ -190,8 +191,7 @@ share/doc/hs-${DISTNAME}/html/doc-index-Z.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Graphics-Rendering-OpenGL-GL-Antialiasing.html
|
||||
@ -251,4 +251,6 @@ share/doc/hs-${DISTNAME}/html/mini_Graphics-Rendering-OpenGL-GLU-Tessellation.ht
|
||||
share/doc/hs-${DISTNAME}/html/mini_Graphics-Rendering-OpenGL-GLU.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Graphics-Rendering-OpenGL.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/21 21:11:15 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2011/04/11 14:49:36 kili Exp $
|
||||
|
||||
COMMENT= abstract syntax, lexer, parser and pretty printer
|
||||
|
||||
DISTNAME= haskell-src-exts-1.9.6
|
||||
REVISION= 0
|
||||
CATEGORIES= lang devel
|
||||
|
||||
# 3-clause BSD
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:53:26 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:49:36 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/Language/
|
||||
@ -52,6 +52,7 @@ share/doc/hs-${DISTNAME}/html/Language-Haskell-Exts.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-60.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-61.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-A.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-All.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-B.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-C.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-D.html
|
||||
@ -79,9 +80,8 @@ share/doc/hs-${DISTNAME}/html/doc-index-Z.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell-src-exts.haddock
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Language-Haskell-Exts-Annotated-Build.html
|
||||
@ -100,4 +100,6 @@ share/doc/hs-${DISTNAME}/html/mini_Language-Haskell-Exts-SrcLoc.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Language-Haskell-Exts-Syntax.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Language-Haskell-Exts.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/24 09:05:54 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2011/04/11 14:51:40 kili Exp $
|
||||
|
||||
COMMENT = command line podcast aggregator
|
||||
|
||||
DISTNAME = hpodder-1.1.5
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES = net
|
||||
HOMEPAGE = http://software.complete.org/hpodder
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/19 22:31:33 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/04/11 14:51:40 kili Exp $
|
||||
|
||||
COMMENT= pastebin command line application
|
||||
|
||||
DISTNAME= pb-0.1.0
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= net sysutils
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 16:21:42 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
|
||||
COMMENT= fast AES encryption/decryption for bytestrings
|
||||
|
||||
DISTNAME= AES-0.2.7
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/08 16:21:42 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Codec/
|
||||
lib/ghc/${DISTNAME}/Codec/Crypto/
|
||||
@ -28,8 +28,7 @@ share/doc/hs-${DISTNAME}/html/Control-Monad-UnsafeIO.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Crypto-AES-IO.html
|
||||
@ -38,4 +37,6 @@ share/doc/hs-${DISTNAME}/html/mini_Codec-Crypto-AES-Random.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Crypto-AES.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Monad-UnsafeIO.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 13:55:04 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
|
||||
COMMENT= ASN1 data reader and writer for various forms
|
||||
|
||||
DISTNAME= asn1-data-0.2.2
|
||||
REVISION= 0
|
||||
CATEGORIES= security converters
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/09 13:55:04 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/ASN1/
|
||||
@ -25,8 +25,7 @@ share/doc/hs-${DISTNAME}/html/asn1-data.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ASN1-BER.html
|
||||
@ -34,7 +33,9 @@ share/doc/hs-${DISTNAME}/html/mini_Data-ASN1-CER.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ASN1-DER.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ASN1-Raw.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/hs-${DISTNAME}/
|
||||
share/hs-${DISTNAME}/README
|
||||
share/hs-${DISTNAME}/TODO
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 13:55:34 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
|
||||
COMMENT= certificates and Key Reader/Writer
|
||||
|
||||
DISTNAME= certificate-0.3.2
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/09 13:55:34 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Certificate/
|
||||
@ -21,12 +21,13 @@ share/doc/hs-${DISTNAME}/html/certificate.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-Key.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-PEM.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-X509.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 23:28:29 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
|
||||
COMMENT= generic interface for cryptographic operations
|
||||
|
||||
DISTNAME= crypto-api-0.2.1
|
||||
REVISION= 0
|
||||
CATEGORIES= security net
|
||||
|
||||
HOMEPAGE= http://trac.haskell.org/crypto-api/wiki
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/08 23:28:29 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Crypto/
|
||||
lib/ghc/${DISTNAME}/Crypto/Classes.hi
|
||||
@ -33,8 +33,7 @@ share/doc/hs-${DISTNAME}/html/crypto-api.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Crypto-Classes.html
|
||||
@ -46,7 +45,9 @@ share/doc/hs-${DISTNAME}/html/mini_Crypto-Types.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-LargeWord.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_System-Crypto-Random.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/hs-${DISTNAME}/
|
||||
share/hs-${DISTNAME}/Test/
|
||||
share/hs-${DISTNAME}/Test/KAT_AES/
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 13:57:01 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
|
||||
COMMENT= symmetrical block and stream ciphers
|
||||
|
||||
DISTNAME= cryptocipher-0.2
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/09 13:57:01 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Crypto/
|
||||
lib/ghc/${DISTNAME}/Crypto/Cipher/
|
||||
@ -23,12 +23,13 @@ share/doc/hs-${DISTNAME}/html/cryptocipher.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Crypto-Cipher-Camellia.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Crypto-Cipher-RC4.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Crypto-Cipher-RSA.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 23:29:04 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
|
||||
COMMENT= fast, pure, practical collection of crypto hashes
|
||||
|
||||
DISTNAME= cryptohash-0.6.1
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/08 23:29:04 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Crypto/
|
||||
lib/ghc/${DISTNAME}/Crypto/Hash/
|
||||
@ -65,8 +65,7 @@ share/doc/hs-${DISTNAME}/html/cryptohash.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Crypto-Hash-MD2.html
|
||||
@ -94,6 +93,8 @@ share/doc/hs-${DISTNAME}/html/mini_Data-CryptoHash-Skein256.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-CryptoHash-Skein512.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-CryptoHash-Tiger.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/hs-${DISTNAME}/
|
||||
share/hs-${DISTNAME}/README
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 16:07:50 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
|
||||
COMMENT= TLS/SSL protocol native implementation
|
||||
|
||||
DISTNAME= tls-0.3.1
|
||||
REVISION= 0
|
||||
CATEGORIES= security net
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/09 16:07:50 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:52:30 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/Network/
|
||||
@ -33,6 +33,7 @@ share/doc/hs-${DISTNAME}/html/Network-TLS-SRandom.html
|
||||
share/doc/hs-${DISTNAME}/html/Network-TLS-Server.html
|
||||
share/doc/hs-${DISTNAME}/html/Network-TLS-Struct.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-A.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-All.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-B.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-C.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-D.html
|
||||
@ -53,8 +54,7 @@ share/doc/hs-${DISTNAME}/html/doc-index-V.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Network-TLS-Cipher.html
|
||||
@ -64,7 +64,9 @@ share/doc/hs-${DISTNAME}/html/mini_Network-TLS-SRandom.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Network-TLS-Server.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Network-TLS-Struct.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/doc/hs-${DISTNAME}/html/tls.haddock
|
||||
share/hs-${DISTNAME}/
|
||||
share/hs-${DISTNAME}/README
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/03 22:18:16 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2011/04/11 14:54:34 kili Exp $
|
||||
|
||||
COMMENT = utilities for manipulating XML documents
|
||||
|
||||
DISTNAME = HaXml-1.13.3
|
||||
REVISION = 8
|
||||
REVISION = 9
|
||||
CATEGORIES = textproc
|
||||
HOMEPAGE = http://www.cs.york.ac.uk/fp/HaXml/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:54:09 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:54:34 kili Exp $
|
||||
@bin bin/Canonicalise
|
||||
@bin bin/DtdToHaskell
|
||||
@bin bin/MkOneOf
|
||||
@ -76,6 +76,7 @@ share/doc/hs-${DISTNAME}/html/doc-index-58.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-60.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-63.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-A.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-All.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-B.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-C.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index-D.html
|
||||
@ -101,8 +102,7 @@ share/doc/hs-${DISTNAME}/html/doc-index-X.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Text-ParserCombinators-HuttonMeijerWallace.html
|
||||
@ -129,4 +129,6 @@ share/doc/hs-${DISTNAME}/html/mini_Text-XML-HaXml-Xtract-Lex.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Text-XML-HaXml-Xtract-Parse.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Text-XML-HaXml.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2011/04/05 11:43:17 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2011/04/11 14:54:34 kili Exp $
|
||||
|
||||
COMMENT= convert an Attoparsec parser into an iteratee
|
||||
|
||||
DISTNAME= attoparsec-enumerator-0.2.0.3
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/08 16:22:56 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:54:34 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Attoparsec/
|
||||
@ -16,11 +16,12 @@ share/doc/hs-${DISTNAME}/html/attoparsec-enumerator.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Attoparsec-Enumerator.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/doc/hs-${DISTNAME}/license.txt
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/20 19:56:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/04/11 14:54:34 kili Exp $
|
||||
|
||||
COMMENT = adapter to convert attoparsec Parsers into Iteratees
|
||||
|
||||
DISTNAME = attoparsec-iteratee-0.1.1
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = textproc
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:54:09 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:54:34 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Attoparsec/
|
||||
@ -17,10 +17,11 @@ share/doc/hs-${DISTNAME}/html/attoparsec-iteratee.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Attoparsec-Iteratee.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:18:16 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/04/11 14:54:34 kili Exp $
|
||||
|
||||
COMMENT = fast combinator parsing for bytestrings
|
||||
|
||||
DISTNAME = attoparsec-0.8.1.0
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = textproc
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:54:09 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:54:34 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Attoparsec/
|
||||
@ -26,8 +26,7 @@ share/doc/hs-${DISTNAME}/html/attoparsec.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Attoparsec-Char8.html
|
||||
@ -36,4 +35,6 @@ share/doc/hs-${DISTNAME}/html/mini_Data-Attoparsec-FastSet.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Attoparsec-Lazy.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Attoparsec.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user