aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* - Add a new port: textproc/R-cran-stringrtota2012-02-074-0/+34
| | | | | | | | | | | stringr is a set of simple wrappers that make R's string functions more consistent, simpler and easier to use. It does this by ensuring that: function and argument names (and positions) are consistent, all functions deal with NA's and zero length character appropriately, and the output data structures from each function matches the input data structures of other functions. WWW: http://cran.r-project.org/web/packages/stringr/
* * Add libstemmer support, disabled by default. This adds stemmingmiwi2012-02-074-26/+88
| | | | | | | | | | | | | | support for French, Spanish, Portuguese, Italian, Romanian, German, Dutch, Swedish, Norwegian, Danish, Finnish and Hungarian * Clean up various OPTIONS related make code: if WITH_FOO is defined, then WITHOUT_FOO isn't, and vice-versa. Even if make config has never been run. * Fix build with clang PR: 164635 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* - Remove useless USE_PERLswills2012-02-071-1/+0
|
* - Chase unixODBC shlib bumpmiwi2012-02-062-3/+4
|
* - Update to 2012.02.06sunpoet2012-02-062-3/+3
|
* - Update to 2012.02.05sunpoet2012-02-064-6/+6
|
* - Update to 20120202sunpoet2012-02-062-3/+3
|
* - Add nl-hunspell 2.10sunpoet2012-02-064-0/+51
| | | | | | | | Dutch hunspell dictionaries WWW: http://www.opentaal.org/bestanden Requested by: kwm
* switch to the (otherwise identical) versioned distfilebf2012-02-062-4/+4
|
* - Update to 1.117wen2012-02-053-6/+11
| | | | ChangeLog: http://cpansearch.perl.org/src/JMGDOC/ODF-lpOD-1.117/Changes
* - Update to 2.1.1wen2012-02-053-6/+6
|
* - Resolve issue with gtk.immodules when using package [1]zi2012-02-052-1/+6
| | | | | | | - Add LICENSE PR: ports/164587 Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) [1]
* Add the last two ports I added to buildeadler2012-02-041-0/+1
| | | | Pointyhat to: me
* Automated proofreader for text files, man pages, and DocBook SGMLeadler2012-02-043-0/+35
| | | | | | | | | | source files. WWW: http://www.wonkity.com/~wblock/igor/ PR: ports/164751 Submitted by: gjb Written by: wblock
* 1: Upgrade to 2.0.vanilla2012-02-023-4/+16
| | | | 2: fix build with clang.
* - Update to 0.6.1wen2012-02-023-3/+6
|
* - Update to 3.9-4tota2012-02-012-3/+3
|
* - Update to 0.7.5sunpoet2012-02-012-3/+3
| | | | Changes: https://github.com/lsegal/yard/blob/master/ChangeLog
* - Update to 2012.01.30sunpoet2012-01-302-3/+3
|
* - Update to 2012.01.29sunpoet2012-01-304-6/+6
|
* - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+1
| | | | | | PR: ports/164323 Submitted by: swills (myself) Approved by: maintainer (blanket)
* Update to 1.0.14.1.rakuco2012-01-302-5/+8
| | | | | Also make sure the port does not overwrite perllocal.pod when WITH_PERL is on.
* Update to 1.0.15rakuco2012-01-303-4/+5
|
* Update to 0.9.28.rakuco2012-01-303-4/+3
|
* Update to 2.0.6.rakuco2012-01-303-95/+96
| | | | Experiment with setting MAKE_JOBS_SAFE=yes.
* - Update to 1.0.1miwi2012-01-292-9/+11
| | | | | PR: 164168 Submitted by: Ports Fury
* - Fix MASTER_SITESmiwi2012-01-291-1/+1
| | | | | PR: 164170 Submitted by: Ports Fury
* TyXML is an OCaml library that allows you to build XML trees whose validity ismiwi2012-01-285-0/+58
| | | | | | | | | | insured by the typechecker. It supports XHTML 1.0 and 1.1, HTML5 and SVG (partial). WWW: http://ocsigen.org/tyxml/ PR: ports/163313 Submitted by: Jaap Boender <jaapb@kerguelen.org>
* - Update to 1.0.5miwi2012-01-282-3/+3
|
* - Update to 3.7.3miwi2012-01-282-3/+3
|
* - Update to 0.14culot2012-01-272-3/+6
| | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Text-Ngram/Changes
* - Update to 0.024ashish2012-01-273-9/+12
| | | | | | | | | | - Update *_DEPENDS - Scalar::List is already a core module - Test::More is a test-only dependency - Update WWW: add missing trailing slash PR: ports/163581 Submitted by: sunpoet
* - Update to 0.38 [1]culot2012-01-272-5/+5
| | | | | | | | - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS Changes: http://search.cpan.org/dist/YAML-LibYAML/Changes PR: ports/164510 [1] Submitted by: Teramoto Masahiro <markun@onohara.to> (maintainer)
* - Update pure to 0.51 and update modulespav2012-01-264-35/+13
| | | | | PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* Update to 2.7.4.rakuco2012-01-262-3/+3
|
* - Pet Tinderbox and friends.avilla2012-01-252-2/+2
| | | | | | | | | | OPTIONSFILE must be set using ?= to allow overriding. PR: 163743 PR: 163744 PR: 163745 PR: 163746 Submitted by: A.J. Kehoe IV (Nanoman) <vOo4vyPj@nanoman.ca>
* - Do not USE_GMAKE.avilla2012-01-251-1/+0
| | | | | | PR: 156528 Submitted by: bapt Approved by: fluffy (maintainer timeout)
* update lang/sbcl to 1.0.55, and adjust dependent portsbf2012-01-242-2/+2
|
* update to 0.0.14bapt2012-01-232-5/+4
| | | | pet portlint
* - Update to 2012.01.23sunpoet2012-01-232-3/+3
|
* - Update to 2012.01.22sunpoet2012-01-234-6/+6
|
* - Update to 0.06sunpoet2012-01-232-4/+9
| | | | | | | - Add BUILD_DEPENDS - Pet portlint Changes: http://search.cpan.org/dist/XML-XML2JSON/Changes
* - Update to 3.2.0sunpoet2012-01-223-3/+15
| | | | Changes: http://rdflib.googlecode.com/hg-history/3.2.0/CHANGELOG
* - fix build for ruby 1.9.3dinoex2012-01-223-10/+16
|
* Do try to remove libdata/pkgconfigbapt2012-01-222-1/+1
|
* - Update to 0.30culot2012-01-222-5/+8
| | | | | - Add LICENSE (Artistic 1 & GPLv1) - Take Maintainership
* - Update to 3.9-2tota2012-01-222-3/+3
|
* pkgconfig is in libdata not libbapt2012-01-221-1/+1
|
* Add libexttextcat 3.2.0, language guessing by N-Gram-Based Textbapt2012-01-225-0/+49
| | | | | | Categorization. libexttextcat is a fork of textproc/libtextcat and though conflict with it, it is a dependency of upcoming libreoffice 3.5.0
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-22152-152/+152
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* Remove expired port:rene2012-01-215-65/+0
| | | | 2012-01-20 textproc/qgoogletranslator: Runtime is broken because Google close free usage of API. Project closed.
* Update to 1.7.2.nobutaka2012-01-212-3/+3
|
* - Update to 0.108culot2012-01-202-3/+4
| | | | | | - Make use of CPAN:USER macro Changes: http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
* - Update to 0.002culot2012-01-202-6/+12
| | | | | | - Make use of CPAN:USER macro Changes: http://search.cpan.org/dist/HTML-HTML5-Entities/Changes
* - Update to 0.1426sunpoet2012-01-202-3/+6
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Validator-Custom/Changes
* - Update to 2.7.araujo2012-01-202-3/+3
|
* - Update to 3.9-0tota2012-01-202-4/+3
|
* - Update to 0.615culot2012-01-192-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes
* update math/R to 2.14.1, and adjust dependent portsbf2012-01-192-1/+2
|
* - Update to 1.5lwhsu2012-01-193-21/+66
| | | | | | | - Bump PORTEPOCH for version goes from 1.11 to 1.5 PR: ports/163818 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - transfer maintainership for my zope-ports to zope@rm2012-01-165-10/+10
| | | | - add them to virtual category `zope'
* - Update to 2012.01.16sunpoet2012-01-162-3/+3
|
* - Update to 2012.01.15sunpoet2012-01-164-6/+6
|
* Update to 4.2kevlo2012-01-162-9/+9
| | | | | PR: ports/164169 Submitted by: KATO Tsuguru <tkato432 at yahoo dot com>
* - update to 0.0.13bapt2012-01-152-3/+3
|
* - Update to 1.0.1miwi2012-01-152-3/+3
| | | | | | PR: 163543 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: maintainer
* - Update to 0.7.3miwi2012-01-152-18/+4
|
* Update to version 0.1.3.1pawel2012-01-145-16/+103
| | | | | PR: ports/164071 Submitted by: maintainer
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-144-4/+4
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Update to 1.03scheidell2012-01-133-22/+21
| | | | | | PR: ports/164052 Submitted by: nikola.lecic@anthesphoria.net (maintainer) Approved by: gabor (mentor, implicit)
* - Update to 0.62sunpoet2012-01-132-3/+4
| | | | Changes: http://search.cpan.org/dist/Text-BibTeX/CHANGES
* - Update to 0.45sunpoet2012-01-132-3/+3
| | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
* - Update to 20120111sunpoet2012-01-132-3/+3
|
* Upgrade to 1.1.vanilla2012-01-122-3/+3
|
* Mark as CONFLICTS_INSTALL because they both install to bin/mmdskreuzer2012-01-121-0/+2
| | | | | | PR: ports/163238 Submitted by: Peter Vereshagin <peter@vereshagin.org> Approved by: Adam Weinberger <adamw@adamw.org> (multimarkdown maintainer)
* - update to 1.1.13rm2012-01-114-7/+16
| | | | | PR: 164002 Submitted by: Nikola Lecic <nikola.lecic at anthesphoria dot net> (maintainer)
* Update to 3.5.adamw2012-01-112-5/+5
|
* Having dependencies that depends on local files cause "magic" behaviour that ↵lbr2012-01-111-1/+3
| | | | | | | | confuses "make index" and users. Turned into an OPTION instead. Thanks to olgeni@ and dougb@ for reporting.
* Install a desktop file which is no longer installed by default.jkim2012-01-112-1/+6
| | | | | | http://code.google.com/p/ibus/issues/detail?id=1314 Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
* Add reflex 20100906, relocalizable fast lexical scanner.bf2012-01-114-0/+45
|
* Update to 1.4.2 release.ale2012-01-103-28/+12
|
* - update to 0.0.12bapt2012-01-102-3/+3
|
* Update to version 0.93.demon2012-01-102-6/+6
| | | | | PR: 163919 Submitted by: sunpoet
* Update to version 2.0.3.demon2012-01-104-7/+9
| | | | | PR: 163918 Submitted by: sunpoet
* Chase pdflib.so version and bump PORTREVISION accordingly.ale2012-01-101-2/+2
|
* Enable STL support by defaultkevlo2012-01-102-0/+12
| | | | | PR: ports/163950 Submitted by: Guido Falsi <mad at madpilot dot net>
* Update to 1.1.1mm2012-01-102-3/+3
|
* - Add a missing patch from ports/163791. [1]jkim2012-01-103-0/+13
| | | | | | - Note korean/ibus-hangul is available as well. PR: ports/163961 [1]
* - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-096-6/+6
| | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav
* p5-ack comes with a plugin for bash shell completion ↵lbr2012-01-092-1/+15
| | | | | | | (shells/bash_completion). This patch installs the plugin if the bash completion system is installed. PR: 163517 Submitted by: Adam Weinberger <adamw@FreeBSD.org>
* - Remove outdated version checkseadler2012-01-092-6/+0
| | | | Reviewed by: nox
* - Update to 2012.01.09sunpoet2012-01-092-3/+3
|
* - Update to 2012.01.08sunpoet2012-01-094-6/+6
|
* -Add missing BUILD_DEPENDS to silence build warningsswills2012-01-091-0/+1
|
* - Add missing BUILD_DEPENDS and RUN_DEPENDS so the module works, buildswills2012-01-091-1/+9
| | | | | warnings are avoided and tests pass - Bump PORTREVISION due to new RUN_DEPENDS
* - Add missing BUILD_DEPENDS to silence build warningsswills2012-01-091-1/+2
|
* - Add missing BUILD_DEPENDS to silence build warningswills2012-01-091-1/+2
|
* - Add missing BUILD_DEPENDS to silence build warningswills2012-01-091-0/+1
|
* - Add missing BUILD_DEPENDS to silence build warningsswills2012-01-091-2/+3
| | | | - Move Test-Base to a TEST_DEPEND since it's only used for testing
* - Update textproc/ibus-table to 1.3.9.20110827eadler2012-01-093-7/+6
| | | | | | | | - Adjust for ibus-1.4.0 - pet portlint PR: ports/163900 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
* - Update textproc/ibus-m17n to 1.3.3eadler2012-01-093-4/+5
| | | | | | | - Adjust for ibus-1.4.0 PR: ports/163900 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
* - Update to 0.614sunpoet2012-01-092-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes
* - Update to 1.33sunpoet2012-01-083-8/+12
| | | | | | | - Add BUILD_DEPENDS - Sort MAN3 and PLIST Changes: http://search.cpan.org/dist/MARC-Charset/Changes
* - Update WWWsunpoet2012-01-081-1/+3
| | | | - Add RG and github link
* - Update *_DEPENDS: p5-parent is already in perl >= 5.10.1sunpoet2012-01-081-4/+10
| | | | - Bump PORTREVISION for dependency change
* - Add TEST_DEPENDS to enable testingswills2012-01-081-0/+2
|
* * Unbreak ibus-kmfl build with new ibus-1.4.0.eadler2012-01-082-2/+13
| | | | | PR: ports/163899 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
* - update to newest version of ibus (1.4.0)eadler2012-01-084-153/+167
| | | | | PR: ports/163791 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* Repeated words are are hard to to find sometimes.eadler2012-01-085-5/+5
| | | | Approved by: portmgr (itetcu)
* - update to 3.5.0rm2012-01-083-4/+6
| | | | | | PR: 163859 Submitted by: Hung-Yi Chen <gaod at cse dot tw> Approved by: maintainer
* - Add TEST_DEPENDS to silence build warning and enable testingswills2012-01-081-1/+3
| | | | - Expand value of RUN_DEPENDS before assigning it
* - Add missing BUILD_DEPENDS to silence build warnings and enable testingswills2012-01-081-1/+3
| | | | - Add TEST_DEPENDS to enable testing
* - Add missing DEPENDS so the module works and tests passswills2012-01-081-2/+4
|
* - Update to 3.200.3wen2012-01-082-3/+3
|
* - Add missing BUILD_DEPENDS to silence build warningsswills2012-01-081-1/+2
|
* - Add TEST_DEPENDS to enable testingswills2012-01-081-0/+3
|
* - Update to 0.613sunpoet2012-01-082-3/+4
| | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes
* - Update to 20120102sunpoet2012-01-082-3/+3
|
* - Update maintainer domain to freebsdscheidell2012-01-071-2/+2
| | | | | | | - Fat fingered BUILD_DEPENDS/RUN_DEPENDS to be more consistant with current best practices - Changes NO functionality or dependencies, so no portsrevision bump Approved by: gabor (mentor, implicit)
* - Update to 0.44sunpoet2012-01-062-3/+3
| | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
* Update to 0.6.31 (new upstream) and unbreak with Ruby 1.9.knu2012-01-064-17/+18
| | | | | PR: ports/163846 (with slight fixes) Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
* Add WWW.knu2012-01-061-0/+2
|
* Update to 0.6.31 and unbreak with Ruby 1.9.knu2012-01-061-6/+2
| | | | | PR: ports/163846 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
* Update to 0.20lth2012-01-042-3/+6
|
* Update to 3.1.6kevlo2012-01-037-32/+52
|
* - Update to 2012.01.02sunpoet2012-01-022-3/+3
|
* - Update to 2012.01.01sunpoet2012-01-024-6/+6
|
* - remove apache13 and ports depending on apache13 from portstreeohauer2012-01-025-57/+0
| | | | | | ( EXPIRATION_DATE=2012-01-01 ) with hat apache@
* - change required APACHE version from 13+ to 20+ohauer2012-01-021-3/+1
| | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@
* - update to 2.0.3scheidell2012-01-014-58/+61
| | | | | | | - ChangeLog: http://sphinxsearch.com/docs/2.0.2/rel202.html PR: ports/163693 Approved by: gabor (mentor, implicit)
* - Upgrade to 0.11.kuriyama2011-12-312-3/+3
|
* Using output of /dev/urandom. Simply convert bytes into 8-bitkuriyama2011-12-315-0/+38
| | | | | | characters. WWW: http://search.cpan.org/dist/String-Urandom/
* Update to 0.11.6jgh2011-12-312-4/+4
| | | | | | | Pass maintainership from jgh@ to ruby@ Reviewed by: swills Approved by: swills, crees (mentor)
* - Add missing BUILD_DEPENDS to silence build warnings and allow testingswills2011-12-301-1/+2
|
* Update maintainer's email address.linimon2011-12-301-1/+1
| | | | PRs: ports/163705, ports/163706
* - Update to 0.5miwi2011-12-292-4/+4
| | | | | PR: 163404 Submitted by: Jaap Boender <jaapb@kerguelen.org> (maintainer)
* - Update to 1.0.5tota2011-12-292-3/+3
|
* Remove expired, unmaintained ports:rene2011-12-295-143/+0
| | | | | | | | | | | | | | | | | | 2011-11-30 textproc/skribe 2011-11-30 emulators/wahcade 2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is scheduled for deletion 2011-11-30 editors/koffice-kde3 2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion 2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported 2011-11-30 databases/fireprofile 2011-12-01 audio/gnowavcut: Abandonware 2011-12-01 mail/demime: No upstream development since 2007 2011-12-03 x11/wmmsg: No more public distfiles 2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on anymore. 2011-12-03 misc/demoniac: No more upstream, no more public distfiles 2011-12-03 cad/gtkwave: No more public distfiles, no more upstream 2011-12-07 databases/clip: No develop anymore for long 2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend on
* - Add p5-Text-Prefix-XS 0.15sunpoet2011-12-285-0/+43
| | | | | | | Text::Prefix::XS implements something of an trie algorithm for matching (and extracting) prefixes from text strings. WWW: http://search.cpan.org/dist/Text-Prefix-XS/
* - Update to 0.112sunpoet2011-12-282-3/+3
| | | | Changes: http://search.cpan.org/dist/Marpa-HTML/Changes
* - Update to 1.24sunpoet2011-12-282-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog
* - Update to 1.2.2sunpoet2011-12-282-4/+4
| | | | | | | | | | | | - Set DIST_SUBDIR: move dist files to DISTDIR/mythes Changes: 2011-12-21: - Fix some coverity warnings 2011-02-15: - Crash in es thesaurus (rhbz#675806)
* End WWW CPAN URL with a "/"ehaupt2011-12-2828-28/+28
|
* Pacify portlintehaupt2011-12-272-4/+4
| | | | Feature safe: yes
* - Update to 1.03sunpoet2011-12-262-3/+3
| | | | Changes: http://search.cpan.org/dist/LaTeX-TOM/Changes
* - Update to 2011.12.26sunpoet2011-12-262-3/+3
|
* - Update to 2011.12.25sunpoet2011-12-264-6/+6
|
* - update to 2.0rm2011-12-253-6/+13
| | | | | | - depend on devel/py-unittest2 conditionally (doesn't needed for python3) Approved by: novel (mentor, implicit)
* - Add sixth portion of dependencies needed for Plone 4 import.rm2011-12-245-0/+134
| | | | Approved by: novel (mentor)
* - Update to 3.200.1wen2011-12-233-3/+5
|
* - Mark broken with RUBY_VER = 1.9pgollucci2011-12-231-1/+7
| | | | With Hat: ruby@
* - Update to 0.43sunpoet2011-12-212-3/+3
| | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
* - Standardize the BROKEN= message for ruby 1.9 for rubgems so tb/ph can tag itpgollucci2011-12-213-3/+3
| | | | With Hat: ruby@
* move contributor address => jghjgh2011-12-211-1/+1
| | | | Approved by: crees (mentor)
* Mark this port BROKEN and DEPRECATED. Set for removal on 2012-01-20.rm2011-12-201-0/+5
| | | | | | | | Runtime is broken because Google closing free usage of API. Project is closed. PR: 163420 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer) Approved by: novel (mentor, implicit)
* - Update to 0.88culot2011-12-202-3/+3
| | | | Changes: http://search.cpan.org/dist/Filter-Simple/Changes
* - Reassign to the heap do to mail bouncetabthorpe2011-12-201-1/+1
| | | | | | | | | | | | | | | <timbob@bigpond.com>: host extmail.bigpond.com[61.9.168.122] said: 550 5.1.1 <timbob@bigpond.com> recipient rejected. IB603a (in reply to RCPT TO command) Final-Recipient: rfc822; timbob@bigpond.com Original-Recipient: rfc822;timbob@bigpond.com Action: failed Status: 5.1.1 Remote-MTA: dns; extmail.bigpond.com Diagnostic-Code: smtp; 550 5.1.1 <timbob@bigpond.com> recipient rejected. With hat: portmgr
* - Update to 3.1.12pgollucci2011-12-202-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Add missing WWW linespgollucci2011-12-201-0/+2
|
* - One WWW line in pkg-descr will do just finepgollucci2011-12-203-3/+0
|
* - Point at the homepage consistently as defined by rubygems.orgpgollucci2011-12-202-2/+2
|
* - Fix version requirementspgollucci2011-12-201-1/+1
|
* Fix mismergeerwin2011-12-191-10/+7
| | | | Submitted by: Jan Beich <jbeich@tormail.net>
* - Update to 2011.12.19sunpoet2011-12-192-3/+3
|
* - Update to 2011.12.18sunpoet2011-12-194-6/+6
|
* - Add first portion of dependencies needed for Plone 4 import.rm2011-12-199-0/+377
| | | | | Submitted by: rm (myself, via github) Approved by: novel (mentor)
* - Update to 1.57sunpoet2011-12-192-3/+3
| | | | Changes: http://search.cpan.org/dist/CAM-PDF/CHANGES
* - Update to 0.42sunpoet2011-12-192-3/+3
| | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
* rstyoutube is a package for embedding YouTube videos in reStructuredTextmiwi2011-12-186-0/+64
| | | | | | | | | documents. WWW: http://bitbucket.org/cliff/rstyoutube PR: ports/163343 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* - Unbreakmiwi2011-12-183-10/+11
| | | | | | | - Update WWW PR: 163419 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* - Update to 4.3.1miwi2011-12-182-3/+5
| | | | | PR: 163061 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
* - Update to 1.56sunpoet2011-12-182-11/+8
| | | | | | | - Add TEST_DEPENDS - Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/CAM-PDF/CHANGES
* - Update to 0.13.4pgollucci2011-12-172-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* fast_xs provides C extensions for escaping text.pgollucci2011-12-174-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | The original String#fast_xs method is based on the xchar code by Sam Ruby: o intertwingly.net/stories/2005/09/28/xchar.rb o intertwingly.net/blog/2005/09/28/XML-Cleansing _why also packages an older version with Hpricot (patches submitted). The version here should be compatible with the latest version of Hpricot code. Ruby on Rails will automatically use String#fast_xs from either Hpricot or this gem version with the bundled Builder package. String#fast_xs is an almost exact translation of Sam Ruby's original implementation (String#to_xs), but it does escape a " (which is an optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available. WWW: http://fast-xs.rubyforge.org/ PR: ports/163362 Submitted by: Scott Sanders <scott@jssjr.com> Sponsored by: RideCharge Inc. / Taxi Magic
* Async (EventMachine) HTTP client, with support for:pgollucci2011-12-174-0/+45
| | | | | | | | | | | | | | | | | | | | o Asynchronous HTTP API for single & parallel request execution o Keep-Alive and HTTP pipelining support o Auto-follow 3xx redirects with max depth o Automatic gzip & deflate decoding o Streaming response processing o Streaming file uploads o HTTP proxy and SOCKS5 support o Basic Auth & OAuth o Connection-level & Global middleware support o HTTP parser via http_parser.rb o Works wherever EventMachine runs: Rubinius, JRuby, MRI WWW: https://github.com/igrigorik/em-http-request PR: ports/163361 Submitted by: Scott Sanders <scott@jssjr.com> Sponsored by: RideCharge Inc. / Taxi Magic
* - Fix gem dep versions acording to rubygems.orgpgollucci2011-12-172-2/+2
|
* Update to 0.50.tobez2011-12-142-3/+3
| | | | | Changes: http://search.cpan.org/dist/Lingua-Identify/Changes Feature safe: yes
* Update to 2011121001.tobez2011-12-142-3/+3
| | | | | Changes: http://search.cpan.org/dist/Regexp-Common/Changes Feature safe: yes
* Respect CCerwin2011-12-142-3/+9
| | | | | PR: 163171 Submitted by: Jan Beich <jbeich@tormail.net>
* - Unbreak this port: update RUN_DEPEDNDS (LOCALBASE/bin/tidy -> ↵sunpoet2011-12-131-3/+1
| | | | | | | LOCALBASE/bin/tidy4) PR: ports/163207 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer)
* - Update to 2011.12.12sunpoet2011-12-122-3/+3
| | | | Feature safe: yes
* - Update to 2011.12.11sunpoet2011-12-124-6/+6
| | | | Feature safe: yes
* Update to 1.1.2mm2011-12-122-3/+3
| | | | Feature safe: yes
* - Update to 0.110sunpoet2011-12-122-7/+7
| | | | | Changes: http://search.cpan.org/dist/Marpa-HTML/Changes Feature safe: yes
* - Update to 0.41sunpoet2011-12-122-3/+3
| | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes
* - Update to 0.10wen2011-12-112-6/+5
| | | | | | - Reset maintainer to perl@ Feature safe: yes
* - update to 1.3eadler2011-12-112-3/+3
| | | | | | PR: ports/163174 Submitted by: gjb@freebsd.org (maintainer) Feature safe: yes
* - Update to 3.6-2tota2011-12-102-3/+3
| | | | Feature safe: yes
* -Update to 3.4.0scheidell2011-12-083-9/+9
| | | | | | | PR: ports/162281 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: gslin@gslin.org (maintainer timeout, 30 days), mentor (gabor) Feature safe: yes
* - Update to 0.40sunpoet2011-12-082-3/+3
| | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes
* Drop maintainership to office.thierry2011-12-065-7/+7
| | | | | Feature safe: yes Seen with: bapt
* - Mark BROKEN: tidy now installs as tidy-4pav2011-12-061-0/+2
| | | | | Reported by: pointyhat Feature safe: yes
* - Add p5-String-ToIdentifier-EN 0.06sunpoet2011-12-055-0/+68
| | | | | | | | | | | | | | | | | | | | | | | String::ToIdentifier::EN provides a utility method, "to_identifier" for converting an arbitrary string into a readable representation using the ASCII subset of \w for use as an identifier in a computer program. The intent is to make unique identifier names from which the content of the original string can be easily inferred by a human just by reading the identifier. If you need the full set of \w including Unicode, see the subclass String::ToIdentifier::EN::Unicode. Currently, this process is one way only, and will likely remain this way. The default is to create camelCase identifiers, or you may pass in a separator char of your choice such as _. Binary char groups will be separated by _ even in camelCase identifiers to make them easier to read, e.g.: foo_2_0xFF_Bar. WWW: http://search.cpan.org/dist/String-ToIdentifier-EN/ Feature safe: yes
* - Update to 0.39sunpoet2011-12-052-6/+3
| | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes
* - Update to 0.7.4sunpoet2011-12-052-3/+3
| | | | | Changes: https://github.com/lsegal/yard/blob/master/ChangeLog Feature safe: yes
* - Update to 2011.12.05sunpoet2011-12-052-3/+3
| | | | Feature safe: yes
* - Update to 2011.12.04sunpoet2011-12-054-6/+6
| | | | Feature safe: yes
* - Update to 20111202sunpoet2011-12-052-3/+3
| | | | Feature safe: yes
* - update to 0.2.4bapt2011-12-042-3/+3
| | | | Feature safe: yes
* - Update to 0.38sunpoet2011-12-032-3/+6
| | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes
* - Update to 3.1.11swills2011-12-032-3/+3
| | | | Feature safe: yes
* - Update to 0.37sunpoet2011-12-022-3/+3
| | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes
* Update to 1.44cs2011-12-022-5/+6
| | | | | | | PR: ports/162903 Submitted by: Ted Faber <faber@lunabase.org> (maintainer) Approved by: glarkin@ (mentor) Feature safe: yes
* - Update to 3.6-1tota2011-12-012-4/+3
| | | | Feature safe: yes
* Update to 2.20.tobez2011-12-012-5/+4
| | | | | Changes: http://search.cpan.org/dist/Petal/Changes Feature safe: yes
* Update to 1.11(.)6.tobez2011-12-013-33/+37
| | | | | Changes: http://search.cpan.org/dist/Perl-Critic/Changes Feature safe: yes
* - Update to 2.0.2gahr2011-11-3017-330/+727
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog since 1.4.0 version 2.0.2 * Fixed bug #3401971 (node-by-reference on dynamic collections) * documentation improvements * installer improvements * Fixed bug #3403291 (build for Fedora 15) * Don't install the .so for test modules * Fix for running ctest on Windows version 2.0.1 * Custom Full-text stemming. * Custom Full-text tokenization. * Fixed scripting bug where apply statement was considered a * sequential expr even if the source expr was non-updating and * non-sequential. * Fixed bug #3394400 (Element replacement, really unexpected result) * Fixed bug #3394588 (Unexpected error during pul undo) * Fixed bugs #3398511 and #3398552 with "make install" * Fixed bug #3398521 for compiling with ZORBA_NO_XMLSCHEMA version 2.0 * Zorba 2.0 is a major rewrite of previous versions. It doesn't claim to preserve backwards compatibility with any 1.X version. Host language API changes have been made to the following components: - External functions API - XmlDataManager - Error reporting - Debugger API XQuery language and API changes have been made to the following components: - XQuery Scripting Extension - Function APIs - XQuery Data Definition Facility - XQuery modules and module versioning - Changes to conform with the latest XQuery 3.0 - Namespaces of annotations, errors, collations. * In addition to host language API and XQuery language improvements, plenty of bug fixes and optimizations have been made. Feature safe: yes
* Update to 1.5007.tobez2011-11-303-3/+6
| | | | | Changes: http://search.cpan.org/dist/Text-Xslate/Changes Feature safe: yes
* upgrade to 0.0.11bapt2011-11-292-3/+7
| | | | | | | add dependency on boost disable Werror which is a non sense anyway with boost :) Feature safe: yes
* Update to 0.77.tobez2011-11-293-5/+6
| | | | | Changes: http://search.cpan.org/dist/YAML/Changes Feature safe: yes
* Update to 0.13.tobez2011-11-292-3/+3
| | | | | Changes: http://search.cpan.org/dist/Markapl/Changes Feature safe: yes
* Update to 0.31.tobez2011-11-292-3/+3
| | | | | Changes: http://search.cpan.org/dist/Lingua-Identify/Changes Feature safe: yes
* - Update to 0.36sunpoet2011-11-292-3/+3
| | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes
* - Update to 2.1.0wen2011-11-293-14/+22
| | | | Feature safe: yes
* - Pass maintainership to office@FreeBSD.orgsunpoet2011-11-2975-75/+75
| | | | | Discussed with: bapt Feature safe: yes
* Update to 1.19.tobez2011-11-282-3/+3
| | | | | Changes: http://search.cpan.org/dist/YAML-Syck/Changes Feature safe: yes
* Update to 1.16.tobez2011-11-282-3/+3
| | | | | Changes: http://search.cpan.org/dist/String-BufferStack/Changes Feature safe: yes
* - Update to 0.35sunpoet2011-11-282-3/+4
| | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes
* - Update to 0.87sunpoet2011-11-282-3/+4
| | | | | Changes: http://search.cpan.org/dist/Unicode-Collate/Changes Feature safe: yes
* - Update to 2011.11.28sunpoet2011-11-282-3/+3
| | | | Feature safe: yes
* - Update to 2011.11.27sunpoet2011-11-284-6/+6
| | | | Feature safe: yes
* - add missing prototypesdinoex2011-11-2712-26/+574
| | | | | | - add missing includes - fix build with clang Feature safe: yes
* Upgrade yajl to 2.0.1 (mirror it my self as upstream still not provide real ↵bapt2011-11-271-1/+2
| | | | | | | | | static distfiles) Take back maintainership chase library bump Feature safe: yes
* update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjustbf2011-11-272-1/+2
| | | | | | | dependent ports Approved by: linimon (portmgr), thierry, tota, wen Feature safe: yes
* - Update to 1.1.0sanpei2011-11-262-5/+5
| | | | | | | - Use GNU MASTER_SITES macro PR: ports/162617 Feature safe: yes
* - Update to 0.108sunpoet2011-11-252-3/+3
| | | | | Changes: http://search.cpan.org/dist/Marpa-HTML/Changes Feature safe: yes
* - Add missing RUN_DEPENDSsunpoet2011-11-253-12/+18
| | | | | | | | | | | - Respect LOCALBASE - Pet portlint - Cosmetic change - Bump PORTREVISION for dependency change - Take maintainership - Add missing trailing slash to WWW Feature safe: yes
* - fix dependency after rename of old tidydinoex2011-11-241-1/+1
| | | | Feature safe: yes
* - Update to 0.86sunpoet2011-11-242-3/+3
| | | | | Changes: http://search.cpan.org/dist/Unicode-Collate/Changes Feature safe: yes
* - Update to 1.23sunpoet2011-11-242-10/+17
| | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog Feature safe: yes
* - Update to 1.2.0swills2011-11-232-3/+3
| | | | | | | PR: ports/162103 Submitted by: swills (myself) Approved by: maintainer timeout (3 weeks) Feature safe: yes
* - Update to 1.0.9swills2011-11-232-3/+3
| | | | | | | PR: ports/162102 Submitted by: swills (myself) Approved by: maintainer timeout (3 weeks) Feature safe: yes
* - Upgrade to 0.93.kuriyama2011-11-222-4/+3
| | | | Feature safe: yes
* - Update to 1.02wen2011-11-212-4/+4
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/SCHUBIGER/LaTeX-TOM-1.02/Changes - Pass maintainership to perl@ Feature safe: yes
* - Update to 1.03sunpoet2011-11-213-5/+3
| | | | | Changes: http://search.cpan.org/dist/Lingua-EN-Numbers/Changes Feature safe: yes
* - Update to 2011.11.21sunpoet2011-11-212-3/+3
| | | | Feature safe: yes
* - Update to 2011.11.20sunpoet2011-11-214-6/+6
| | | | Feature safe: yes
* - Update to 0.85sunpoet2011-11-203-3/+5
| | | | | Changes: http://search.cpan.org/dist/Unicode-Collate/Changes Feature safe: yes
* - Update to 1.1.0miwi2011-11-202-3/+3
| | | | Feature safe: yes
* - Update to 3.6.6miwi2011-11-192-3/+3
| | | | | | PR: 162584 Submitted by: "Simon Olofsson" <simon@olofsson.de> (maintainer) Feature safe: yes
* - Update to 3.1.5swills2011-11-192-3/+3
| | | | Feature safe: yes
* Remove trailing whitespaces.ehaupt2011-11-192-2/+2
| | | | Feature safe: yes
* This module subclasses Pod::Parser and converts POD to Markdown.clsung2011-11-185-0/+39
| | | | | | WWW: http://search.cpan.org/dist/Pod-Markdown/ Feature safe: yes
* - Update to 0.34clsung2011-11-182-3/+3
| | | | Feature safe: yes
* - Fix CATEGORIES: it should be rubygems, not rubysunpoet2011-11-171-1/+1
| | | | Feature safe: yes
* - Update to 0.106sunpoet2011-11-172-3/+3
| | | | | Changes: http://search.cpan.org/dist/Marpa-HTML/Changes Feature safe: yes
* - Update to 4.70sunpoet2011-11-162-6/+6
| | | | | | | - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Data-FormValidator/Changes Feature safe: yes
* - Move PKGNAMEPREFIX defined in each R-cran- related ports Makefiletota2011-11-162-2/+0
| | | | | | | | | | | | | to Mk/bsd.cran.mk PR: ports/162238 Submitted by: tota (myself) Approved by: wen (maintainer of Mk/bsd.cran.mk and many related ports), David Naylor <naylor_DOT_b_DOT_david_AT_gmail_DOT_com> (maintainer of math/R-cran-RSvgDevice and math/R-cran-car), Dan Rue <drue_AT_therub_DOT_org> (maintainer of math/R-cran-psych, timeout > 2 weeks) Feature safe: yes
* - Add PORTSCOUT knobsunpoet2011-11-161-0/+2
| | | | Feature safe: yes
* - Document minimal required version of dependencysunpoet2011-11-161-4/+4
| | | | | | - Cosmetic change Feature safe: yes