Commit Graph

10939 Commits

Author SHA1 Message Date
Sergey Skvortsov
d8b5ee6e86 - Update to 1.76.1
- Fix RUN_DEPENDS [1]

Changes:	http://docbook.sourceforge.net/release/xsl/1.76.1/RELEASE-NOTES.html#V1.76.1
PR:		ports/159784 [1]
Submitted by:	romain [1]
2011-08-15 21:26:17 +00:00
Chris Rees
04d5606303 Handle alternative browsers correctly.
PR:		ports/152453
Submitted by:	Stefan Thurner <thurners@nicsys.de> Test Rat <ttsestt@gmail.com>
Approved by:	Anton Shterenlikht <mexas@bristol.ac.uk> (maintainer)
2011-08-15 15:19:39 +00:00
Sunpoet Po-Chuan Hsieh
d53e439fe3 - Update to 2011.08.15 2011-08-15 14:37:24 +00:00
Sunpoet Po-Chuan Hsieh
4f5ee92bfb - Use SITE_PERL directly
PR:		ports/158988
Submitted by:	sunpoet (myself)
Approved by:	kuriyama (maintainer timeout, 4 weeks)
2011-08-15 09:13:09 +00:00
Sunpoet Po-Chuan Hsieh
afebc4d216 - Update to 2011.08.14 2011-08-15 03:13:58 +00:00
Sunpoet Po-Chuan Hsieh
cd7dfe3b11 - Update to 2011.08.15 2011-08-15 03:09:43 +00:00
Gabor Pali
5e2cffad94 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
2011-08-14 17:46:17 +00:00
Gabor Pali
7a3b86aad4 - Update to 1.8.2.1
Obtained from:	FreeBSD Haskell
2011-08-14 14:40:32 +00:00
Gabor Pali
d2579ee486 - Update textproc/hs-xml to 1.3.9
Obtained from:	FreeBSD Haskell
2011-08-14 14:37:55 +00:00
Gabor Pali
cb3df13feb - Update textproc/hs-pandoc-types to 1.8.2
Obtained from:	FreeBSD Haskell
2011-08-14 14:32:21 +00:00
Sunpoet Po-Chuan Hsieh
b32be46448 - Update to 2011.08.14 2011-08-14 14:10:46 +00:00
Steve Wills
c7fa2c6848 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>
2011-08-14 03:53:54 +00:00
Sunpoet Po-Chuan Hsieh
5365e96d91 - Update to 2011.08.14 2011-08-14 03:16:33 +00:00
Sunpoet Po-Chuan Hsieh
2279d905ca - Update to 2011.08.13 2011-08-14 03:16:20 +00:00
Steve Wills
0294c37226 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>
2011-08-13 22:32:54 +00:00
Gabor Pali
1ca1d55acd 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
2011-08-13 20:59:10 +00:00
Gabor Pali
d3d5c35b1d - Update textproc/hs-case-insensitive to 0.3.0.1
Obtained from:	FreeBSD Haskell
2011-08-13 20:41:05 +00:00
Gabor Pali
1eba923158 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
2011-08-13 19:41:48 +00:00
Gabor Pali
f2e1b36450 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
2011-08-13 19:37:58 +00:00
Gabor Pali
6f1c542521 The attoparsec-enumerator package.
WWW: http://john-millikin.com/software/attoparsec-enumerator/

Obtained from:	FreeBSD Haskell
2011-08-13 19:35:15 +00:00
Gabor Pali
690407d24c 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
2011-08-13 18:42:01 +00:00
Steve Wills
9f200b37ad - Update to 0.43a
Changes:	http://cpansearch.perl.org/dist/Spreadsheet-Read/Changes
2011-08-13 16:40:06 +00:00
Sunpoet Po-Chuan Hsieh
a001555510 - Update to 2011.08.13 2011-08-13 11:32:20 +00:00
Sunpoet Po-Chuan Hsieh
e14f78643b - Update to 2011.08.13 2011-08-13 07:43:36 +00:00
Sunpoet Po-Chuan Hsieh
04254d708f - Update to 2011.08.12 2011-08-13 07:43:20 +00:00
Sunpoet Po-Chuan Hsieh
39345f6e0a - Use @dirrm for include/hunspell
- Sort PLIST
- Cosmetic change
2011-08-13 04:46:21 +00:00
Sunpoet Po-Chuan Hsieh
359ab9c7a8 - Set WRKSRC 2011-08-13 04:40:40 +00:00
Sunpoet Po-Chuan Hsieh
e07aaa88ac - Unify COMMENT and pkg-descr
- Set WRKSRC
- Fix typo
- Add trailing slash of WWW
2011-08-12 19:17:06 +00:00
Steve Wills
5ce5df4d84 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
2011-08-12 16:11:39 +00:00
Pietro Cerutti
cda82d45ad - Chase warnings under gcc -Werror 2011-08-12 16:05:29 +00:00
Sunpoet Po-Chuan Hsieh
0018b7f4d5 - Add BUILD_DEPENDS 2011-08-12 09:06:35 +00:00
Sunpoet Po-Chuan Hsieh
1b851981ae - Update to 2011.08.11 2011-08-12 08:49:58 +00:00
Sunpoet Po-Chuan Hsieh
3dbec2f1d9 - Update to 2011.08.12 2011-08-12 08:49:17 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Sunpoet Po-Chuan Hsieh
0ff6bed6fa - 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/
2011-08-10 12:31:09 +00:00
Sunpoet Po-Chuan Hsieh
500a334154 - Update to 2011.08.10 2011-08-10 05:38:55 +00:00
Sunpoet Po-Chuan Hsieh
b6831cd537 - Update to 2011.08.09 2011-08-10 05:38:25 +00:00
Steven Kreuzer
428240801f Remove textproc/ack as it is already already in the tree as textproc/p5-ack 2011-08-09 16:46:38 +00:00
Martin Matuska
5155a45007 Release maintainership and pass to ruby@FreeBSD.org
Approved by:	maintainer (myself)
2011-08-09 15:46:27 +00:00
Steven Kreuzer
2f0c1de452 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/
2011-08-09 13:48:34 +00:00
Sunpoet Po-Chuan Hsieh
5c2eec8716 - Update to 2011.08.09 2011-08-09 08:47:49 +00:00
Sunpoet Po-Chuan Hsieh
5b77f054ad - Update to 2011.08.09 2011-08-09 03:34:41 +00:00
Sunpoet Po-Chuan Hsieh
3b448b9e97 - Update to 2011.08.08 2011-08-09 03:34:01 +00:00
Frederic Culot
c2056d1313 - Update to 0.7.2
- Rewrite pkg-descr (new WWW link, improved description)

PR:		ports/159553
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:	Stanislav Svirid <count@211.ru> (maintainer)
2011-08-08 11:52:51 +00:00
Gabor Kovesdan
9cb10ef02e - Update to 2.9
PR:		ports/158353
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
2011-08-08 11:10:44 +00:00
Wen Heping
d0cbf5efa6 - Add missing patch
Thanks to:	culot@
2011-08-08 09:05:39 +00:00
Wen Heping
ae5a856938 - Update to 1.116
ChangeLog: http://cpansearch.perl.org/src/JMGDOC/ODF-lpOD-1.116/Changes
2011-08-08 02:47:56 +00:00
Wen Heping
0f19c6c10e - Update to 0.8
- Sort PKG_PLIST
- Standardize scripts (in bin/ directory), delete extension (.py)
- Pass maintainership to submitter

PR:		ports/159552
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-08-07 23:59:02 +00:00
Sunpoet Po-Chuan Hsieh
2ff1f29f21 - Update to 2011.08.07 2011-08-07 16:00:44 +00:00
Sunpoet Po-Chuan Hsieh
c8275e1ba5 - Update to 20110802 2011-08-07 15:59:19 +00:00