aboutsummaryrefslogtreecommitdiff
path: root/editors/texmaker
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEDmitry Marakasov2017-11-281-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=455026
* Bump PORTREVISION after recent poppler updateSteve Wills2017-08-241-1/+1
| | | | Notes: svn path=/head/; revision=448669
* textproc/hunspell: update to 1.6.0Jan Beich2017-01-071-2/+2
| | | | | | | | | | | | | | | | | | - Restore DIST_SUBDIR from r305651 - Adjust license for "or later" clause - Restore GPLv2+/LGPL21+ license files removed upstream as GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built) - Unbreak |make makepatch| Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0 PR: 215714 Submitted by: sunpoet (based on) Exp-run by: antoine MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D8887 Notes: svn path=/head/; revision=430796
* Chase update of graphics/poppler (and slaves ports) in revision r430777Olivier Duchateau2017-01-071-1/+1
| | | | Notes: svn path=/head/; revision=430778
* - Add LICENSE.Hiroki Sato2017-01-011-2/+4
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=430236
* textproc/hunspell: update to 1.5.4Jan Beich2016-12-031-2/+2
| | | | | | | | | | Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog PR: 214837 Exp-run by: antoine (for 1.5.3) Approved by: office (bapt) Notes: svn path=/head/; revision=427743
* editors/texmaker: fix Hunspell ABI mismatchJan Beich2016-11-281-1/+2
| | | | | | | | | | | | | | The port passes -I. -I/usr/local/include/hunspell ... -I/usr/local/include but then proceeds to #include "hunspell/hunspell.hxx" which ends up picking bundled version. #include "hunspell.hxx" would be more correct but would require adjusting texmaker.pro to add -I./hunspell for OS X. PR: 214848 Submitted by: rakuco MFH: 2016Q4 Notes: svn path=/head/; revision=427290
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* Use system hunspellRaphael Kubo da Costa2016-09-102-5/+65
| | | | | | | | | | | | | | | | | | Stop building texmaker's own, utdated bundled copy of hunspell. In addition to the obvious reasons, this is necessary to get the port to build with the upcoming Qt 5.6, as it passes -std=gnu++11 to the compiler automatically when it's supported and building the bundled hunspell failed like this: hunspell/affentry.hxx:28:94: error: cannot initialize a parameter of type 'unsigned short' with an rvalue of type 'nullptr_t' hunspell/affentry.hxx:91:103: error: cannot initialize a parameter of type 'unsigned short' with an rvalue of type 'nullptr_t' See also: https://www.freebsd.org/doc/en/books/porters-handbook/bundled-libs.html PR: 212366 Approved by: portmgr (mat) Notes: svn path=/head/; revision=421675
* Chase update of Poppler after revision r421386Olivier Duchateau2016-09-051-1/+1
| | | | Notes: svn path=/head/; revision=421390
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-1/+1
| | | | | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411798
* Update poppler to 0.40.0. [1]Koop Mast2016-01-211-1/+1
| | | | | | | | | | | | Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build of these ports with poppler 0.39+. PR: 206293 [1] Submitted by: olivierd@ [1] Obtained from: ubuntu [2], rubygem-poppler upstream [3] Notes: svn path=/head/; revision=406872
* editors/texmaker:Max Brazhnikov2015-11-092-4/+4
| | | | | | | - Update to 4.5 Notes: svn path=/head/; revision=401106
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=395047
* Update poppler to 0.34.0. [1]Koop Mast2015-08-021-1/+1
| | | | | | | | | | Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1] Notes: svn path=/head/; revision=393431
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-2/+1
| | | | | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 Notes: svn path=/head/; revision=392322
* editors/texmaker:Max Brazhnikov2015-02-104-9/+12
| | | | | | | | - Update to 4.4.1 - Add explicit PORTREVISION, hopefully people won't mistakenly bump PORTEPOCH anymore Notes: svn path=/head/; revision=378768
* Update poppler to 0.30.0 [1].Koop Mast2015-02-031-1/+1
| | | | | | | | | | | | | | Make sure we use openjpeg1 in poppler, while openjpeg2 support was added there still bugs in openjpeg2 that need to be fixed. Add patches to inkscape for API changes in poppler 0.29.0 [2]. PR: 196599 [1] Submitted by: olivierd@ [1] Exp-run by: antoine@ Obtained from: upstream [2] Notes: svn path=/head/; revision=378348
* editors/texmaker:Max Brazhnikov2014-12-061-7/+0
| | | | | | | | | | | | | - Instead of fixing dependency [1] remove optional dependencies on print/gv and now non-existent print/xdvik. Texmaker can use Okular or Evince depending on desktop environment or any other viewer defined by user, I don't see point for keeping options for particular viewers. PR: 195553 [1] Reported by: woot-woot@yandex.ru Notes: svn path=/head/; revision=374150
* editors/texmaker:Max Brazhnikov2014-11-254-11/+21
| | | | | | | | | - Update to 4.3 - Add options for Qt toolkit selection (Qt 4 or 5). Follow upstream and enable Qt 5 by default. Notes: svn path=/head/; revision=373411
* Bump PORTREVISION after graphics/poppler update to 0.26.3Max Brazhnikov2014-11-251-1/+1
| | | | Notes: svn path=/head/; revision=373404
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371560
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Convert my ports to USES=tarMax Brazhnikov2014-05-121-2/+1
| | | | Notes: svn path=/head/; revision=353800
* editors/texmaker:Max Brazhnikov2014-03-053-11/+10
| | | | | | | | - Update to 4.1.1 - manual stripping of installed binaries is not needed anymore Notes: svn path=/head/; revision=347138
* Update poppler to 0.24.4.Koop Mast2013-12-271-0/+1
| | | | | | | | | | | | Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax. Notes: svn path=/head/; revision=337749
* - Remove now needless qmake_build from USE_QT4Max Brazhnikov2013-11-211-1/+1
| | | | | | | | - Get rid of QMAKEFLAGS - Convert to USES=dos2unix Notes: svn path=/head/; revision=334497
* Update to 4.1Max Brazhnikov2013-11-184-18/+12
| | | | Notes: svn path=/head/; revision=334201
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331271
* - Convert to USES=qmakeMax Brazhnikov2013-10-081-20/+9
| | | | | | | | | - Allow staging - Use options helpers - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=329804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to 4.0.2Max Brazhnikov2013-07-133-3/+5
| | | | Notes: svn path=/head/; revision=322960
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-3/+2
| | | | | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk. Notes: svn path=/head/; revision=317899
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-2/+2
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* - Update poppler to 0.22.2.Jeremy Messenger2013-03-211-3/+3
| | | | | | | | | | | | - Bump the rest ports that depend on the poppler and poppler-qt because of shared library version have been changed. - Add a note in the UPDATING for require to rebuild all ports that depend on poppler. Submitted by: kwm (poppler* part) Notes: svn path=/head/; revision=314805
* Update to 3.5.2Max Brazhnikov2012-11-032-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306925
* Update to 3.5.1Max Brazhnikov2012-11-012-8/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306818
* Update to 3.5Max Brazhnikov2012-08-232-3/+3
| | | | Notes: svn path=/head/; revision=303012
* Update to 3.4Max Brazhnikov2012-07-183-11/+14
| | | | | | | | Convert to new option framework Normalize Makefile header Notes: svn path=/head/; revision=301096
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to 3.3.3Max Brazhnikov2012-04-103-3/+13
| | | | Notes: svn path=/head/; revision=294559
* Update to 3.2.2Max Brazhnikov2012-01-163-5/+28
| | | | Notes: svn path=/head/; revision=289321
* Update poppler to 0.18.0.Koop Mast2011-10-311-1/+2
| | | | | | | | | | | | The qt3 bindings are removed upstream. The glib library lost the last gdk-pixbuf code. And rename it from -gtk to -glib. Thanks to: pav for a exp-runs bapt for double checking the libreoffice ports Notes: svn path=/head/; revision=284777
* Update to 3.1Max Brazhnikov2011-10-243-4/+11
| | | | Notes: svn path=/head/; revision=284246
* Chase poppler shlib bumps.Koop Mast2011-08-231-1/+2
| | | | Notes: svn path=/head/; revision=280298
* Update to 3.0Max Brazhnikov2011-04-063-12/+3
| | | | Notes: svn path=/head/; revision=272317
* Update to 2.3Max Brazhnikov2011-03-233-5/+7
| | | | Notes: svn path=/head/; revision=271539