This commit is contained in:
kili 2010-11-03 22:12:01 +00:00
parent 5d2959114a
commit b808903775
81 changed files with 162 additions and 159 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 13:51:00 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:12:01 kili Exp $
COMMENT = zlib bindings for Haskell
@ -13,7 +13,7 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
REVISION = 4
REVISION = 5
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 13:51:19 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:12:52 kili Exp $
COMMENT = sqlite3 driver for HDBC
DISTNAME = HDBC-sqlite3-2.3.0.0
REVISION = 6
REVISION = 7
CATEGORIES = databases
HOMEPAGE = http://software.complete.org/hdbc-sqlite3

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 13:51:19 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:12:52 kili Exp $
COMMENT = abstraction layer for SQL relational databases
DISTNAME = HDBC-2.2.4
REVISION = 6
REVISION = 7
CATEGORIES = databases
HOMEPAGE = http://software.complete.org/hdbc

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/10/28 13:52:55 jasper Exp $
# $OpenBSD: Makefile,v 1.21 2010/11/03 22:13:38 kili Exp $
COMMENT-main = liberalised reimplementation of cpp in Haskell
COMMENT-lib = cpphs library
@ -9,7 +9,7 @@ DISTNAME = cpphs-1.11
PKGNAME-main = ${DISTNAME}
PKGNAME-lib = hs-${DISTNAME}
REVISION-main = 4
REVISION-lib = 0
REVISION-lib = 1
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
HOMEPAGE = http://haskell.org/cpphs/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/10/28 13:52:55 jasper Exp $
# $OpenBSD: Makefile,v 1.24 2010/11/03 22:13:38 kili Exp $
COMMENT-main = documentation-generation tool for Haskell libraries
COMMENT-lib = haddock library
@ -7,7 +7,7 @@ DISTNAME = haddock-2.7.2
PKGNAME-main = ${DISTNAME}
REVISION-main = 4
PKGNAME-lib = hs-${DISTNAME}
REVISION-lib = 1
REVISION-lib = 2
CATEGORIES = devel
HOMEPAGE = http://www.haskell.org/haddock/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 13:51:45 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:13:38 kili Exp $
COMMENT = parser and writer for config files
DISTNAME = ConfigFile-1.0.6
REVISION = 6
REVISION = 7
CATEGORIES = devel sysutils
HOMEPAGE = http://software.complete.org/configfile

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:45 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
COMMENT = locate directory of original program
DISTNAME = FindBin-0.0.2
REVISION = 0
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://github.com/audreyt/findbin

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:51:45 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:38 kili Exp $
COMMENT = unit testing framework for Haskell
DISTNAME = HUnit-1.2.2.1
REVISION = 4
REVISION = 5
CATEGORIES = devel
HOMEPAGE = http://hunit.sourceforge.net/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:45 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
COMMENT = fast, lightweight YAML loader and dumper
DISTNAME = HsSyck-0.45
REVISION = 0OB
REVISION = 1
CATEGORIES = devel
# MIT (see comment in HsSyck.cabal)

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:51:45 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:38 kili Exp $
COMMENT = List monad transformer and a List class
DISTNAME = List-0.4.0
REVISION = 1
REVISION = 2
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
COMMENT = common interface to various Haskell types that are list-like
DISTNAME = ListLike-1.0.1
CATEGORIES = devel
REVISION = 0
REVISION = 1
HOMEPAGE = http://software.complete.org/listlike
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/03 22:13:38 kili Exp $
COMMENT = meta-object system for Haskell based on Perl 6
DISTNAME = MetaObject-0.0.6
REVISION = 1
REVISION = 2
CATEGORIES = devel
# BSD3

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:13:38 kili Exp $
COMMENT = large library of utility functions
DISTNAME = MissingH-1.1.0.3
REVISION = 6
REVISION = 7
CATEGORIES = devel
HOMEPAGE = http://software.complete.org/missingh

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:38 kili Exp $
COMMENT = functions to throw and catch exceptions
DISTNAME = MonadCatchIO-transformers-0.2.2.0
REVISION = 1
REVISION = 2
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
COMMENT = priority search queue
DISTNAME = PSQueue-1.1
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/03 22:13:38 kili Exp $
COMMENT = automatic testing of Haskell programs
DISTNAME = QuickCheck-2.1.1.1
REVISION = 0
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://www.cse.chalmers.se/~koen

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:38 kili Exp $
COMMENT = lazy binary serialisation for Haskell values
DISTNAME = binary-0.5.0.2
REVISION = 4
REVISION = 5
CATEGORIES = devel
HOMEPAGE = http://code.haskell.org/binary/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
COMMENT = binary serialization library
DISTNAME = cereal-0.3.0.0
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:38 kili Exp $
COMMENT = timeout handling
DISTNAME = control-timeout-0.1.2
REVISION = 1
REVISION = 2
CATEGORIES = devel
# BSD3

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:38 kili Exp $
COMMENT = library to convert between different types
DISTNAME = convertible-1.0.9
REVISION = 4
REVISION = 5
CATEGORIES = devel
MAINTAINER = David Coppa <dcoppa@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:38 kili Exp $
COMMENT = data encoding library for Haskell
DISTNAME = dataenc-0.13.0.2
REVISION = 4
REVISION = 5
CATEGORIES = devel
HOMEPAGE = http://www.haskell.org/haskellwiki/Library/Data_encoding

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:38 kili Exp $
COMMENT = fully evaluate data structures
DISTNAME = deepseq-1.1.0.0
REVISION = 4
REVISION = 5
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
COMMENT = directory-like tree datatype
DISTNAME = directory-tree-0.2.0
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
COMMENT = list-like type supporting O(1) append
DISTNAME = dlist-0.5
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:13:38 kili Exp $
COMMENT = functional graph library
DISTNAME = fgl-5.4.2.3
REVISION = 0
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://web.engr.oregonstate.edu/~erwig/fgl/haskell/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:38 kili Exp $
COMMENT = knowledge of GHC's installation directories
DISTNAME = ghc-paths-0.1.0.6
REVISION = 4
REVISION = 5
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/03 22:13:38 kili Exp $
COMMENT = Haskell bindings to gio
DISTNAME = gio-0.11.1
REVISION = 0
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://www.haskell.org/gtk2hs/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:38 kili Exp $
COMMENT = Haskell bindings to libglade2
DISTNAME = glade-0.11.0
REVISION = 1
REVISION = 2
CATEGORIES = devel
HOMEPAGE = http://www.haskell.org/gtk2hs/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:38 kili Exp $
COMMENT = Haskell bindings to glib
DISTNAME = glib-0.11.2
REVISION = 0
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://www.haskell.org/gtk2hs/

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2010/11/02 20:21:40 kili Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/03 22:13:38 kili Exp $
COMMENT = hashed file storage support code for Haskell
DISTNAME = hashed-storage-0.5.2
REVISION = 0
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:38 kili Exp $
COMMENT= source code suggestions for Haskell
DISTNAME= hlint-1.8
REVISION= 0
REVISION= 1
CATEGORIES= devel
HOMEPAGE= http://community.haskell.org/~ndm/hlint/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:38 kili Exp $
COMMENT = Haskell Object Observation Debugger
DISTNAME = hood-0.2
CATEGORIES = devel
REVISION = 1
REVISION = 2
HOMEPAGE = http://www.ittc.ku.edu/csdl/fpg/Hood

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 13:51:46 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:13:38 kili Exp $
COMMENT = versatile logging framework
DISTNAME = hslogger-1.0.10
REVISION = 6
REVISION = 7
CATEGORIES = devel sysutils
HOMEPAGE = http://software.complete.org/hslogger

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:38 kili Exp $
COMMENT = Iteratee monad provides strict, safe, and functional I/O
DISTNAME = iteratee-0.3.5
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:38 kili Exp $
COMMENT = analysis and generation of C code in Haskell
DISTNAME = language-c-0.3.1.1
REVISION = 4
REVISION = 5
CATEGORIES = devel
HOMEPAGE = http://www.sivity.net/projects/language.c/

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/11/02 20:20:39 kili Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:13:38 kili Exp $
COMMENT = mmap API for Haskell
DISTNAME = mmap-0.5.6
REVISION = 0
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:38 kili Exp $
COMMENT = monad classes using functional dependencies
DISTNAME = monads-fd-0.1.0.1
REVISION = 1
REVISION = 2
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:39 kili Exp $
COMMENT = general purpose, non-cryptographic hashing function
DISTNAME = murmur-hash-0.1
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:39 kili Exp $
COMMENT = Haskell networking library
DISTNAME = network-2.2.1.7
REVISION = 5
REVISION = 6
CATEGORIES = devel net
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/03 22:13:39 kili Exp $
COMMENT = Haskell bindings to pango
DISTNAME = pango-0.11.2
REVISION = 0
REVISION = 1
CATEGORIES = devel x11
HOMEPAGE = http://www.haskell.org/gtk2hs/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:39 kili Exp $
COMMENT = parallel programming library
DISTNAME = parallel-2.2.0.1
REVISION = 5
REVISION = 6
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:39 kili Exp $
COMMENT = Monadic parser combinators
DISTNAME = parsec-2.1.0.1
REVISION = 4
REVISION = 5
CATEGORIES = devel
HOMEPAGE = http://www.cs.uu.nl/~daan/parsec.html

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:39 kili Exp $
COMMENT = wrappers for primitive array operations from GHC.Prim
DISTNAME = primitive-0.3
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/03 22:13:39 kili Exp $
COMMENT = DrIFT with pugs-specific rules
DISTNAME = pugs-DrIFT-2.2.3.1
REVISION = 2
REVISION = 3
CATEGORIES = devel
HOMEPAGE = http://pugscode.org/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:39 kili Exp $
COMMENT = portable Haskell/POSIX layer for Pugs
DISTNAME = pugs-compat-0.0.6.1
REVISION = 1
REVISION = 2
CATEGORIES = devel
# BSD3

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:13:39 kili Exp $
COMMENT = interface to the GNU readline library
DISTNAME = readline-1.0.1.0
REVISION = 4
REVISION = 5
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:13:39 kili Exp $
COMMENT = interface API for regex-posix,pcre,parsec,tdfa,dfa
DISTNAME = regex-base-0.93.2
REVISION = 0
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://sourceforge.net/projects/lazy-regex

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:13:39 kili Exp $
COMMENT = module layer over regex-posix to replace Text.Regex
DISTNAME = regex-compat-0.93.1
REVISION = 0
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://sourceforge.net/projects/lazy-regex

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/03 22:13:39 kili Exp $
# XXX use system pcre instead of the one included the distfile
COMMENT = replaces/enhances Text.Regex
DISTNAME = regex-pcre-builtin-0.94.2.1.7.7
REVISION = 1
REVISION = 2
CATEGORIES = devel
HOMEPAGE = http://sourceforge.net/projects/lazy-regex

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:13:39 kili Exp $
COMMENT = posix regex backend for regex-base
DISTNAME = regex-posix-0.94.2
REVISION = 0
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://sourceforge.net/projects/lazy-regex

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:39 kili Exp $
COMMENT = portable sendfile functionality
DISTNAME = sendfile-0.6.2
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:13:39 kili Exp $
COMMENT = Software Transactional Memory
DISTNAME = stm-2.1.2.1
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:39 kili Exp $
COMMENT = memoize strings as atoms
DISTNAME = stringtable-atom-0.0.6.1
REVISION = 1
REVISION = 2
CATEGORIES = devel
# BSD3

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:13:39 kili Exp $
COMMENT = tar bindings for Haskell
DISTNAME = tar-0.3.1.0
REVISION = 0
REVISION = 1
CATEGORIES = devel archivers
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:39 kili Exp $
COMMENT = efficient packed Unicode text type
DISTNAME = text-0.7.2.1
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:47 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:39 kili Exp $
COMMENT = concrete monad transformers
DISTNAME = transformers-0.2.1.0
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:48 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:39 kili Exp $
COMMENT= help writing simple, concise and fast operations
DISTNAME= uniplate-1.5.1
REVISION= 0
REVISION= 1
CATEGORIES= devel
# 3-clause BSD

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:48 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:39 kili Exp $
COMMENT = portable POSIX-compatability layer
DISTNAME = unix-compat-0.1.2.1
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:51:48 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:13:39 kili Exp $
COMMENT = Int-indexed arrays
DISTNAME = vector-0.6.0.1
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2010/10/28 13:51:48 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/03 22:13:39 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 = 0
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://www.cs.york.ac.uk/fp/darcs/hscolour/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 13:53:08 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:16:39 kili Exp $
COMMENT = Haskell binding for the OpenGL Utility Toolkit
DISTNAME = GLUT-2.1.2.1
REVISION = 5
REVISION = 6
CATEGORIES = graphics devel
HOMEPAGE = http://www.haskell.org/HOpenGL/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:53:08 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:16:39 kili Exp $
COMMENT = Haskell binding for the OpenGL graphics system
DISTNAME = OpenGL-2.2.3.0
REVISION = 4
REVISION = 5
CATEGORIES = graphics devel
HOMEPAGE = http://www.haskell.org/HOpenGL/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/10/28 13:53:08 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/03 22:16:39 kili Exp $
COMMENT = Haskell bindings to cairo
DISTNAME = cairo-0.11.1
REVISION = 0
REVISION = 1
CATEGORIES = graphics
HOMEPAGE = http://www.haskell.org/gtk2hs/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:53:26 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:17:15 kili Exp $
COMMENT = Haskell integration with Parrot virtual machine
DISTNAME = HsParrot-0.0.2
REVISION = 1
REVISION = 2
CATEGORIES = lang devel
# MIT (see comment in HsParrot.cabal)

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:53:26 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:17:15 kili Exp $
COMMENT= abstract syntax, lexer, parser and pretty printer
DISTNAME= haskell-src-exts-1.9.3
REVISION= 1
REVISION= 2
CATEGORIES= lang devel
# 3-clause BSD

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/10/28 13:53:26 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/03 22:17:15 kili Exp $
COMMENT = manipulating Haskell source code
DISTNAME = haskell-src-1.0.1.3
REVISION = 4
REVISION = 5
CATEGORIES = lang devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2010/10/28 13:53:43 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/03 22:17:40 kili Exp $
COMMENT = library for client-side HTTP
DISTNAME = HTTP-4000.0.9
REVISION = 7
REVISION = 8
CATEGORIES = net devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:53:44 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:17:40 kili Exp $
COMMENT = socket functions that use Data.ByteString
DISTNAME = network-bytestring-0.1.3
REVISION = 0
REVISION = 1
CATEGORIES = net
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2010/10/28 13:54:09 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/03 22:18:16 kili Exp $
COMMENT = utilities for manipulating XML documents
DISTNAME = HaXml-1.13.3
REVISION = 7
REVISION = 8
CATEGORIES = textproc
HOMEPAGE = http://www.cs.york.ac.uk/fp/HaXml/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:54:09 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:18:16 kili Exp $
COMMENT = adapter to convert attoparsec Parsers into Iteratees
DISTNAME = attoparsec-iteratee-0.1.1
REVISION = 0
REVISION = 1
CATEGORIES = textproc
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:54:09 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:18:16 kili Exp $
COMMENT = fast combinator parsing for bytestrings
DISTNAME = attoparsec-0.8.1.0
REVISION = 0
REVISION = 1
CATEGORIES = textproc
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:54:09 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:18:16 kili Exp $
COMMENT = parse numeric literals from bytestrings
DISTNAME = bytestring-nums-0.3.2
REVISION = 0
REVISION = 1
CATEGORIES = textproc
HOMEPAGE = http://github.com/solidsnack/bytestring-nums

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:54:09 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:18:16 kili Exp $
COMMENT = efficient conversion of values to readable byte strings
DISTNAME = bytestring-show-0.3.3
REVISION = 0
REVISION = 1
CATEGORIES = textproc
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:54:09 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:18:16 kili Exp $
COMMENT = xhtml templating system
DISTNAME = heist-0.2.3
REVISION = 1
REVISION = 2
CATEGORIES = textproc
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/28 13:54:09 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:18:16 kili Exp $
COMMENT = XML parser/formatter based on expat
DISTNAME = hexpat-0.18.3
REVISION = 1
REVISION = 2
CATEGORIES = textproc
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:54:09 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:18:16 kili Exp $
COMMENT = simple XML library
DISTNAME = xml-1.3.7
REVISION = 0
REVISION = 1
CATEGORIES = textproc
MAINTAINER = Jim Razmus II <jim@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/10/28 14:02:43 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/03 22:19:02 kili Exp $
COMMENT= bindings for GHC to Xft, Freetype and Xrender
DISTNAME= X11-xft-0.3
REVISION= 0
REVISION= 1
CATEGORIES= x11 devel
HOMEPAGE= http://hackage.haskell.org/package/X11-xft

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/10/28 14:02:43 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/03 22:19:02 kili Exp $
COMMENT = bindings to the X11 graphics library for GHC
DISTNAME = X11-1.5.0.0
REVISION = 4
REVISION = 5
CATEGORIES = x11 devel

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/10/27 14:32:31 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/03 22:19:02 kili Exp $
COMMENT = Haskell bindings to gtk+2
DISTNAME = gtk-0.11.2
REVISION = 0
CATEGORIES = devel x11
HOMEPAGE = http://www.haskell.org/gtk2hs/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2010/10/28 14:02:43 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/03 22:19:02 kili Exp $
COMMENT = third party xmonad extensions
DISTNAME = xmonad-contrib-0.9.1
REVISION = 7
REVISION = 8
CATEGORIES = x11
HOMEPAGE = http://www.xmonad.org/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/10/28 13:55:21 jasper Exp $
# $OpenBSD: Makefile,v 1.21 2010/11/03 22:19:02 kili Exp $
COMMENT-main = tiling window manager
COMMENT-lib = libraries for runtime configuration
@ -7,7 +7,7 @@ DISTNAME = xmonad-0.9.1
PKGNAME-main = ${DISTNAME}
PKGNAME-lib = ${DISTNAME:S,-,-lib-,}
REVISION-main = 3
REVISION-lib = 5
REVISION-lib = 6
CATEGORIES = x11
HOMEPAGE = http://www.xmonad.org/