aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* - Convert all my remaining ports to OPTIONSngmatthew2012-06-051-22/+27
| | | | | | | | | | | | | | | | | | | | | Files affected: databases/mysql-connector-java/Makefile databases/phpmyadmin/Makefile mail/sa-utils/Makefile net/phpldapadmin/Makefile security/apg/Makefile textproc/sphinxsearch/Makefile www/p5-RT-Authen-ExternalAuth/Makefile www/p5-RT-Extension-LDAPImport/Makefile www/p5-RT-Extension-SLA/Makefile www/p5-RTx-Calendar/Makefile www/rt40/Makefile www/rt40/Makefile.cpan x11-fonts/gentium/Makefile x11-fonts/gentium-basic/Makefile Approved by: shaun (mentor)
* - Add a missing = after MASTER_SITE_SUBDIRculot2012-06-051-1/+1
|
* - Remove SITE_PERL from *_DEPENDSculot2012-06-0515-27/+27
| | | | Submitted by: az@
* - Remove SITE_PERL from *_DEPENDSaz2012-06-059-25/+25
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-0512-24/+24
|
* - Update to 2012.06.04sunpoet2012-06-052-3/+3
|
* - Update to 2012.06.03sunpoet2012-06-054-6/+6
|
* - Update to 20120602sunpoet2012-06-052-3/+3
|
* - Remove SITE_PERL from *_DEPENDSculot2012-06-0415-23/+23
| | | | Submitted by: az@
* - Remove SITE_PERL from *_DEPENDSaz2012-06-0412-30/+30
|
* Update to 2.11ehaupt2012-06-042-3/+3
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-2/+2
| | | | Approved by: maintainer (miwi@ via IRC)
* - Remove obsoleted Haskell ports:pgj2012-06-046-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
* - Update to 0.7.0.2pgj2012-06-042-4/+5
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.1.7pgj2012-06-043-17/+17
| | | | Obtained from: FreeBSD Haskell
* - Update to 3000.2.1pgj2012-06-043-4/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.6.0.6pgj2012-06-043-9/+10
| | | | Obtained from: FreeBSD Haskell
* - Update to 1.8pgj2012-06-043-11/+11
| | | | Obtained from: FreeBSD Haskell
* - Update to 3.1.2pgj2012-06-042-5/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 1.9.1pgj2012-06-043-11/+5
| | | | Obtained from: FreeBSD Haskell
* - Update to 1.9.3pgj2012-06-044-67/+38
| | | | Obtained from: FreeBSD Haskell
* - Update to 9.2.2pgj2012-06-043-7/+6
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.5.1pgj2012-06-042-4/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.3.4pgj2012-06-043-9/+8
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.4.3.4pgj2012-06-042-4/+5
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.10.2.0pgj2012-06-043-5/+5
| | | | Obtained from: FreeBSD Haskell
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-0425-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
* This package provides parsing and rendering functions for XML. It ispgj2012-06-043-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
* Core modules of a blazingly fast markup combinator library for the Haskellpgj2012-06-043-0/+28
| | | | | | | | programming language. WWW: http://jaspervdj.be/blaze Obtained from: FreeBSD Haskell
* Turn attoparsec parsers into sinks.pgj2012-06-043-0/+25
| | | | | | WWW: http://github.com/snoyberg/conduit Obtained from: FreeBSD Haskell
* - Mark it Python3 readyculot2012-06-031-0/+1
| | | | Suggested by: rm@ (via email)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-032-7/+7
| | | | | PR: ports/168626 Approved by: maintainer (kuriyama@ via email)
* - Remove SITE_PERL from *_DEPENDS, as suggested at:culot2012-06-031-1/+1
| | | | | | http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies Submitted by: az@ (via irc)
* - Update to 2.4.2culot2012-06-032-4/+7
| | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Pet portlint(1) Changes: http://search.cpan.org/dist/podlators/ChangeLog
* - Update to 0.5.2culot2012-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)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-039-21/+21
| | | | Approved by: maintainer (tobez@ via IM)
* Fix conflicts line - glob, not regexeadler2012-06-021-1/+1
| | | | Submitted by: Sulev-Madis "ketas" Silber <madis555@hot.ee>
* Add missing conflictseadler2012-06-022-0/+4
| | | | | Submitted by: Sulev-Madis "ketas" Silber <madis555@hot.ee> Approved by: tj (maintainer)
* - Update to 0.19sunpoet2012-06-012-3/+3
| | | | Changes: http://search.cpan.org/dist/Lingua-EN-Tagger/Changes
* - update png to 1.5.10dinoex2012-06-01102-71/+146
|
* Update my email address.tj2012-06-012-2/+2
| | | | Approved by: eadler (mentor)
* Update to 1.8.1.nobutaka2012-05-315-6/+8
|
* - Update to 1.58jadawin2012-05-312-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/CDOLAN/CAM-PDF-1.58/CHANGES
* Convert to new options frameworkbapt2012-05-312-6/+9
|
* - Update to 2.4.1wen2012-05-312-3/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/RRA/podlators-2.4.1/ChangeLog
* Fix DOCS option logicbapt2012-05-301-2/+2
| | | | Reported by: Olivier Smedts <olivier@gid0.org>
* switch to new options frameworkbapt2012-05-301-1/+5
|
* - Update to 3.22culot2012-05-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Pod-Simple/ChangeLog
* - Mark BROKEN: does not compilepav2012-05-291-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
* - Update to 2012.05.28sunpoet2012-05-292-3/+3
|
* - Update to 2012.05.27sunpoet2012-05-294-6/+6
|
* Fix interactivity when ParserDetails exists.crees2012-05-282-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
* - Upgrade to 0.95.kuriyama2012-05-272-3/+3
|
* - Upgrade to 0.88.kuriyama2012-05-272-3/+3
|
* - Bump all XFCE after XFCE importmiwi2012-05-261-1/+1
|
* - Unbreak for amd64miwi2012-05-255-102/+35
| | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE - Support COPYTREE_SHARE PR: 168046 Submitted by: Ports Fury
* Update 1.1.1sanpei2012-05-252-3/+3
|
* Update to 1.03. Require perl 5.10+.tobez2012-05-253-5/+7
| | | | | | PR: 168109 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/Text-Wrapper/Changes
* Update to 1.02.tobez2012-05-252-3/+3
| | | | | | PR: 168107 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/String-Strip/Changes
* Update to 1.101242.tobez2012-05-252-3/+4
| | | | | | PR: 168106 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/String-Flogger/Changes
* Update to 0.51.tobez2012-05-253-4/+6
| | | | | | PR: 168101 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/Lingua-Identify/Changes
* - Update to 0.1.3wen2012-05-252-3/+3
| | | | | PR: 167863 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* KDE/FreeBSD team presents update for PyQt ports:makc2012-05-252-2/+2
| | | | | | - sip to 4.13.2 - PyQt4 to 4.9.1 - QScintilla to 2.6.1
* - Update to 0.34.lippe2012-05-252-3/+3
|
* - Bump PORTREVISION.lippe2012-05-251-3/+2
| | | | | | | - Remove RUN_DEPENDS. PR: ports/167901 Submitted by: sunpoet
* Update to 0.50.tobez2012-05-242-3/+3
| | | | | | PR: 168015 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/HTML-Fraction/CHANGES
* Whoosh is a fast, featureful full-text indexing and searching librarywen2012-05-244-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | implemented in pure Python. Programmers can use it to easily add search functionality to their applications and websites. Every part of how Whoosh works can be extended or replaced to meet your needs exactly. Some of Whoosh's features include: - Pythonic API. - Pure-Python. No compilation or binary packages needed, no mysterious crashes. - Fielded indexing and search. - Fast indexing and retrieval -- faster than any other pure-Python, scoring, full-text search solution I know of. - Pluggable scoring algorithm (including BM25F), text analysis, storage, posting format, etc. - Powerful query language. - Pure Python spell-checker (as far as I know, the only one). WWW: http://bitbucket.org/mchaput/whoosh PR: 167185 Submitted by: Luiz Gustavo <luizgustavo@luizgustavo.pro.br>
* - Update to 3.21wen2012-05-242-3/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/DWHEELER/Pod-Simple-3.21/ChangeLog
* - Update to 3.40sunpoet2012-05-243-18/+18
| | | | | | | | - Fix LICENSE - Remove outdated comment - Add CPAN as primary WWW Changes: http://search.cpan.org/dist/XML-Twig/Changes
* - Simplify install process (no functional changes)gabor2012-05-245-5/+5
| | | | | PR: ports/167921 (related) Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
* - Update to 2.12gabor2012-05-242-10/+8
| | | | | | | | - Use GNU macro - Pet portlint PR: ports/167649 Submitted by: sunpoet
* - Update to 1.4.2wen2012-05-232-3/+3
| | | | | | | - Update WWW PR: 167856 Submitted by: William Grzybowski <william88@gmail.com>
* - Update to 0.6.3miwi2012-05-233-91/+109
| | | | | PR: 168048 Submitted by: Ports Fury
* Switch to FETCH_DEPENDS to fix fetch during buildmiwi2012-05-231-2/+2
| | | | Reported by: phw
* - mark as BROKEN, doesn't compilejgh2012-05-231-0/+2
|
* update lang/sbcl to 1.0.57, and adjust dependent portsbf2012-05-232-2/+2
|
* - Fix installmiwi2012-05-223-13/+9
| | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: 168047 Submitted by: Ports Fury
* - Release to ports@pav2012-05-221-1/+1
| | | | Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
* Add phonon to QT_COMPONENTS.rakuco2012-05-211-2/+2
| | | | | | | | | goldendict seems to use phonon, but it was not listed in the dependency list explicitly, which failed the Qt 4.8.1 exp-run. PORTREVISION bumped due to the dependency list change. Approved by: miwi (Qt 4.8.1 exp-run)
* Update to 0.14.tobez2012-05-212-5/+5
| | | | | | PR: 167638 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Changes: http://search.cpan.org/dist/Markapl/Changes
* - Fix build on 7.Xgabor2012-05-211-0/+2
| | | | Reported by: pav
* Update to 0.81.tobez2012-05-213-5/+3
| | | | | | PR: 167117 Submitted by: sunpoet Changes: http://search.cpan.org/dist/YAML/Changes
* - Update to 2012.05.21sunpoet2012-05-212-3/+3
|
* - Update to 2012.05.20sunpoet2012-05-214-6/+6
|
* Add port: textproc/freexlscheidell2012-05-215-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet. FreeXL design goals: to be simple and lightweight to be stable, robust and efficient to be easily and universally portable completely ignoring any GUI-related oddity Note that the final goal means that FreeXL ignores at all fonts, sizes and alignments, and most formats. It ignores Pivot Table, Charts, Formulas, Visual Basic macros and so on. FreeXL is structurally simple and quite light-weight (typically 40-80K of object code, stripped). - Fix PORTVERSION to be more standard (SET DISTVERSION, have PORTVERSION auto set) [2] - Fix Makefile and pkg-plist, pkhconfig must be in libdata/* not lib/* [2] - Fix category [2] PR: ports/168131 [1] Submitted by: lbartoletti <coder@tuxfamily.org> [1] Reviewed by: scheidell@ (me) [2]
* Fix the disable iconv option.mezz2012-05-211-0/+2
| | | | | PR: ports/167211 Submitted by: sunpoet
* Update to 2.7.6.rakuco2012-05-202-3/+3
| | | | | | | | Changes according to <http://soprano.sourceforge.net/node/62>: - Support for the new SPARQL 1.1 DELETE statement which omits the graph to delete from for faster removeAllStatement execution in the Virtuoso backend. - Support for the new default graph query result format of Virtuoso >= 6.1.5. - Fixed apidox generation with Doxygen 1.8.0.
* Mark IGNORE with php 5.4 and set 5.3 as default.ale2012-05-205-3/+10
| | | | | Reported by: pav Pointyhat to: me
* - add an OPTION to allow libexttextcat to be a dropin replacement for libtextcatbapt2012-05-193-0/+61
| | | | | | | - add a check target to all runinng libexttextcat check PR: ports/167945 Submitted by: Peter Jeremy <peter@rulingia.com>
* Document and fix a off-by-one vulnability in libxml2.kwm2012-05-182-3/+43
| | | | | Obtained from: libxml upstream Security: b8ae4659-a0da-11e1-a294-bcaec565249c
* Upgrade to 1.11 for php5.4 compatible.vanilla2012-05-184-30/+5
|
* - Update to 1.5.1miwi2012-05-172-3/+3
|
* - Update to 1.0.0miwi2012-05-172-3/+3
|
* - Update to 1.1.0miwi2012-05-172-3/+3
|
* - Add a few more patches i missed in the original commit.flo2012-05-175-0/+79
| | | | - Bump PORTREVISION accordingly
* - Make Puppet lenses workswills2012-05-173-1/+26
| | | | | PR: ports/167642 Submitted by: tdb
* - Update to 0.9miwi2012-05-164-24/+31
| | | | | PR: 167606 Submitted by: Maintainer
* readd php 5.3.13 and all its modules as php53*flo2012-05-1611-0/+146
|
* Update to 1.1.5mm2012-05-162-3/+3
|
* - Update to 0.0.2miwi2012-05-163-4/+4
| | | | | | PR: 167419 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer timeout
* - Unbreak when PORTREVISION != ""pav2012-05-161-2/+2
| | | | Reported by: pointyhat
* - update to 0.2.6bapt2012-05-162-4/+7
| | | | | - now build depend on boost and because boost causes compiler warning, disable werror
* Use gmake to install LM files.thierry2012-05-162-4/+135
| | | | | PR: ports/167842 Submitted by: /me
* - Update to 1.32sunpoet2012-05-152-4/+4
| | | | Changes: http://search.cpan.org/dist/Unicode-EastAsianWidth/Changes
* Upgrade to 2.2.vanilla2012-05-152-3/+3
|
* Update to 0.9.29.rakuco2012-05-153-4/+5
|
* - Update to 2012.05.14sunpoet2012-05-152-3/+3
|
* - Update to 2012.05.13sunpoet2012-05-154-6/+6
|
* - Fix CATEGORIES order to keep PKGORIGIN happymva2012-05-131-1/+1
| | | | Reported by: erwin@ via pointyhat
* Register conflict with libexttextcat.thierry2012-05-131-0/+2
| | | | Reported by: avg
* - Update to 0.18culot2012-05-132-7/+9
| | | | | | | | | | - Add LICENSE (GPLv3) - Add missing HTML::Tagset dependency - Remove dependency on Storable>=2.10 (already in core) - Remove SITE_PERL from BUILD_DEPENDS - Sort BUILD_DEPENDS Changes: http://search.cpan.org/dist/Lingua-EN-Tagger/Changes
* - Update to 0.63culot2012-05-132-3/+3
| | | | Changes: http://search.cpan.org/dist/Text-BibTeX/CHANGES
* A high-speed character set detection library.mva2012-05-135-0/+47
| | | | | | | | | | | | | | libguess employs discrete-finite automata to deduce the character set of the input buffer. The advantage of this is that all character sets can be checked in parallel, and quickly. Right now, libguess passes a byte to each DFA on the same pass, meaning that the winning character set can be deduced as efficiently as possible. libguess is fully reentrant, using only local stack memory for DFA operations. WWW: http://www.atheme.org/project/libguess PR: ports/167686 Submitted by: William Grzybowski <william88@gmail.com>
* Register CONFLICTS with p5-XML-SAX<0.99; the port was split into two, andcrees2012-05-121-0/+2
| | | | | | p5-XML-SAX-Base contains some files previously packaged by p5-XML-SAX With hat: perl
* 2012-05-10 archivers/php4-bz2: php4 is EOLedbapt2012-05-1211-183/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-05-10 archivers/php4-zlib: php4 is EOLed 2012-05-10 converters/php4-iconv: php4 is EOLed 2012-05-10 converters/php4-mbstring: php4 is EOLed 2012-05-10 converters/php4-recode: php4 is EOLed 2012-05-10 databases/php4-dba: php4 is EOLed 2012-05-10 databases/php4-dbase: php4 is EOLed 2012-05-10 databases/php4-dbx: php4 is EOLed 2012-05-10 databases/php4-filepro: php4 is EOLed 2012-05-10 databases/php4-interbase: php4 is EOLed 2012-05-10 databases/php4-mssql: php4 is EOLed 2012-05-10 databases/php4-mysql: php4 is EOLed 2012-05-10 databases/php4-odbc: php4 is EOLed 2012-05-10 databases/php4-oracle: php4 is EOLed 2012-05-10 databases/php4-pgsql: php4 is EOLed databases/php4-rrdtool: php4 is EOLed 2012-05-10 databases/php4-sybase_ct: php4 is EOLed 2012-05-10 devel/php4-dio: php4 is EOLed 2012-05-10 devel/php4-gettext: php4 is EOLed 2012-05-10 devel/php4-mcve: php4 is EOLed 2012-05-10 devel/php4-ncurses: php4 is EOLed 2012-05-10 devel/php4-pcntl: php4 is EOLed 2012-05-10 devel/php4-pcre: php4 is EOLed 2012-05-10 devel/php4-readline: php4 is EOLed 2012-05-10 devel/php4-shmop: php4 is EOLed 2012-05-10 devel/php4-sysvmsg: php4 is EOLed 2012-05-10 devel/php4-sysvsem: php4 is EOLed 2012-05-10 devel/php4-sysvshm: php4 is EOLed 2012-05-10 devel/php4-tokenizer: php4 is EOLed 2012-05-10 finance/php4-pfpro: php4 is EOLed 2012-05-10 ftp/php4-curl: php4 is EOLed 2012-05-10 ftp/php4-ftp: php4 is EOLed 2012-05-10 graphics/php4-chartdirector: php4 is EOLed 2012-05-10 graphics/php4-exif: php4 is EOLed 2012-05-10 graphics/php4-gd: php4 is EOLed lang/php4: php4 is EOLed 2012-05-10 lang/php4-extensions: php4 is EOLed 2012-05-10 lang/php4-overload: php4 is EOLed 2012-05-10 mail/php4-imap: php4 is EOLed 2012-05-10 math/php4-bcmath: php4 is EOLed 2012-05-10 math/php4-gmp: php4 is EOLed 2012-05-10 misc/php4-calendar: php4 is EOLed 2012-05-10 misc/php4-mcal: php4 is EOLed 2012-05-10 net/php4-ldap: php4 is EOLed 2012-05-10 net/php4-sockets: php4 is EOLed 2012-05-10 net/php4-xmlrpc: php4 is EOLed 2012-05-10 net/php4-yp: php4 is EOLed 2012-05-10 net-mgmt/php4-snmp: php4 is EOLed 2012-05-10 security/php4-crack: php4 is EOLed 2012-05-10 security/php4-mcrypt: php4 is EOLed 2012-05-10 security/php4-mhash: php4 is EOLed 2012-05-10 security/php4-openssl: php4 is EOLed 2012-05-10 sysutils/php4-posix: php4 is EOLed 2012-05-10 textproc/php4-ctype: php4 is EOLed 2012-05-10 textproc/php4-domxml: php4 is EOLed 2012-05-10 textproc/php4-pspell: php4 is EOLed 2012-05-10 textproc/php4-wddx: php4 is EOLed 2012-05-10 textproc/php4-xml: php4 is EOLed 2012-05-10 textproc/php4-xslt: php4 is EOLed 2012-05-10 www/php4-session: php4 is EOLed 2012-05-10 archivers/pecl-zip: php4 is EOLed 2012-05-10 databases/pecl-sqlite: php4 is EOLed 2012-05-11 devel/pear-XML_XPath: php4 is EOLed 2012-05-11 devel/pecl-json: php4 is EOLed 2012-05-10 www/pecl-tidy: php4 is EOLed 2012-05-10 www/php-dyn: php4 is EOLed 2012-05-11 security/pecl-hash: php4 is EOLed 2012-05-11 net/phpldapadmin098: php4 is EOLed graphics/jpgraph: php4 is EOLed
* Fix build when ${OSVERSION} >= 800501pawel2012-05-122-2/+13
| | | | | PR: ports/167663 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
* - Update to 2.51jadawin2012-05-112-3/+6
| | | | - Add LICENSE
* - Update to 0.17jadawin2012-05-112-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/ACOBURN/Lingua-EN-Tagger-0.17/Changes
* - Update to 0.7.1wen2012-05-102-4/+10
|
* - Add patch to fix obsolete keysgabor2012-05-092-0/+97
| | | | - Bump PORTREVISION
* - Update to 0.102362sunpoet2012-05-092-4/+9
| | | | | | | | - Add LICENSE - Use TEST_DEPENDS for test-only dependency - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Pod-Elemental/Changes
* - Update to 20120508gabor2012-05-082-3/+3
| | | | | | Changelog: - New feature: --compress-program - Minor bugfixes
* Update to 0.10skv2012-05-082-3/+3
|
* Update to 1.97skv2012-05-082-3/+3
| | | | Changes: http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.97/Changes
* - Update to 0.99sunpoet2012-05-083-16/+12
| | | | | | Changes: http://search.cpan.org/dist/XML-SAX/Changes PR: ports/166794 Submitted by: sunpoet (myself)
* - Re-add p5-XML-SAX-Base 1.08sunpoet2012-05-085-0/+53
| | | | | | | | | | | | | | | XML::SAX::Base has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback. The main advantages that it provides are easy dispatching of events the right way (ie it takes care for you of checking that the handler has implemented that method, or has defined an AUTOLOAD), and the guarantee that filters will pass along events that they aren't implementing to handlers downstream that might nevertheless be interested in them. WWW: http://search.cpan.org/dist/XML-SAX-Base/
* - Update to 0.04culot2012-05-082-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-RegExp/Changes
* Pass maintainership of almost of my "p5-*" ports to "perl@".skv2012-05-0735-35/+35
| | | | (I hope updating of them will be improved).
* - Update to 2012.05.07sunpoet2012-05-072-3/+3
|
* - Update to 2012.05.06sunpoet2012-05-074-6/+6
|
* WTForms is a flexible forms validation and rendering library for pythoncrees2012-05-075-0/+150
| | | | | | | | | web development. WWW: http://wtforms.simplecodes.com/ PR: ports/166951 Submitted by: Moggie <moggie@elasticmind.net>
* - Update to 0.8.1sunpoet2012-05-062-3/+3
| | | | Changes: https://github.com/lsegal/yard/blob/master/ChangeLog
* - Update to 20120502sunpoet2012-05-062-3/+3
|
* - Update to 20120505gabor2012-05-062-3/+3
| | | | | Changelog: - Actually fix a bug that slipped in
* - apply BACKPORTS patch unconditionally and remove BACKPORTS optionrm2012-05-054-8/+8
| | | | | | | | | | | | | | | | - update backports patch to latest version (20120504) - align pathnames in slave ports - bump PORTREVISION The only drawback of this change is that now for building of every slave port (php extension) we extracting full php52 source tree. Apologies that it took that long. PR: 164849 Submitted by: Svyatoslav Lempert <svyatoslav.lempert at gmail dot com> Approved by: Alex Keda <admin at lissyara dot su> Security: 60de13d5-95f0-11e1-806a-001143cd36d8
* - update math/R-cran-psych to 1.2.1 [1]bf2012-05-053-3/+3
| | | | | | | | | | | | - update math/R to 2.15.0, and adjust dependent ports - minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more flexible and allow CRAN ports to override it; add a regression-test target; set USE_FORTRAN to match math/R; remove some of the redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS Reviewed by: thierry, tota, wen Approved by: D. Rue (maintainer) [1], wen [2]
* - Avoid use of SITE_PERL in DEPENDSswills2012-05-051-2/+4
| | | | - Mark JOBS unsafe since tests fail with JOBS enabled
* - Update to 3.6.0, and pass maintainership to submitter [1]jgh2012-05-053-164/+13
| | | | | | | | | | | | - while here... [2] - Add AL2 License - drop unneeded usage of bsd.port.pre.mk - standardize on MASTER_SITES - standardize on install, use COPYTREE_SHARE in favor of CP - use PORTEXAMPLES, and have plist follow PR: ports/167511 Submitted by: gaod@hychen.org [1], jgh@ [2] Approved by: maintainer, gslin@gslin.org [1], new maintainer gaod@hychen.org [2]
* - Update to 20120504gabor2012-05-042-4/+9
| | | | | | | | - Add option to disable threads Changelog: - Fix bugs that slipped into the previous version - Add knob to disable threads
* Update to 0.8.knu2012-05-042-3/+3
|
* - Update to 20120503gabor2012-05-042-4/+4
| | | | | | | | Changelog: - New feature: --random-sort - New feature: --human-numeric-sort - New feature: --version-sort - Smaller bugfixes and improvements
* Update to 0.9.4.jkim2012-05-043-25/+31
| | | | | PR: ports/167557 Approved by: fluffy (implicit)
* - Add TEST_DEPENDSswills2012-05-031-0/+1
| | | | Approved by: portmgr (blanket)
* - The shellvars lens can also be used to parse /etc/periodic.conf andswills2012-05-032-4/+6
| | | | | | /boot/loader.conf, so patch that in Suggested by: tdb
* - Strict python versionwen2012-05-021-1/+1
|
* - Remove custom rc.conf lens in favor of using of a patch which let's theswills2012-05-025-53/+11
| | | | | | built in shellvars lens take care of this file. Upstream has already patched to do this and it should be in the next release. Users should be aware that extra quoting may be necessary.
* - Update to 1.2nivit2012-05-026-37/+37
| | | | | | | | | | | | | - Set MASTER_SITES to Sourceforge - Migrate from libungif to gif [1] - Replace USE_PERL5_RUN with USE_PERL5 (Perl required to create the man page) - Remove post-extract and post-install targets - Add do-install target - Install man page of gladtex - Update the URL of the WWW site PR: ports/165376 Submitted by: swills [1]
* - Update to 1.320sunpoet2012-05-023-7/+19
| | | | | | | - Add LICENSE - Add BUILD_DEPENDS and fix *_DEPENDS Changes: http://search.cpan.org/dist/Pod-Markdown/Changes
* - Update to 1.51sunpoet2012-05-023-3/+15
| | | | | | | - Use USE_DOS2UNIX to remove trailing ^M - Patch Makefile.PL for older ExtUtils::MakeMaker which does not support non-string AUTHOR attribute Changes: http://search.cpan.org/dist/Pod-Parser/CHANGES
* Update to version 1.6.0pawel2012-05-013-3/+4
|
* - Update to 3.2.1sunpoet2012-05-012-4/+3
| | | | Changes: https://github.com/RDFLib/rdflib/blob/master/CHANGELOG
* - Update to 0.8.0sunpoet2012-05-012-3/+3
| | | | Changes: https://github.com/lsegal/yard/blob/master/ChangeLog
* - Assign clsung's p5- ports to perl@swills2012-05-0131-31/+31
| | | | Approved by: clsung via IRC
* - Update chinese/fcitx-googlepinyin to 0.1.4scheidell2012-05-012-4/+4
| | | | | | | | | | | - Update chinese/fcitx-configtool to 0.4.0 - Update chinese/fcitx-cloudpinyin to 0.2.0 - Update chinese/fcitx-sunpinyin to 0.3.3 - Update chinese/fcitx to 4.2.2 - Update textproc/fcitx-keyboard to 0.1.0 PR: ports/166689 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* Remove bogus NO_CHECKSUM from makefileeadler2012-05-011-1/+0
| | | | Submitted by: bryan@shatow.net
* Update to 1.259eadler2012-05-012-3/+3
| | | | | | | | | | | | Changes: - Add detection for additional misspelled words - Ignore comments in SGML indentation test - Provide output when specified file is not found - Fix misdetection of files as Lisp by file(1) - Add additional inline tags PR: ports/167456 Submitted by: gjb
* - Update to 20120416sunpoet2012-04-302-3/+3
|
* - Update to 2012.04.30sunpoet2012-04-302-3/+3
|
* - Update to 2012.04.29sunpoet2012-04-302-3/+3
|
* - Update to 2012.04.29sunpoet2012-04-302-3/+3
|
* - Update to 1.5 [1]nivit2012-04-283-5/+29
| | | | | | | | | - Add LICENSE (BSD) - Remove http://nivi.interfree.it from MASTER_SITES - Respect NO_INSTALL_MANPAGES PR: ports/167050 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> [1]
* - Update to 1.4.0wen2012-04-262-3/+3
| | | | | PR: 167322 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Fix bug when used with Puppetswills2012-04-252-3/+18
| | | | | PR: ports/166324 Submitted by: tdb
* - Update to 20120424gabor2012-04-242-3/+3
| | | | | | | | Changelog: - Multi-threaded sort in all cases to improve performance - Bugfix in -o to allow the output file to be the same as one of the input files (POSIX requirement) - Manpage improvements
* - Update to 0.47 [1]wen2012-04-242-4/+4
| | | | | | | | ChangeLog: http://cpansearch.perl.org/src/NIGELM/XML-Bare-0.47/Changes - Reset maintainer to perl@ PR: 167246 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
* Generate necessary files with Racc, which were removed from theknu2012-04-241-0/+5
| | | | upstream source tree.
* - Update to 2012.04.23sunpoet2012-04-242-3/+3
| | | | Feature safe: yes
* - Update to 2012.04.22sunpoet2012-04-244-6/+6
| | | | Feature safe: yes
* update to 1.0.56 and adjust dependent ports; switch to the packagedbf2012-04-232-2/+2
| | | | | | | html documents, to avoid problems with our texinfo tools; pass prefix, dynamic space size, and lisp bootstrap via make.sh options; update flags and use them in tests; remove unused patches; simplify and sort some variables and options-handling; shorten some long lines
* Add p5-Term-QRCode 0.01, generate QR Code on Terminal.lwhsu2012-04-225-0/+40
| | | | | PR: ports/166574 Submitted by: Stephon Chen <stephon@gmail.com>
* - Update to 20120402sunpoet2012-04-182-3/+3
|
* Update to 0.6.33.knu2012-04-182-4/+4
| | | | | PR: ports/165687 Submitted by: Shin-ya Murakami
* - Update to 1.3.1wen2012-04-182-3/+3
|
* - Update to 20120417gabor2012-04-172-3/+3
| | | | | | | | | Changelog: - Fixed standard-compliance bug inj case-insensitive sort. Now characters are converted to uppercase (not lowercase) before comparison. - Fixed crashes with some -k arguments. Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
* - update 0.0.16bapt2012-04-172-3/+3
|
* - Update to 0.15sunpoet2012-04-173-4/+8
| | | | Changes: http://search.cpan.org/dist/XML-Toolkit/Changes
* This is a wrapper library to bring Unicode Normalization Form supportsanpei2012-04-154-0/+28
| | | | | | to Ruby/JRuby. Reviewed by: swills
* Unicode Normalization Form support library for CRuby.sanpei2012-04-154-0/+25
| | | | Reviewed by: swills
* coccigrep is a semantic grep for the C language based on coccinelle. It canpawel2012-04-155-0/+76
| | | | | | | be used to find where a given structure is used in code files. coccigrep depends on the spatch program which comes with coccinelle. WWW: https://home.regit.org/software/coccigrep/
* Fix previous commit, add missing beginning of comment.netchild2012-04-151-1/+1
|
* Set the expiration date for all ports which depend upon linux_base-fc4 tonetchild2012-04-157-0/+14
| | | | | | | | | | | | | the EoL of the last 7.x release. The 7.x branch is the only supported FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator environment (linux_base-f10 doesn't work there). I didn't bump the portrevision, this is mostly done as a hint for ports committers to tell them that at least the emulation@-owned ports need to stay until then (even the forbidden ones). The dependent ports need to go at the same time, but are free to be deleted before. Discussed with: bsam
* Update to 0.41garga2012-04-143-20/+4
|
* 1: Upgrade google-ctemplate to 2.1.vanilla2012-04-144-7/+8
| | | | 2: bump pecl-ctempalte revision to chase shared library version.
* - update to 0.5.0rm2012-04-143-5/+52
| | | | | PR: 166902 Submitted by: Grzegorz Blach <magik at roorback dot net> (maintainer)
* - Add missing DEPENDSswills2012-04-121-3/+5
| | | | | | | | | - Add missing TEST_DEPENDS - Correct error in TEST_DEPENDS - Bump PORTREVISION PR: ports/166772 Approved by: milki <milki@rescomp.berkeley.edu> (maintainer)
* - Update to 1.03culot2012-04-122-4/+7
| | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Take maintainership Changes: http://search.cpan.org/dist/Sort-Naturally/ChangeLog
* Update to 1.5009.tobez2012-04-122-4/+4
| | | | | | Changes: http://search.cpan.org/dist/Text-Xslate/Changes PR: 166869 Submitted by: Alexey Illarionov <littlesavage@rambler.ru>
* php4 is EOLed, let's deprecate itbapt2012-04-126-0/+18
| | | | Approved by: ale (maintainer by private mail)
* - Mark deprecated since it's replaced by textproc/p5-KinoSearch1swills2012-04-121-0/+3
| | | | | PR: ports/166616 Approved by: Vick Khera <vivek@khera.org> (maintainer)
* - Update to 0.3.2jgh2012-04-124-18/+14
| | | | | | PR: ports/166327 Submitted by: hiroto.kagotani@gmail.com Approved by: maintainer timeout ( 20 days )
* Update to 1.0.1mm2012-04-114-6/+6
|
* Update to 1.1.2mm2012-04-112-3/+3
|
* Update to 1.1.4mm2012-04-112-3/+3
|
* - Update to 20120411gabor2012-04-112-3/+3
| | | | Feature safe: yes
* - Add TEST_DEPENDSswills2012-04-101-0/+1
| | | | | PR: ports/166171 Approved by: maintainer timeout (lth, >2 weeks)
* - Update to 0.49sunpoet2012-04-102-11/+5
| | | | | | - Remove incorrect PERL_LEVEL check: Module::Pluggable was first released with perl 5.8.9 Changes: http://search.cpan.org/dist/XML-Feed/Changes
* - Add missing DEPENDSswills2012-04-101-1/+5
| | | | | | | | - Add TEST_DEPENDS to enable testing - Bump PORTREVISION PR: ports/166170 Approved by: maintainer timeout (demon, >2 weeks)
* - Add missing DEPENDSswills2012-04-101-1/+3
| | | | | | | - Bump PORTREVISION PR: ports/166169 Approved by: maintainer (gslin@gslin.org)
* - Add missing DEPENDSswills2012-04-101-0/+6
| | | | | | | | - Add TEST_DEPENDS to enable testing - Bump PORTREVISION PR: ports/166158 Approved by: maintainer timeout (fernan@iib.unsam.edu.ar, >2 weeks)
* - Add missing DEPENDS on p5-Data-Dump-Streamerswills2012-04-101-3/+5
| | | | | | | | - Sort DEPENDS - Bump PORTREVISION PR: ports/166150 Approved by: maintainer timeout (papowell@astart.com, >2 weeks)
* - Add TEST_DEPENDSswills2012-04-101-3/+3
| | | | | | | | - Avoid duplicate DEPENDS - Avoid use of SITE_PERL in DEPENDS PR: ports/166133 Approved by: maintainer timeout (clsung, >2 weeks)
* - Add missing DEPENDSswills2012-04-101-0/+2
| | | | | PR: ports/166131 Approved by: maintainer timeout (papowell@astart.com, >2 weeks)
* - Add TEST_DEPENDS to enable testingswills2012-04-101-1/+3
| | | | | | | - Avoid use of SITE_PERL in depends PR: ports/166129 Approved by: maintainer timeout (ivan@serezhkin.com, >2 weeks)
* - Add TEST_DEPENDS to enable testingswills2012-04-101-2/+3
| | | | | | | | - Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS - Sort DEPENDS PR: ports/166128 Approved by: maintainer timeout (lth, >2 weeks)
* - Add TEST_DEPENDSswills2012-04-101-0/+1
| | | | | PR: ports/166127 Approved by: maintainer timeout (skreuzer, >3 weeks)
* - Add missing DEPENDSswills2012-04-101-0/+2
| | | | | PR: ports/166102 Approved by: maintainer timeout (wen, >2 weeks)
* - Update to 0.4.9swills2012-04-102-16/+18
| | | | | PR: ports/166095 Approved by: maintainer timeout (simond@irrelevant.org, >3 weeks)
* - Update to 2012.04.09sunpoet2012-04-102-3/+3
| | | | Feature safe: yes
* - Update to 2012.04.08sunpoet2012-04-104-6/+6
| | | | Feature safe: yes
* - Update to 1.3.0wen2012-04-092-3/+3
| | | | Feature safe: yes
* Perl module to generate arbitrary sized bollocks straight from middleswills2012-04-095-0/+37
| | | | | | | | management WWW: http://search.cpan.org/dist/Dev-Bollocks/ Feature safe: yes
* - Fix MASTER_SITESmiwi2012-04-081-8/+15
| | | | | | | | | - Add LICENSE - Support COPYTREE_SHARE PR: 166052 Submitted by: Ports Fury Feature safe: yes
* - Update to version 1.5.4pawel2012-04-074-136/+162
| | | | | | | | | - Move LICENSE and OPTIONS to right places - Switch to bsd.port.options.mk - Project has new homepage - Sort plist Feature safe: yes
* - Add a patch to fix a memory leak [1]culot2012-04-062-0/+17
| | | | | | | | | - Bump PORTREVISION [1] - Add LICENSE (Artistic 1 & GPL 2) PR: ports/166198 [1] Submitted by: Zane C.B-H. <vvelox@vvelox.net> Feature safe: yes
* - Update to 1.0.6tota2012-04-062-3/+3
| | | | Feature safe: yes
* - Update to 1.01.lippe2012-04-062-4/+5
| | | | Feature safe: yes
* - Update to 0.1.10sunpoet2012-04-063-12/+24
| | | | | | | | | - Fix *_DEPENDS: version is already in some supported Perl releases - Sort *_DEPENDS - Use TEST_DEPENDS for test-only dependencies Changes: http://search.cpan.org/dist/Google-Data-JSON/Changes Feature safe: yes
* - follow textproc/lucene update (3.5.0)jgh2012-04-051-2/+2
| | | | | | | | | - bump PORTREVISION PR: ports/166289 Submitted by: jgh (me) Approved by: maintainer, clsung ( implicit) Feature safe: yes
* - Update to 3.5.0jgh2012-04-052-24/+35
| | | | | | | | | | - standardize MASTER_SITES - move away from binary, and build from source distribution PR: ports/166289 Submitted by: jgh (me) Approved by: maintainer timeout ( 15 days ) Feature safe: yes
* - Update to 20120404gabor2012-04-042-3/+3
| | | | Feature safe: yes
* KinoSearch is a loose port of the Java search engine library Apache Lucene,swills2012-04-045-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | written in Perl and C. The archetypal application is website search, but it can be put to many different uses. KinoSearch1 is a fork of KinoSearch version 0.165 intended to provide stability and backwards compatibility. For the latest features, see the main branch. Features * Extremely fast and scalable - can handle millions of documents * Full support for 12 Indo-European languages. * Support for boolean operators AND, OR, and AND NOT; parenthetical groupings, and prepended +plus and -minus * Algorithmic selection of relevant excerpts and highlighting of search terms within excerpts * Highly customizable query and indexing APIs * Phrase matching * Stemming * Stoplists WWW: http://search.cpan.org/dist/KinoSearch1/ Feature safe: yes
* - Reassign to the heaptabthorpe2012-04-031-1/+1
| | | | | Approved by: portmgr (tabthorpe) Feature safe: yes
* - Update to 0.47sunpoet2012-04-022-3/+3
| | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes
* - Update to 2012.04.02sunpoet2012-04-022-3/+3
| | | | Feature safe: yes
* - Update to 2012.04.01sunpoet2012-04-024-6/+6
| | | | Feature safe: yes
* Update to 3.5.1adamw2012-04-022-5/+8
| | | | Feature safe: yes
* Update to 1.8.0.nobutaka2012-04-0131-533/+482
| | | | Feature safe: yes
* - Update to 0.64wen2012-04-012-3/+3
| | | | | | ChangeLog: http://cpansearch.perl.org/src/GERHARD/BibTeX-Parser-0.64/Changes Feature safe: yes
* - Update to 0.7.0wen2012-04-012-3/+3
| | | | Feature safe: yes
* - Update to 1.1.1wen2012-04-012-3/+3
| | | | Feature safe: yes
* - Update to 2.00sunpoet2012-03-312-6/+8
| | | | | | | | | | | - Add BUILD_DEPENDS - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Parse-CSV/Changes PR: ports/165440 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 35 days) Feature safe: yes
* - Update to 0.00005sunpoet2012-03-312-4/+5
| | | | | | | | | | - Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/XML-LibXML-SAX-ChunkParser/Changes PR: ports/165555 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 30 days) Feature safe: yes
* - Update to 1.51sunpoet2012-03-312-3/+5
| | | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/YAML-Tiny/Changes PR: ports/165990 Submitted by: sunpoet (myself) Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer) Feature safe: yes
* - Update to 1.120wen2012-03-302-4/+3
| | | | | | ChangeLog: http://cpansearch.perl.org/src/JMGDOC/ODF-lpOD-1.120/Changes Feature safe: yes
* Add a proper description.mandree2012-03-291-1/+15
| | | | | | | | | | | The main function of wiggle is to apply a patch to a file in a similar manner to the patch(1) program. The distinctive difference of wiggle is that it will attempt to apply a patch even if the before part of the patch doesn't match the target file perfectly. [...] Feature safe: yes
* - Update to 12.0.0sunpoet2012-03-293-18/+22
| | | | | | | | | | - Pass maintainership to python@ Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.0.0/twisted/lore/topfiles/NEWS PR: ports/165738 Submitted by: sunpoet (myself) Approved by: Neal Nelson <neal@nicandneal.net> (maintainer) Feature safe: yes
* - Update to 2012.03.26sunpoet2012-03-262-3/+3
| | | | Feature safe: yes
* - Update to 2012.03.25sunpoet2012-03-264-6/+6
| | | | Feature safe: yes
* Pystache is a Python implementation of Mustache.rm2012-03-264-0/+31
| | | | | | | | | | | Inspired by ctemplate and et, Mustache is a framework-agnostic way to render logic-free views. WWW: https://github.com/defunkt/pystache PR: 166314 Submitted by: Grzegorz Blach <magik@roorback.net> Feature safe: yes
* Import patch from Debian that backports the fix for CVE-2012-0037 from 2.0.7.rakuco2012-03-263-11/+411
| | | | | | | | | | This patch also happens to contain the curl fix in patch-src_raptor_internal.h, which has thus been removed. Bump PORTREVISION. Security: CVE-2012-0037 Feature safe: yes
* Update to 2.0.7.rakuco2012-03-253-3/+4
| | | | | | | | | Among other bits, this also fixes CVE-2012-0037. Full release notes can be seen in <http://librdf.org/raptor/RELEASE.html#rel2_0_7>. Feature safe: yes
* Update mdocml to 1.12.1uqs2012-03-244-5/+20
| | | | | Approved by: beat (mentor) Feature safe: yes
* - Update mirror URL on my portszi2012-03-231-1/+1
| | | | Feature safe: yes
* Update to 1.0.1mm2012-03-232-3/+3
| | | | Feature safe: yes
* - Update to 0.110culot2012-03-232-4/+4
| | | | | Changes: http://search.cpan.org/dist/HTML-HTML5-Parser/Changes Feature safe: yes
* Update to 1.77skv2012-03-232-3/+3
| | | | | Changes: http://cpansearch.perl.org/src/SHLOMIF/XML-LibXSLT-1.77/Changes Feature safe: yes
* Update to 1.96skv2012-03-233-4/+8
| | | | | Changes: http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.96/Changes Feature safe: yes
* - Add missing *_DEPENDS [1]skv2012-03-231-4/+8
| | | | | | | | - pass maintainership to perl@ PR: ports/165892 [1] Submitted by: swills Feature safe: yes
* - Update to 0.27.2culot2012-03-222-3/+3
| | | | | Changes: http://search.cpan.org/dist/Sphinx-Search/Changes Feature safe: yes
* - Update to 20120321gabor2012-03-212-3/+3
| | | | | | | (Minor optimizations and support for pre-POSIX key format) Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com> Feature safe: yes