aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* - update libgd to 2.2.2dinoex2016-07-201-1/+1
| | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
* Update mandoc to 1.13.4uqs2016-07-193-6/+11
|
* When there is a do-install target, do not use a post-install target, domat2016-07-191-3/+1
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* Update textproc/kibana45 to version 4.5.3.olgeni2016-07-193-105/+106
| | | | | | PR: 211193 Submitted by: olgeni Approved by: maintainer
* Update textproc/kibana41 to version 4.1.10.olgeni2016-07-192-3/+4
| | | | | | PR: 211192 Submitted by: olgeni Approved by: maintainer
* Invoke pytest from within desired python versionjbeich2016-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | When testing a port for a non-default python py.test may fail to find dependencies for default version because they weren't built e.g., $ make test PYTHON_VERSION=python3.5 -C devel/py-apscheduler [...] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 319, in _importconftest mod = conftestpath.pyimport() File "/usr/local/lib/python3.5/site-packages/py/_path/local.py", line 650, in pyimport __import__(modname) File "/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py", line 8, in <module> from apscheduler.job import Job File "/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/apscheduler/job.py", line 4, in <module> import six ImportError: No module named 'six' ERROR: could not load /usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py Approved by: portmgr blanket
* - Update to 1.0.0tota2016-07-182-7/+9
| | | | - Fix LICENSE section
* Update textproc/elixir-ex_doc to version 0.13.0.olgeni2016-07-183-10/+10
|
* Update to 20160702 snapshotjlaffaye2016-07-183-29/+261
| | | | | PR: 210976 Submitted by: cs
* USES=python is correct way to define test dependencypawel2016-07-171-5/+2
| | | | Reported by: adamw
* - Update to version 0.26.1 [1]pawel2016-07-173-4/+13
| | | | | | | - Parametrize port version in pkg-plist PR: 211156 [1] Submitted by: Tobias Kortkamp (maintainer) [1]
* Chase r418633 by removing the PERL dependant files from the plist.tcberner2016-07-161-36/+0
| | | | Approved by: rakuco (mentor)
* textproc/redland-bindings perl-binding has been brokentcberner2016-07-161-5/+2
| | | | | | | | | | | | | | | for a long time. As there are no bug reports concering it -- and therefore no users, simply remove it, rather than investing time to fix it. It does not build with at least perl-5.20. 1) it #udefs bool in CORE_wrap.c and then has issues with bool not being defined... ==> we could just remove the #undef similar to patch-SAML_wrap.c of security/p5-Net-SaML introduced in pr 194865 . 2) it fails to link against -lperl as /usr/local/lib/perl5/5.20/mach/CORE is not passed to the linker. Approved by: rakuco (mentor)
* New port: textproc/py-guess-languagepi2016-07-164-0/+29
| | | | | | | | | | | | | Attempts to determine the natural language of a selection of Unicode (utf-8) text. Based on guesslanguage.cpp by Jacob R Rideout for KDE which itself is based on Language::Guess by Maciej Ceglowski. Detects over 60 languages, all languages listed in the trigrams directory plus Japanese, Chinese, Korean and Greek. WWW: https://pypi.python.org/pypi/guess-language PR: 211058 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
* New port: textproc/py-esmrepi2016-07-164-0/+30
| | | | | | | | | | Modules used to accelerate execution of a large collection of regular expressions using the Aho-Corasick algorithms. WWW: https://pypi.python.org/pypi/esmre PR: 211057 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
* Update to 0.9.3antoine2016-07-142-4/+4
|
* Update pkg-messagepawel2016-07-131-4/+0
| | | | | | | | The check for the minimum Zsh version is built in to the port and there is no need to specify DATADIR, since it's already substituted in the message. PR: 210930 Submitted by: maintainer
* Set NO_ARCH=yes.rakuco2016-07-121-0/+2
| | | | | | | | The port only installs an Emacs Lisp file. PR: 210962 Approved by: olgeni (maintainer) MFH: 2016Q3
* Update to version 1.0.3pawel2016-07-122-3/+4
| | | | | | | | Changelog: https://github.com/xijo/reverse_markdown/blob/master/CHANGELOG.md PR: 210949 Submitted by: maintainer
* - Update to version 20160708, add NO_ARCH [1]pawel2016-07-114-8/+11
| | | | | | | - Fix spelling PR: 210930 [1] Submitted by: maintainer [1]
* - Update to 0.76wen2016-07-102-4/+4
| | | | Changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.76/Changes
* Update to 2.2.0.tijl2016-07-086-922/+6
| | | | | PR: 210531 Approved by: maintainer timeout (2 weeks)
* Fix distinfo after r418169bapt2016-07-081-2/+10
| | | | | | PR: 210896 Submitted by: lightside@gmx.com Pointyhat to: bapt
* Update textproc/elixir-earmark version 1.0.olgeni2016-07-073-3/+30
|
* Update to 0.3.8bapt2016-07-073-4/+5
|
* Update to 1.3.4bapt2016-07-072-3/+4
|
* Update to 2016.06.26bapt2016-07-072-15/+8
|
* Bump PORTREVISION for the icu revert.mat2016-07-079-9/+9
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-069-7/+9
|
* - Update to 3.3.6amdmi32016-07-063-9/+10
| | | | | | PR: 210403 Submitted by: max@kostikov.co Approved by: maintainer timeout (nivit, 2 weeks)
* - Update to 3.3.6amdmi32016-07-063-12/+19
| | | | | | PR: 210402 Submitted by: max@kostikov.co Approved by: maintainer timeout (nivit, 2 weeks)
* Update to 0.75.mat2016-07-052-4/+9
| | | | Sponsored by: Absolight
* Update to 0.9010.mat2016-07-052-3/+4
| | | | Sponsored by: Absolight
* Remove duplicate port py-dbfantoine2016-07-055-34/+1
| | | | Reported by: pkg-fallout
* Remove expired ports without open PRs:rene2016-07-0549-1000/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* textproc/py-xlwt: 0.7.5 -> 1.1.2pi2016-07-052-4/+5
| | | | | | | | - now supports python3 up to 3.5 PR: 210768 Changes: http://xlwt.readthedocs.io/en/latest/changes.html Approved by: dikshie@sfc.wide.ad.jp (maintainer)
* csvkit is a suite of command-line tools for converting to and workingmatthew2016-07-056-0/+66
| | | | with CSV, the king of tabular file formats.
* agate-excel adds read support for Excel files (xls and xlsx) to agate.matthew2016-07-044-0/+30
| | | | WWW: http://agate-excel.rtfd.org/
* agate-dbf adds read support for dbf files to agatematthew2016-07-044-0/+29
| | | | WWW: http://agate-dbf.rtfd.org/
* Pure python package for reading/writing dBase, FoxPro, and Visualmatthew2016-07-044-0/+33
| | | | | | | | | | FoxPro .dbf files (including memos) Currently supports dBase III, Clipper, FoxPro, and Visual FoxPro tables. Text is returned as unicode, and codepage settings in tables are honored. Memos and Null fields are supported. WWW: https://pypi.python.org/pypi/dbf
* agate is a Python data analysis library that is optimized for humansmatthew2016-07-044-0/+37
| | | | | | | | | instead of machines. It is an alternative to numpy and pandas that solves real-world problems with readable code. agate was previously known as journalism. WWW: http://agate.rtfd.org/
* Python flexible slugify functionmatthew2016-07-044-0/+35
| | | | WWW: https://pypi.python.org/pypi/awesome-slugify
* textproc/py-xlrd: 0.9.3 -> 1.0.0pi2016-07-032-4/+6
| | | | | | | | - add LICENSE PR: 209550 Submitted by: matthew Approved by: dikshie@sfc.wide.ad.jp (maintainer timeout)
* textproc/py-xlrd: Allow concurrent installspi2016-07-031-1/+2
| | | | | | | | - Add USE_PYTHON=concurrent PR: 209689 Submitted by: John W. O'Brien <john@saltant.com> Approved by: dikshie@sfc.wide.ad.jp (maintainer)
* @xmlcatmgr is already adding the argument in the package file list, nobapt2016-07-011-2/+1
| | | | | | need to have it twice. No bump given pkg will already filter this by itself
* Register the catalog, otherwise, it's not really usable.mat2016-07-011-2/+3
| | | | Sponsored by: Absolight
* textproc/expat2: Patch vulnerabilityfeld2016-07-012-1/+27
| | | | | | | | | This patch resolves a vulnerability that may still exist due to compiler optimizations. The previous patches for CVE-2015-1283 and CVE-2015-2716 may not work as intended in some situations. MFH: 2016Q2 Security: CVE-2016-4472
* Convert a couple ports that use both _CMAKE_ON and _CMAKE_OFF to _CMAKE_BOOL.adamw2016-07-011-8/+4
| | | | Use options helpers all the way in math/carve, because I couldn't help myself.
* textproc/libucl: Fix builds with multiple lua versions installedkoobs2016-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | The LUA_{LIB,INC}DIR variables point to the default Lua version specified in ports (in this case 5.2) or by the user. When multiple versions of Lua are installed (in this case 5.2 and 5.3), libucl's ./configure auto-detects Lua 5.3 (or perhaps the latest version available), which is a mismatch against those in the provided include/library paths: checking for a Lua interpreter with version >= 5.1... lua53 <-- detected checking for lua53... /usr/local/bin/lua53 checking for lua53 version... 5.3 ... checking for Lua header version... 5.2 <-- Passed by LUA_INCDIR checking if Lua header version matches 5.3... no This change explicitly specifies the version of the Lua interpreter we want to use, which appears to sufficienty influence the behaviour of the ./configure macros. PR: 209887 Reported by: olgeni MFH: 2016Q2
* textproc/docbook-xls-ns: Fix stage QAmarino2016-06-301-0/+3
| | | | | | | | | | | Fix this error: ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: share/xsl/docbook-ns/svn-commit.tmp No revbump is necessary because the extra file is unwanted and wasn't packaged. This allows stage QA checks to pass approved by: just-fix-it
* - Pass maintainership to submitterwen2016-06-301-1/+1
| | | | | PR: 210713 Submitted by: jharris@widomaker.com
* Update textproc/erlang-edown to version 0.8.1.olgeni2016-06-292-3/+4
|
* Convert USE_PHP*=yes into USES=php*mat2016-06-2816-57/+21
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* - Update to 1.32jadawin2016-06-283-4/+5
|
* Reset ports maintained by horia@racoviceanu.com.rakuco2016-06-285-5/+5
| | | | | | | | | | | | | The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980
* Update bibtool to 2.65johans2016-06-282-3/+4
|
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-286-6/+6
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* Remove expired port:rene2016-06-286-11846/+0
| | | | 2016-06-27 textproc/kibana42: not actively supported - use kibana 4.5 (textproc/kibana45) instead
* - Remove duplicate portcpm2016-06-274-57/+0
| | | | | | Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6972
* - Update to 1.4.2sunpoet2016-06-272-3/+5
| | | | | | | - Add LICENSE_FILE Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md https://github.com/premailer/css_parser/commits/master
* - Update to 4.0.0sunpoet2016-06-272-3/+4
| | | | Changes: https://github.com/cucumber/gherkin/blob/master/CHANGELOG.md
* - Update to 0.95sunpoet2016-06-273-4/+6
| | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
* - Upgrade to 2.3.2thierry2016-06-263-4/+92
| | | | | | Changelog at https://cran.r-project.org/web/packages/R2HTML/NEWS - Switch to a fixed plist.
* Update to 2.7.6-21.el6_8.1.tijl2016-06-263-15/+15
|
* Make MAKE_JOBS_UNSAFE, tries to use stuff before building them, for example:mat2016-06-261-2/+3
| | | | | | | | | /wrkdirs/usr/ports/textproc/groff/work/groff-1.22.2/src/devices/gropdf/pdfmom: not found gmake[3]: *** [Makefile.sub:117: examples/letter.pdf] Error 127 While there, remove the bsd.port.pre/post inclusion. Sponsored by: Absolight
* New port: textproc/py-beautifulsoup4cpm2016-06-254-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping. Three features make it powerful: Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. It doesn't take much code to write an application. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't detect one. Then you just have to specify the original encoding. Beautiful Soup sits on top of popular Python parsers like lxml and html5lib, allowing you to try out different parsing strategies or trade speed for flexibility. WWW: https://www.crummy.com/software/BeautifulSoup/ Submitted by: me Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D6937
* Update to 2.106.adamw2016-06-252-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/XML-LibXML
* - Update to 1.7amdmi32016-06-244-12/+19
| | | | | PR: 210006 Submitted by: ybungalobill@gmail.com (maintainer)
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵tz2016-06-236-6/+6
| | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor)
* - Update to 1.4.4kmoore2016-06-222-3/+4
| | | | PR: 209878
* Update to 0.37.mat2016-06-212-3/+4
| | | | Sponsored by: Absolight
* Update to 2.0125.mat2016-06-212-3/+4
| | | | Sponsored by: Absolight
* Update to 0.74.mat2016-06-212-3/+4
| | | | Sponsored by: Absolight
* Update to 1.206.mat2016-06-212-3/+4
| | | | Sponsored by: Absolight
* Update to 2.028.mat2016-06-212-3/+4
| | | | Sponsored by: Absolight
* Update to 1.34.mat2016-06-212-3/+4
| | | | Sponsored by: Absolight
* textproc/libxslt: Update to 1.1.29feld2016-06-215-58/+6
| | | | | | | | | | | | | | | Changelog: https://git.gnome.org/browse/libxslt/commit/NEWS?id=9a1b3ddf6034aa2f6a30b4b7ea4bfc3c4037cd58 Absent from the Changelog are the CVEs Google discovered, CVE-2016-1683 and CVE-2016-1684. This library needs to be updated to ensure www/chromium is no longer vulnerable to these CVEs. Additionally the changelog notes a fix for CVE-2015-7995, but we solved that previously with a patch to the port. PR: 210298 MFH: 2016Q2 Security: CVE-2016-1683 Security: CVE-2016-1684
* Update Linux ports to Centos 6.8.tijl2016-06-217-34/+38
| | | | | | PR: 210373 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D6891
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-215-24/+26
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* textproc/rubygem-gitlab-grit: make it work with rubygem-mime-types againtz2016-06-212-0/+12
| | | | | | The update of misc/rubygem-mime-types break this port, because it is not allowed to work with mime-types version >= 3. I removed this limitation since the port works fine with newer version of mime-types. Approved by: swills (mentor)
* Update to version 3.16.1pawel2016-06-192-3/+4
| | | | | | | | | Changelog: * Fix regression in support for file comparisons from pipes * Add open build service directories to the version control filter * Add darcs to list of loaded plugins * Fix the dark style * Windows build fixes
* Remove unnecessary evals that do-fetch was using.mat2016-06-193-6/+6
| | | | | | | | | | | | | | | | | | | Turns out that env(1) knows how to parse a properly quoted string using -S "string", it makes the double eval used for the fetch command to be unnecessary. This is because running: eval "foo $(escape $bar)" is silly when this works: foo $bar So remove escaping and quoting, and sillyness. PR: 210198 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6779
* Update to 0.9.2antoine2016-06-182-4/+4
|
* Update textproc/elixir-ex_doc to version 0.12.0.olgeni2016-06-164-15/+7
|
* - Fix JAVAJARDIR/JAVALIBDIR misuseamdmi32016-06-142-6/+9
| | | | | | - Add NO_ARCH - Switch to options helpers - Regenerate patches with `make makepatch`
* Fix build when DOCS=on.hrs2016-06-135-16/+24
|
* textproc/clucene-qt5: deprecate, removal on 2016-08-11pi2016-06-121-0/+3
| | | | | | | | | | | | | We will merge the clucene-qt5 (package: qt5-clucene) with the qt5-help port in order to simplify building Qt 5 and its dependencies. clucene-qt5 is only required by qt5-help anyway, so there is no real need to keep it split off. Qt 5.7 ports will have those two ports merged and the clucene-qt5 port will expire with Qt 5.7 ports. PR: 210202 Submitted by: Ralf Nolden <nolden@kde.org> (kde)
* Fix build.hrs2016-06-111-1/+1
|
* - Use Github to fetch the distfile.hrs2016-06-1114-405/+615
| | | | - Split library part of textproc/xmlroff into textproc/libfo.
* textproc/groonga: Update version 6.0.1=>6.0.4bofh2016-06-103-9/+23
|
* Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.orgtz2016-06-101-1/+1
| | | | Approved by: junovitch (mentor)
* lang/asis: Upgrade version 2015 => 2016marino2016-06-101-1/+1
| | | | Bump ports that depend on ASIS as well.
* textproc/templates-parser: Upgrade version 11.10.0.0 => 17.0.0marino2016-06-104-19/+18
| | | | | | There was a numbering scheme change where 11.10 jumped to 17.0, and there is an associated soname change. The ports that depend on the templates parser have been bumped accordingly.
* devel/gprbuild: Upgrade version 20150506 => 20160609marino2016-06-101-1/+2
| | | | | | | | | | | | | | | | | | GPRBuild build is now hosted on github, so we can move away from the yearly releases and update more frequently. Unfortunately the docs makefile is currently broken so docs are disabled currently. When they come back, only txt and html docs will be supported. This new version detected a missing reference in the template-parser port so that port has been fixed and the downstream ports bumped accordingly. It also discovered an interface specification issue in a designer example of qtada. I spent a few minutes trying to fix/workaround it, but ultimately marked it broken. I will also deprecate the port because it no development has occurred since the port was created, and it's not even based on a real release. We'll see if anybody cares (3 month deprecation).
* textproc/xmlada: Upgrade version 4.6.0.0 => 17.0.0 (scheme change)marino2016-06-095-58/+539
| | | | | | The numbering scheme changed to presumably match years (e.g. 17 => 2017) Bump everything with a build dependency as there is a matching soname change. Everything still builds on a DF exp-run.
* textproc/expat2: address two CVEs reported by upstreamjunovitch2016-06-092-0/+135
| | | | | | | | | | PR: 210155 Reported by: Sebastian Pipping <sebastian@pipping.org> Approved by: ports-secteam (with hat) Security: CVE-2012-6702 Security: CVE-2016-5300 Security: https://vuxml.FreeBSD.org/freebsd/c9c252f5-2def-11e6-ae88-002590263bf5.html MFH: 2016Q2
* Update to 2.0.6matthew2016-06-082-4/+4
| | | | ChangeLog: https://github.com/olemb/dbfread/blob/master/docs/changes.rst
* Update to bibtool 2.64johans2016-06-082-4/+4
|
* - Update to 1.8olivierd2016-06-072-4/+6
| | | | - Add NO_ARCH
* Remove unneeded usage of:mat2016-06-061-2/+1
| | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight
* Add missing 32bit distfiles.tijl2016-06-061-0/+2
|
* Update to 2.7.6-20.el6_7.1.tijl2016-06-063-13/+12
|
* - Add NO_ARCHamdmi32016-06-051-11/+10
| | | | | - Switch to options helpers - Simplify installation
* - Add LICENSE_FILEcpm2016-06-053-3/+12
| | | | | | | | | | | | | - Add NO_ARCH - Fix RUN_DEPENDS - Add TEST_DEPENDS and include a do-test target - Update MAINTAINER to my @FreeBSD.org address - Update WWW in pkg-descr - Bump PORTREVISION Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D6700
* Update to 0.8.9antoine2016-06-042-3/+4
|
* Deprecate ports broken for more than 6 monthsantoine2016-06-0411-0/+22
|
* - Update to 5.2.1cpm2016-06-035-35/+13
| | | | | | | | | | | | | | | - Update LICENSE - Add LICENSE_FILE - Fix PORTDOCS - Use post-install-DOCS-on target - Remove .include <bsd.port.options.mk> line - Use do-test target instead regression-test - Remove unneeded patches - Update WWW in pkg-descr Reviewed by: amdmi3 (mentor) Approved by: sbz (maintainer) Differential Revision: D6549
* Github cleanup.mat2016-06-014-6/+8
| | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight
* - Update to 1.1.1tota2016-06-013-4/+5
| | | | - Update WWW: in pkg-descr
* textproc/rubygem-ox: create portswills2016-05-315-0/+49
| | | | | PR: 209708 Submitted by: mzaki@e-mail.ne.jp
* Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the basemat2016-05-304-2/+2
| | | | | | | | | README.pod is no longer manified into a README.3, as the README.pod is installed and can be read with perldoc, remove the README.3 files that may be generated. With hat: perl@ Sponsored by: Absolight
* Rename py-curator to conform to other elasticsearch port namesdvl2016-05-305-5/+6
| | | | | | While here, upgrade to 3.5.1 PR: 209033 Differential Revision: D6079
* - Update to 0.24sunpoet2016-05-292-4/+5
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Perl-Lint/Changes
* - Update to 2.03sunpoet2016-05-292-4/+7
| | | | Changes: http://search.cpan.org/dist/HTML-Packer/Changes
* - Update to 2.02sunpoet2016-05-292-3/+5
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/JavaScript-Packer/Changes
* - Update to 2.02sunpoet2016-05-292-3/+4
| | | | Changes: http://search.cpan.org/dist/CSS-Packer/Changes
* Update WWW.nobutaka2016-05-281-1/+1
| | | | | PR: 209192 Submitted by: raycherng@gmail.com
* devel/py-qt4-core cleanups in py-qt4-*pi2016-05-282-3/+3
| | | | | | | - Cleanup work on the py-qt4 ports, leading to a reduced runtime footprint. PR: 209283 Submitted by: groot@kde.org (kde), rakuco
* - install the 'wordbreaker' programmatthew2016-05-283-31/+28
| | | | | | - install the example minimum configuration file - use OPTION dependent targets for DOCS, EXAMPLES - always install man pages, irrespective of the DOCS option
* devel/msgpack: 1.1.0 -> 1.4.2pi2016-05-281-1/+2
| | | | | | | | | | Changes: https://github.com/msgpack/msgpack-c/blob/master/CHANGELOG.md - dependent ports PORTREVISION bump because name of shared library changed PR: 209474 Submitted by: Yuri Victorovich <yuri@rawbw.com> Reviewed by: swills
* - Update to 7.0amdmi32016-05-282-4/+5
| | | | | PR: 209783 Submitted by: takefu@airport.fm (maintainer)
* textproc/py-parsimonious: NEW PORT - PEGs based parser in Pythonrobak2016-05-261-0/+1
| | | | - Add missing textproc/Makefile in 415899 commit
* textproc/py-parsimonious: NEW PORT - PEGs based parser in Pythonrobak2016-05-263-0/+30
| | | | | | | | | | | | | | Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure Python and the most usable. It's based on parsing expression grammars (PEGs), which means you feed it a simplified sort of EBNF notation. Parsimonious was designed to undergird a MediaWiki parser that wouldn't take 5 seconds or a GB of RAM to do one page, but it's applicable to all sorts of languages. WWW: https://pypi.python.org/pypi/parsimonious PR: 209732 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-265-5/+5
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* - Update to 2016.05.22sunpoet2016-05-262-4/+4
|
* - Update to 2016.05.22sunpoet2016-05-262-4/+4
|
* Fix typo in pkg-descr: langauges -> languages.gerald2016-05-262-2/+2
| | | | Approved by: portmgr (blanket)
* Remove useless WRKSRC definitions.mat2016-05-251-2/+0
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* - Mark BROKEN: does not build ("ValueError: too many values to unpack")amdmi32016-05-251-0/+2
| | | | | Reported by: pkg-fallout Approved by: portmgr blanket
* Add a new keywork xmlcatmgrbapt2016-05-2549-505/+249
| | | | | | | | | | It simplifies the handling of the XML and SMGL catalog It brings a big of consistency by always specifying the catalog path absolute instead of mixing absolute and relative path. The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D6539
* textproc/py-pysrt: update to 1.1.1wg2016-05-242-3/+4
|
* - Update to 0.9.12danilo2016-05-242-4/+4
|
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-244-4/+3
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-2427-27/+27
| | | | Approved by: portmgr blanket
* Update to b03c2c9.hrs2016-05-242-7/+6
|
* Cleanup some other NO_PACKAGE madness.mat2016-05-241-1/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 1.31jadawin2016-05-233-3/+21
|
* - Update to 1.302015sunpoet2016-05-231-1/+1
| | | | | | | | | - Use real PORTVERSION - Use CONFLICTS_INSTALL instead of CONFLICTS - Update CONFLICTS_INSTALL - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Simple/Changes
* - Fix LICENSEsunpoet2016-05-231-2/+2
| | | | - Update RUN_DEPENDS
* Reorganise and modernise the py-sqlalchemy ports.matthew2016-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches. - Deprecate the ports for the 0.6 and 0.7 release branches, as these have been declared EoL and are no longer supported by upstream. - Update to the latest available version in each branch. In detail: Port Version Maintainer ---------------------------------------------- py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1] py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1] py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1] py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908
* New port: textproc/py-numpydoccpm2016-05-224-0/+36
| | | | | | | | | | | | | Numpy's documentation uses several custom extensions to Sphinx. These are shipped in this numpydoc package, in case you want to make use of them in third-party projects. WWW: https://github.com/numpy/numpydoc Submitted by: cpm Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D6451
* textproc/consul-template: update to 0.14.0swills2016-05-212-81/+20
|
* textproc/p5-Algorithm-CheckDigits: update to 1.3.2swills2016-05-212-4/+4
|
* textproc/p5-Spreadsheet-Read: update to 0.64swills2016-05-212-3/+4
|
* Fix option helpers.mat2016-05-201-2/+2
| | | | Sponsored by: Absolight
* Fix build with Perl 5.25.mat2016-05-201-0/+20
| | | | | | | Braces should be escaped in regexps. With hat: perl@ Sponsored by: Absolight
* Fix build with Perl 5.25.mat2016-05-201-0/+11
| | | | | | | Braces should be escaped in regexps. With hat: perl@ Sponsored by: Absolight
* - Add LICENSEamdmi32016-05-201-2/+5
| | | | - Switch to options helpers
* textproc/expat2: update 2.1.0 -> 2.1.1junovitch2016-05-205-87/+760
| | | | | | | | | | | | - Update USES for new release format - Drop CVE-2015-1283 patch now included in this release - Add patch for CVE-2016-0718 PR: 209360 Submitted by: tijl Approved by: ports-secteam (with hat) Security: CVE-2016-0718 Security: https://vuxml.FreeBSD.org/freebsd/57b3aba7-1e25-11e6-8dd3-002590263bf5.html
* Add a new port textproc/rubygem-pretty-xmlbrd2016-05-204-0/+26
| | | | Approved by: swills (mentor)
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-196-8/+8
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-19180-503/+503
| | | | Approved by: portmgr blanket
* - Update to 2016.05.15sunpoet2016-05-192-3/+4
|
* - Update to 2016.05.15sunpoet2016-05-192-3/+4
|
* - Update to 0.90sunpoet2016-05-192-3/+4
| | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
* - No need to specify master site subdirectory when it's the same as defaultamdmi32016-05-182-2/+2
| | | | Approved by: portmgr blanket
* - Update to 160308[*]hrs2016-05-172-9/+8
| | | | | | | | | - Use DISTVERSION instead of PORTVERSION. - Remove CONFLICTS. - Define DOCS. Submitted by: pfg [*] PR: 209287 [*]
* Add py-dbfread 2.0.5, read DBF files, returning data as native Pythonmatthew2016-05-164-0/+31
| | | | objects.
* Upgrade from 4.0 to 4.0.1. According to the author's change-log,mi2016-05-164-6/+8
| | | | | | this incorporates "various bug-fixes". Notified by: portscout
* Update textproc/the_silver_searcher to version 0.32.0.olgeni2016-05-162-3/+4
|
* - Update to 2.4.1sunpoet2016-05-162-3/+3
| | | | Changes: https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md
* - Update to 4.8.5sunpoet2016-05-162-3/+3
| | | | Changes: https://github.com/github/linguist/releases
* - Update to 2.2.6sunpoet2016-05-162-3/+3
| | | | Changes: https://github.com/jekyll/jekyll-assets/commits/master
* update textproc/erlang-p1xml to 1.1.2farrokhi2016-05-152-3/+4
| | | | | | Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D6375
* - Add LICENSE_FILEamdmi32016-05-152-6/+3
| | | | | | - Remove unneeed CPP/LDFLAGS - Switch to options helpers - Don't needlessly install INSTALL file
* - Update to 1.4tota2016-05-142-3/+4
|
* Prevent collision with getline(3)bapt2016-05-141-0/+92
|
* - Update to 0.63amdmi32016-05-132-3/+3
|
* - Update to 1.4.1kmoore2016-05-122-5/+5
|
* Uodate to version 2.0.0skreuzer2016-05-122-3/+5
|
* - Update to 0.6tota2016-05-112-3/+3
|
* - Add LICENSEamdmi32016-05-111-13/+9
| | | | | - Add NO_ARCH - Switch to options helpers
* - Clarify LICENSEamdmi32016-05-111-11/+14
| | | | | - Add LICENSE_FILE - Switch to options helpers
* - Fix build with libc++ 3.8.0 by ignoring ETIME errno which does not exist ↵amdmi32016-05-111-0/+15
| | | | | | | on FreeBSD PR: 209101 Submitted by: dim@FreeBSD.org
* Update WWW.demon2016-05-101-1/+1
|
* Add multi instance support for boxes with more that 64Gb RAMtj2016-05-102-56/+96
|
* - Add PORTSCOUTsunpoet2016-05-101-0/+2
|
* textproc/libextractor: unbreak build with ffmpeg 3.0jbeich2016-05-082-1/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | thumbnailffmpeg_extractor.c:156:22: error: variable has incomplete type 'enum PixelFormat' enum PixelFormat src_pixfmt, ^ thumbnailffmpeg_extractor.c:212:40: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'? av_malloc (avpicture_get_size (PIX_FMT_RGB24, dst_width, dst_height)))) ^~~~~~~~~~~~~ thumbnailffmpeg_extractor.c:223:19: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'? PIX_FMT_RGB24, dst_width, dst_height); ^~~~~~~~~~~~~ thumbnailffmpeg_extractor.c:258:32: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'? encoder_codec_ctx->pix_fmt = PIX_FMT_RGB24; ^~~~~~~~~~~~~ thumbnailffmpeg_extractor.c:455:44: error: argument type 'enum PixelFormat' is incomplete frame->linesize, codec_ctx->pix_fmt, ^~~~~~~~~~~~~~~~~~ thumbnailffmpeg_extractor.c:630:44: error: argument type 'enum PixelFormat' is incomplete frame->linesize, codec_ctx->pix_fmt, ^~~~~~~~~~~~~~~~~~ PR: 209121 Reported by: antoine (via exp-run) Submitted by: Ben Woods <woodsb02@gmail.com> Obtained from: Debian
* - Update to 1.11.1sunpoet2016-05-072-3/+3
| | | | Changes: http://kramdown.gettalong.org/news.html
* - Update to 2.2.5sunpoet2016-05-072-5/+4
| | | | Changes: https://github.com/jekyll/jekyll-assets/commits/master
* - Update to 4.8.4sunpoet2016-05-072-3/+3
| | | | Changes: https://github.com/github/linguist/releases
* textproc/fop: 2.0 -> 2.1pi2016-05-064-30/+9
| | | | | | | | | | | | | | | | | Changes: - http://xmlgraphics.apache.org/fop/2.1/releaseNotes_2.1.html Add PreloaderRawPNG to handle images ImageIO cant Support Barcode4J page number Support CMYK JPEG in AFP Support IPD change on last page Support PDF/UA Support TrueType fonts in PCL Support TrueType fonts in AFP Support for PDF/A-3 PR: 209023 Submitted by: delphij Approved by: geoff@sea-incorporated.com (maintainer)
* Update to version 3.16.0pawel2016-05-053-19/+7
| | | | Changelog: https://git.gnome.org/browse/meld/tree/NEWS
* - Add LICENSEamdmi32016-05-041-2/+9
| | | | - Switch to options helpers
* Remove expired ports:rene2016-05-044-39/+0
| | | | | 2016-04-30 textproc/rubygem-gherkin3: Use textproc/rubygem-gherkin instead 2016-04-30 dns/odsclient: ODS shuts service down, so client is probably useless
* - Update to 2016.05.01sunpoet2016-05-032-3/+3
|
* - Update to 2016.05.01sunpoet2016-05-032-3/+3
|
* Update to 4.11arved2016-05-022-5/+5
| | | | | PR: 209090 Submitted by: maintainer
* Cotire compilation speedup fails with upcoming libc++ 3.8.0, so disable it.arved2016-05-023-17/+15
| | | | Reported by: dim@
* textproc/ibus: use python:2 instead of pythonpi2016-05-011-1/+1
| | | | | | PR: 208202 Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
* - Update to 0.9.6tota2016-05-012-4/+4
|
* Update to 0.8.5antoine2016-05-012-3/+3
|
* Update to 2.3.5antoine2016-05-012-3/+3
|
* Fix the build when libcheck is installed.flo2016-05-012-0/+8
| | | | | | | | | The switch to turn the detection off doesn't work, so remove the part from the Makefile. PR: 209060 Reported by: dewayne@heuristicsystems.com.au, w.schwarzenfeld@aon.at, Zhang Huangbin <zhb@iredmail.org>
* - Switch to new test frameworkamdmi32016-04-303-11/+11
| | | | | | - Don't uselessly install INSTALL file - Switch to options helpers - Regenerate patches with `make makepatch`
* textproc/irstlm: Fix build with libc++ 3.8.0pi2016-04-301-0/+10
| | | | | | PR: 209103 Submitted by: dim Approved by: demon
* Change Ada Framework foundation from gcc5-aux to gcc6-auxmarino2016-04-305-3/+5
| | | | | | | | | | | | | | | | GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile via the ADA_DEFAULT option in make.conf. Now that GCC 6 has been officially released, switch to it by default. People can maintain the old foundation by putting "ADA_DEFAULT=5" in /etc/make.conf. Libraries built by one GNAT are unusable by another, so almost every Ada port has been bumped as a result. Noticable exceptions are dns/ironsides which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which needs additional testing as it may require gcc5 on FreeBSD (DragonFly uses the LLVM backend only).
* - Update to 2.2.0sunpoet2016-04-302-7/+8
| | | | Changes: https://github.com/jekyll/jekyll-assets/commits/master
* Update textproc/elasticsearch-plugin-migration to version 1.18.olgeni2016-04-293-8/+5
|
* textproc/ruby-rdtool: remove unneeded USE_RAKEswills2016-04-281-1/+0
|
* - Add LICENSEamdmi32016-04-282-17/+21
| | | | | | | - Switch to USES=tar - Add NO_ARCH - Switch to options helpers - Pet portlint
* textproc/opentoken: Fix build with gcc6-auxmarino2016-04-281-0/+12
| | | | Submitted by: upstream maintainer (Stephen Leake)
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-28121-121/+121
|
* Do you have smaller Python projects that only need a README file forrene2016-04-284-0/+38
| | | | | | | | | | | | | | | | | documentation? Want to host your README on Read The Docs? sphinx-me is a BSD licensed tool that will create a Sphinx documentation shell for your project and include the README file as the documentation index. It handles extracting the required meta data such as the project name, author and version from your project for use in your Sphinx docs. Once you use sphinx-me to build your Sphinx docs, you can then add your project to the Read The Docs site and have your project's README hosted with an attractive Sphinx documentation theme. Your README file should be in a reStructuredText compatible format. WWW: https://github.com/stephenmcd/sphinx-me/
* create USES=gem and update rubygem- ports to use itswills2016-04-28121-255/+122
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* - Update to 1.0.2wen2016-04-272-3/+3
| | | | | PR: 209080 Submitted by: mose@gandi.net(maintainer)
* Update to GNU grep 2.25 (bugfix release)johans2016-04-272-3/+3
| | | | http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00010.html
* Update to 0.3.6-1.mat2016-04-262-4/+4
| | | | | | PR: 209052 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update textproc/elixir-ex_doc to version 0.11.5.olgeni2016-04-263-5/+5
|
* - Clarify LICENSEamdmi32016-04-265-15/+16
| | | | | | - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch`
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.mat2016-04-262-2/+2
| | | | | | | | | | | Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Update to 0.7.2olivierd2016-04-262-3/+4
|
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-261-1/+1
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Don't lie about having a configure script.mat2016-04-251-1/+0
| | | | | Reported by: antoine Sponsored by: Absolight
* - Genshi does not yet have a released version supporting Python 3.x,nivit2016-04-251-1/+3
| | | | | | | | and it doesn't build with Python 3. So build it with Python 2 only. [1] - Add NO_ARCH PR: 205848 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> [1]
* - Update to 2.1.3nivit2016-04-252-3/+4
| | | | | | | - Add NO_ARCH PR: 208752 Submitted by: olivierd
* - Update to 2016.04.24sunpoet2016-04-252-3/+3
|
* - Update to 2016.04.24sunpoet2016-04-252-3/+3
|
* - Update to 1.20sunpoet2016-04-252-6/+7
| | | | | | | - Fix *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Pod-Spell/Changes
* - Update to 0.300.2sunpoet2016-04-252-5/+4
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/LaTeX-Driver/Changes
* - Update to 1.01sunpoet2016-04-253-5/+14
| | | | Changes: http://search.cpan.org/dist/Validator-Custom/Changes
* Update to 2016.4.2.vanilla2016-04-252-3/+3
|
* - Update to 0.9.71lme2016-04-245-46/+43
| | | | | | | | - Build DOCS with dvipsk PR: 208983 Submitted by: maintainer Sponsored by: Essen Linuxhotel Hackathon 2016
* Fix up shipped catalog.xml to use the -flat.dtd.mandree2016-04-242-1/+2
| | | | Bump PORTREVISION so that this change gets picked up.
* Claim and update to 2010-11-23.mandree2016-04-243-12/+14
|
* textproc/ruby-rttool: convert to USES=shebangfixswills2016-04-241-1/+3
|
* textproc/ruby-rss: convert to USES=shebangfixswills2016-04-241-2/+3
|
* - update to 0.11.4flo2016-04-235-12/+10
| | | | | | - regenerate patches with makepatch Sponsored by: Essen Linuxhotel Hackathon 2016
* - Update to 2.8.1sunpoet2016-04-232-4/+4
| | | | Changes: https://github.com/gitlabhq/grit/blob/master/History.txt
* Move lang/go/files/bsd.go.mk to USES=go.mat2016-04-223-9/+6
| | | | | | Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6057
* many ports: mark broken on powerpc64swills2016-04-2220-0/+40
|
* Sort plist.adamw2016-04-211-10/+10
|
* Update to 0.72.adamw2016-04-212-10/+8
| | | | | | Just strip stuff without chmod'ing first. Changes: https://metacpan.org/changes/distribution/Text-BibTeX
* - Update to 2.8.0sunpoet2016-04-212-5/+4
| | | | Changes: https://github.com/gitlabhq/grit/blob/master/History.txt
* Update to 2.7.2 release.ale2016-04-202-5/+6
| | | | | PR: 206691 Submitted by: mi
* - Update to 0.5.1sunpoet2016-04-192-3/+3
| | | | Changes: https://github.com/jekyll/jekyll-feed/blob/master/History.markdown
* Turn the TRANSLATOR option on by default. This adds the PO translationwblock2016-04-191-2/+2
| | | | | | tools without adding much overhead. Approved by: mat
* - Update to 2016.04.17sunpoet2016-04-192-3/+3
|
* - Update to 2016.04.17sunpoet2016-04-192-3/+3
|
* - Update to 0.13sunpoet2016-04-192-4/+5
| | | | | | | - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Text-Aligner/Changes
* - Update to 2.1.0olivierd2016-04-195-17/+29
| | | | | | | | | - Switch to GitHub host - Add LICENSE* blob PR: 208780 (based on, upgrade to 2.0.1) Submitted by: myself Approved by: <buganini@gmail.com> (maintainer)
* textproc/apache-poi: 3.10.1 -> 3.14pi2016-04-182-7/+7
| | | | | | | | | | | | | | | | | | | | | | Changes: http://poi.apache.org/changes.html - Fix for CVE-2014-3574 - Common: New version of ooxml-schema and ooxml-security jars which are linked to custom safe type loader - Common: OPC relation fix for multiple same named ids (#54916) - Common: Update third-party dependencies: commons-logging, commons-codec, xmlsec, bouncycastle - Excel: Allow to set multiple cell style properties at once (#58633) - Excel: Add API for inserting ignored warnings into XSSF sheets. This can be used e.g. to suppress 'number stored as text' warnings. (#56892) - Powerpoint: unify hyperlink handling - HSLF: various fixes for parsing and rendering - WMF: new API for WMF parsing and rendering (for Powerpoint) - XWPF: various fixes for handling paragraphs and tables PR: 207934 MFH: 2016Q2 Submitted by: pfg
* - Update to 0.89sunpoet2016-04-182-3/+3
| | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
* Update to 2.5.1.marcus2016-04-183-15/+5
|
* - Remove USE_RAKEsunpoet2016-04-171-2/+0
|
* - Update to 0.48.0sunpoet2016-04-172-3/+3
| | | | Changes: https://github.com/brigade/scss-lint/blob/master/CHANGELOG.md
* - Update to 4.8.3sunpoet2016-04-172-3/+3
| | | | Changes: https://github.com/github/linguist/releases
* - Update to 3-8-0danilo2016-04-162-4/+4
|
* - Update to 2.1.3sunpoet2016-04-162-3/+3
| | | | Changes: https://github.com/jekyll/jekyll-assets/commits/master
* - Update to 1.36sunpoet2016-04-162-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-XPath/Changes