- Add patch to remove the upstream added import of setuptools in setup.py
PR: ports/142272
Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer)
bootstrapped from C code alone.
Unfortunately this port does not support CPUs without the SSE2
instruction set, and will fail to build with a diagnostic message
in those cases. Supported FreeBSD architectures are i386 and amd64.
pkg-descr contains a quick description of the main Clozure CL
features.
Python objects and lets you capture that as cleanly as possible.
Loosely inspired by Django's ORM, you write simple class definitions
to define the expected structure of your XML document.
WWW: http://www.rfk.id.au/software/
building bioinformatics-related tools and utilities.
Current list of features includes: a Sequence data type supporting
protein and nucleotide sequences and conversion between them.
WWW: http://blog.malde.org/index.php/the-haskell-bioinformatics-library/
PR: ports/142187
Submitted by: Jacula Modyun <jacula(at)gmail.com>
search many standard Haskell libraries by either function
name, or by approximate type signature.
WWW: http://www.haskell.org/hoogle/
PR: ports/142145
Submitted by: Jacula Modyun <jacula(at)gmail.com>
* This release needs PHP5.1.2!
* many Editor improvements
o automatic list indention
o better headline system
o link wizard template authors need to provide CSS
* compatibility fixes for IE8 and Chrome
* PHP 5.3 compatibility fixes
* row span support in tables
* downloadable code blocks
* fulltext search improvements
* added filename search in media manager
* new dformat function plugin and template authors should replace
strftime calls with this function
* one click revert button for managers template authors need to
add this button
* nicer admin screen template authors need to provide CSS
* XMLRPC improvements
* many smaller feature enhancements
* more plugin events
* some performance optimizations
* minor security enhancements
* many, many, many bug fixes
While I'm there, grab maintainership.
the standard haskell-src package, and handles most registered syntactic
extensions to Haskell, including:
* Multi-parameter type classes with functional dependencies
* Indexed type families (including associated types)
* Empty data declarations
* GADTs
* Implicit parameters
* Template Haskell
and a few more. All extensions implemented in GHC are supported.
Apart from these standard extensions, it also handles regular patterns as
per the HaRP extension as well as HSX-style embedded XML syntax.
WWW: http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/
PR: ports/142188
Submitted by: Jacula Modyun <jacula(at)gmail.com>
format. It is easy for humans to read and write. It is easy for
machines to parse and generate. It is based on a subset of the
JavaScript Programming Language, Standard ECMA-262 3rd Edition -
December 1999.
This library provides a parser and pretty printer for converting
between Haskell values and JSON.
WWW: http://hackage.haskell.org/package/json
PR: ports/142184
Submitted by: Jacula Modyun <jacula(at)gmail.com>
unstructured HTML code, sometimes known as tag-soup. The HTML does not
have to be well formed, or render properly within any particular
framework. This library is for situations where the author of the HTML
is not cooperating with the person trying to extract the information, but
is also not trying to hide the information.
WWW: http://www-users.cs.york.ac.uk/~ndm/tagsoup/
PR: ports/142183
Submitted by: Jacula Modyun <jacula(at)gmail.com>