non port: textproc/Makefile |
Number of commits found: 3011 (showing only 100 on this page) |
Saturday, 3 Sep 2011
|
21:35 sunpoet
- Add p5-CSS-Minifier 0.01
CSS::Minifier removes unnecessary whitespace from CSS. The primary requirement
developing this module is to not break working stylesheets: if working CSS is in
input then working CSS is output. The Mac/Internet Explorer comment hack will be
minimized but not stripped and so will continue to function.
This module understands space, horizontal tab, new line, carriage return, and
form feed characters to be whitespace. Any other characters that may be
considered whitespace are not minimized. These other characters include
paragraph separator and vertical tab.
For static CSS files, it is recommended that you minify during the build stage
of web deployment. If you minify on-the-fly then it might be a good idea to
cache the minified file. Minifying static files on-the-fly repeatedly is
wasteful.
WWW: http://search.cpan.org/dist/CSS-Minifier/
|
15:35 tota
- Add a new port: textprox/R-cran-xtable
Coerce data to LaTeX and HTML tables
WWW: http://cran.r-project.org/web/packages/xtable/
|
Thursday, 1 Sep 2011
|
12:34 lth
Add p5-Regexp-Common-net-CIDR 0.02, provide patterns for CIDR blocks.
|
12:24 lth
Add p5-HTML-Quoted 0.03, extract structure of quoted HTML mail message.
|
11:37 lth
Add p5-Regexp-IPv6 0.03, regular expression for IPv6 addresses.
|
Tuesday, 30 Aug 2011
|
14:47 olgeni
Add markdown-mode.el: an Emacs major mode for editing Markdown-formatted
text files.
|
11:24 tota
- Add a new port: textproc/p5-Text-HikiDoc
'HikiDoc' is a text-to-HTML conversion tool for web writers. The
original 'HikiDoc' is Ruby implementation.
This library is pure perl implementation of 'HikiDoc', and has
interchangeability with the original.
WWW: http://search.cpan.org/dist/Text-HikiDoc/lib/Text/HikiDoc.pm
|
Sunday, 21 Aug 2011
|
04:15 tota
- Add a new port: textproc/R-cran-XML
This package provides many approaches for both reading and creating XML
(and HTML) documents (including DTDs), both local and accessible via HTTP or
FTP. It also offers access to an XPath "interpreter".
WWW: http://cran.r-project.org/web/packages/XML/
|
Sunday, 14 Aug 2011
|
17:46 pgj
A library that performs fast, accurate conversion between double
precision floating point and text. This library is implemented as
bindings to the C++ double-conversion library written by Florian Loitsch
at Google: http://code.google.com/p/double-conversion/.
The Text versions of these functions are about 30 times faster than the
default show implementation for the Double type. The ByteString versions
are slower than the Text versions; roughly half the speed. (This seems
to be due to the cost of allocating ByteString values via malloc.)
As a final note, be aware that the bytestring-show package is about 50%
slower than simply using show.
WWW: http://github.com/mailrank/double-conversion
Obtained from: FreeBSD Haskell
|
03:53 swills
Hailo is a fast and lightweight markov engine intended to replace AI::MegaHAL.
Hailso has a Mouse (or Moose) based core with pluggable storage, tokenizer and
engine backends.
Hailo is similar to MegaHAL in functionality, the main differences (with the
default backends) being better scalability, drastically less memory usage, an
improved tokenizer, and tidier output.
With Hailo, you can create, modify, and query Hailo brains. To use Hailo in
event-driven POE applications, you can use the POE::Component::Hailo wrapper.
WWW: http://search.cpan.org/dist/Hailo
PR: ports/159065
Submitted by: milki <milki@rescomp.berkeley.edu>
|
Saturday, 13 Aug 2011
|
22:32 swills
Strip whitespace and comments from JavaScript code
WWW: http://search.cpan.org/dist/JavaScript-Minifier
PR: ports/159632
Submitted by: Kurt Lidl <kurt.lidl@cello.com>
|
20:59 pgj
Contains renderers and parsers for both XML and HTML 5 document fragments,
which share data structures wo that it's easy to work with both. Document
fragments are bits of documents, which are not constrained by some of the
high-level structure rules (in particular, they may contain more than one
root element).
WWW: http://hackage.haskell.org/package/xmlhtml
Obtained from: FreeBSD Haskell
|
19:41 pgj
A blazingly fast HTML combinator library for the Haskell programming language.
The Text.Blaze module is a good starting point, as well as this tutorial:
<http://jaspervdj.be/blaze/tutorial.html>.
WWW: http://jaspervdj.be/blaze
Obtained from: FreeBSD Haskell
|
19:37 pgj
A fast parser combinator library, aimed particularly at dealing efficiently
with network protocols and complicated text/binary file formats.
This library is basically a translation of the original attoparsec library
to use text instead of bytestrings.
WWW: http://patch-tag.com/r/felipe/attoparsec-text/home
Obtained from: FreeBSD Haskell
|
19:35 pgj
The attoparsec-enumerator package.
WWW: http://john-millikin.com/software/attoparsec-enumerator/
Obtained from: FreeBSD Haskell
|
18:42 pgj
A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
formats.
WWW: http://hackage.haskell.org/package/attoparsec
Obtained from: FreeBSD Haskell
|
Friday, 12 Aug 2011
|
16:11 swills
This Perl module is a emulation of Spreadsheet::ParseExcel for Excel 2007
(.xlsx) file format. It supports styles and many of Excel's quirks, but not
all. It populates the classes from Spreadsheet::ParseExcel for
interoperability; including Workbook, Worksheet, and Cell.
WWW: http://search.cpan.org/dist/Spreadsheet-XLSX
|
Wednesday, 10 Aug 2011
|
12:31 sunpoet
- Add p5-HTML-Entities-Interpolate 1.04
HTML::Entities::Interpolate is a pure Perl module to call
HTML::Entities::encode_entities, via a hash, within a string.
WWW: http://search.cpan.org/dist/HTML-Entities-Interpolate/
|
Tuesday, 9 Aug 2011
|
16:46 skreuzer
Remove textproc/ack as it is already already in the tree as textproc/p5-ack
|
13:48 skreuzer
ack is a tool like grep, designed for programmers with large trees of
heterogeneous source code.
ack is written purely in Perl, and takes advantage of the power of
Perl's regular expressions
WWW: http://betterthangrep.com/
|
Sunday, 7 Aug 2011
|
02:20 swills
Source code spell checker.
WWW: http://git.profusion.mobi/cgit.cgi/lucas/codespell/
PR: ports/159564
Submitted by: Glen Barber <gjb at FreeBSD.org>
|
Saturday, 6 Aug 2011
|
11:57 nobutaka
Add uim-gtk3, GTK+ 3.x modules of uim input method.
|
Wednesday, 3 Aug 2011
|
06:49 bapt
Removing old ruby stuff
2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9
2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9
2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9
2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9
2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9
2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9
2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
|
Tuesday, 2 Aug 2011
|
20:28 cy
gtkdiff has been resurrected.
|
Monday, 1 Aug 2011
|
15:41 tota
- Add a new port: textproc/rubygem-coderay
CodeRay is a Ruby library for syntax highlighting.
Syntax highlighting means: You put your code in, and you get it back colored;
Keywords, strings, floats, comments - all in different colors. And with line
numbers.
Syntax Highlighting...
* makes code easier to read and maintain
* lets you detect syntax errors faster
* helps you to understand the syntax of a language
* looks nice
* is what everybody should have on their website
* solves all your problems and makes the girls run after you
WWW: http://coderay.rubychan.de/
|
05:52 bapt
Bye bye abandonwares (part 5)
2011-08-08 russian/messarge: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 russian/pgp.language: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 security/ifd-gempc410: Has expired: Looks like an abandonware, no
more public distfiles
2011-08-08 security/libidea: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 security/rain: Has expired: Looks like an abandonware, no more public
distfiles
2011-08-08 sysutils/Tee: Has expired: No more public distfile
2011-08-08 sysutils/curly: Has expired: No more public distfiles
2011-08-08 sysutils/i855vidctl10: Has expired: No more public distfiles
2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 sysutils/rsyslog3-snmp: Has expired: unsupported upstream
2011-08-08 sysutils/xapply: Has expired: No more public distfiles
2011-08-08 textproc/asm2html: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 textproc/diff-mode.el: Has expired: Looks like an abandonware, no
more public distfiles
2011-08-08 vietnamese/gtk-im-vi: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 www/campsite: Has expired: Does not work
2011-08-08 www/p5-PLP: Has expired: No more upstream, looks like an abandonware
2011-08-08 www/wcol: Has expired: Looks like an abandonware, no more public
distfiles
2011-08-08 x11-toolkits/sdl_gui: Has expired: Looks like an abandonware, no more
public distfiles
|
02:53 sunpoet
- Sort SUBDIRs
- Fix NO_VIET_KDE coverage
|
Sunday, 31 Jul 2011
|
14:11 swills
This gem removes common margin from indented strings, such as the ones produced
by indented heredocs. In other words, it strips out leading whitespace chars
at the beggining of each line, but only as much as the line with the
smallest margin.
WWW: http://rubygems.org/gems/heredoc_unindent
PR: ports/158747
Submitted by: Loic Pefferkorn <loic-freebsd at loicp.eu>
|
08:49 sunpoet
- Connect polish/hunspell
- Disconnect textproc/pl-hunspell
|
Saturday, 30 Jul 2011
|
16:13 tota
- Add a new port: textproc/ruby-hikidoc
'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDoc
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid HTML (or XHTML).
WWW: http://rubyforge.org/projects/hikidoc/
|
Monday, 25 Jul 2011
|
01:44 zi
New port: textproc/artha
Artha is a free cross-platform English thesaurus that works completely
off-line and is based on WordNet. Stable releases for download are
currently available for GNU/Linux and Microsoft Windows; it is tested
on major Desktop Environments like GNOME, KDE, Xfce, etc and on Microsoft
Windows XP, Vista and 7. Artha is released under the GNU General Public
Licence version 2; hence you are free to copy/redistribute it.
WWW: http://artha.sourceforge.net/wiki/index.php/Home
PR: ports/155573
Submitted by: Zhihao Yuan <lichray@gmail.com>
Approved by: wxs (mentor)
|
Saturday, 23 Jul 2011
|
09:29 sunpoet
- Add p5-HTML-Packer 1.002001
HTML::Packer is another HTML code cleaner.
WWW: http://search.cpan.org/dist/HTML-Packer/
http://github.com/nevesenin/html-packer-perl
|
09:26 sunpoet
- Add p5-JavaScript-Packer 1.004
JavaScript::Packer, a JavaScript compressor, is an adaptation of Dean Edwards'
Packer.js. Additional information: http://dean.edwards.name/packer/
WWW: http://search.cpan.org/dist/JavaScript-Packer/
http://github.com/nevesenin/javascript-packer-perl
|
09:24 sunpoet
- Add p5-CSS-Packer 1.002
CSS::Packer is another CSS minifier.
WWW: http://search.cpan.org/dist/CSS-Packer/
http://github.com/nevesenin/css-packer-perl
|
Thursday, 21 Jul 2011
|
14:33 bapt
Add some locales thesaurus
|
10:34 bapt
Add Swedish hyphenation rules
|
10:33 bapt
Add Slovenian hyphenation rules
|
10:33 bapt
Add Slovak hyphenation rules
|
10:31 bapt
Add Romanian hyphenation rules
|
10:28 bapt
Add Dutch hyphenation rules
|
10:28 bapt
Add Lithuanian hyphenation rules
|
10:27 bapt
Add Italian hyphenation rules
|
10:26 bapt
Add Icelandic hyphenation rules
|
10:25 bapt
Add Indonesian hyphenation rules
|
10:23 bapt
Add Spanish hyphenation rules
|
10:22 bapt
Add Greek hyphenation rules
|
08:31 bapt
Add Danish hyphenation rules
|
08:13 bapt
Add Bulgarian hyphenation rules
|
06:31 bapt
Add Spanish hunspell dictionaries
|
06:15 bapt
Add Norwegian (Nynorsk and Bokmaal) hunspell dictionaries
|
05:51 bapt
Add Polish hunspell dictionaries
|
05:35 bapt
Add Romanian hunspell dictionaries
|
05:19 bapt
Add Slovak hunspell dictionaries
|
02:43 linimon
Disconnect the following deprecated ports that only work with java1.4:
devel/colorer
java/jboss3
security/jce_policy14
textproc/galax
PR: ports/158969
Submitted by: rene
|
Wednesday, 20 Jul 2011
|
22:26 bapt
Add Somali hunspell dictionaries
|
22:09 bapt
Add Albanian hunspell dictionaries
|
21:31 bapt
Add Serbian hunspell dictionnaries
|
21:21 bapt
Add Swati hunspell dictionaries
|
21:08 bapt
Add Turkmen hunspell dictionaries
|
21:07 bapt
Add Tigrigna hunspell dictionaries
|
21:07 bapt
Add Telugu hunspell dictionaries
|
21:06 bapt
Add Swedish hunspell dictionnaries
|
16:41 bapt
Add Zulu hunspell dictionnaries
|
16:41 bapt
Add Yiddish hunspell dictionaries
|
16:40 bapt
Add Xhosa hunspell dictionnaries
|
16:39 bapt
Add Wallon hunspell dictionaries
|
16:38 bapt
Add Venda hunspell dictionnaries
|
16:38 bapt
Add Uzbek hunspell dictionaries
|
16:37 bapt
Add Tsonga hunspell dictionnaries
|
16:36 bapt
Add Tswana hunspell dictionnaries
|
14:25 bapt
Add itailian hunspell dictionnary
|
09:35 bapt
Add english hunspell dictionnaries
|
Monday, 18 Jul 2011
|
16:21 jlaffaye
- Connect textproc/hunspell to the build
- Unconnect hungarian/hunspell
- Chase hunspell move
- Add an entry to MOVED and UPDATING
Approved by: bapt (mentor)
|
Thursday, 14 Jul 2011
|
06:50 sunpoet
- Add p5-XML-XML2JSON 0.05
XML::XML2JSON is a Perl module to convert XML to JSON (and JSON to XML) using
the following rules from Google (http://code.google.com/apis/gdata/json.html):
Basic:
- The feed is represented as a JSON object; each nested element or attribute
is represented as a name/value property of the object.
- Attributes are converted to String properties.
- Child elements are converted to Object properties.
- Elements that may appear more than once are converted to Array properties.
- Text values of tags are converted to $t properties.
Namespace:
- If an element has a namespace alias, the alias and element are concatenated
using "$". For example, ns:element becomes ns$element.
XML:
- XML version and encoding attributes are converted to version and encoding
attributes of the root element, respectively.
WWW: http://search.cpan.org/dist/XML-XML2JSON/
|
Monday, 11 Jul 2011
|
11:49 bapt
textproc/xpp3 depend on an expired port
2011-05-01 textproc/xmlpull: Upstream disapear and distfile is no more available
|
10:49 mm
Simple PEAR template engine
WWW: http://pear.phpunit.de/
|
09:54 mm
Symfony YAML is a PHP library that parses YAML strings and converts them to
PHP arrays. It can also converts PHP arrays to YAML strings.
WWW: http://components.symfony-project.org/yaml/
|
Sunday, 10 Jul 2011
|
21:26 ashish
The module Data.CaseInsensitive provides the 'CI' type constructor which can
be parameterised by a string-like type like: 'String', 'ByteString', 'Text',
etc. Comparisons of values of the resulting type will be insensitive to
cases.
WWW: http://hackage.haskell.org/package/case-insensitive
Obtained from: FreeBSD Haskell
|
Thursday, 7 Jul 2011
|
21:12 mm
This Horde package provides PDF generation using only PHP,
without requiring any external libraries.
WWW: http://pear.horde.org
|
21:11 mm
Horde unified spellchecking API.
WWW: http://pear.horde.org
|
20:57 mm
This Horde package provides a text-based diff engine and renderers
for multiple diff output formats.
WWW: http://pear.horde.org
|
20:53 mm
This Horde package provides encoding and decoding of WBXML
(Wireless Binary XML) documents. WBXML is used in SyncML for transferring
smaller amounts of data with wireless devices.
WWW: http://pear.horde.org
|
20:52 mm
This package provides an element object that can be used to provide
SimpleXML-like functionality over a DOM object. The main advantage over
using SimpleXML is the ability to add multiple levels of new elements
in a single call, without introducing "ghost" objects.
WWW: http://pear.horde.org
|
20:17 mm
This Horde package allows to convert Kolab data objects from XML to hashes.
WWW: http://pear.horde.org
|
18:52 mm
The Horde_Text_Flowed:: class provides common methods for manipulating text
using the encoding described in RFC 3676 ('flowed' text).
WWW: http://pear.horde.org
|
18:48 mm
The Horde_Text_Filter_Csstidy:: class provides the PHP-based library needed
to perform optimization/compression on CSS code. It is provided in a separate
package as the code is under the GPLv2 license instead of the LGPLv2 license
used for the Text_Filter class.
WWW: http://pear.horde.org
|
18:46 mm
The Horde_Text_Filter library provides common methods for fitering
and converting text.
WWW: http://pear.horde.org
|
Tuesday, 5 Jul 2011
|
20:44 hq
Add saxon-he
|
Thursday, 30 Jun 2011
|
04:30 linimon
Fix SUBDIR: the correct name of the repocopied port is kmfl-sil-ipa-unicode.
Forgotten by: wxs
|
Monday, 27 Jun 2011
|
14:48 miwi
This is a port of Q's XML module, which also includes support for XSLT. The
module provides a simplified interface to the Gnome libxml2 and libxslt
libraries, and supplies all the necessary data structures and operations to
inspect, create, modify and transform XML documents with ease.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-xml.html
PR: ports/156103
Submitted by: Zhihao Yuan <lichray at gmail.com>
|
14:47 miwi
pure-csv is a module for reading and writing Comma Separated Value (CSV)
files from within Pure.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-csv.html
PR: ports/156103
Submitted by: Zhihao Yuan <lichray at gmail.com>
|
Saturday, 25 Jun 2011
|
09:38 miwi
Sphinx is a full-text search engine, distributed under GPL version
2. Commercial license is also available for embedded use.
Generally, it's a standalone search engine, meant to provide fast,
size-efficient and relevant fulltext search functions to other
applications. Sphinx was specially designed to integrate well with SQL
databases and scripting languages. Currently built-in data sources
support fetching data either via direct connection to MySQL, or from
an XML pipe.
As for the name, Sphinx is an acronym which is officially decoded as
SQL Phrase Index.
WWW: http://www.sphinxsearch.com/
PR: ports/157654
Submitted by: Max Baryshnikov <mephius at gmail.com>
|
Friday, 17 Jun 2011
|
23:23 bapt
Hyphen - hyphenation library to use converted TeX hyphenation patterns
WWW: http://hunspell.sourceforge.net
|
23:00 bapt
MyThes is a simple thesaurus that uses a structured text data file and an index
file with binary search to lookup words and phrases and return information on
part of speech, meanings, and synonyms
WWW: http://hunspell.sourceforge.net
|
Thursday, 9 Jun 2011
|
15:45 bapt
Remove lang/njs and ports that depends on it, njs has no more public distfile
and no more upstream
the other aren't under development anymore
lang/ruby-js
textproc/ruby-xml-script
www/ruby-asp
2011-05-01 lang/njs: Upstream disapear and distfile is no more available
|
Friday, 3 Jun 2011
|
01:00 wxs
- Introduce textproc/kmfl-khmer in place of the removed
textproc/scim-kmfl-khmer. There is no need to repocopy as there
is no history to preserve.
PR: ports/156855
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
Wednesday, 1 Jun 2011
|
15:43 sunpoet
- Add p5-XML-Toolkit 0.13
XML::Toolkit is a suite of tools that work to make handling XML easier. It is
designed to marshall XML documents into Moose classes and back again with
minimal changes.
WWW: http://search.cpan.org/dist/XML-Toolkit/
|
08:48 wen
OCaml-Text is a library for dealing with ``text'', i.e. a sequence of Unicode
characters, in a convenient way.
WWW: http://forge.ocamlcore.org/projects/ocaml-text/
PR: ports/156473
Submitted by: Jaap Boender <jaapb@kerguelen.org>
|
Monday, 30 May 2011
|
19:51 wxs
Chase the scim-kmfl to kmfl changes.
Noticed by: eadler@
|
Wednesday, 25 May 2011
|
18:45 ashish
Hyperlinked documentation for the xhtml library.
This documentation is generated by HsColour and haddock.
Obtained from: FreeBSD Haskell
|
Number of commits found: 3011 (showing only 100 on this page) |