CVS: cvs.openbsd.org: ports

2012-08-30 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/08/30 14:49:42 Log message: Convert streams of builders to streams of bytestrings. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 N

CVS: cvs.openbsd.org: ports

2012-08-30 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/08/30 14:51:27 Log message: Wrapper to mmap(2), allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, using the virtual memory subsystem to do on-demand loading.

CVS: cvs.openbsd.org: ports

2012-08-30 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/08/30 14:55:05 Log message: A vault is a persistent store for values of arbitrary types. It's like having first-class access to the storage space behind IORefs. The data structure is analogous to

CVS: cvs.openbsd.org: ports

2012-08-30 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/08/30 14:53:15 Log message: The Resource transformer keeps track of all registered actions, and calls them upon exit (via 'runResourceT'). Actions may be registered via 'register', or resources may

CVS: cvs.openbsd.org: ports

2012-08-30 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/08/30 14:56:05 Log message: A Haskell 98 logically uninhabited data type. Used to indicate that a given term should not exist. ok matthew, sthen. Status: Vendor Tag: kili

CVS: cvs.openbsd.org: ports

2012-08-30 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/08/30 15:01:44 Log message: lifted-base exports IO operations from the base library lifted to any instance of 'MonadBase' or 'MonadBaseControl'. ok matthew, sthen. Status:

CVS: cvs.openbsd.org: ports

2012-08-30 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/08/30 15:02:34 Log message: This package defines the type class MonadBaseControl, a subset of MonadBase into which generic control operations such as catch can be lifted from IO or any other base

CVS: cvs.openbsd.org: ports

2012-08-30 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/08/30 15:05:07 Log message: Stream socket data using conduits. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 N

CVS: cvs.openbsd.org: ports

2012-08-30 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/08/30 15:10:46 Log message: lifted-base exports IO operations from the base library lifted to any instance of 'MonadBase' or 'MonadBaseControl'. ok matthew, sthen. Status:

CVS: cvs.openbsd.org: ports

2012-08-30 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/08/30 15:08:54 Log message: A basic random number generation library, including the ability to split random number generators. ok matthew, sthen. Status: Vendor Tag: kili

CVS: cvs.openbsd.org: ports

2012-08-30 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/08/30 15:14:16 Log message: Core modules of a blazingly fast markup combinator library for the Haskell programming language. ok matthew, sthen. Status: Vendor Tag: kili

CVS: cvs.openbsd.org: ports

2012-08-31 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/08/31 01:53:42 Log message: Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators\/iterators, hoping to address the same issues with different

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 09:21:17 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-0.20.3. ok aja@

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 09:27:28 Log message: This package provides a straightforward port of monadLib's BaseM typeclass to transformers. ok sthen@ Status: Vendor Tag: kili Release Tags:

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 11:00:59 Modified files: devel : Makefile Log message: Hook new hs-ports to the build.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 10:58:02 Modified files: textproc : Makefile Log message: Hook hs-blaze-markup to the build, even if ghc is still marked as broken.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 13:53:46 Modified files: lang/ghc : Makefile distinfo ghc.port.mk lang/ghc/patches: patch-configure patch-ghc_mk patch-libraries_base_GHC_IO_Encoding_hs

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 13:57:48 Modified files: textproc/hs-attoparsec: Makefile Log message: Remove dependency on devel/hs-deepseq, which is now included in the ghc package.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 13:58:17 Modified files: devel/hs-unordered-containers: Makefile Log message: Remove dependency on devel/hs-deepseq, which is now included in the ghc package.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 13:59:41 Removed files: devel/hs-deepseq: Makefile distinfo devel/hs-deepseq/pkg: DESCR PLIST Log message: Remove hs-deepseq. It's now included in the ghc package.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:00:55 Modified files: x11/hs-xmonad-contrib: Makefile Log message: Add devel/hs-random dependency.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:01:24 Modified files: www/hs-xhtml-combinators: Makefile Log message: Add devel/hs-random dependency.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:01:55 Modified files: devel/hs-test-framework-quickcheck2: Makefile Log message: Add devel/hs-random dependency.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:02:19 Modified files: devel/hs-test-framework: Makefile Log message: Add devel/hs-random dependency.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:02:43 Modified files: security/hs-pwstore-fast: Makefile Log message: Add devel/hs-random dependency.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:04:19 Modified files: devel/hs-pugs-compat: Makefile distinfo devel/hs-pugs-compat/patches: patch-pugs-compat_cabal devel/hs-pugs-compat/pkg: PLIST Removed files:

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:04:51 Modified files: devel/hs-MissingH: Makefile Log message: Add devel/hs-random dependency.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:07:34 Modified files: archivers/hs-zlib: Makefile distinfo Log message: Update to zlib-0.5.3.3.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:09:08 Modified files: devel/alex : Makefile distinfo Log message: Update to alex-3.0.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:09:42 Modified files: devel/cabal-install: Makefile distinfo Log message: Update to cabal-install-0.14.0.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:10:36 Modified files: devel/happy: Makefile distinfo devel/happy/patches: patch-tests_Makefile Log message: Update to happy-1.18.9.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:11:17 Modified files: devel/hs-QuickCheck: Makefile distinfo Log message: Update to QuickCheck-2.4.2.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:12:12 Modified files: devel/hs-mtl : Makefile distinfo Log message: Update to mtl-2.1.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:13:08 Modified files: devel/hs-network: Makefile distinfo Added files: devel/hs-network/patches: patch-Network_Socket_ByteString_IOVec_hsc Log

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:21:09 Modified files: devel/hs-parsec: Makefile Log message: Bump.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:22:33 Modified files: devel/hs-List : Makefile distinfo devel/hs-List/pkg: PLIST Log message: Update to List-0.4.2.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:23:01 Modified files: textproc/hs-hexpat: Makefile distinfo Log message: Update to hexpat-0.19.10.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:19:19 Modified files: lang/hs-haskell-src: Makefile distinfo Log message: Update to haskell-src-1.0.1.5.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:21:42 Modified files: devel/hs-enumerator: Makefile distinfo devel/hs-enumerator/pkg: PLIST Log message: Update to enumerator-0.4.19.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:20:12 Modified files: net/hs-HTTP: Makefile distinfo net/hs-HTTP/pkg: PLIST Log message: Update to HTTP-4000.2.3.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:18:42 Modified files: graphics/hs-OpenGL: Makefile distinfo Log message: Update to OpenGL-2.2.3.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:13:42 Modified files: devel/hs-parallel: Makefile distinfo Log message: Update to parallel-3.2.0.2.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:15:14 Modified files: devel/hs-stm : Makefile distinfo Log message: Update to stm-2.3.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:14:40 Modified files: devel/hs-parsec: Makefile distinfo devel/hs-parsec/pkg: PLIST Log message: Update to parsec-3.1.2.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:28:18 Modified files: devel/hs-logict: Makefile distinfo Log message: Update to logict-0.5.0.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:27:16 Modified files: devel/hs-cmdargs: Makefile distinfo devel/hs-cmdargs/pkg: PLIST Log message: Update to cmdargs-0.9.5.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:25:16 Modified files: devel/hs-concurrent-extra: Makefile devel/hs-concurrent-extra/pkg: PLIST Log message: Update plist and bump.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:30:14 Modified files: textproc/hs-bytestring-nums: Makefile distinfo Log message: Update to bytestring-nums-0.3.5.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:29:42 Modified files: textproc/hs-bytestring-show: Makefile distinfo Log message: Update to bytestring-show-0.3.5.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:30:51 Modified files: devel/cpphs: Makefile distinfo Log message: Update to cpphs-1.13.3.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:31:43 Modified files: devel/hs-MonadCatchIO-transformers: Makefile distinfo devel/hs-MonadCatchIO-transformers/pkg: PLIST Log message: Update to MonadCatchIO-transformers-0.3.0.0.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:32:14 Modified files: devel/hs-dataenc: Makefile distinfo Log message: Update to dataenc-0.14.0.3.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 14:33:23 Modified files: devel/hs-haskeline: Makefile distinfo Log message: Update to haskeline-0.6.4.7.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:09:16 Modified files: archivers/hs-zlib-bindings: Makefile distinfo archivers/hs-zlib-bindings/pkg: PLIST Log message: Update to zlib-bindings-0.1.0.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:09:43 Modified files: archivers/hs-zlib-enum: Makefile distinfo Log message: Update to zlib-enum-0.2.2.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:10:44 Modified files: devel/hs-aeson : Makefile distinfo devel/hs-aeson/pkg: PLIST Log message: Update to aeson-0.6.0.2.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:11:26 Modified files: devel/hs-blaze-builder-enumerator: Makefile distinfo Log message: Update to blaze-builder-enumerator-0.2.0.4.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:11:52 Modified files: devel/hs-case-insensitive: Makefile distinfo Log message: Update to case-insensitive-0.4.0.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:14:02 Modified files: devel/hs-contravariant: Makefile distinfo Log message: Update to contravariant-0.2.0.2.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:14:36 Modified files: devel/hs-distributive: Makefile distinfo Log message: Update to distributive-0.2.2.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:16:32 Modified files: devel/hs-murmur-hash: Makefile distinfo Log message: Update to murmur-hash-0.1.0.5.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:17:09 Modified files: databases/hs-HDBC-postgresql: Makefile distinfo databases/hs-HDBC-postgresql/pkg: PLIST Log message: Update to HDBC-postgresql-2.3.2.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:19:01 Modified files: devel/hs-MetaObject: Makefile distinfo Log message: Update to MetaObject-0.0.6.20110925.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:21:05 Modified files: graphics/hs-GLUT: Makefile graphics/hs-GLUT/pkg: PLIST Log message: Haddock fails on this one, so don't build the documentation until this get fixed.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:21:48 Modified files: devel/hs-pugs-DrIFT: Makefile distinfo devel/hs-pugs-DrIFT/patches: patch-pugs-DrIFT_cabal Removed files: devel/hs-pugs-DrIFT/patches:

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:22:25 Modified files: devel/hs-ListLike: Makefile distinfo devel/hs-ListLike/pkg: PLIST Log message: Update to ListLike-3.1.5.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:22:55 Modified files: textproc/hs-HaXml: Makefile distinfo textproc/hs-HaXml/pkg: PLIST Log message: Update to HaXml-1.23.3.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:23:17 Modified files: devel/hs-hashable: Makefile distinfo Log message: Update to hashable-1.1.2.3.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:23:43 Modified files: devel/hs-uniplate: Makefile distinfo devel/hs-uniplate/pkg: PLIST Log message: Update to uniplate-1.6.7.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:24:31 Modified files: devel/hs-primitive: Makefile distinfo devel/hs-primitive/pkg: PLIST Log message: Update to primitive-0.4.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:24:58 Modified files: devel/hs-vector: Makefile distinfo devel/hs-vector/pkg: PLIST Log message: Update to vector-0.9.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:25:48 Modified files: security/hs-cprng-aes: Makefile Log message: Tweak dependencies (+hs-random) and bump.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:26:43 Modified files: textproc/hs-blaze-html: Makefile distinfo textproc/hs-blaze-html/pkg: PLIST Log message: Update to blaze-html-0.5.0.0.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:27:10 Modified files: textproc/hs-xmlhtml: Makefile distinfo Log message: Update to xmlhtml-0.2.0.2.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:27:46 Modified files: textproc/hs-heist: Makefile distinfo textproc/hs-heist/pkg: PLIST Log message: Update to heist-0.8.1.1.1

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:28:37 Modified files: devel/hs-ghc-mtl: Makefile distinfo Log message: Update to ghc-mtl-1.0.1.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:29:17 Modified files: devel/hs-unix-compat: Makefile distinfo devel/hs-unix-compat/pkg: PLIST Log message: Update to unix-compat-0.3.0.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:29:58 Modified files: lang/hs-HsParrot: Makefile distinfo Log message: Update to HsParrot-0.0.2.20110925.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:30:38 Modified files: lang/hs-haskell-src-exts: Makefile distinfo Log message: Update to haskell-src-exts-1.13.3.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:35:29 Modified files: devel/hs-hlint : Makefile distinfo Log message: Update to hlint-1.8.29.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:35:59 Modified files: devel/hs-iteratee: Makefile distinfo Log message: Update to iteratee-0.8.8.2.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:36:35 Modified files: devel/hs-vector-algorithms: Makefile distinfo devel/hs-vector-algorithms/pkg: PLIST Log message: Update to vector-algorithms-0.5.4.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:37:22 Modified files: devel/hs-hint : Makefile distinfo Log message: Update to hint-0.3.3.4.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:40:12 Modified files: www/hs-snap-core: Makefile distinfo www/hs-snap-core/pkg: PLIST Log message: Update to snap-core-0.8.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:40:46 Modified files: devel/hs-data-lens-template: Makefile distinfo Log message: Update to data-lens-template-2.1.5.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:41:46 Modified files: graphics/hs-cairo: Makefile distinfo Log message: Update to cairo-0.12.3.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:41:20 Modified files: devel/gtk2hs-buildtools: Makefile distinfo Log message: Update to gtk2hs-buildtools-0.12.3.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:42:25 Modified files: devel/hs-glib : Makefile distinfo devel/hs-glib/pkg: PLIST Log message: Update to glib-0.12.3.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:43:02 Modified files: devel/hs-gio : Makefile distinfo devel/hs-gio/pkg: PLIST Log message: Update to gio-0.12.3.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:43:31 Modified files: devel/hs-pango : Makefile distinfo devel/hs-pango/pkg: PLIST Log message: Update to pango-0.12.3.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:45:38 Modified files: x11/hs-gtk : Makefile distinfo x11/hs-gtk/pkg : PLIST Removed files: x11/hs-gtk/patches: patch-Graphics_UI_Gtk_General_hsgthread_c Log message:

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:46:15 Modified files: devel/hs-glade : Makefile distinfo Log message: Update to glade-0.12.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:46:54 Modified files: www/hs-webkit : Makefile distinfo Log message: Update to webkit-0.12.4.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:47:33 Modified files: devel/hs-sendfile: Makefile distinfo devel/hs-sendfile/pkg: PLIST Removed files: devel/hs-sendfile/patches: patch-sendfile_cabal Log message: Update

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:48:31 Modified files: www/hs-snap-server: Makefile distinfo Log message: Update to snap-server-0.8.1.1.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:49:05 Modified files: www/hs-http-types: Makefile distinfo www/hs-http-types/pkg: PLIST Log message: Update to http-types-0.6.11.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:49:34 Modified files: www/hs-wai : Makefile distinfo Log message: Update to wai-1.2.0.3.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:50:08 Modified files: devel/hs-simple-sendfile: Makefile distinfo Log message: Update to simple-sendfile-0.2.4.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:50:39 Modified files: www/hs-warp: Makefile distinfo www/hs-warp/pkg: PLIST Log message: Update to warp-1.2.2.

CVS: cvs.openbsd.org: ports

2012-09-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/09/02 15:51:15 Modified files: www/hs-snap: Makefile distinfo www/hs-snap/pkg: PLIST Added files: www/hs-snap/patches: patch-snap_cabal Log message: Update to snap-0.8.1.

  1   2   3   4   5   6   7   8   9   10   >