summaryrefslogtreecommitdiff
path: root/textproc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark broken with Ruby 2.1Steve Wills2014-11-121-1/+7
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=372478
* Upgrade CentOS to 6.6Johannes Jost Meixner2014-11-116-13/+16
| | | | | | | | | | | | | | | | | | | | | - Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc. Notes: svn path=/head/; revision=372445
* Update to 2.1.2Antoine Brodin2014-11-112-3/+3
| | | | Notes: svn path=/head/; revision=372443
* Cleanup plistAntoine Brodin2014-11-102-10/+0
| | | | Notes: svn path=/head/; revision=372428
* - Update pandoc to 1.13.1 and update its dependents as wellGabor Pali2014-11-103-23/+7
| | | | | | | | | | | net/hs-hoauth2: 0.4.1 --> 0.4.3 www/hs-activehs: Bump port revision www/hs-gitit: 0.10.5 --> 0.10.6.1 Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=372427
* Fix build as non root.Mathieu Arnold2014-11-102-10/+26
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=372399
* - Update to 1.4Ryan Steinmetz2014-11-102-4/+12
| | | | | | | | | PR: 193838 Submitted by: zi@ Approved by: maintainer timeout (3+ weeks) Notes: svn path=/head/; revision=372390
* textproc/odt2txt: switch to github to fix fetchingJohn Marino2014-11-092-6/+10
| | | | | | | | | | | | While here, reset maintainership. The maintainer has not provided any updates since taking over the port in 2011, including staging the port. PR: 194348 Submitted by: kvedulv (de) Approved by: (former) maintainer timeout Notes: svn path=/head/; revision=372349
* Replace some occurences of mach with PERL_ARCH (and a couple of other small ↵Mathieu Arnold2014-11-071-1/+1
| | | | | | | | | | noop fixes.) With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=372262
* Groonga::API is a very thin wrapper of Groonga C APIs. All it does isJun Kuriyama2014-11-076-0/+69
| | | | | | | | | | to map types, and it's not meant to be used by a casual perl user. Try Ploonga for ordinary use. WWW: http://search.cpan.org/dist/Groonga-API/ Notes: svn path=/head/; revision=372245
* textproc/rubygem-jekyll-paginate: update to 1.1.0Johannes Jost Meixner2014-11-062-3/+3
| | | | | | | | | | | | - Update to 1.1.0 PR: 148350 Differential Revision: https://reviews.freebsd.org/D1115 Submitted by: Michael Moll <kvedulv@kvedulv.de> Approved by: swills (mentor) Notes: svn path=/head/; revision=372214
* - Chase GNU Emacs updatesAshish SHUKLA2014-11-0512-10/+12
| | | | | | | PR: 194624 Notes: svn path=/head/; revision=372191
* textproc/docbook-to-man: this port is not jobs safeJohn Marino2014-11-051-0/+2
| | | | Notes: svn path=/head/; revision=372184
* Update Qt5 ports to 5.3.2.Raphael Kubo da Costa2014-11-057-7/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proudly presented by the KDE on FreeBSD team, with several guest stars. This update took way longer than initially expected due to us previously accumulating assumptions and changes to Qt's build system that finally bit us back with the 5.3 release series, so we had to do a fair amount of cleanup. New ports: - comms/qt5-serialport: Qt functions to access serial ports, originally based on work by Fernando Apesteguia. [1] - devel/qt5-qdoc: Qt documentation generator, the Qt5 equivalent of devel/qt4-qdoc3. Originally worked on by Tobias Berner. It had already been half-split from devel/qt5-buildtools, we just needed to finish the work. Dead ports: - devel/qt5-qmldevtools: Merged into lang/qt5-qml. Minor changes: - devel/qt5: Add x11/qt5-x11extras and the new ports to the dependency list. - graphics/qt5-imageformats: The port now supports the JPEG2000, WEBP, Direct Draw Surface and ICNS formats. - multimedia/qt5-multimedia: The ALSA and PULSEAUDIO options are now mutually exclusive due to changes introduced in Qt 5.3.0 (the ALSA code is now a proper plugin that is only built if PulseAudio is not used). - x11/qt5-x11extras: Add USE_LDCONFIG since the port installs a shared library. The big changes: - bsd.qt.mk: Set QMAKESPEC instead of QMAKEPATH. [3] QMAKEPATH does much more than we want now that we call qmake from the top of ${WRKSRC}. qmake uses QMAKEPATH when evaluating the QMAKE_MKSPECS property, which is in turn used by qt_config.pri to load the .pri files in mkspecs/modules. In practice, this means that if people have an older Qt installation those files will be used and QT_CONFIG will have values such as "gui" even if one is building a port like textproc/qt5-xml, which passes -no-gui to the configure script. Consequently, unintended code paths may be enabled or the configuration step can just fail if the .pro files expect values that are not present in the system-wide, older .pri files. We avoid all those problems if we use QMAKESPEC, as qmake does not take its value into account when evaluating the QMAKE_MKSPECS property and will only parse the files in the mkspec's directory (mkspecs/freebsd-clang, for example, instead of all the files in mkspecs). - Stop explicitly passing ${LOCALBASE} to the compiler. [3] qmake's behavior has changed in Qt 5, and the paths set in QMAKE_INCDIR and QMAKE_LIBDIR in the mkspecs are passed before any others, such as the ones in the build directory themselves. In practice, this means that we end up with linker calls like this: c++ -o libfoo.so foo.o bar.o -L/usr/local/lib -L/wrkdir/build/lib -lQt5Gui -lQt5Core So if one already has Qt installed in the system, the older, already present version of the libraries in /usr/local/lib will be used instead of the newly-built ones in /wrkdir/build/lib. QTBUG-40825 discusses this behavior upstream, but there has been no agreement on a solution yet. For now, the solution adopted is to make the compiler and the linker aware of those paths but only try them last after all others, and this is achieved by setting the CPATH and LIBRARY_PATH environment variables when qmake is being used. In addition to setting them in CONFIGURE_ENV and MAKE_ENV, we also need to stop changing QMAKE_INCDIR and QMAKE_LIBDIR as well as filter those paths from the pkg-config calls qtbase's configure script makes. - Call qmake from the root of the ${WRKSRC}. In Qt 5.3, Qt's build infrastructure has undergone some changes that make our previous approach of calling qmake from the directories we want to build stop working. Things would break even more in Qt 5.4, in which qtbase's configure script does not accept the -process, -fully-process and -dont-process arguments anymore (it always behaves as if -process had been used). Bite the bullet and start calling qmake from ${WRKSRC}. The largest part of this change involves changing lines in Makefiles from WRKSRC_SUBDIR= foo/bar to BUILD_WRKSRC= ${WRKSRC}/foo/bar INSTALL_WRKSRC= ${WRKSRC}/foo/bar as well as adding patches to .pro files to avoid entering other subdirectories and removing post-configure targets that are not necessary anymore. Since qmake needs to be called from the top of ${WRKSRC} anyway, we can also simplify the configuration process for the qtbase ports a little. Looking at r10019 it is not clear why we started calling qmake in the pre-configure target in addition to the post-configure one (while also skipping it in do-configure), but we can now drop this call since letting configure behave as if -process had been passed means it will call qmake on its own and overwrite the files generated by the pre-configure call. We still need to call qmake in post-configure though, as the configure script does not pass -recursive when calling qmake and we need to be able to call make from any subdirectory when building. PR: 194762 [1] PR: 194566 # exp-run with base GCC and clang PR: 194088 [3] Notes: svn path=/head/; revision=372179
* - Update to 2.0.15.Raphael Kubo da Costa2014-11-043-3/+5
| | | | | | | - Set INSTALL_TARGET=install-strip. Notes: svn path=/head/; revision=372176
* - Update to version 4.0.6.1Pawel Pekala2014-11-023-38/+7
| | | | | | | | | | - Clean pkg-plist PR: 194171 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=372082
* - Fix UB which leads to guaranteed crash when built with clang 3.4.1+ (e.g. ↵Dmitry Marakasov2014-11-012-1/+61
| | | | | | | | | on FreeBSD 10.1+) Reported by: Alex Petrov Notes: svn path=/head/; revision=372013
* Update to 2.2.2.Koop Mast2014-11-014-20/+8
| | | | | | | | Drop :keepla from USES=libtool Drop @dirrm from plist. Notes: svn path=/head/; revision=372005
* Fix a dead symlinkAntoine Brodin2014-10-311-2/+3
| | | | Notes: svn path=/head/; revision=371940
* Upgrade to 2.3.1.Thierry Thomas2014-10-312-4/+3
| | | | | | | Changelog at <http://cran.r-project.org/web/packages/R2HTML/NEWS>. Notes: svn path=/head/; revision=371935
* Simplify plistBaptiste Daroussin2014-10-311-5/+1
| | | | Notes: svn path=/head/; revision=371889
* Simplify plistBaptiste Daroussin2014-10-311-6/+0
| | | | Notes: svn path=/head/; revision=371888
* Simplify plistBaptiste Daroussin2014-10-311-38/+3
| | | | Notes: svn path=/head/; revision=371886
* Simplify plistBaptiste Daroussin2014-10-311-14/+1
| | | | Notes: svn path=/head/; revision=371885
* Simplify plistBaptiste Daroussin2014-10-311-4/+1
| | | | Notes: svn path=/head/; revision=371884
* - Update to 0.12Frederic Culot2014-10-312-5/+4
| | | | | | | | | - License changed to MIT Changes: http://search.cpan.org/dist/Text-Aligner/Changes Notes: svn path=/head/; revision=371828
* - Update to 1.18Frederic Culot2014-10-312-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Lingua-EN-NameCase/Changes Notes: svn path=/head/; revision=371827
* - Update to 1.21Frederic Culot2014-10-312-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Lingua-EN-AddressParse/Changes Notes: svn path=/head/; revision=371826
* - Update to 0.13Frederic Culot2014-10-312-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Data-Phrasebook-Loader-YAML/Changes Notes: svn path=/head/; revision=371825
* - Update to 0.35Frederic Culot2014-10-312-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Data-Phrasebook/Changes Notes: svn path=/head/; revision=371824
* Update to 0.3.3Baptiste Daroussin2014-10-3110-154/+4
| | | | | | | Remove ancient unused version Notes: svn path=/head/; revision=371812
* Mark BROKEN: Fails to linkAntoine Brodin2014-10-291-0/+2
| | | | | | | | | | | cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -O2 -L/usr/local/lib -L/usr/local/lib -o refdbd refdbd.o refdbdref.o refdbda.o refdbdbib.o pref.o strfncs.o tokenize.o connect.o risdb.o writeris.o getopt.o readris.o backend.o backend-scrn.o backend-ris.o backend-risx.o backend-mods.o backend-db31.o backend-teix.o backend-bibtex.o backend-html.o backend-dbib.o backend-dbiba.o backend-citationlistx.o linklist.o xmlhandler.o enigma.o cgi.o atoll.o dbfncs.o xmlout.o risxhandler.o authorinfo.o risdata.o noteshandler.o refdbdnote.o writenote.o backendn-scrn.o backendn-notex.o backendn-html.o xmlhelper.o mset.o refdbdgetref.o refdbdgetrefx.o refdbdupdb.o passwd.o refdbdcheckref.o svn_version.o -ldbi -lz -lexpat /usr/bin/ld: //lib/libm.so.5: invalid DSO for symbol `log@@FBSD_1.0' definition //lib/libm.so.5: could not read symbols: Bad value Reported by: pkg-fallout Notes: svn path=/head/; revision=371707
* Allow staging as a regular userAntoine Brodin2014-10-291-1/+2
| | | | Notes: svn path=/head/; revision=371698
* Fix regression introduced in CVE-201403660 fix.Koop Mast2014-10-292-13/+27
| | | | | | | | Submitted by: gjb@ Obtained from: libxml2 upstream Notes: svn path=/head/; revision=371693
* textproc/sxml: mark jobs unsafeJohn Marino2014-10-271-1/+3
| | | | | | | | While here, unmask post-install strip command and just simplify the glob with the same result. Notes: svn path=/head/; revision=371558
* textproc/dblatex: fix python useKurt Jaeger2014-10-261-5/+3
| | | | | | | | PR: 193987 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=371498
* Deprecate ports broken for more than 6 monthsAntoine Brodin2014-10-251-0/+2
| | | | Notes: svn path=/head/; revision=371489
* Remove @dirrm and @dirrmtry entries from the Qt ports.Raphael Kubo da Costa2014-10-236-35/+0
| | | | Notes: svn path=/head/; revision=371415
* - Drop @dirrm* from plistDmitry Marakasov2014-10-231-4/+0
| | | | Notes: svn path=/head/; revision=371382
* New port opengrm ngram.Dmitry Sivachenko2014-10-207-0/+104
| | | | | | | | | | | | | | The OpenGrm NGram library is used for making and modifying n-gram language models encoded as weighted finite-state transducers (FSTs). It makes use of functionality in the OpenFst library to create, access and manipulate n-gram models. Operations for counting, smoothing, pruning, applying, and evaluating models as well as support for distributed computation are among those provided. It was developed by contributors from OHSU and Google Research. http://www.openfst.org/twiki/bin/view/GRM/NGramLibrary Notes: svn path=/head/; revision=371272
* patch-parser.c:Koop Mast2014-10-203-31/+49
| | | | | | | | | | | | | | Replace allready applied patch with new patch from upstream to unbreak the xmlcatalog command. patch-uri.c: Revert uri.c commit that causes the document chain to fail. Reported by: antoine@ Tested by: bapt@ MFH: 2014Q4 Notes: svn path=/head/; revision=371269
* Horde package update:Martin Matuska2014-10-202-3/+3
| | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.19.0 -> 2.19.3 devel/pear-Horde_Core 2.14.0 -> 2.15.0 textproc/pear-Horde_CssMinify 1.0.1 -> 1.0.2 www/pear-Horde_Dav 1.0.7 -> 1.1.0 databases/pear-Horde_Db 2.1.3 -> 2.1.4 mail/pear-Horde_Imap_Client 2.25.0 -> 2.25.2 archivers/pear-Horde_Pack 1.0.3 -> 1.0.4 devel/pear-Horde_Timezone 1.0.7 -> 1.0.8 Notes: svn path=/head/; revision=371258
* Update to 0.7.1Antoine Brodin2014-10-193-5/+4
| | | | Notes: svn path=/head/; revision=371217
* - Update to 2.1.1Antoine Brodin2014-10-193-5/+5
| | | | | | | - Tighten CONFLICTS Notes: svn path=/head/; revision=371215
* textproc/apache-solr: 4.8.1 -> 4.10.1Kurt Jaeger2014-10-195-14/+65
| | | | | | | | | | | | Changes see: http://lucene.apache.org/solr/4_10_1/changes/Changes.html PR: 193290 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: gaod@hychen.org (maintainer timeout) Notes: svn path=/head/; revision=371207
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!Max Brazhnikov2014-10-196-13/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine Notes: svn path=/head/; revision=371193
* - Add new port: textproc/rubygem-textTAKATSU Tomonari2014-10-194-0/+26
| | | | | | | | | | A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming WWW: https://github.com/threedaymonk/text Notes: svn path=/head/; revision=371175
* Update to 1.0.3.Raphael Kubo da Costa2014-10-182-3/+3
| | | | Notes: svn path=/head/; revision=371141
* Update to 2.9.2.Koop Mast2014-10-188-206/+17
| | | | | | | | | | This release fixes CVE-2014-3660 (DoS). MFH: 2014Q4 Security: 0642b064-56c4-11e4-8b87-bcaec565249c Notes: svn path=/head/; revision=371120
* - Update to 1.12Frederic Culot2014-10-172-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JavaScript-Minifier/Changes Notes: svn path=/head/; revision=371056