aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* Update to 3.0.1, see <http://abisource.org/release-notes/3.0.1.phtml>.Don Lewis2015-06-1812-523/+487
| | | | | | | | | | | | | | | | | | | | | | Add new Abiword collaboration backends for Telepathy and SIP as options. Fix improper handling of COLLAB options group. Get rid of improper unconditional dependency on converters/psiconv. Fix build with gcc. Portlint cleanup. PR: 199156 PR: 195452 PR: 199544 PR: 193318 Submitted by: Ben Woods <woodsb02@gmail.com> Approved by: mat (mentor, implicit) Notes: svn path=/head/; revision=390083
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Make fonts repecting XDGBaptiste Daroussin2015-03-211-1/+1
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Fix the build after asio was updated to 1.10.4.Koop Mast2014-12-053-1/+24
| | | | | | | | | While here strip library. Pointyhat to: mi@ Notes: svn path=/head/; revision=374081
* Cleanup plistBaptiste Daroussin2014-10-271-10/+0
| | | | Notes: svn path=/head/; revision=371560
* converters/fribidi:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366746
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-051-1/+1
| | | | | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=364143
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* - Switch converters/psiconv to USES=libtool, drop .la filesDmitry Marakasov2014-07-251-1/+1
| | | | | | | | | | | - Strip libraries - Bump dependent ports as .so version has changed Approved by: portmgr blanket Approved by: kwm Notes: svn path=/head/; revision=362937
* - Add USES=libtool to textproc/ots and bump dependent portsTijl Coosemans2014-07-021-1/+1
| | | | | | | | - Run libtoolize and other autotools because configure and ltmain.sh are out of sync Notes: svn path=/head/; revision=360263
* - Switch textproc/wv to USES=libtool, drop .la filesDmitry Marakasov2014-06-231-2/+2
| | | | | | | | | - Fix LIB_DEPENDS entries on dependent ports and bump PORTREVISIONS as library naming schema has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358932
* Add some substitutions to ensure that plugins are linked with libabiwordTijl Coosemans2014-05-191-1/+16
| | | | | | | | | | | | | | | | | | | from the work or stage directory instead of a previously installed library. In pseudo code: s,PLUGIN_LIBS="$PLUGIN_LIBS -Lsrc -labiword", PLUGIN_LIBS="src/libabiword.la $PLUGIN_LIBS", s,foo_LIBS="$foo_LIBS $PLUGIN_LIBS", foo_LIBS="$PLUGIN_LIBS $foo_LIBS", The initial value of PLUGIN_LIBS may contain -L/usr/local/lib so it would have to come after -Lsrc, but -Lsrc is not correct when libtool relinks plugins during staging so use src/libabiword.la and let libtool figure out what flags are needed. Secondly, switch around foo_LIBS and PLUGIN_LIBS because foo_LIBS may contain -L/usr/local/lib. Notes: svn path=/head/; revision=354539
* Add USES=libtool.Tijl Coosemans2014-05-172-50/+2
| | | | Notes: svn path=/head/; revision=354379
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - 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
* Fix the build when WP option is enabled. The old libwpg and libwpd whereKoop Mast2013-10-042-35/+25
| | | | | | | | | | | removed [1]. Update COMMENT, use new LIB_DEPEND syntax, Stageify USE_GNOME=desktopfileutils -> USES=desktop-file-utils Pointyhat to: bapt@ [1] Obtained from: gentoo [1] Notes: svn path=/head/; revision=329319
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326105
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Remove MD5's from distinfo *blush*.Koop Mast2013-04-171-1/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315962
* Update to 2.8.6.Koop Mast2013-03-258-2682/+330
| | | | | | | Make sure we build plugins now. Notes: svn path=/head/; revision=315249
* Fix patching.Koop Mast2013-03-221-3/+4
| | | | | | | Submitted by: miwimail Notes: svn path=/head/; revision=314927
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixKoop Mast2013-03-191-19/+20
| | | | | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt Notes: svn path=/head/; revision=314632
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* Chase boost updateBaptiste Daroussin2013-01-311-7/+3
| | | | Notes: svn path=/head/; revision=311310
* - update png to 1.5.10Dirk Meyer2012-06-013-2/+33
| | | | Notes: svn path=/head/; revision=297915
* Fix the build with GCC 4.6.Jeremy Messenger2012-03-141-0/+29
| | | | | | | | | PR: ports/161784 Submitted by: Christian Mangin <cmangin@arobas.net> Feature safe: yes Notes: svn path=/head/; revision=293275
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Add more USE_GETTEXT macros, and bump PORTREVISIONs.Joe Marcus Clarke2010-06-051-0/+2
| | | | | | | Reported by: amdmi3 Notes: svn path=/head/; revision=255821
* Update to 2.8.4.Koop Mast2010-05-224-1204/+1164
| | | | Notes: svn path=/head/; revision=254837
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Chase the goffice 0.8.0 update.Joe Marcus Clarke2010-02-141-2/+2
| | | | Notes: svn path=/head/; revision=249856
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* Fix plist.Koop Mast2009-12-052-4/+1
| | | | | | | Submitted by: pointyhat (via pav@) Notes: svn path=/head/; revision=245231
* Register dependancy on librsvg2.Koop Mast2009-12-021-1/+1
| | | | | | | Submitted by: pointyhat (via pav@) Notes: svn path=/head/; revision=245109
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thisJoe Marcus Clarke2009-11-2812-294/+2796
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929 Notes: svn path=/head/; revision=244923
* - Chase textproc/wv shlib bumpMartin Wilke2009-09-191-1/+1
| | | | | | | | Noticed by: kwm Feature safe: yes Notes: svn path=/head/; revision=241790
* Chase the fribidi shared lib bump.Joe Marcus Clarke2009-08-221-2/+2
| | | | Notes: svn path=/head/; revision=240112
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Merge a patch from Fedora to chaneg the default font from Times RomanJoe Marcus Clarke2009-05-232-0/+734
| | | | | | | | | | | to DejaVu Serif. This will fix the font corruption issue on machines which don't have webfonts installed, and still allow us to package abiword. PR: 134732 Notes: svn path=/head/; revision=234460
* Update to 2.6.8.Koop Mast2009-03-265-14/+89
| | | | | | | | | | | Add upstream patch to fix a issue where abiword wouldn't detect older ms word mail merge fields. [1] Requested by: Michael Camden <camden DOT michael AT gmail DOT com> [1] Obtained from: Abiword SVN [1] Notes: svn path=/head/; revision=231061
* Presenting GNOME 2.24 for FreeBSD.Joe Marcus Clarke2009-01-101-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790 Notes: svn path=/head/; revision=225629
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430