1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

334 Commits

Author SHA1 Message Date
Gabor Pali
03f12b61df - Use the new options framework
Obtained from:	FreeBSD Haskell
2012-08-03 02:35:28 +00:00
Gabor Pali
db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00
Gabor Pali
7e609f9805 angel is a daemon that runs and monitors other processes. It is similar
to djb's `daemontools` or the Ruby project `god`. It's goals are to keep
a set of services running, and to facilitate the easy configuration and
restart of those services.

WWW:	http://github.com/jamwt/Angel

Obtained from:	FreeBSD Haskell
2012-06-24 10:46:24 +00:00
Gabor Pali
c6d33b41b3 This package includes a thin sqlite3 wrapper based on the direct-sqlite
package, as well as the entire C library, so there are no system
dependencies.

WWW:	http://www.yesodweb.com/book/persistent

Obtained from:	FreeBSD Haskell
2012-06-24 10:43:14 +00:00
Gabor Pali
7b18280d6c Instead of allowing version ranges of dependencies, this package requires
specific versions to avoid dependency hell.

WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-06-24 10:40:39 +00:00
Gabor Pali
6ddfc2c9f4 Behaviour Oriented integration Testing for Yesod Applications.
WWW:	http://www.yesodweb.com

Obtained from:	FreeBSD Haskell
2012-06-24 10:38:22 +00:00
Gabor Pali
f702420e44 Static file serving subsite for Yesod Web Framework.
WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-06-24 10:36:20 +00:00
Gabor Pali
0f01dbb612 Convenient wrappers for your the configuration and execution of your yesod
application.

WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-06-24 10:34:29 +00:00
Gabor Pali
ccdadeaabb blaze-html instances for xml-conduit types.
WWW:	http://github.com/snoyberg/xml

Obtained from:	FreeBSD Haskell
2012-06-24 10:31:59 +00:00
Gabor Pali
ba97d3a853 Unit test framework (built on HUnit) for WAI applications.
WWW:	http://www.yesodweb.com/book/wai

Obtained from:	FreeBSD Haskell
2012-06-24 10:28:55 +00:00
Gabor Pali
2777dab61c Also provides some helper functions and datatypes for use outside of WAI.
WWW:	http://www.yesodweb.com/book/wai

Obtained from:	FreeBSD Haskell
2012-06-24 10:26:50 +00:00
Gabor Pali
b1fc1e37e4 Fast parser and formatter for HTTP Date.
WWW:	http://hackage.haskell.org/package/http-date

Obtained from:	FreeBSD Haskell
2012-06-24 10:23:48 +00:00
Gabor Pali
616c62eabc This package uses tagstream-conduit for its parser. It automatically
balances mismatched tags, so that there shouldn't be any parse failures.
It does not handle a full HTML document rendering, such as adding missing
html and head tags.

WWW:	https://github.com/snoyberg/xml

Obtained from:	FreeBSD Haskell
2012-06-24 10:21:15 +00:00
Gabor Pali
fb914fae14 Tag-stream is a library for parsing HTML//XML to a token stream. It can
parse unstructured and malformed HTML from the web. It also provides an
Enumeratee which can parse streamline html, which means it consumes constant
memory. You can start from the `tests/Tests.hs` module to see what it can
do.

WWW:	http://github.com/yihuang/tagstream-conduit

Obtained from:	FreeBSD Haskell
2012-06-24 10:18:43 +00:00
Gabor Pali
d6d6d4fa76 Behavior Driven Development for Haskell. Hspec is roughly based on the
Ruby library RSpec.  However, Hspec is just a framework for running
HUnit and QuickCheck tests.  Compared to other options, it provides a
much nicer syntax that makes tests very easy to read.

WWW:	http://hspec.github.com/

Obtained from:	FreeBSD Haskell
2012-06-24 10:15:27 +00:00
Gabor Pali
7f696346eb Prevent or capture writing to stdout and other handles.
WWW:	https://github.com/trystan/silently

Obtained from:	FreeBSD Haskell
2012-06-24 10:12:27 +00:00
Gabor Pali
58b4f2ca6c Reduces size of javascript files by stripping out extraneous whitespace
and other syntactic elements, without changing the semantics.

WWW:	http://github.com/alanz/hjsmin

Obtained from:	FreeBSD Haskell
2012-06-24 10:09:57 +00:00
Gabor Pali
d820d35c65 Parses Javascript into an Abstract Syntax Tree (AST). Initially intended
as frontend to hjsmin.

WWW:	http://github.com/alanz/language-javascript

Obtained from:	FreeBSD Haskell
2012-06-24 10:07:02 +00:00
Gabor Pali
973ab3a70d Lightweight UTF8 handling.
WWW:	http://hackage.haskell.org/package/utf8-light

Obtained from:	FreeBSD Haskell
2012-06-24 10:04:39 +00:00
Gabor Pali
834432a82b This package contains everything that you need to use a cryptographic
package that supports the crypto-api package using conduits from the
conduit package.

WWW:	https://github.com/meteficha/crypto-conduit

Obtained from:	FreeBSD Haskell
2012-06-24 10:01:15 +00:00
Gabor Pali
76731ef924 Add bsd.hackage.mk entries
Obtained from:	FreeBSD Haskell
2012-06-24 09:57:37 +00:00
Gabor Pali
a203787714 - Loosen make restart checks a bit to fix build on certain
configurations (e.g. pointyhat)

PR:		ports/168761
Submitted by:	Roman Naumann <namor@hemio.de>
2012-06-08 16:11:47 +00:00
Gabor Pali
2d3db81a5f - Add a missing entry for textproc/hs-bytestring-csv
Obtained from:	FreeBSD Haskell
2012-06-06 18:26:50 +00:00
Gabor Pali
fb51ad45b1 - Remove obsoleted Haskell ports:
devel/hs-binary: this package became part of lang/ghc.
  devel/hs-convertible-text: this package is obsolete.
  devel/hs-control-monad-attempt: this package is obsolete.
  devel/hs-data-object: this package is obsolete.
  devel/hs-data-object-yaml: this package is obsolete.
  devel/hs-deepseq: this package became part of lang/ghc.
  devel/hs-ghc-paths-docs: not needed any more.
  devel/hs-haddock-docs: not needed any more.
  devel/hs-mtl-docs: not needed any more.
  devel/hs-pool: this package is obsolete.
  devel/hs-transformers-docs: not needed any more.
  print/hs-hscolour-docs: not needed any more.
  textproc/hs-xhtml-docs: not needed any more.
  textproc/hs-xml-enumerator: this package is obsolete.
  www/hs-happstack-data: this package is obsolete.
  www/hs-happstack-ixset: this package is obsolete.
  www/hs-happstack-state: this package is obsolete.
  www/hs-happstack-util: this package is obsolete.
  www/hs-http-enumerator: this package is obsolete.

Obtained from:	FreeBSD Haskell
2012-06-03 23:28:40 +00:00
Gabor Pali
46e9ab0ca5 - Update The Glorious Glasgow Haskell Compiler to version 7.4.1
Please note that port revision for all the Haskell ports without version changes
are also bumped.  Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.

Thanks ashish@ for the assistance.

Obtained from:	FreeBSD Haskell
2012-06-03 20:52:29 +00:00
Gabor Pali
62f0679bb1 wxHaskell is a portable and native GUI library for Haskell. It is built
on top of wxWidgets, a comprehensive C++ library that is portable across
all major GUI platforms, including GTK, Windows, X11, and MacOS X. This
version works with wxWidgets 2.9 only. Distributed under the WXWINDOWS
LIBRARY LICENSE. Please see LICENSE file, but note that this is essentially
LGPL with an exception allowing binary distribution of proprietary software.
This is the same license as wxWidgets itself uses.

WWW:	http://haskell.org/haskellwiki/WxHaskell

Obtained from:	FreeBSD Haskell
2012-06-03 19:33:37 +00:00
Gabor Pali
ee674e4bf4 Provides an efficient routing system, a parser and TH code generation.
WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-06-03 19:32:10 +00:00
Gabor Pali
d670032fc1 This package uses attoparsec for parsing the actual contents of the HTTP
connection.  It also provides higher-level functions which allow you to
avoid direct usage of enumerators.

WWW:	http://www.yesodweb.com/book/http-conduit

Obtained from:	FreeBSD Haskell
2012-06-03 19:30:26 +00:00
Gabor Pali
7fc3040584 This package provides parsing and rendering functions for XML. It is
based on the datatypes found in the xml-types package.  This package is
broken up into the following modules:

 * Text.XML: DOM-based parsing and rendering.  This is the most commonly
   used module.

 * Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional
   traversing of the DOM, similar to XPath.

 * Text.XML.Unresolved: A slight modification to Text.XML which does not
   require all entities to be resolved at parsing.  The datatypes are
   slightly more complicated here, and therefore this module is only
   recommended when you need to deal directly with raw entities.

 * Text.XML.Stream.Parse: Streaming parser, including some streaming
   parser combinators.

 * Text.XML.Stream.Render: Streaming renderer.

WWW:	http://github.com/snoyberg/xml

Obtained from:	FreeBSD Haskell
2012-06-03 19:28:57 +00:00
Gabor Pali
30cbd53fc9 Core modules of a blazingly fast markup combinator library for the Haskell
programming language.

WWW:	http://jaspervdj.be/blaze

Obtained from:	FreeBSD Haskell
2012-06-03 19:26:50 +00:00
Gabor Pali
88f4ff53b9 Turn attoparsec parsers into sinks.
WWW:	http://github.com/snoyberg/conduit

Obtained from:	FreeBSD Haskell
2012-06-03 19:25:28 +00:00
Gabor Pali
f4ff1b95c9 Lowlevel cpu routines to get basic properties of the cpu platform, like
endianness and architecture.

WWW:	http://github.com/vincenthz/hs-cpu

Obtained from:	FreeBSD Haskell
2012-06-03 19:23:57 +00:00
Gabor Pali
ad40840f03 Privacy Enhanced Mail (PEM) format reader and writer.
WWW:	http://github.com/vincenthz/hs-pem

Obtained from:	FreeBSD Haskell
2012-06-03 19:22:16 +00:00
Gabor Pali
4f52336b61 A monad for using CryptoRandomGen.
WWW:	http://trac.haskell.org/crypto-api/wiki

Obtained from:	FreeBSD Haskell
2012-06-03 19:20:54 +00:00
Gabor Pali
350b4034e6 Socks proxy (version 5) implementation.
WWW:	http://github.com/vincenthz/hs-socks

Obtained from:	FreeBSD Haskell
2012-06-03 19:19:27 +00:00
Gabor Pali
f4d3bfa331 Stream socket data using conduits.
WWW:	http://github.com/snoyberg/conduit

Obtained from:	FreeBSD Haskell
2012-06-03 19:18:16 +00:00
Gabor Pali
1163bed913 Utilities for dealing with IEEE floating point numbers, ported from the
Tango math library; approximate and exact equality comparisons for general
types.

WWW:	http://github.com/patperry/hs-ieee754

Obtained from:	FreeBSD Haskell
2012-06-03 19:16:56 +00:00
Gabor Pali
aa7f8f5971 A "vault" is a typed, 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 a bank vault, where you can access different
bank boxes with different keys; hence the name. Also provided is a "locker"
type, representing a store for a single element.

WWW:	https://github.com/HeinrichApfelmus/vault

Obtained from:	FreeBSD Haskell
2012-06-03 19:15:34 +00:00
Gabor Pali
635a68e21b The functions for creating temporary files and directories in the base
library are quite limited. The unixutils package contains some good ones,
but they aren't portable to Windows. This library just repackages the
Cabal implementations of its own temporary file and folder functions so
that you can use them without linking against Cabal or depending on it
being installed.

WWW:	http://www.github.com/batterseapower/temporary

Obtained from:	FreeBSD Haskell
2012-06-03 19:13:46 +00:00
Gabor Pali
86f6bda44c High-level, byte-based file and directory path manipulations.
WWW:	https://john-millikin.com/software/haskell-filesystem/

Obtained from:	FreeBSD Haskell
2012-06-03 19:12:30 +00:00
Gabor Pali
78722a65eb This package was originally included with the conduit package, and has
since been split off.

WWW:	http://github.com/snoyberg/conduit

Obtained from:	FreeBSD Haskell
2012-06-03 19:11:10 +00:00
Gabor Pali
84ac1d8642 A high-performance striped pooling abstraction for managing flexibly-sized
collections of resources such as database connections.

WWW:	http://github.com/bos/pool

Obtained from:	FreeBSD Haskell
2012-06-03 19:09:46 +00:00
Gabor Pali
020ca9f500 This package provides a basic random number generation library, including
the ability to split random number generators.

WWW:	http://hackage.haskell.org/package/random

Obtained from:	FreeBSD Haskell
2012-06-03 19:08:29 +00:00
Gabor Pali
9710ba78df Allocate resources from a pool, guaranteeing resource handling via the
ResourceT transformer.

WWW:	http://www.yesodweb.com/book/persistent

Obtained from:	FreeBSD Haskell
2012-06-03 19:07:11 +00:00
Gabor Pali
0386079a07 The modules below provide additional data structures, and other added
capabilities layered on top of the Par monad.

WWW:	https://github.com/simonmar/monad-par

Obtained from:	FreeBSD Haskell
2012-06-03 19:05:39 +00:00
Gabor Pali
952a006b35 Optimized edit distances for fuzzy matching, including Levenshtein and
restricted Damerau-Levenshtein algorithms.

WWW:	http://github.com/batterseapower/edit-distance

Obtained from:	FreeBSD Haskell
2012-06-03 19:04:00 +00:00
Gabor Pali
1cebaf7493 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 trade-offs based on real-world experience with
enumerators.

WWW:	http://github.com/snoyberg/conduit

Obtained from:	FreeBSD Haskell
2012-06-03 19:02:40 +00:00
Gabor Pali
78d96111fe Pure and impure Bloom Filter implementations.
WWW:	http://www.serpentine.com/software/bloomfilter

Obtained from:	FreeBSD Haskell
2012-06-03 19:01:30 +00:00
Gabor Pali
b57664829c Convert streams of builders to streams of bytestrings.
WWW:	http://github.com/snoyberg/conduit

Obtained from:	FreeBSD Haskell
2012-06-03 18:59:49 +00:00
Gabor Pali
8015ce94ab Atomic operations including CAS (compare-and-swap), fetch & add and variants
suitable for low-level shared-memory synchronization. The implementation
is using GCC's builtin atomic operations (available in GCC >= 4) in C
wrappers called through the FFI.

WWW:	http://hackage.haskell.org/package/bits-atomic

Obtained from:	FreeBSD Haskell
2012-06-03 18:58:41 +00:00