Commit graph

10606 commits

Author SHA1 Message Date
Jun Kuriyama
c497141aca - Upgrade to 0.82. 2011-05-19 13:34:16 +00:00
Frederic Culot
4307919176 - Update to 3211
Changes:	http://search.cpan.org/dist/CSS-Simple/ChangeLog
PR:		ports/157155
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2011-05-19 07:16:28 +00:00
Philippe Audeoud
354b25a277 - Cleaning MD5 in perl@'s ports
Approved by:	erwin@ (portmgr)
2011-05-17 11:14:02 +00:00
Doug Barton
31ae302eb6 Miscellaneous cleanups and fixes, some of the windowmaker stuff
gracefully provided by danfe.
2011-05-16 05:22:09 +00:00
Emanuel Haupt
f3758a62b7 Update to 4.18 2011-05-15 10:32:44 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Boris Samorodov
9f673045a9 Seems that recently something was changed at the ports tree, so
add an explicit dependency upon x11/libXtst:
. USE_XORG+=xtst;
. bump PORTREVISION.

Spotted by:	pointyhat via pavmail
2011-05-12 12:06:36 +00:00
Sunpoet Po-Chuan Hsieh
829144474c - Update to 1.16
Changes:	http://search.cpan.org/dist/Lingua-EN-AddressParse/Changes
2011-05-11 07:38:22 +00:00
Sunpoet Po-Chuan Hsieh
d6830b80e4 - Update to 1.30
Changes:	http://search.cpan.org/dist/Lingua-EN-NameParse/Changes
2011-05-11 07:37:37 +00:00
Thierry Thomas
e1953fa8df Fix compilation with Clang (patch submitted by rdivacky).
Since I'm there, pet portlint.
2011-05-09 20:08:23 +00:00
Gabor Pali
6c90d6318f - Bump port revision and remove pkg-plist due to the GHC update (it was
missing in the previous sweep)

Reported by:	pointyhat
Obtained from:	FreeBSD Haskell
2011-05-09 12:47:26 +00:00
Anton Berezin
9dc4ac2704 Update to 1.1005.
PR:	155260
Submitted by:	Alexey Illarionov <littlesavage@rambler.ru>
2011-05-09 12:06:12 +00:00
Wen Heping
e0e1728dec - Update to 3.02 2011-05-09 06:54:50 +00:00
Wen Heping
cff3eb3de9 - Update to 0.4.1 2011-05-09 06:42:39 +00:00
Ashish SHUKLA
0c76a8384f - Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.

We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.

We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.

PR:		ports/156642
Approved by:	tabthorpe (mentor)
Obtained from:	FreeBSD Haskell
2011-05-09 05:28:57 +00:00
Gabor Pali
ead0a4b8a3 This package provides combinators for producing XHTML 1.0, including the
Strict, Transitional and Frameset variants.

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

Obtained from:	FreeBSD Haskell
2011-05-08 18:43:39 +00:00
Gabor Pali
67ab48b6e2 The posix regex backend for regex-base.
WWW:	http://sourceforge.net/projects/lazy-regex

Obtained from:	FreeBSD Haskell
2011-05-08 18:43:16 +00:00
Gabor Pali
65cef20ffd The PCRE backend to accompany regex-base, see <http://www.pcre.org>.
WWW: http://sourceforge.net/projects/lazy-regex

Obtained from:	FreeBSD Haskell
2011-05-08 18:42:53 +00:00
Gabor Pali
6f289fc936 One module layer over regex-posix to replace Text.Regex.
WWW: http://sourceforge.net/projects/lazy-regex

Obtained from:	FreeBSD Haskell
2011-05-08 18:42:31 +00:00
Gabor Pali
c3a24b358b Interface API for regex-posix,pcre,parsec,tdfa,dfa.
WWW:	http://sourceforge.net/projects/lazy-regex

Obtained from:	FreeBSD Haskell
2011-05-08 18:42:11 +00:00
Gabor Pali
dceba5ad40 Parsec is designed from scratch as an industrial-strength parser
library.  It is simple, safe, well documented (on the package
homepage), has extensive libraries and good error messages, and is
also fast.  It is defined as a monad transformer that can be stacked
on arbitrary monads, and it is also parametric in the input stream
type.

WWW:	http://legacy.cs.uu.nl/daan/parsec.html

Obtained from:	FreeBSD Haskell
2011-05-08 18:41:48 +00:00
Gabor Pali
7129276100 This package contains definitions for the 'Pandoc' data structure, which is
used by pandoc to represent structured documents.  These definitions used to
live in the pandoc package, but starting with pandoc 1.7, they have been
split off, so that other packages can use them without drawing in all of
pandoc's dependencies, and pandoc itself can depend on packages (like
citeproc-hs) that use them.

Text.Pandoc.Builder provides functions for building up Pandoc structures
programmatically.

Text.Pandoc.Generic provides generic functions for manipulating Pandoc
documents.

WWW: http://johnmacfarlane.net/pandoc

Obtained from:	FreeBSD Haskell
2011-05-08 18:41:26 +00:00
Gabor Pali
9acc72cbe0 Unicode encoding and decoding functions for utf8, iso-latin-* and somes other
encodings, used in the Haskell XML Toolbox.  ISO Latin 1 - 16, utf8, utf16,
ASCII are supported. Decoding is done with lasy functions, errors may be
detected or ignored.

WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html

Obtained from:	FreeBSD Haskell
2011-05-08 18:40:59 +00:00
Gabor Pali
cb177271fc This library supports full W3C XML Schema regular expressions inclusive all
Unicode character sets and blocks.  The complete grammar can be found under
<http://www.w3.org/TR/xmlschema11-2/#regexs>.  It is implemented by the
technique of derivations of regular expressions.  The W3C syntax is extended
to support not only union of regular sets, but also intersection, set
difference, exor.  Matching of subexpressions is also supported.
The library can be used for constricting lightweight scanners and tokenizers.
It is a standalone library, no external regex libraries are used.
This package is a substitute for the old regex-xmlschema package.

WWW: http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema

Obtained from:	FreeBSD Haskell
2011-05-08 18:40:30 +00:00
Gabor Pali
7b6bb01d97 Character proprties defined by XML and Unicode standards. These modules contain
predicates for Unicode blocks and char proprties and character predicates
defined by XML.  Supported Unicode version is 5.2.0.

WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html

Obtained from:	FreeBSD Haskell
2011-05-08 18:39:53 +00:00
Gabor Pali
4827b73f14 This package contains a combinator library for constructing
HTML documents.

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

Obtained from:	FreeBSD Haskell
2011-05-08 18:39:25 +00:00
Steve Wills
a687efca7b Sass is an extension of CSS3, adding nested rules, variables, mixins, selector
inheritance, and more. It's translated to well-formatted, standard CSS using
the command line tool or a web-framework plugin.

WWW:	http://rubygems.org/gems/sass
2011-05-06 22:53:57 +00:00
Cheng-Lung Sung
a8eec48cb5 - Update to 2.0-rc9 2011-05-06 05:34:53 +00:00
Steve Wills
7bd1dec75c - Update to 1.49
- Remove MD5
2011-05-06 03:31:18 +00:00
Thierry Thomas
863a55a7fa Add kn-aspell, aspell Kannada dictionary. 2011-05-05 19:45:33 +00:00
Baptiste Daroussin
de21616c1c - update to 0.2.2 2011-05-05 06:12:56 +00:00
Lars Thegler
e6a6217d6b Update to 1.100600 2011-05-04 15:52:52 +00:00
Steve Wills
e7516a04d6 - Fix build with Ruby 1.9
PR:		ports/156325
Submitted by:	me
Approved by:	maintainer timeout (clsung)
2011-05-04 01:26:03 +00:00
Baptiste Daroussin
98c8dcf181 Upgrade to 0.2.1 2011-05-03 09:26:03 +00:00
Cheng-Lung Sung
ba1b44ab28 - Update to 2.0-rc8 2011-05-03 07:56:58 +00:00
Steve Wills
3ff50c343f - Update to 4.3.0
PR:		ports/156280
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2011-05-03 03:34:42 +00:00
Steve Wills
2a8fa92edf Simple, feature rich ascii table generation library.
- Optional headings
 - Alignment of columns, headings, or cells
 - Supports column span
 - Easy modification of table strings (+, -, |)

WWW: https://github.com/visionmedia/terminal-table

PR:		ports/156435
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2011-05-03 02:40:59 +00:00
Mark Linimon
bccd94082a Over to new volunteer. 2011-05-02 22:05:18 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Pav Lucistnik
46b4304afa - Mark BROKEN: does not configure:
*** The required package libxfcegui4-1.0 was not found on your system.

Reported by:	pointyhat
2011-05-01 23:18:58 +00:00
Baptiste Daroussin
47a21a54dd Remove unmaintained expired ports from textproc
2011-05-01 textproc/ctpp: Deprecated please use ctpp2 textproc/ctpp2
2011-05-01 textproc/dsssl-docbook-cygnus: Distfile is no more available
2011-05-01 textproc/fdp-tools: Distfile is no more available
2011-05-01 textproc/gtkdiff: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-client-lib: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-csconv: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-headers: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-le-unit: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-protocol-lib: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-server: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-x: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-x-lib: Upstream disapear and distfile is no more available
2011-05-01 textproc/maketeidtd: Upstream disapear and distfile is no more available
2011-05-01 textproc/minidom: Upstream disapear and distfile is no more available
2011-05-01 textproc/ocaml-yaxpo: Upstream disapear and distfile is no more available
2011-05-01 textproc/p5-LJ-SpellCheck: Upstream disapear and distfile is no more available
2011-05-01 textproc/py-HyperText: Upstream disapear and distfile is no more available
2011-05-01 textproc/smartdoc: Upstream disapear and distfile is no more available
2011-05-01 textproc/xmlpp: Upstream disapear and distfile is no more available
2011-05-01 19:29:59 +00:00
Josh Paetzel
24ba146886 Upgrade to 1.9.0 2011-04-30 17:16:26 +00:00
Baptiste Daroussin
b264b00bbf - update to 0.99
- add licenses
- changes: http://cpansearch.perl.org/src/MARKOV/XML-Compile-Cache-0.99/ChangeLog
2011-04-30 05:42:46 +00:00
Jun Kuriyama
6e0dd21229 - Fix build with WITHOUT_NLS=yes.
PR:		ports/156606
Submitted by:	dirk.meyer@dinoex.sub.org
2011-04-30 02:25:08 +00:00
Frederic Culot
ea1558e3ac - Update to 2.07
Changes:	http://search.cpan.org/dist/HTML-Format/Changes
2011-04-29 14:28:40 +00:00
Frederic Culot
2e89ae0978 - Update to 2.6.14
PR:		ports/156701
Submitted by:	Andrei V. Shetuhin <reki@reki.ru> (maintainer)
2011-04-28 15:12:54 +00:00
Doug Barton
078cf72640 By Maintainer's request, toss these ports back into the pool 2011-04-27 01:56:47 +00:00
Sunpoet Po-Chuan Hsieh
d6c975258d - Update to 0.1422
Changes:	http://search.cpan.org/dist/Validator-Custom/Changes
2011-04-26 10:32:29 +00:00
Beech Rintoul
2fb1466094 -Update from 1.3.0 to 1.3.1.
-No major changes.

PR:		ports/156561
Submitted by:	Henry Hu (henry.hu.sh@gmail.com)(maintainer)
Approved by:	itetcu (mentor)(implicit)
2011-04-26 00:11:26 +00:00
Max Brazhnikov
68b1494806 Chase libzip update 2011-04-24 22:00:53 +00:00