aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.11Emanuel Haupt2012-06-042-3/+3
| | | | Notes: svn path=/head/; revision=298338
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-2/+2
| | | | | | | Approved by: maintainer (miwi@ via IRC) Notes: svn path=/head/; revision=298325
* - Remove obsoleted Haskell ports:Gabor Pali2012-06-036-72/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=298313
* - Update to 0.7.0.2Gabor Pali2012-06-032-4/+5
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298279
* - Update to 0.1.7Gabor Pali2012-06-033-17/+17
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298278
* - Update to 3000.2.1Gabor Pali2012-06-033-4/+4
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298276
* - Update to 0.6.0.6Gabor Pali2012-06-033-9/+10
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298275
* - Update to 1.8Gabor Pali2012-06-033-11/+11
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298274
* - Update to 3.1.2Gabor Pali2012-06-032-5/+4
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298273
* - Update to 1.9.1Gabor Pali2012-06-033-11/+5
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298272
* - Update to 1.9.3Gabor Pali2012-06-034-67/+38
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298271
* - Update to 9.2.2Gabor Pali2012-06-033-7/+6
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298270
* - Update to 0.5.1Gabor Pali2012-06-032-4/+4
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298269
* - Update to 0.3.4Gabor Pali2012-06-033-9/+8
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298268
* - Update to 0.4.3.4Gabor Pali2012-06-032-4/+5
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298267
* - Update to 0.10.2.0Gabor Pali2012-06-033-5/+5
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298266
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1Gabor Pali2012-06-0325-12/+28
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=298155
* This package provides parsing and rendering functions for XML. It isGabor Pali2012-06-033-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=298144
* Core modules of a blazingly fast markup combinator library for the HaskellGabor Pali2012-06-033-0/+28
| | | | | | | | | | | programming language. WWW: http://jaspervdj.be/blaze Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298143
* Turn attoparsec parsers into sinks.Gabor Pali2012-06-033-0/+25
| | | | | | | | | WWW: http://github.com/snoyberg/conduit Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298142
* - Mark it Python3 readyFrederic Culot2012-06-031-0/+1
| | | | | | | Suggested by: rm@ (via email) Notes: svn path=/head/; revision=298077
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-032-7/+7
| | | | | | | | PR: ports/168626 Approved by: maintainer (kuriyama@ via email) Notes: svn path=/head/; revision=298076
* - Remove SITE_PERL from *_DEPENDS, as suggested at:Frederic Culot2012-06-031-1/+1
| | | | | | | | | http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies Submitted by: az@ (via irc) Notes: svn path=/head/; revision=298060
* - Update to 2.4.2Frederic Culot2012-06-032-4/+7
| | | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Pet portlint(1) Changes: http://search.cpan.org/dist/podlators/ChangeLog Notes: svn path=/head/; revision=298059
* - Update to 0.5.2Frederic Culot2012-06-033-11/+171
| | | | | | | | | Changes: https://github.com/defunkt/pystache/blob/master/HISTORY.rst PR: ports/168607 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Notes: svn path=/head/; revision=298056
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-039-21/+21
| | | | | | | Approved by: maintainer (tobez@ via IM) Notes: svn path=/head/; revision=298050
* Fix conflicts line - glob, not regexEitan Adler2012-06-021-1/+1
| | | | | | | Submitted by: Sulev-Madis "ketas" Silber <madis555@hot.ee> Notes: svn path=/head/; revision=297988
* Add missing conflictsEitan Adler2012-06-022-0/+4
| | | | | | | | Submitted by: Sulev-Madis "ketas" Silber <madis555@hot.ee> Approved by: tj (maintainer) Notes: svn path=/head/; revision=297987
* - Update to 0.19Sunpoet Po-Chuan Hsieh2012-06-012-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Lingua-EN-Tagger/Changes Notes: svn path=/head/; revision=297920
* - update png to 1.5.10Dirk Meyer2012-06-01102-71/+146
| | | | Notes: svn path=/head/; revision=297915
* Update my email address.Tom Judge2012-05-312-2/+2
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=297898
* Update to 1.8.1.MANTANI Nobutaka2012-05-315-6/+8
| | | | Notes: svn path=/head/; revision=297881
* - Update to 1.58Philippe Audeoud2012-05-312-3/+3
| | | | | | | - Changelog: http://cpansearch.perl.org/src/CDOLAN/CAM-PDF-1.58/CHANGES Notes: svn path=/head/; revision=297874
* Convert to new options frameworkBaptiste Daroussin2012-05-312-6/+9
| | | | Notes: svn path=/head/; revision=297871
* - Update to 2.4.1Wen Heping2012-05-312-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/RRA/podlators-2.4.1/ChangeLog Notes: svn path=/head/; revision=297852
* Fix DOCS option logicBaptiste Daroussin2012-05-301-2/+2
| | | | | | | Reported by: Olivier Smedts <olivier@gid0.org> Notes: svn path=/head/; revision=297785
* switch to new options frameworkBaptiste Daroussin2012-05-301-1/+5
| | | | Notes: svn path=/head/; revision=297762
* - Update to 3.22Frederic Culot2012-05-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Pod-Simple/ChangeLog Notes: svn path=/head/; revision=297648
* - Mark BROKEN: does not compilePav Lucistnik2012-05-281-0/+1
| | | | | | | | | | /work/a/ports/textproc/libmrss/work/libmrss-0.19.2/phpmrss/php.c:61: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mrss_functions' /work/a/ports/textproc/libmrss/work/libmrss-0.19.2/phpmrss/php.c:92: error: 'mrss_functions' undeclared here (not in a function) Reported by: pointyhat Notes: svn path=/head/; revision=297621
* - Update to 2012.05.28Sunpoet Po-Chuan Hsieh2012-05-282-3/+3
| | | | Notes: svn path=/head/; revision=297595
* - Update to 2012.05.27Sunpoet Po-Chuan Hsieh2012-05-284-6/+6
| | | | Notes: svn path=/head/; revision=297594
* Fix interactivity when ParserDetails exists.Chris Rees2012-05-272-0/+31
| | | | | | | | | | It is now an OPTION (on by default, and recommended) to alter ParserDetails.ini so unattended builds are no longer held up. Requested by: wblock Notes: svn path=/head/; revision=297554
* - Upgrade to 0.95.Jun Kuriyama2012-05-272-3/+3
| | | | Notes: svn path=/head/; revision=297514
* - Upgrade to 0.88.Jun Kuriyama2012-05-272-3/+3
| | | | Notes: svn path=/head/; revision=297513
* - Bump all XFCE after XFCE importMartin Wilke2012-05-251-1/+1
| | | | Notes: svn path=/head/; revision=297442
* - Unbreak for amd64Martin Wilke2012-05-255-102/+35
| | | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE - Support COPYTREE_SHARE PR: 168046 Submitted by: Ports Fury Notes: svn path=/head/; revision=297429
* Update 1.1.1MIHIRA Sanpei Yoshiro2012-05-252-3/+3
| | | | Notes: svn path=/head/; revision=297399
* Update to 1.03. Require perl 5.10+.Anton Berezin2012-05-253-5/+7
| | | | | | | | | PR: 168109 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/Text-Wrapper/Changes Notes: svn path=/head/; revision=297391
* Update to 1.02.Anton Berezin2012-05-252-3/+3
| | | | | | | | | PR: 168107 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/String-Strip/Changes Notes: svn path=/head/; revision=297390
* Update to 1.101242.Anton Berezin2012-05-252-3/+4
| | | | | | | | | PR: 168106 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/String-Flogger/Changes Notes: svn path=/head/; revision=297389