aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* Horde package update:Martin Matuska2015-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 Notes: svn path=/head/; revision=393466
* - Update to 2.25Danilo Egea Gondolfo2015-08-023-7/+8
| | | | Notes: svn path=/head/; revision=393447
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-022-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@ Notes: svn path=/head/; revision=393444
* 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
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-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 Notes: svn path=/head/; revision=393429
* - Update to 0.10Sunpoet Po-Chuan Hsieh2015-08-023-139/+138
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Syntax-Highlight-Engine-Kate/Changes Notes: svn path=/head/; revision=393417
* - Update to 1.4.0Sunpoet Po-Chuan Hsieh2015-08-022-3/+3
| | | | | | | | Changes: https://github.com/github/markup/blob/master/HISTORY.md https://github.com/github/markup/commits/master Notes: svn path=/head/; revision=393415
* Drop :keepla from libtool USES.Koop Mast2015-08-012-9/+2
| | | | Notes: svn path=/head/; revision=393403
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-292-3/+1
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* Move textproc/kibana to textproc/kibana3 to leave space for a kibana version ↵Antoine Brodin2015-07-296-1/+2
| | | | | | | 4 port Notes: svn path=/head/; revision=393191
* - Update to 1.0.1Wen Heping2015-07-292-3/+3
| | | | Notes: svn path=/head/; revision=393152
* Try to fix tinderbox builds.Dmitry Sivachenko2015-07-291-0/+11
| | | | | | | Submitted by: amdmi3 Notes: svn path=/head/; revision=393147
* - Update to version 3.14.0Pawel Pekala2015-07-282-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] Notes: svn path=/head/; revision=393126
* - Fix shebangsDmitry Marakasov2015-07-281-1/+4
| | | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393119
* textproc/dblatex: update to 0.3.6Steve Wills2015-07-282-4/+3
| | | | Notes: svn path=/head/; revision=393045
* - Update to 2015.07.26Sunpoet Po-Chuan Hsieh2015-07-272-3/+3
| | | | Notes: svn path=/head/; revision=393018
* - Update to 2015.07.26Sunpoet Po-Chuan Hsieh2015-07-272-3/+3
| | | | Notes: svn path=/head/; revision=393017
* - Update to 2015.07.26Sunpoet Po-Chuan Hsieh2015-07-272-3/+3
| | | | Notes: svn path=/head/; revision=393016
* Drop maintainershipBryan Drewery2015-07-271-1/+1
| | | | Notes: svn path=/head/; revision=393009
* - Update to 1.6Dmitry Marakasov2015-07-276-25/+31
| | | | | | | | | PR: 201138 Submitted by: amdmi3 Approved by: ybungalobill@gmail.com (maintainer) Notes: svn path=/head/; revision=392991
* Use OPTIONS_UNSET_FORCE instead of WITHOUT_X11.Hiroki Sato2015-07-271-1/+1
| | | | | | | PR: 201864 Notes: svn path=/head/; revision=392953
* Unbreak INDEX, reverting r392921Antoine Brodin2015-07-2611-162/+9
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=392922
* 64 bit linuxulator support (not activated by default):Alexander Leidinger2015-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) Notes: svn path=/head/; revision=392921
* textproc/html-xml-utils: create portBartek Rutkowski2015-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> Notes: svn path=/head/; revision=392916
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-251-0/+1
| | | | Notes: svn path=/head/; revision=392897
* textproc/elasticsearch-plugin-marvel: update to version 1.3.1Boris Samorodov2015-07-243-37/+62
| | | | | | | | | | (previous one does not work with current textproc/elasticsearch and no meaninfull log is produced). While here, mute mkdirs. Notes: svn path=/head/; revision=392828
* Remove expired port:Rene Ladan2015-07-234-27/+0
| | | | | | | 2015-07-23 textproc/py-asciinema: use textproc/asciinema instead Notes: svn path=/head/; revision=392743
* textproc/p5-Net-IDN-Encode: Update version 2.202=>2.300Muhammad Moinur Rahman2015-07-222-3/+3
| | | | Notes: svn path=/head/; revision=392693
* - Update to 1.50Frederic Culot2015-07-222-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog Notes: svn path=/head/; revision=392675
* String::Util provides a collection of small, handy utilities forJun Kuriyama2015-07-215-0/+33
| | | | | | | | | processing strings. WWW: http://search.cpan.org/dist/String-Util/ Notes: svn path=/head/; revision=392619
* - Update to 2015.07.19Sunpoet Po-Chuan Hsieh2015-07-202-3/+3
| | | | Notes: svn path=/head/; revision=392584
* - Update to 2015.07.19Sunpoet Po-Chuan Hsieh2015-07-202-3/+3
| | | | Notes: svn path=/head/; revision=392583
* - Update to 2015.07.19Sunpoet Po-Chuan Hsieh2015-07-202-3/+3
| | | | Notes: svn path=/head/; revision=392582
* - Add print/latex-biber, a biblatex replacement which supports Unicode.Hiroki Sato2015-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) Notes: svn path=/head/; revision=392544
* textproc/yaml-mode.el: update 0.0.9 -> 0.0.11Bartek Rutkowski2015-07-193-8/+7
| | | | | | | | PR: 201688 Submitted by: Yasuhiro Kimura <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=392504
* - Mark IGNORE on 32-bit platforms for now[*].Hiroki Sato2015-07-1811-22/+25
| | | | | | | | | | - Add missing USE_LDCONFIG. - Regenerate patch files to make portlint happy. PR: 201537 Notes: svn path=/head/; revision=392433
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-1813-0/+13
| | | | Notes: svn path=/head/; revision=392424
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-1810-0/+10
| | | | Notes: svn path=/head/; revision=392423
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-1823-0/+23
| | | | Notes: svn path=/head/; revision=392422
* - Update to 1.0.4Sunpoet Po-Chuan Hsieh2015-07-182-3/+3
| | | | | | | Changes: http://scm.ywesee.com/?p=spreadsheet/.git;f=History.md;hb=HEAD Notes: svn path=/head/; revision=392415
* - Update to 1.10Sunpoet Po-Chuan Hsieh2015-07-184-6/+10
| | | | | | | | | | | | - Add LICENSE - Strip shared library - Rename patch file to avoid EXTRA_PATCHES - Sort PLIST Changes: http://search.cpan.org/dist/Text-Reflow/Changes Notes: svn path=/head/; revision=392412
* - Update to 5.2.1.1Sunpoet Po-Chuan Hsieh2015-07-182-3/+3
| | | | | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=392406
* textproc/py-elib.intl: instruct portscout to not check for updatesRuslan Makhmatkhanov2015-07-171-1/+4
| | | | | | | | Portscout incorrectly reports that updates are available, so disable checks at all. While here add NO_ARCH and sort USE_PYTHON. Notes: svn path=/head/; revision=392377
* - Update to 2.04Sunpoet Po-Chuan Hsieh2015-07-172-3/+4
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Parse-CSV/Changes Notes: svn path=/head/; revision=392356
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-167-13/+7
| | | | | | | | | | | | | 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
* - Add option to disable validatorDmitry Marakasov2015-07-161-2/+4
| | | | | | | Approved by: kwm Notes: svn path=/head/; revision=392275
* textproc/ibus: cleanupPhilip M. Gollucci2015-07-152-13/+17
| | | | | | | | | | | | | - Drop ISOCODES option - the port will not configure without it. - Fix build with GTK3 without XIM selected. - Mark port as BROKEN when VALA is selected and GINTRO is not. - Regenerate patch. PR: 201511 Submitted by: s3erios@gmail.com Notes: svn path=/head/; revision=392219
* textproc/dtd-catalogs: cleanupPhilip M. Gollucci2015-07-152-6/+1
| | | | | | | | | | - convert to USES=metaport PR: 201538 Submitted by: s3erios@gmail.com Notes: svn path=/head/; revision=392218
* Update to libxml2-2.7.6-17.el6_6.1Tijl Coosemans2015-07-152-6/+7
| | | | | | | | | | MFH: 2015Q3 Security: CVE-2013-2877 Security: CVE-2014-0191 Security: CVE-2014-3660 Notes: svn path=/head/; revision=392206
* Update to version 3.13.3Pawel Pekala2015-07-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3.13.3: * Fix syntax highlighting under Windows (Kai Willadsen) * Update Windows build for newer pygi bundled libraries (Kai Willadsen) * Fixes for incorrect descriptions in manual (Anders Jonsson, Kai Willadsen) 3.13.2: * Several fixes for argument handling and tab creation: * Create --diff created comparisons after args-created ones (Kai Willadsen) * Fix --label flag incorrectly applying to --diff created comparisons (Kai Willadsen) * Create --diff created comparisons after args-created ones (Kai Willadsen) * Fix relative path interpretation for --output when created from a secondary instance (Kai Willadsen) * Fix window presentation ordering when creating a secondary instance (Kai Willadsen) * Several fixes to unicode filename handling in git comparisons and manually-assigned labels (Kai Willadsen) * Fix incorrect comparison display caused by unicode (U+2028) newline (Kai Willadsen) * Fix not being able to activate some change bar actions by temporarily disabling overlay scrolling support on GTK+ 3.14 (Kai Willadsen) * Stop recreating duplicate recently-used file placeholders (Kai Willadsen) * Fix out-of-date man page documentation (Kai Willadsen) * Test fixes and testing improvements (Magnus Ihse Bursie) * Documentation fixes (Anders Jonsson) Notes: svn path=/head/; revision=392199