aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* Remove BROKEN on Tier-2 systems statements which no longer true at leastdanfe2015-09-201-4/+0
| | | | | | | on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago.
* - Update to 1.3wen2015-09-193-15/+28
| | | | | PR: 201853 Submitted by: tkato432@yahoo.com
* - Update to 2.024wen2015-09-192-3/+4
| | | | | Changes: http://cpansearch.perl.org/src/SSIMMS/PDF-API2-2.024/Changes - Add NO_ARCH=yes
* Make all GNUstep ports install into the System domain so that the Local ↵theraven2015-09-1910-115/+115
| | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
* A Sphinx extension to literally insert the output of arbitrary commands intofeld2015-09-194-0/+27
| | | | | | | | | documents, helping you to keep your command examples up to date. WWW: http://sphinxcontrib-programoutput.readthedocs.org/ PR: 203190 Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
* - Update to 2.1.0sunpoet2015-09-182-4/+3
| | | | Changes: http://deveiate.org/code/linguistics/History_rdoc.html
* textproc/smi: respect *FLAGS and fix LICENSEjbeich2015-09-181-11/+9
| | | | | | | | | - Replace vendor Makefile with a virtual one based on bsd.prog.mk to avoid too much patching despite simplicity [1] - No BSD2CLAUSE license or any mention of it within the distfile [2] PR: 203137 [1], 203138 [2] Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
* - Update to 1.0.13sunpoet2015-09-183-4/+4
| | | | | | - Update WWW Changes: https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md
* - Update to 1.0.13sunpoet2015-09-182-3/+3
| | | | Changes: https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md
* - Update to 1.0.13sunpoet2015-09-182-3/+3
| | | | Changes: https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md
* - Add NO_ARCHsunpoet2015-09-182-1/+2
| | | | - Sort PLIST
* - Add NO_ARCHsunpoet2015-09-182-1/+2
| | | | - Sort PLIST
* - Update to 6.0.3sunpoet2015-09-182-3/+3
| | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
* - Add NO_ARCHsunpoet2015-09-182-2/+3
| | | | - Sort PLIST
* - Add NO_ARCHsunpoet2015-09-182-2/+3
| | | | - Sort PLIST
* textproc/py-xml: remove portrm2015-09-167-119/+0
| | | | | | | | | | | | | | This package has been included into python standard library since python 2.2 or 2.0, but some of our ports used apis not available in stock python xml package. Now all the issue are fixed and we can finally remove this port. It is dead upstream and because of it's invasive nature it may break innocent ports while installed (there were known issues for Eric and Docutils), so it was removed in most distributions years ago. There is comprehensive summary on reasons why PyXML was removed at Fedora Project [1]. The same reasons are also applicable to our tree. [1] https://fedoraproject.org/wiki/Features/RemovePyXML
* Update the Qt4 ports to 4.8.7.rakuco2015-09-163-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to upstream, this is the last planned Qt4 release. A list of changes since 4.8.6 can be found here: <http://download.qt.io/official_releases/qt/4.8/4.8.7/changes-4.8.7> Porting notes and changes: - Remove several patches that have been upstreamed. - Make Uses/qmake.mk pass the contents of LIBS to the qmake environment. [1] - Repurpose devel/qt4/files/extrapatch-src-corelib-global-qglobal.h now the original patch is part of the release (curiously enough, the original patch was never actually used, as the ?= assignment in r362837 after r362770 was never possible). This works around the way compiler support for C++11 features is detected in Qt 4.8.7: while it originally only uses the compiler to determine if something is supported or not, the initializer lists feature also depends on the C++ standard library being used. It's a problem in FreeBSD 9.x, where USES=compiler:c++0x or USES=compiler:c++11-lang means we will use clang to build a port but use libstdc++ from base (GCC 4.2). The latter obviously does not support initializer lists, and the build fails because Qt tries to include headers that do not exist (<initializer_list>). Since detecting libstdc++'s version is not trivial (we need to include a non-lightweight header like cstdio and then check for __GLIBCXX__), we just enable Q_COMPILER_INITIALIZER_LISTS support only when libc++ is used (there should be no reason for someone to be using clang with GCC 4.8's libstdc++, for example). x11/kdelibs4's FindQt4.cmake had to include a backported change from the upstream FindQt4.cmake in CMake itself to use a C++ compiler to detect flags like Q_WS_X11, otherwise the inclusion of <ciso646> in qglobal.h makes the build fail. This patch contains changes by me, makc@ and alonso@. PR: 202552 [1] PR: 202808 [exp-run] Submitted by: pawel@ [1]
* - Switch to USES=libedit as suggested by stage-qaamdmi32015-09-161-2/+2
| | | | Approved by: portmgr blanket
* - Update to 2015.09.13sunpoet2015-09-152-3/+3
|
* - Update to 2015.09.13sunpoet2015-09-152-3/+3
|
* - Update to 2015.09.13sunpoet2015-09-152-3/+3
|
* - Update to 1.0.6sunpoet2015-09-152-4/+3
| | | | Changes: http://scm.ywesee.com/?p=spreadsheet/.git;f=History.md;hb=HEAD
* textproc/smi: Remove PREFIX and MANPREFIX edits inherited through MAKE_ENVjunovitch2015-09-151-4/+2
| | | | | PR: 196224 Reported by: jbeich
* textproc/py-xmltools: remove portrm2015-09-155-43/+0
| | | | | | Remove port that was marked BROKEN for [almost] six months, because of LOGILAB has gone (read "fetch failed"). It was the last consumer of textproc/py-xml.
* Make it so that the default Perl is always called perl5.mat2015-09-1494-527/+528
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* - Update to 3-6-13danilo2015-09-142-3/+3
|
* Use wxGTK3bapt2015-09-141-2/+2
|
* Upgrade port, change upstream reference to githubrodrigo2015-09-143-6/+9
| | | | PR: 203005
* Upgrade to version 0.9.0.olgeni2015-09-133-12/+11
|
* - Update to 0.3.5wen2015-09-133-14/+15
| | | | | | | - Improve pkg-descr PR: 202857 Submitted by: tkato432@yahoo.com
* - Update to 6.0.2sunpoet2015-09-132-3/+3
| | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
* - Add rubygem-gherkin3 3.1.1sunpoet2015-09-134-0/+37
| | | | | | | | | | | | | | | | | Gherkin 3 is a parser and compiler for the Gherkin language. It is intended to replace Gherkin 2 and be used by all Cucumber implementations to parse .feature files. Gherkin 3 is currently implemented for the following platforms: - .NET (C#) - JVM (Java) - JavaScript (Browser or Node.js/IO.js) - Ruby (MRI, JRuby or any other Ruby implementation) - Go - Python WWW: https://github.com/cucumber/gherkin3
* This is a Sphinx extension for linking to wikipedia articles.kmoore2015-09-124-0/+35
| | | | WWW: https://github.com/quiver/sphinx-ext-wikipedia
* This is a Sphinx package for autonumbering figures. With numfig you cankmoore2015-09-125-0/+54
| | | | | | have numbered figures in your Sphinx documents and refer to them by number. WWW: https://bitbucket.org/arjones6/sphinx-numfig/wiki/Home
* - Add NO_ARCHamdmi32015-09-121-12/+12
| | | | | | | - Switch to options helpers - Don't install empty doc dirs Approved by: portmgr blanket
* - Add NO_ARCHamdmi32015-09-121-1/+2
| | | | | | - Don't install empty directories Approved by: portmgr blanket
* - Update to 1.04culot2015-09-112-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-Compile-Cache/ChangeLog
* - Add LICENSE_FILEamdmi32015-09-111-0/+5
| | | | | | | - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Add LICENSE_FILEamdmi32015-09-111-0/+6
| | | | | | | - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Add LICENSE_FILEamdmi32015-09-111-0/+5
| | | | | | - Fix shebangs Approved by: portmgr blanket
* Fix depends.kuriyama2015-09-101-1/+4
|
* - Update to 0.9.20131021wen2015-09-105-55/+9
| | | | | | | | | - Switch to USE_GITHUB - Add WWW PR: 202207 Submitted by: dereks@lifeofadishwasher.com Approved by: udvzsolt@gmail.com(maintainer)
* New Port: textproc/smijunovitch2015-09-104-0/+45
| | | | | | | | | | | | | | | | Smi is a Simple Markup Interpreter / filter for simplified Markup dialect. smi can be fed text in Markdown, and return HTML output. smi can be fed HTML, and return the markup translated to entities. I use smi as a filter for devel/cgit to parse the README.md files, returning HTML output. I am also using it to markup wiki pages, for a git backed wiki. The use cases are limited only by your imagination. WWW: http://BSDforge.com/projects/textproc/smi/ PR: 196224 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: pgollucci (mentor) Differential Revision: https://reviews.freebsd.org/D3569
* - use my full name in the "Created by:" field, suggested by danfe.loader2015-09-091-2/+2
| | | | | | | - update my email address to loader@FreeBSD.org. Approved by: danfe Differential Revision: https://reviews.freebsd.org/D3612
* Update to 3.3.7.tobez2015-09-092-4/+3
|
* - Fix shebangsamdmi32015-09-091-2/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Update to 0.862.tobez2015-09-092-3/+3
|
* - Fix *_DEPENDStj2015-09-092-70/+61
| | | | | | | | - Sort PLIST - Bump PORTREVISION for dependency change PR: 202953 Submitted by: sunpoet
* New Port: textproc/erlang-p1xml - Fast Expat based Erlang XML parsing libraryfarrokhi2015-09-095-0/+64
| | | | | Approved by: mat Differential Revision: https://reviews.freebsd.org/D3582
* Update to 2.2.10matthew2015-09-083-3/+4
|
* - Update to 2015.09.06sunpoet2015-09-082-3/+3
|
* - Update to 2015.09.06sunpoet2015-09-082-3/+3
|
* - Update to 2015.09.06sunpoet2015-09-082-3/+3
|
* - Update to 5.0.4sunpoet2015-09-082-5/+4
| | | | | | - Update RUN_DEPENDS: use newer rubygem-tilt Changes: https://github.com/rails/sass-rails/releases
* - Update to 4.5.15sunpoet2015-09-082-5/+5
| | | | Changes: https://github.com/github/linguist/releases
* - Update to 6.0.1sunpoet2015-09-082-3/+3
| | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
* - Fix *_DEPENDSsunpoet2015-09-082-25/+28
| | | | | | | - Add TEST_DEPENDS - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change
* Update to 2.00, and switch p5-File-Slurp dependency to p5-File-Slurper.adamw2015-09-082-5/+4
| | | | Changes: https://metacpan.org/changes/distribution/Pod-POM
* - Unbreak the build on big-endian architectures (particularly, on PowerPC)danfe2015-09-071-5/+8
| | | | | - Add `--disable-silent-rules' option to CONFIGURE_ARGS to help debugging - Simplify `tests' target and rename to our more standard `regression-test'
* Add php-mecab 0.5.0.20121209, PHP bindings of the MeCab.vanilla2015-09-074-0/+34
| | | | | PR: 202831 Submitted by: Gasol Wu <gasol.wu@gmail.com>
* Upgrade to version 0.31.0.olgeni2015-09-072-3/+3
|
* Update to 1.1.1.rakuco2015-09-063-4/+4
| | | | Submitted by: Adrian de Groot <groot@kde.org> via the kde@ mailing list
* - Add NO_ARCHamdmi32015-09-061-0/+1
|
* Update to 1.1.0.rakuco2015-09-053-4/+5
| | | | Actually done by alonso@ in our area51 experimental repository.
* Convert most ports using cloud.github.com to GHC.mat2015-09-051-2/+3
| | | | | | Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
* - Move textproc/ruby-xmlconfigfile to textproc/ruby-xml-configfilesunpoet2015-09-046-37/+35
| | | | | | | | | | - Add LICENSE - Convert to new options target helper - Add NO_ARCH - Use BROKEN_RUBY22 - Adjust DOCS - Bump PORTREVISION for package change - Pass maintainership to ruby@
* - Add LICENSEsunpoet2015-09-042-19/+15
| | | | | | | | - Convert to new options target helper - Use BROKEN_RUBY22 - Use single space after WWW: - Cosmetic change - Pass maintainership to ruby@
* - Add LICENSEsunpoet2015-09-041-15/+14
| | | | | | | | | - Use BROKEN_RUBY22 - Convert to new options target helper - Add NO_ARCH - Use CONFLICTS_INSTALL instead of CONFLICTS - Pet portlint: move *_DEPENDS upward - Fix indent
* - Add NO_ARCHsunpoet2015-09-041-20/+16
| | | | | - Use BROKEN_RUBY22 - Fix indent
* Uses/iconv.mk: Set iconv-related CMake variables.rakuco2015-09-035-110/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The way we deal with iconv in base and ports across different FreeBSD releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with a different prototype for iconv(3) and later versions have the right iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we must always use the libiconv port. This is why there are so many checks in Uses/iconv.mk: we need to know the situation we currently have in order to decide whether to pull iconv from converters/libiconv, whether to just use its header (and pull the library from base) or whether to use everything from base. r384038 adjusted several CMake-based ports, but did so in a way that was not very scalable and required a few intrusive patches to some ports. Most ports that have both USES=cmake and USES=iconv use variations of FindIconv.cmake that behave similarly. This change passes the header and library values we really want to use to CMake using the most common variable names, bypassing the calls to find_path() and find_library() that would sometimes end up finding the wrong file. The few ports that use different variable names have had their Makefiles adjusted (we manually pass the values we want via CMAKE_ARGS). Other changes: - chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we always want the version from ports because of USES=iconv:wchar_t. - editors/calligra: Explicitly use iconv:translit because Kexi needs it. - irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not be entirely removed because the check_library_exists() calls are wrong. Sent upstream: https://github.com/weechat/weechat/pull/513 - textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used. PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because their dependency list has changed in 10.2 and later as the ports version is always used now. PR: 202798 Reviewed by: antoine, tijl Approved by: portmgr (antoine)
* - Switch to options helpersamdmi32015-09-0320-98/+56
| | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket
* - Update to 1.13.0sunpoet2015-09-032-4/+3
| | | | Changes: https://github.com/twitter/twitter-text/commits/master
* - Update to 1.0.5sunpoet2015-09-032-3/+3
| | | | Changes: http://scm.ywesee.com/?p=spreadsheet/.git;f=History.md;hb=HEAD
* - Update to 2.0122sunpoet2015-09-032-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-LibXML/Changes
* Upgrade to 1.1.2.vanilla2015-09-022-3/+3
|
* - Update to 0.8tota2015-09-022-4/+4
|
* - Add NO_ARCHamdmi32015-09-021-0/+5
| | | | | | | - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Switch to options helpersamdmi32015-09-022-8/+4
| | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket
* Add Korean font support to the CJK option.wblock2015-09-011-2/+3
| | | | | | | PR: 202699 Submitted by: Hoyoung Kim <trig4800@gmail.com> Approved by: hrs, mat Differential Revision: https://reviews.freebsd.org/D3509
* - Switch to options helpersamdmi32015-09-011-5/+1
| | | | Approved by: portmgr blanket
* - Fix shebangsamdmi32015-09-011-0/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Update to 2015.08.30sunpoet2015-08-312-3/+3
|
* - Update to 2015.08.30sunpoet2015-08-312-3/+3
|
* - Update to 2015.08.30sunpoet2015-08-312-3/+3
|
* - Allow concurrent installation (USE_PYTHON=concurrent)sunpoet2015-08-311-2/+2
| | | | - Reword COMMENT
* Drop USES=iconv.rakuco2015-08-311-2/+2
| | | | | | | The port's build system does look for iconv, but the code does not use it anywhere (it used to until 2009). Approved by: office (bapt)
* Switch to USES=cmake:outsource.rakuco2015-08-301-1/+1
|
* - Update to 1.3.4sunpoet2015-08-302-3/+3
| | | | Changes: https://github.com/jekyll/jekyll-gist/blob/master/History.markdown
* - Update to 26sunpoet2015-08-302-3/+3
| | | | Changes: http://search.cpan.org/dist/HTML-FormatExternal/Changes
* Clean up iconv-related patches.rakuco2015-08-292-64/+8
| | | | | | | | | | | | | | | | The port is still linking to libiconv.so from ports on all FreeBSD releases, but that will be dealt with separately. For now: - Remove patch-cmake_FindIconv.cmake. Since the iconv port is always present (sometimes due to an indirect dependency), the hacks in the patch are not necessary and the ports files are always found (this will change later and libc will be preferred on >= 10.1). - Make patch-CMakeLists.txt smaller. It is fine to let the port check for sys/iconv.h, and the try_run() statement can be fixed on 9.3 by making sure the test program is built with iconv's paths and libraries. Test-built on 9.3-i386, 10.1-amd64 and HEAD-amd64.
* - Enable long long supportamdmi32015-08-282-0/+12
| | | | | | PR: 202562 Submitted by: matthew@reztek.cz Approved by: ybungalobill@gmail.com (maintainer)
* - Switch to @sampleamdmi32015-08-281-3/+1
| | | | Approved by: portmgr blanket
* - Bump PORTREVISION after libzip updatemakc2015-08-281-1/+1
|
* Update to 0.4.1.jkim2015-08-284-16/+4
|
* Update to 0.3.6.jkim2015-08-283-4/+4
|
* - Update to 1.7.1sunpoet2015-08-282-3/+3
| | | | | Changes: https://github.com/kschiess/parslet/blob/master/HISTORY.txt https://github.com/kschiess/parslet/commits/master
* - Update to 5.2.1.3sunpoet2015-08-282-3/+3
| | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
* - Add missing file to plistamdmi32015-08-272-1/+2
| | | | Approved by: portmgr blanket
* Upgrade to 1.20tj2015-08-263-15/+33
| | | | Changes: https://metacpan.org/source/DRTECH/Search-Elasticsearch-1.20/Changes
* Upgrade to 1.7.1tj2015-08-262-3/+3
|
* - Update to 3.4.18sunpoet2015-08-262-3/+3
| | | | | Changes: https://github.com/sass/sass/blob/stable/doc-src/SASS_CHANGELOG.md http://sass-lang.com/documentation/file.SASS_CHANGELOG.html
* - Fix shebangsamdmi32015-08-261-1/+5
| | | | Approved by: portmgr blanket
* Drop USES=iconv.rakuco2015-08-251-2/+2
| | | | | The port's build system only looks for iconv on Windows, and in any case the code itself never uses it.
* - Pass maintainership to perl@sunpoet2015-08-251-1/+1
|
* - Sort PLISTsunpoet2015-08-252-3/+3
| | | | - Pass maintainership to perl@
* Convert my ports to new options helpersmakc2015-08-252-28/+18
|
* - Update to 2015.08.23sunpoet2015-08-252-3/+3
|
* - Update to 2015.08.23sunpoet2015-08-252-3/+3
|
* - Update to 2015.08.23sunpoet2015-08-252-3/+3
|
* Add TRANSLATOR option to include include PO translation dependencies.wblock2015-08-251-3/+5
| | | | | | | | Sort options as requested by feld@. Reviewed by: feld Approved by: feld Differential Revision: https://reviews.freebsd.org/D3379
* String::Trim trims whitespace off your strings. chomp trims only $/kuriyama2015-08-245-0/+29
| | | | | | | (typically, that's newline), but trim will trim all leading and trailing whitespace. WWW: http://search.cpan.org/dist/String-Trim/
* - Update to 2.0.1vg2015-08-242-4/+3
| | | | | PR: ports/202474 Submitted by: Chris Petrik <chris@bsdjunk.com>
* - Update to 3.4.17sunpoet2015-08-232-3/+3
| | | | Changes: http://sass-lang.com/documentation/file.SASS_CHANGELOG.html
* Simple eyecandy ASCII tables with auto-width selection.kuriyama2015-08-235-0/+32
| | | | WWW: http://search.cpan.org/dist/Text-SimpleTable-AutoWidth/
* - Update to 3.002sunpoet2015-08-232-3/+3
| | | | Changes: http://search.cpan.org/dist/Pod-Markdown/Changes
* Fix depends on devel/pear-XML_Parser.mat2015-08-234-8/+8
| | | | Sponsored by: Absolight
* - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-235-24/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages.
* Remove textproc/prosper. The latest version is included inhrs2015-08-235-194/+0
| | | | print/texlive-texmf.
* textproc/tralics: Update version 2.15.2=>2.15.3bofh2015-08-222-3/+3
|
* - Add NO_ARCHamdmi32015-08-221-0/+1
|
* - Add NO_ARCHamdmi32015-08-221-0/+1
|
* - Switch to options helpersamdmi32015-08-221-9/+4
|
* - Add LICENSEamdmi32015-08-212-4/+7
| | | | - Regenerate patches with `make makepatch`
* - Add NO_ARCHamdmi32015-08-212-0/+3
| | | | - Add WWW:
* - Update to 1.3.3sunpoet2015-08-212-3/+3
| | | | Changes: https://github.com/jekyll/jekyll-gist/blob/master/History.markdown
* - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-21122-255/+457
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Include a patch for addressing timer issues [1] - Add support for building both GHC and Haskell ports with Clang, either from ports or the base system - Discontinue supporting Haskell Platform, use Stackage instead as a reference - Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs - Update Gtk2Hs to version 0.13 [2] - Update Pandoc to version 1.15.0.6 - Update git-annex to version 5.20150727 - Update Darcs to 2.10 [3] - Unbreak wxHaskell ports Please note that port revisions for all the Haskell ports without version changes are bumped. New ports (48): converters/hs-aeson-pretty JSON pretty-printing library and command-line tool converters/hs-sandi Data encoding library devel/hs-StateVar State variables devel/hs-base-orphans Backwards-compatible orphan instances for base devel/hs-bytestring-mmap Mmap support for strict ByteStrings devel/hs-constraints Constraint manipulation devel/hs-data-ordlist Set and bag operations on ordered lists devel/hs-easy-file Cross-platform File handling devel/hs-extra Extra functions devel/hs-geniplate-mirror Use Template Haskell to generate Uniplate-like functions devel/hs-haddock-api Documentation-generation tool for Haskell libraries devel/hs-hex Convert strings into hexadecimal and back devel/hs-hourglass Simple performant time related library devel/hs-hsb2hs Preprocesses a file, adding blobs from files as string literals devel/hs-hspec-core Testing Framework for Haskell devel/hs-hspec-discover Automatically discover and run Hspec tests devel/hs-js-flot Obtain minified flot code devel/hs-js-jquery Obtain minified jQuery code devel/hs-lifted-async Run lifted IO operations asynchronously and wait for their results devel/hs-map-syntax Syntax sugar for defining maps devel/hs-memory Memory and related abtraction stuff devel/hs-mutable-containers Abstactions and concrete implementations of mutable containers devel/hs-newtype Typeclass and set of functions for working with newtypes devel/hs-old-locale Locale library devel/hs-old-time Time library devel/hs-preprocessor-tools Framework for extending Haskell's syntax via quick-and-dirty preprocessors devel/hs-time-locale-compat Compatibility of TimeLocale between old-locale and time-1.5 devel/hs-uuid-types Type definitions for Universally Unique Identifiers math/hs-Agda-stdlib Agda standard library math/hs-adjunctions Adjunctions and representable functors math/hs-kan-extensions Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads net-im/hs-haskell-xmpp Haskell XMPP library based on HaXml & STM net-p2p/hs-torrent BitTorrent file parser and generater net/hs-aws Amazon Web Services (AWS) for Haskell net/hs-network-uri URI manipulation security/hs-cryptonite Cryptography Primitives sink security/hs-nonce Generate cryptographic nonces shells/hs-shelly Shell-like (systems) programming in Haskell sysutils/hs-ekg-json JSON encoding of ekg metrics textproc/hs-bencode Parser and printer for bencoded data textproc/hs-cassava CSV parsing and encoding library textproc/hs-cmark Fast, accurate CommonMark (Markdown) parser and renderer textproc/hs-pandoc-citeproc Supports using pandoc with citeproc textproc/hs-regex-applicative Regex-based parsing with applicative interface textproc/hs-regex-compat-tdfa Unicode Support version of Text.Regex, using regex-tdfa textproc/hs-rfc5051 Simple unicode collation as per RFC5051 www/hs-http2 HTTP/2.0 library including frames and HPACK www/hs-multipart HTTP multipart split out of the cgi package Updated ports (317): archivers/hs-tar 0.4.0.1_8 --> 0.4.2.1 archivers/hs-zip-archive 0.2.3.4_1 --> 0.2.3.7 archivers/hs-zlib 0.5.4.1_6 --> 0.5.4.2 archivers/hs-zlib-bindings 0.1.1.3_7 --> 0.1.1.5 audio/hs-ALUT 2.3.0.1_2 --> 2.4.0.0 audio/hs-OpenAL 1.6.0.0_1 --> 1.7.0.0 audio/hs-libmpd 0.8.0.5_1 --> 0.9.0.2 benchmarks/hs-criterion 0.8.1.0_1 --> 1.1.0.0 converters/hs-aeson 0.7.0.6_1 --> 0.8.0.2 converters/hs-json 0.7_8 --> 0.9.1 databases/hs-esqueleto 1.4.4_1 --> 2.4.1 databases/hs-hedis 0.6.5 --> 0.6.9 databases/hs-mysql 0.1.1.6_1 --> 0.1.1.8 databases/hs-persistent 1.3.1.1_1 --> 2.2 databases/hs-persistent-sqlite 1.3.0.5_1 --> 2.2 databases/hs-persistent-template 1.3.1.4_1 --> 2.1.3.4 devel/hs-BNFC 2.6.0.3_8 --> 2.8 devel/hs-Boolean 0.2.1_1 --> 0.2.3 devel/hs-ConfigFile 1.1.2_1 --> 1.1.4 devel/hs-List 0.5.1_8 --> 0.5.2 devel/hs-MissingH 1.2.1.0_1 --> 1.3.0.1 devel/hs-MonadCatchIO-transformers 0.3.1.0_1 --> 0.3.1.3 devel/hs-MonadRandom 0.1.13_1 --> 0.4 devel/hs-ObjectName 1.0.0.0_14 --> 1.1.0.0 devel/hs-QuickCheck 2.6_6 --> 2.8.1 devel/hs-ReadArgs 1.2.1_8 --> 1.2.2 devel/hs-STMonadTrans 0.3.2_1 --> 0.3.3 devel/hs-ShellCheck 0.3.5 --> 0.3.8 devel/hs-Stream 0.4.7.1_1 --> 0.4.7.2 devel/hs-alex 3.1.3_1 --> 3.1.4 devel/hs-ansi-terminal 0.6.1.1_1 --> 0.6.2.1 devel/hs-ansi-wl-pprint 0.6.7.1_1 --> 0.6.7.3 devel/hs-asn1-encoding 0.8.1.3_1 --> 0.9.0 devel/hs-asn1-parse 0.8.1_1 --> 0.9.1 devel/hs-asn1-types 0.2.3_1 --> 0.3.0 devel/hs-async 2.0.1.5_1 --> 2.0.2 devel/hs-atomic-primops 0.6.0.6_1 --> 0.8 devel/hs-auto-update 0.1.0.0_1 --> 0.1.2.2 devel/hs-basic-prelude 0.3.8_1 --> 0.5.0 devel/hs-bifunctors 4.1.1.1_1 --> 5 devel/hs-blaze-builder 0.3.3.2_1 --> 0.4.0.1 devel/hs-blaze-builder-enumerator 0.2.0.6_1 --> 0.2.1.0 devel/hs-blaze-textual 0.2.0.9_1 --> 0.2.1.0 devel/hs-bloomfilter 2.0.0.0_1 --> 2.0.1.0 devel/hs-boxes 0.1.3_1 --> 0.1.4 devel/hs-bytestring-lexing 0.4.3.2 --> 0.5.0.2 devel/hs-c2hs 0.17.2_1 --> 0.26.1 devel/hs-cabal-install 1.18.0.5_1 --> 1.22.6.0 devel/hs-cereal 0.4.0.1_1 --> 0.4.1.1 devel/hs-checkers 0.3.2_1 --> 0.4.3 devel/hs-chunked-data 0.1.0.1_1 --> 0.2.0 devel/hs-classy-prelude 0.9.3_1 --> 0.12.1.1 devel/hs-classy-prelude-conduit 0.9.3_1 --> 0.12.0.1 devel/hs-cmdargs 0.10.9_1 --> 0.10.13 devel/hs-conduit 1.1.7_1 --> 1.2.5 devel/hs-conduit-combinators 0.2.8.2_1 --> 1.0.3 devel/hs-conduit-extra 1.1.3_1 --> 1.1.9.1 devel/hs-convertible 1.1.0.0_1 --> 1.1.1.0 devel/hs-cpphs 1.18.5_1 --> 1.19 devel/hs-darcs 2.8.5 --> 2.10.1 devel/hs-data-hash 0.2.0.0_1 --> 0.2.0.1 devel/hs-data-pprint 0.2.3_1 --> 0.2.4 devel/hs-datetime 0.2.1_12 --> 0.3.1 devel/hs-deepseq-generics 0.1.1.1_1 --> 0.1.1.2 devel/hs-dlist 0.7.1_1 --> 0.7.1.1 devel/hs-edit-distance 0.2.1.2_7 --> 0.2.2.1 devel/hs-either 4.3.0.1_1 --> 4.4.1 devel/hs-enclosed-exceptions 1.0.0.2_1 --> 1.0.1.1 devel/hs-equivalence 0.2.5_1 --> 0.3.1 devel/hs-errors 1.4.7_1 --> 2.0.0 devel/hs-exceptions 0.6.1_1 --> 0.8.0.2 devel/hs-fast-logger 2.2.0_1 --> 2.4.1 devel/hs-fgl 5.5.0.1_1 --> 5.5.2.1 devel/hs-file-embed 0.0.7_1 --> 0.0.9 devel/hs-filemanip 0.3.6.2_8 --> 0.3.6.3 devel/hs-filestore 0.6.0.3_1 --> 0.6.1 devel/hs-free 4.9_1 --> 4.12.1 devel/hs-fsnotify 0.1.0.3_1 --> 0.2.1 devel/hs-gconf 0.12.5.0_1 --> 0.13.0.2 devel/hs-generic-deriving 1.6.3_1 --> 1.8.0 devel/hs-ghc-events 0.4.3.0_1 --> 0.4.4.0 devel/hs-gio 0.12.5.3_1 --> 0.13.1.0 devel/hs-git-annex 5.20140817_1 --> 5.20150727 devel/hs-glib 0.12.5.4_1 --> 0.13.1.1 devel/hs-gtk2hs-buildtools 0.12.5.2_2 --> 0.13.0.4 devel/hs-haddock 2.14.3_1 --> 2.16.1 devel/hs-haddock-library 1.1.0_1 --> 1.2.1 devel/hs-happy 1.19.4_1 --> 1.19.5 devel/hs-hashable 1.2.2.0_1,1 --> 1.2.3.3,1 devel/hs-hashtables 1.1.2.1_1 --> 1.2.0.2 devel/hs-haskell-src 1.0.1.6_1 --> 1.0.2.0 devel/hs-haskell-src-exts 1.15.0.1_1 --> 1.16.0.1 devel/hs-hasktags 0.69.0_1 --> 0.69.1 devel/hs-hastache 0.6.0_1 --> 0.6.1 devel/hs-hinotify 0.3.7_1 --> 0.3.8.1 devel/hs-hint 0.4.2.0_1 --> 0.4.2.3 devel/hs-hlint 1.9.3_1 --> 1.9.21 devel/hs-hoogle 4.2.34_1 --> 4.2.41 devel/hs-hslogger 1.2.4_1 --> 1.2.9 devel/hs-hslua 0.3.13_1 --> 0.4.0 devel/hs-hspec 1.11.0_1 --> 2.1.10 devel/hs-hspec-expectations 0.6.0.1_1 --> 0.7.1 devel/hs-keys 3.10.1_1 --> 3.10.2 devel/hs-language-c 0.4.5_1 --> 0.4.7 devel/hs-language-javascript 0.5.13_1 --> 0.5.14.2 devel/hs-lens 4.3.3_1 --> 4.12.3 devel/hs-lifted-base 0.2.3.0_1 --> 0.2.3.6 devel/hs-mmorph 1.0.3_1 --> 1.0.4 devel/hs-monad-control 0.3.3.0_1 --> 1.0.0.4 devel/hs-monad-logger 0.3.7.1_1 --> 0.3.13.2 devel/hs-monad-loops 0.4.2.1_1 --> 0.4.3 devel/hs-monad-par 0.3.4.6_1 --> 0.3.4.7 devel/hs-mono-traversable 0.6.1_1 --> 0.9.2.1 devel/hs-mtl 2.1.3.1_1 --> 2.2.1 devel/hs-mueval 0.9.1.1_1 --> 0.9.1.1.2 devel/hs-murmur-hash 0.1.0.7_1 --> 0.1.0.8 devel/hs-optparse-applicative 0.9.1.1_1 --> 0.11.0.2 devel/hs-parallel 3.2.0.4_1 --> 3.2.0.6 devel/hs-pcre-light 0.4.0.2_1 --> 0.4.0.3 devel/hs-primitive 0.5.2.1_1 --> 0.6 devel/hs-profunctors 4.2.0.1_1 --> 5.1.1 devel/hs-project-template 0.1.4.1_1 --> 0.2.0 devel/hs-random 1.0.1.1_10 --> 1.1 devel/hs-reflection 1.5.1_1 --> 2 devel/hs-resource-pool 0.2.3.0_1 --> 0.2.3.2 devel/hs-resourcet 1.1.2.3_1 --> 1.1.6 devel/hs-safe 0.3.7_1 --> 0.3.9 devel/hs-scientific 0.3.3.0_1 --> 0.3.3.8 devel/hs-securemem 0.1.3_1 --> 0.1.9 devel/hs-setenv 0.1.1.1_1 --> 0.1.1.3 devel/hs-shake 0.13.2_1 --> 0.15.5 devel/hs-silently 1.2.4.1_7 --> 1.2.5 devel/hs-stm 2.4.2_6 --> 2.4.4 devel/hs-stm-chans 3.0.0.2_1 --> 3.0.0.4 devel/hs-streaming-commons 0.1.4.1_1 --> 0.1.12.1 devel/hs-syb 0.4.1_1 --> 0.5.1 devel/hs-syb-with-class 0.6.1.5_1 --> 0.6.1.6 devel/hs-system-fileio 0.3.14_1 --> 0.3.16.3 devel/hs-system-filepath 0.4.12_1 --> 0.4.13.4 devel/hs-tagged 0.7.2_1 --> 0.8.1 devel/hs-test-framework 0.8.0.3_1 --> 0.8.1.1 devel/hs-text 1.1.0.0_1 --> 1.2.1.3 devel/hs-text-icu 0.6.3.7_2 --> 0.7.0.1 devel/hs-threads 0.5.1.2_1 --> 0.5.1.3 devel/hs-threadscope 0.2.4_1 --> 0.2.7 devel/hs-timezone-olson 0.1.4_1 --> 0.1.7 devel/hs-timezone-series 0.1.3_1 --> 0.1.5.1 devel/hs-transformers-base 0.4.2_1 --> 0.4.4 devel/hs-transformers-compat 0.3.3.4_1 --> 0.4.0.4 devel/hs-unix-compat 0.4.1.3_1 --> 0.4.1.4 devel/hs-unix-time 0.3.3_1 --> 0.3.5 devel/hs-unordered-containers 0.2.4.0_1 --> 0.2.5.1 devel/hs-utf8-string 0.3.8_1 --> 1 devel/hs-uuagc 0.9.51_1 --> 0.9.52.1 devel/hs-uuagc-cabal 1.0.5.0_1 --> 1.0.6.0 devel/hs-uuid 1.3.3_1 --> 1.3.11 devel/hs-uulib 0.9.16_1 --> 0.9.20 devel/hs-vault 0.3.0.3_1 --> 0.3.0.4 devel/hs-vector 0.10.9.1_1 --> 0.10.12.3 devel/hs-vector-algorithms 0.6.0.3_1 --> 0.7.0.1 devel/hs-vector-instances 3.3_1 --> 3.3.1 devel/hs-vector-th-unbox 0.2.1.0_1 --> 0.2.1.2 devel/hs-void 0.6.1_1 --> 0.7 devel/hs-word8 0.1.1_1 --> 0.1.2 dns/hs-dns 1.4.2_1 --> 2.0.0 graphics/hs-JuicyPixels 3.1.6.1_1 --> 3.2.6 graphics/hs-cairo 0.12.5.3_1 --> 0.13.1.0 graphics/hs-dia-base 0.1.1.2_8 --> 0.1.1.3 graphics/hs-dia-functions 0.2.1.3_8 --> 0.2.1.4 graphics/hs-svgcairo 0.12.5.2_1 --> 0.13.0.3 lang/hs-brainfuck 0.1_15 --> 0.1.0.2 lang/hs-unlambda 0.1.3_8 --> 0.1.4.1 mail/hs-email-validate 2.0.1_1 --> 2.1.3 mail/hs-mime 0.4.0.1_1 --> 0.4.0.2 mail/hs-mime-mail 0.4.5.2_1 --> 0.4.9 mail/hs-mime-types 0.1.0.4_1 --> 0.1.0.6 math/hs-Agda 2.4.0.2_1 --> 2.4.2.3 math/hs-NumInstances 1.3_6 --> 1.4 math/hs-categories 1.0.6_1 --> 1.0.7 math/hs-comonad 4.2.2_1 --> 4.2.7.2 math/hs-contravariant 1.1_1 --> 1.3.2 math/hs-data-lens 2.10.5_1 --> 2.10.7 math/hs-data-lens-template 2.1.8_1 --> 2.1.9 math/hs-ieee754 0.7.3_10 --> 0.7.6 math/hs-mwc-random 0.13.1.2_1 --> 0.13.3.2 math/hs-pointed 4.1_1 --> 4.2.0.2 math/hs-semigroupoids 4.0.4_1 --> 5.0.0.3 math/hs-semigroups 0.15.2_1 --> 0.16.2.2 math/hs-statistics 0.13.2.1_1 --> 0.13.2.3 math/hs-vector-space 0.8.7_1 --> 0.10.2 net/hs-connection 0.2.3_1 --> 0.2.5 net/hs-gsasl 0.3.5_1 --> 0.3.6 net/hs-hoauth2 0.4.3 --> 0.4.8 net/hs-iproute 1.3.1_1 --> 1.5.0 net/hs-network 2.4.2.3_1 --> 2.6.2.1 net/hs-network-info 0.2.0.5_1 --> 0.2.0.7 net/hs-network-multicast 0.0.11_1 --> 0.1.0 net/hs-network-protocol-xmpp 0.4.6_2 --> 0.4.8 net/hs-simple-sendfile 0.2.15_1 --> 0.2.21 print/hs-hscolour 1.20.3_8,1 --> 1.23,1 security/hs-DRBG 0.5.2_1 --> 0.5.4 security/hs-HsOpenSSL 0.11_2 --> 0.11.1.1 security/hs-RSA 2.0.0_1 --> 2.1.0.1 security/hs-SHA 1.6.4.1_1 --> 1.6.4.2 security/hs-cipher-aes 0.2.8_1 --> 0.2.11 security/hs-cipher-aes128 0.6.4_1 --> 0.7.0.1 security/hs-clientsession 0.9.0.3_1 --> 0.9.1.1 security/hs-cprng-aes 0.5.2_1 --> 0.6.1 security/hs-crypto-api 0.13_1 --> 0.13.2 security/hs-crypto-conduit 0.5.4_1 --> 0.5.5 security/hs-crypto-numbers 0.2.3_1 --> 0.2.7 security/hs-crypto-pubkey 0.2.4_1 --> 0.2.8 security/hs-crypto-pubkey-types 0.4.2.2_1 --> 0.4.3 security/hs-crypto-random 0.0.7_1 --> 0.0.9 security/hs-entropy 0.3.2_1 --> 0.3.7 security/hs-gnutls 0.1.5_1 --> 0.2 security/hs-pwstore-fast 2.4.1_1 --> 2.4.4 security/hs-skein 1.0.9_1 --> 1.0.9.3 security/hs-tls 1.2.8_1 --> 1.3.1 security/hs-x509 1.4.11_1 --> 1.6.0 security/hs-x509-store 1.4.4_1 --> 1.6.0 security/hs-x509-system 1.4.5_1 --> 1.6.0 security/hs-x509-validation 1.5.0_1 --> 1.6.0 sysutils/hs-angel 0.5.0_1 --> 0.6.2 sysutils/hs-ekg 0.4.0.1_1 --> 0.4.0.8 sysutils/hs-ekg-core 0.1.0.1_1 --> 0.1.1.0 textproc/hs-Diff 0.3.0_1 --> 0.3.2 textproc/hs-HStringTemplate 0.7.3_1 --> 0.8.3 textproc/hs-HaXml 1.24.1_1 --> 1.25.3 textproc/hs-attoparsec 0.10.4.0_7 --> 0.12.1.6 textproc/hs-attoparsec-enumerator 0.3.3_1 --> 0.3.4 textproc/hs-blaze-html 0.7.0.2_1 --> 0.8.1.0 textproc/hs-blaze-markup 0.6.1.0_1 --> 0.7.0.2 textproc/hs-case-insensitive 1.1.0.3_1 --> 1.2.0.4 textproc/hs-citeproc-hs 0.3.9_1 --> 0.3.10 textproc/hs-double-conversion 0.2.0.6_7 --> 2.0.1.0 textproc/hs-feed 0.3.9.2_1 --> 0.3.10.0 textproc/hs-hexpat 0.20.6_1 --> 0.20.9 textproc/hs-highlighting-kate 0.5.11.1 --> 0.6 textproc/hs-hs-bibutils 5.0_6 --> 5.5 textproc/hs-html-conduit 1.1.0.5_1 --> 1.2.0 textproc/hs-hxt 9.3.1.4_1 --> 9.3.1.15 textproc/hs-hxt-charproperties 9.1.1.1_1 --> 9.2.0.1 textproc/hs-hxt-regex-xmlschema 9.1.0_7 --> 9.2.0.2 textproc/hs-hxt-unicode 9.0.2.2_1 --> 9.0.2.4 textproc/hs-lhs2tex 1.18.1_8 --> 1.19 textproc/hs-pandoc 1.13.2 --> 1.15.0.6 textproc/hs-pandoc-types 1.12.4.1_1 --> 1.12.4.5 textproc/hs-parsec 3.1.5_1 --> 3.1.9 textproc/hs-polyparse 1.9_6 --> 1.11 textproc/hs-stringsearch 0.3.6.5_1 --> 0.3.6.6 textproc/hs-tagsoup 0.13.1_1 --> 0.13.3 textproc/hs-tagstream-conduit 0.5.5.1_1 --> 0.5.5.3 textproc/hs-texmath 0.8.0.1 --> 0.8.3 textproc/hs-uri 0.1.6.2_1 --> 0.1.6.3 textproc/hs-xml 1.3.13_6 --> 1.3.14 textproc/hs-xml-conduit 1.2.1_1 --> 1.3.1 textproc/hs-xml-hamlet 0.4.0.9_1 --> 0.4.0.11 textproc/hs-xml-types 0.3.4_1 --> 0.3.6 textproc/hs-xmlhtml 0.2.3.2_1 --> 0.2.3.4 textproc/hs-yaml 0.8.8.4_1 --> 0.8.13 www/hs-DAV 1.0.1_1 --> 1.0.7 www/hs-HTTP 4000.2.10_1 --> 4000.2.20 www/hs-authenticate 1.3.2.9_1 --> 1.3.2.11 www/hs-cgi 3001.1.8.5_1,1 --> 3001.2.2.2,1 www/hs-cookie 0.4.1.2_1 --> 0.4.1.6 www/hs-gitit 0.10.6.1_1 --> 0.11.1 www/hs-hS3 0.5.8_1 --> 0.5.9 www/hs-happstack-server 7.3.7_1 --> 7.4.4 www/hs-heist 0.13.1.2_1 --> 0.14.1.1 www/hs-hjsmin 0.1.4.7_1 --> 0.1.5.0 www/hs-http-client 0.3.6.1_1 --> 0.4.20 www/hs-http-conduit 2.1.4_1 --> 2.1.8 www/hs-http-date 0.0.4_8 --> 0.0.6.1 www/hs-http-reverse-proxy 0.4.0.1_1 --> 0.4.2 www/hs-http-server 1.0.4_1 --> 1.0.6 www/hs-http-types 0.8.5_1 --> 0.8.6 www/hs-oeis 0.3.5_1 --> 0.3.6 www/hs-path-pieces 0.1.4_1 --> 0.2.0 www/hs-recaptcha 0.1.0.2_1 --> 0.1.0.3 www/hs-shakespeare 2.0.1.1_1 --> 2.0.5 www/hs-snap 0.13.2.8_1 --> 0.14.0.6 www/hs-snap-core 0.9.6.3_1 --> 0.9.7.2 www/hs-snap-server 0.9.4.5_1 --> 0.9.5.1 www/hs-wai 3.0.1.1_1 --> 3.0.3.0 www/hs-wai-app-static 3.0.0_1 --> 3.1.1 www/hs-wai-extra 3.0.1.2_1 --> 3.0.10 www/hs-wai-logger 2.2.0_1 --> 2.2.4.1 www/hs-warp 3.0.0.5_1 --> 3.1.3 www/hs-warp-tls 3.0.0_1 --> 3.1.1 www/hs-webkit 0.12.6.1_1 --> 0.13.1.3 www/hs-xss-sanitize 0.3.5.2_1 --> 0.3.5.6 www/hs-yesod 1.2.6.1_1 --> 1.4.1.5 www/hs-yesod-auth 1.3.4_1 --> 1.4.6 www/hs-yesod-auth-hashdb 1.3.0.1_1 --> 1.4.2.2 www/hs-yesod-bin 1.2.12.3_1 --> 1.4.13.3 www/hs-yesod-core 1.2.19_1 --> 1.4.13 www/hs-yesod-form 1.3.14_1 --> 1.4.4.1 www/hs-yesod-persistent 1.2.3_1 --> 1.4.0.3 www/hs-yesod-static 1.2.4_1 --> 1.5.0.2 www/hs-yesod-test 1.2.3.2_1 --> 1.4.3.1 x11-toolkits/hs-GLURaw 1.4.0.1_1 --> 1.5.0.1 x11-toolkits/hs-GLUT 2.5.1.1_1,1 --> 2.7.0.1,1 x11-toolkits/hs-OpenGL 2.9.2.0_1,1 --> 2.12.0.1,1 x11-toolkits/hs-OpenGLRaw 1.5.0.0_1 --> 2.5.1.0 x11-toolkits/hs-gtk 0.12.5.7_1 --> 0.13.9 x11-toolkits/hs-gtk2hs 0.12.5_1,1 --> 0.13,1 x11-toolkits/hs-gtksourceview2 0.12.5.0_1 --> 0.13.1.3 x11-toolkits/hs-pango 0.12.5.3_1 --> 0.13.1.0 x11-toolkits/hs-vte 0.12.5.0_1 --> 0.13.0.2 x11-toolkits/hs-wx 0.90.1.0_1 --> 0.91.0.0 x11-toolkits/hs-wxc 0.90.1.1_1 --> 0.91.0.0 x11-toolkits/hs-wxcore 0.90.1.1_1 --> 0.91.0.0 x11-toolkits/hs-wxdirect 0.90.1.1_1 --> 0.91.0.0 x11-wm/hs-xmonad 0.11_10 --> 0.11.1 x11-wm/hs-xmonad-contrib 0.11.3_2 --> 0.11.4 x11/hs-xmobar 0.21_1 --> 0.23.1 Removed ports (14): devel/hs-MaybeT Support for computations with failures (deprecated) devel/hs-geniplate Use template Haskell to generate Uniplate-like functions (upstream support is discontinued) devel/hs-glade Binding to the glade library (upstream support is discontinued) devel/hs-haskell-platform The Haskell Platform (it is not tracked any more) devel/hs-ranges Ranges and various functions on them (deprecated) devel/hs-testpack Test Utility Pack for HUnit and QuickCheck (upstream is unmaintained) graphics/hs-soegtk GUI functions as used in the book "The Haskell School of Expression" (upstream support is discontinued) lang/hs-epic Compiler for a simple functional language (it is not needed any more) math/hs-nats Natural numbers (it has been merged into the base library of GHC) multimedia/hs-gstreamer Binding to the GStreamer open source multimedia framework (upstream support is discontinued) [2] www/hs-scgi Haskell library for writing SCGI programs (deprecated) www/hs-yesod-platform Meta package for Yesod (upstream support is discontinued) www/hs-yesod-routes Effective routing for Yesod (upstream support is discontinued) x11-toolkits/hs-gtkglext Binding to the GTK+ OpenGL Extension (upstream support is discontinued) PR: 181049 [1] PR: 197925 [2] PR: 200684 [3] Submitted by: arrowdodger <6yearold@gmail.com> [1] Obtained from: FreeBSD Haskell
* textproc/igor: update 1.526 -> 1.555, add NO_ARCHjunovitch2015-08-202-3/+4
| | | | | | PR: 202373 Submitted by: wblock (maintainer) Approved by: feld (mentor)
* - Add NO_ARCHamdmi32015-08-202-7/+8
| | | | - Cosmetic fixes
* - Update to 1.3.2sunpoet2015-08-202-3/+3
| | | | Changes: https://github.com/jekyll/jekyll-gist/blob/master/History.markdown
* p5-* use BROKEN_* helperspgollucci2015-08-201-7/+3
| | | | Wit Hat: perl@
* Update highlight to 3.23.kwm2015-08-193-3/+5
|
* Upgrade to version 3.1.3.olgeni2015-08-192-3/+3
| | | | | | PR: 202418 Submitted by: olgeni Approved by: maintainer
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | <vasek@ti.cz>: host vmail.nextra.cz[193.179.158.50] said: 550 5.1.1 <vasek@ti.cz>: Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | | | | <todorov@freebsd-bg.org>: host ASPMX.L.GOOGLE.COM[2001:4860:400b:c01::1b] said: 550-5.1.1 The email account that you tried to reach does not exist. Please try 550-5.1.1 double-checking the recipient's email address for typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1 https://support.google.com/mail/answer/6596 fl5si20452475pbb.115 - gsmtp (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | <rhaamo@gruik.at>: Host or domain name not found. Name service error for name=gruik.at type=AAAA: Host found but no data record of requested type Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | <girgen@partitur.se>: host mail.pingpong.net[79.136.116.202] said: 550 5.1.1 <girgen@partitur.se>: Recipient address rejected: User unknown in virtual alias table (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | | <ahumphrey@realestate.com.au>: host realestate-com-au.mail.protection.outlook.com[213.199.154.23] said: 550 5.4.1 [ahumphrey@realestate.com.au]: Recipient address rejected: Access denied (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* - Update to 2015.08.16sunpoet2015-08-192-3/+3
|
* - Update to 2015.08.16sunpoet2015-08-192-3/+3
|
* - Update to 2015.08.16sunpoet2015-08-192-3/+3
|
* - Update to 2.0.3sunpoet2015-08-192-3/+4
| | | | | | - Add NO_ARCH Changes: https://github.com/flavorjones/loofah/blob/master/CHANGELOG.rdoc
* - Update to 1.3.1sunpoet2015-08-192-3/+3
| | | | Changes: https://github.com/jekyll/jekyll-gist/blob/master/History.markdown
* - Update to 3.000sunpoet2015-08-193-3/+6
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Pod-Markdown/Changes
* Reassign to hamradio@db2015-08-193-10/+8
| | | | | Clean up Makefile No binary changes
* textproc/freexl update to 1.0.2feld2015-08-192-3/+3
| | | | | | This update resolves an integer overflow still awaiting CVE assignment Security: a59e263a-45cd-11e5-adde-14dae9d210b8
* Upgrade to version 0.3.0.olgeni2015-08-182-3/+3
|
* Upgrade to version 0.8.4.olgeni2015-08-183-13/+17
|
* Upgrade to version 1.3.5.olgeni2015-08-183-5/+5
|
* Sort out duplicate LATEST_LINK issue by adding "format" suffix.markm2015-08-181-0/+1
| | | | | | (Port commit done with my src/ committer hat on) Requested by: Erwin "Annoying Reminder Guy III" Lansing
* String#scrub for Ruby 2.0.0 and 1.9.3.kuriyama2015-08-184-0/+31
| | | | WWW: http://rubygems.org/gems/string-scrub/
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-175-7/+0
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* - Fix *_DEPENDSsunpoet2015-08-171-2/+2
| | | | | | | | - Bump PORTREVISION for dependency change PR: 202325 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
* - Update to 1.11sunpoet2015-08-172-3/+3
| | | | Changes: http://search.cpan.org/dist/Text-Reflow/Changes
* - Strip shared librarysunpoet2015-08-171-1/+4
| | | | - Bump PORTREVISION for package change
* - Strip shared librarysunpoet2015-08-172-11/+7
| | | | - Bump PORTREVISION for package change
* - Strip shared librarysunpoet2015-08-171-0/+4
| | | | - Bump PORTREVISION for package change
* - Strip shared librarysunpoet2015-08-171-1/+4
| | | | - Bump PORTREVISION for package change
* - Strip shared librarysunpoet2015-08-171-0/+4
| | | | - Bump PORTREVISION for package change
* - Strip shared librarysunpoet2015-08-171-1/+4
| | | | - Bump PORTREVISION for package change
* Update to version 1.1.18pawel2015-08-166-41/+26
| | | | | PR: 201852 Submitted by: tkato432@yahoo.com
* - Update WWWsunpoet2015-08-161-1/+1
|
* - Update WWWsunpoet2015-08-161-1/+1
|
* - Update WWWsunpoet2015-08-162-2/+3
|
* - Update WWWsunpoet2015-08-161-1/+1
|
* - Update WWWsunpoet2015-08-161-1/+1
|
* - Update to 1.0.7sunpoet2015-08-152-3/+3
| | | | Changes: https://github.com/rails/rails-dom-testing/releases
* - Update to 2.0.5sunpoet2015-08-152-4/+4
| | | | | | | - Update RUN_DEPENDS: use newer rubygem-sass-rails Changes: https://github.com/Compass/compass-rails/blob/master/CHANGELOG.md https://github.com/Compass/compass-rails/commits/master
* - Update to 5.2.1.2sunpoet2015-08-152-3/+3
| | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
* - Strip shared librarysunpoet2015-08-151-2/+6
| | | | - Bump PORTREVISION for package change
* - Add new port: textproc/R-cran-rmarkdowntota2015-08-154-0/+28
| | | | | | Convert R Markdown documents into a variety of formats. WWW: https://cran.r-project.org/web/packages/rmarkdown/
* - Fix shebangsamdmi32015-08-141-0/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Place USES and shebang-related knobs after RUBYGEM_* as requested by ↵amdmi32015-08-141-3/+3
| | | | sunpoet@ before
* - Fix shebangsamdmi32015-08-141-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Update to 4.2.1olivierd2015-08-142-3/+3
|
* - Remove RG linksunpoet2015-08-1410-10/+0
|
* - Update to 2015.08.09sunpoet2015-08-142-3/+3
|
* - Update to 2015.08.09sunpoet2015-08-142-3/+3
|
* - Update to 2015.08.09sunpoet2015-08-142-3/+3
|
* - Update to 1.3.0sunpoet2015-08-142-3/+3
| | | | Changes: https://github.com/jekyll/jekyll-gist/blob/master/History.markdown
* - Update to 0.6.9sunpoet2015-08-142-3/+5
| | | | - Mark DEPRECATED
* - Update to 1.0.0sunpoet2015-08-142-4/+4
| | | | Changes: https://github.com/jekyll-assets/jekyll-assets/releases
* - Update to 25sunpoet2015-08-142-3/+3
| | | | Changes: http://search.cpan.org/dist/HTML-FormatExternal/Changes
* - Update to 0.85sunpoet2015-08-142-3/+4
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
* - Fix shebangsamdmi32015-08-131-0/+4
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Set p5-Module-Pluggable as RUN_DEPENDS instead of TEST_DEPENDSwen2015-08-131-1/+3
| | | | | PR: 201534 Submitted by: cgull+l-freebsd-bugzilla@glup.org
* - Add new port: textproc/R-cran-DTtota2015-08-124-0/+29
| | | | | | | | | Data objects in R can be rendered as HTML tables using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables' library has been included in this R package. The package name 'DT' is an abbreviation of 'DataTables'. WWW: https://cran.r-project.org/web/packages/DT/
* Add patch for CVE-2015-1283bapt2015-08-122-1/+80
|
* textproc/p5-EBook-Tools: update 0.4.9_2 -> 0.5.4junovitch2015-08-125-6/+36
| | | | | | | | | | | - Update to p5-EBook-Tools-0.5.4 - Update tidy dependency to tidy-html5 - Take maintainership - Add NO_ARCH PR: 201703 Approved by: simond@irrelevant.org (outgoing maintainer), feld (mentor) Differential Revision: https://reviews.freebsd.org/D3348
* Python library for creating and updating Microsoft Word files.pawel2015-08-124-0/+27
| | | | | | | WWW: https://github.com/mikemaccana/python-docx PR: 201320 Submitted by: jjachuf@gmail.com
* Remove devel/gperf from BUILD_DEPENDS. It was never required.jkim2015-08-111-1/+1
|
* Update to 0.1.3.jkim2015-08-114-15/+14
|
* Remove graphics/libetonyek01 from LIB_DEPENDS. It was never required.jkim2015-08-111-2/+1
| | | | MFH: 2015Q3
* Re-commit ofnetchild2015-08-1011-9/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 64 bit linuxulator support (not activated by default): - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by antoine) * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with the new 64 bit parts - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (antoine after some EXP-runs)
* textproc/rubygem-sass-rails4-rails41: create portswills2015-08-103-2/+18
| | | | | | | Add rails 4.1 version of rubygem-sass-rails4 PR: 201825 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
* - editors/lazarus update to 1.4.2acm2015-08-092-2/+2
| | | | | | | | | | - Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
* - Add new port: textproc/R-cran-highrtota2015-08-084-0/+25
| | | | | | | | Provides syntax highlighting for R source code. Currently it supports LaTeX and HTML output. Source code of other languages is supported via Andre Simon's highlight package. WWW: https://cran.r-project.org/web/packages/highr/
* - Add new port: textproc/R-cran-formatRtota2015-08-084-0/+26
| | | | | | | | | Provides a function tidy_source() to format R source code. Spaces and indent will be added to the code automatically, and comments will be preserved under certain conditions, so that R code will be more human-readable and tidy. WWW: https://cran.r-project.org/web/packages/formatR/
* - Add new port: textproc/R-cran-markdowntota2015-08-084-0/+26
| | | | | | | | Provides R bindings to the 'Sundown' 'Markdown' rendering library (https://github.com/vmg/sundown). 'Markdown' is a plain-text formatting syntax that can be converted to 'XHTML' or other formats. WWW: https://cran.r-project.org/web/packages/markdown/
* - Add new port: textproc/R-cran-yamltota2015-08-084-0/+23
| | | | | | | This package implements the libyaml YAML 1.1 parser and emitter for R. WWW: https://cran.r-project.org/web/packages/yaml/
* - Add new port: textproc/R-cran-htmltoolstota2015-08-084-0/+25
| | | | | | Tools for HTML generation and output WWW: http://cran.r-project.org/web/packages/htmltools/
* textproc/Makefile: Chase py-pystemmer move (Unbreak INDEX)koobs2015-08-061-1/+1
| | | | | | | | Chase the rename of pystemmer to py-pystemmer in r393632 that caused index breakage. Reported by: cperciva Approved by: portmgr (blanket)
* - Correct licenselwhsu2015-08-061-2/+13
| | | | | | - Add textproc/py-pystemmer to RUN_DEPENDS for acceleration Approved by: kmoore
* - Update dependencies to match upstream's requirementlwhsu2015-08-061-9/+10
| | | | Approved by: kmoore
* - Rename to match upstream (PyPi) namelwhsu2015-08-063-0/+4
| | | | - Add license
* New Port: textproc/kibana4junovitch2015-08-066-0/+3478
| | | | | | | | | | | | | | Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch WWW: https://www.elastic.co/products/kibana PR: 200582 Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> Approved by: delphij (mentor) Differential Revision: https://reviews.freebsd.org/D3290
* textproc/elasticsearch: update 1.6.0 -> 1.7.0junovitch2015-08-065-14/+21
| | | | | | | | | | | | | - Add NO_ARCH - Apply minor cleanup to rc scripts PR: 201834 Security: CVE-2015-5377 Security: fb3668df-32d7-11e5-a4a5-002590263bf5 Security: CVE-2015-5531 Security: ae8c09cb-32da-11e5-a4a5-002590263bf5 Approved by: ports-secteam (feld), feld (mentor) MFH: 2015Q3
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-0611-31/+22
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* Remove expired portrm2015-08-054-26/+0
|
* - Add NO_ARCHamdmi32015-08-051-0/+1
|
* - Add NO_ARCHamdmi32015-08-051-0/+1
|
* - Add NO_ARCHamdmi32015-08-051-0/+1
|
* - Don't use / in sed regexps to allow paths, unbreaking cross-buildsamdmi32015-08-051-1/+1
| | | | Approved by: portmgr blanket
* Modernize.mat2015-08-042-38/+28
| | | | | | | - Use multi-USE_GITHUB functionnality - Use options helper targets. Sponsored by: Absolight
* Cleanup some abusive use of GH_TAGNAME.mat2015-08-042-3/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* textproc/apache-solr: fixing the port, providing missing filespi2015-08-042-2/+206
| | | | | | | | | - Provide missing files like bin/solr and bin/post - still open: provide a working startup script and some instructions on how to configure PR: 201455 Submitted by: idefix@fechner.net, elferdo@gmail.com
* Horde package update:mm2015-08-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.28.5 -> 2.28.6 devel/pear-Horde_Alarm 2.2.4 -> 2.2.5 security/pear-Horde_Auth 2.1.8 -> 2.1.10 www/pear-Horde_Browser 2.0.9 -> 2.0.10 archivers/pear-Horde_Compress 2.1.2 -> 2.1.3 devel/pear-Horde_Core 2.20.5 -> 2.20.8 security/pear-Horde_Crypt 2.5.3 -> 2.6.0 www/pear-Horde_Css_Parser 1.0.6 -> 1.0.7 devel/pear-Horde_Data 2.1.2 -> 2.1.3 devel/pear-Horde_Date 2.1.0 -> 2.1.1 devel/pear-Horde_Exception 2.0.5 -> 2.0.6 www/pear-Horde_Form 2.0.9 -> 2.0.11 devel/pear-Horde_History 2.3.4 -> 2.3.5 devel/pear-Horde_Icalendar 2.1.0 -> 2.1.1 graphics/pear-Horde_Image 2.3.1 -> 2.3.2 mail/pear-Horde_Imap_Client 2.29.0 -> 2.29.1 devel/pear-Horde_LoginTasks 2.0.4 -> 2.0.5 mail/pear-Horde_Mail 2.6.0 -> 2.6.2 mail/pear-Horde_Mime_Viewer 2.1.0 -> 2.1.1 security/pear-Horde_Perms 2.1.4 -> 2.1.5 devel/pear-Horde_Prefs 2.7.3 -> 2.7.4 net/pear-Horde_Rpc 2.1.4 -> 2.1.5 devel/pear-Horde_Serialize 2.0.3 -> 2.0.4 devel/pear-Horde_Support 2.1.3 -> 2.1.4 textproc/pear-Horde_Text_Filter 2.3.1 -> 2.3.2 devel/pear-Horde_Util 2.5.5 -> 2.5.6 sysutils/pear-Horde_Vfs 2.2.2 -> 2.3.0 www/horde-ansel 3.0.2 -> 3.0.3 ftp/horde-gollem 3.0.3 -> 3.0.4 www/horde-base 5.2.6 -> 5.2.7 mail/horde-imp 6.2.9 -> 6.2.10 mail/horde-ingo 3.2.5 -> 3.2.6 deskutils/horde-kronolith 4.2.8 -> 4.2.9 deskutils/horde-mnemo 4.2.6 -> 4.2.7 www/horde-passwd 5.0.2 -> 5.0.3 www/horde-trean 1.1.1 -> 1.1.2 mail/horde-turba 4.2.7 -> 4.2.8 mail/horde-webmail 5.2.7 -> 5.2.9 deskutils/horde-groupware 5.2.7 -> 5.2.9 www/horde-wicked 2.0.3 -> 2.0.4
* - Update to 2.25danilo2015-08-033-7/+8
|
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-032-1/+2
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* Update poppler to 0.34.0. [1]kwm2015-08-031-1/+1
| | | | | | | Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1]
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-027-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* - Update to 0.10sunpoet2015-08-023-139/+138
| | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Syntax-Highlight-Engine-Kate/Changes
* - Update to 1.4.0sunpoet2015-08-022-3/+3
| | | | | Changes: https://github.com/github/markup/blob/master/HISTORY.md https://github.com/github/markup/commits/master
* Drop :keepla from libtool USES.kwm2015-08-022-9/+2
|
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-302-3/+1
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* Move textproc/kibana to textproc/kibana3 to leave space for a kibana version ↵antoine2015-07-306-1/+2
| | | | 4 port
* - Update to 1.0.1wen2015-07-292-3/+3
|
* Try to fix tinderbox builds.demon2015-07-291-0/+11
| | | | Submitted by: amdmi3
* - Update to version 3.14.0pawel2015-07-292-3/+4
| | | | | | | | | | | | | | | | Changes: * Fix crash when starting folder comparison on Windows (Kai Willadsen) * Fix bad chunk action behaviour for middle-to-right actions in three pane conflicts (Kai Willadsen) * Documentation fixes (Anders Jonsson) - Add run dependency on GNOME schemas otherwise execution fails: [1] GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.interface' is not installed PR: 200184 [1] Submitted by: yuri@rawbw.com [1]
* - Fix shebangsamdmi32015-07-291-1/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* textproc/dblatex: update to 0.3.6swills2015-07-282-4/+3
|
* - Update to 2015.07.26sunpoet2015-07-282-3/+3
|
* - Update to 2015.07.26sunpoet2015-07-282-3/+3
|
* - Update to 2015.07.26sunpoet2015-07-282-3/+3
|
* Drop maintainershipbdrewery2015-07-281-1/+1
|
* - Update to 1.6amdmi32015-07-286-25/+31
| | | | | | PR: 201138 Submitted by: amdmi3 Approved by: ybungalobill@gmail.com (maintainer)
* Use OPTIONS_UNSET_FORCE instead of WITHOUT_X11.hrs2015-07-271-1/+1
| | | | PR: 201864
* Unbreak INDEX, reverting r392921antoine2015-07-2611-162/+9
| | | | With hat: portmgr
* 64 bit linuxulator support (not activated by default):netchild2015-07-2611-9/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with it - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (implicit, I remember blanked approval for linux parts loooong ago, punish me if you don't agree anymore)
* textproc/html-xml-utils: create portrobak2015-07-265-0/+95
| | | | | | | | | Simple utilities for manipulating HTML and XML files. WWW: http://www.w3.org/Status.html#HTML-XML-utils PR: 201119 Submitted by: Takefu <takefu@airport.fm>
* - Add NO_ARCHsunpoet2015-07-261-0/+1
|
* textproc/elasticsearch-plugin-marvel: update to version 1.3.1bsam2015-07-243-37/+62
| | | | | | | (previous one does not work with current textproc/elasticsearch and no meaninfull log is produced). While here, mute mkdirs.
* Remove expired port:rene2015-07-244-27/+0
| | | | 2015-07-23 textproc/py-asciinema: use textproc/asciinema instead
* textproc/p5-Net-IDN-Encode: Update version 2.202=>2.300bofh2015-07-232-3/+3
|
* - Update to 1.50culot2015-07-222-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog
* String::Util provides a collection of small, handy utilities forkuriyama2015-07-215-0/+33
| | | | | | processing strings. WWW: http://search.cpan.org/dist/String-Util/
* - Update to 2015.07.19sunpoet2015-07-202-3/+3
|
* - Update to 2015.07.19sunpoet2015-07-202-3/+3
|
* - Update to 2015.07.19sunpoet2015-07-202-3/+3
|
* - Add print/latex-biber, a biblatex replacement which supports Unicode.hrs2015-07-207-5/+40
| | | | | | | | | - Add or update the following ports which latex-biber depends on: japanese/p5-Encode-EUCJPASCII (added, eucJP-open encoding support) misc/p5-Business-ISMN (added, ISMN support) textproc/p5-Text-BibTeX (updated to 0.71) textproc/p5-Text-Roman (added, conversion of Roman numerals)
* textproc/yaml-mode.el: update 0.0.9 -> 0.0.11robak2015-07-193-8/+7
| | | | | PR: 201688 Submitted by: Yasuhiro Kimura <yasu@utahime.org> (maintainer)