summaryrefslogtreecommitdiff
path: root/textproc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/cmark: Prevent building port twice when running testsJohn Marino2016-09-051-0/+2
| | | | | | | | PR: 212393 submitted by: maintainer Notes: svn path=/head/; revision=421400
* - Remove old CONFLICTS.Tijl Coosemans2016-09-054-25/+6
| | | | | | | | | | | - Set LICENSE. - Remove unused pkg-descr. PR: 211252 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=421397
* Chase update of Poppler after revision r421386Olivier Duchateau2016-09-051-1/+1
| | | | Notes: svn path=/head/; revision=421390
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-059-34/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* Use the same PORTVERSION as the one on PypiAntoine Brodin2016-09-042-3/+2
| | | | | | | PR: 205762 Notes: svn path=/head/; revision=421321
* textproc/libxml2: remove LICENSE block to unbreak libxml2-referenceJohn Marino2016-08-311-3/+0
| | | | | | | | | | | | | | | The addition of the MIT licence block broke at least the textproc/libxml2-reference port due to how the helper script bsd.gnome-reference.mk works. Removed at the request of person that suggested the license be added [2]. PR: 209806 PR: 212265 [2] Reported by: cpm Notes: svn path=/head/; revision=421190
* Unbreak textproc/erlang-fast_xml after devel/rebar downgrade.Jimmy Olgeni2016-08-311-2/+0
| | | | Notes: svn path=/head/; revision=421165
* Mark as BROKEN due to rebar incompatibility.Jimmy Olgeni2016-08-311-0/+2
| | | | Notes: svn path=/head/; revision=421159
* lang/php56: Update from 5.6.24 to 5.6.25Torsten Zuehlsdorff2016-08-309-9/+9
| | | | | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor) Notes: svn path=/head/; revision=421112
* - Update to 1.34Philippe Audeoud2016-08-292-4/+4
| | | | Notes: svn path=/head/; revision=421046
* - Add LICENSE_FILEDmitry Marakasov2016-08-291-13/+13
| | | | | | | | | - Add NO_ARCH - Switch to options helpers - Cosmetic fixes Notes: svn path=/head/; revision=421045
* Update libxml2 to 2.9.4.Koop Mast2016-08-285-5/+66
| | | | | | | | | | | | | | | | Add license block. Pull extra patch to fix NULL pointer deref. [1] Changelog: https://mail.gnome.org/archives/xml/2016-May/msg00023.html PR: 209806 Submitted by: pi@ Obtained from: upstream [1] MFH: 2016Q3 Security: e195679d-045b-4953-bb33-be0073ba2ac6 Notes: svn path=/head/; revision=421031
* Update to version 5.5.2Pawel Pekala2016-08-283-27/+441
| | | | | | | | PR: 211286 (based on) Submitted by: ari@ish.com.au Notes: svn path=/head/; revision=421024
* textproc/soothsayer: sed correct Makefile.in for curses => ncursesJohn Marino2016-08-281-2/+3
| | | | Notes: svn path=/head/; revision=421008
* Add licenseEmanuel Haupt2016-08-261-0/+3
| | | | Notes: svn path=/head/; revision=420897
* Fix the run dependency and install the bash completion file.Kevin Lo2016-08-267-29/+27
| | | | | | | | PR: 212154 Submitted by: Tobias Kortkamp <t@tobik.me> Notes: svn path=/head/; revision=420884
* Backout the update to 3.31 and "update" to 2.29.Koop Mast2016-08-254-29/+14
| | | | | | | | | | | | | | This is the last version that doesn't use to_string(). to_string() is a c++11 function and gcc 4.8 on 9.3-RELEASE, used by compiler:c++11-lib, doesn't provide this function. Add small blob mentioning this. Bump portepoch due to version going back. Reported by: pkg-fallout@ Notes: svn path=/head/; revision=420881
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-245-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* textproc/soothsayer: fix ncurses, missing c++ headers, not jobs safeJohn Marino2016-08-2311-18/+90
| | | | Notes: svn path=/head/; revision=420704
* Add textproc/erlang-fast_xml, an XML parsing and manipulation libraryJimmy Olgeni2016-08-236-0/+71
| | | | | | | | | for Erlang. (requires erlang.mk from r420660) Notes: svn path=/head/; revision=420661
* Add textproc/erlang-p1_utils, an Erlang application containingJimmy Olgeni2016-08-235-0/+40
| | | | | | | utility modules from ProcessOne. Notes: svn path=/head/; revision=420658
* - Add enchant php55/php56/php70 extensionDmitry Marakasov2016-08-234-0/+30
| | | | | | | | | PR: 208828 Submitted by: daniel@blodan.se Approved by: maintainer timeout (ale, 4 months) Notes: svn path=/head/; revision=420657
* - Add LICENSE_FILEDmitry Marakasov2016-08-221-2/+6
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=420590
* Update textproc/py-elasticsearch-py to version 2.4.0; add NO_ARCH.Jimmy Olgeni2016-08-212-3/+5
| | | | | | | | | PR: 211986 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=420558
* textproc/py-wstools: update to 0.4.4Ruslan Makhmatkhanov2016-08-213-7/+32
| | | | Notes: svn path=/head/; revision=420557
* - Add NO_ARCHDmitry Marakasov2016-08-213-10/+13
| | | | | | | | - Switch to options helpers - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=420542
* - Update to 1.1.0TAKATSU Tomonari2016-08-213-5/+8
| | | | | | | - Update WWW: in pkg-descr Notes: svn path=/head/; revision=420537
* Add back LOCALBASE replace which was accidently hardcoded in the update.Koop Mast2016-08-201-1/+1
| | | | | | | Reported by: adamw@ Notes: svn path=/head/; revision=420527
* Update highlight to 3.31.Koop Mast2016-08-204-12/+30
| | | | | | | Strip binary. Notes: svn path=/head/; revision=420526
* Update to version 1.3.1Dmitry Sivachenko2016-08-205-15/+28
| | | | Notes: svn path=/head/; revision=420507
* - Update to 20160816Dmitry Marakasov2016-08-192-5/+8
| | | | | | | | | | | - Add NO_BUILD - Optionize DOCS PR: 211955 Submitted by: jrm@ftfl.ca (maintainer) Notes: svn path=/head/; revision=420459
* Switch to USES+=Tobias C. Berner2016-08-181-1/+1
| | | | | | | | | | | | | | textproc/uim sets USES=foo bar however, this overrides the values set in child ports like textproc/uim-kde4 which will require a USES=kde:4 in the future. PR: 211558 Approved by: maintainer timeout (15 days), rakuco (mentor) Notes: svn path=/head/; revision=420395
* - Update to 0.13.4Dmitry Marakasov2016-08-172-8/+17
| | | | | | | | | | | - Add TMUX option - While here, add LICENSE_FILE PR: 211865 Submitted by: sascha@root-login.org (maintainer) Notes: svn path=/head/; revision=420334
* Update to GNU diff 3.4Johan van Selst2016-08-163-4/+6
| | | | | | | | mostly bugfixes. new feature --color http://lists.gnu.org/archive/html/bug-diffutils/2016-08/msg00028.html Notes: svn path=/head/; revision=420278
* Remove duplicate ports.Mathieu Arnold2016-08-1512-85/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=420253
* Register conflict, both ports install exact same filesPawel Pekala2016-08-152-0/+4
| | | | Notes: svn path=/head/; revision=420248
* - Update to 20160806Wen Heping2016-08-142-4/+7
| | | | | | | | Changes: http://search.cpan.org/src/MSCHWERN/URI-Find-20160806/Changes - Add LICENSE Notes: svn path=/head/; revision=420181
* Update to 1.20Wen Heping2016-08-142-3/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/SARGIE/RTF-Tokenizer-1.20/CHANGES Notes: svn path=/head/; revision=420179
* FZF is a general-purpose command-line fuzzy finder.Pawel Pekala2016-08-126-0/+72
| | | | | | | | | | WWW: https://github.com/junegunn/fzf/ PR: 211661 Submitted by: Sascha Holzleiter <sascha@root-login.org> Notes: svn path=/head/; revision=420136
* Update to 2.03Tom Judge2016-08-123-3/+6
| | | | | | | Changes: http://cpansearch.perl.org/src/DRTECH/Search-Elasticsearch-2.03/Changes Notes: svn path=/head/; revision=420132
* Add missing gettext-tools dependency.Warren Block2016-08-121-6/+5
| | | | | | | | | | PR: 211597 Approved by: koobs MFH: 2016Q3 Sponsored by: iXsystems Notes: svn path=/head/; revision=420130
* Update to 1.8.2Olivier Duchateau2016-08-112-4/+4
| | | | Notes: svn path=/head/; revision=420086
* textproc/consul-template: Update to 0.15.0 and add rc.d scriptSteve Wills2016-08-103-10/+64
| | | | | | | | PR: 211492 Submitted by: Douglas Thrift <douglas@douglasthrift.net> Notes: svn path=/head/; revision=420033
* textproc/rubygem-rouge: Update from 1.10.1 to 2.0.5Torsten Zuehlsdorff2016-08-102-3/+4
| | | | | | | | | Changes: https://github.com/jneen/rouge/blob/v2.0.5/CHANGELOG.md Approved by: swills (mentor) Notes: svn path=/head/; revision=420026
* - Update to 1.131Wen Heping2016-08-102-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/SHLOMIF/Text-Table-1.131/Changes Notes: svn path=/head/; revision=420021
* - Update to 0.2TAKATSU Tomonari2016-08-102-5/+8
| | | | Notes: svn path=/head/; revision=420007
* Sort category Makefiles.Jimmy Olgeni2016-08-101-1/+1
| | | | Notes: svn path=/head/; revision=420005
* Change www/php*-session's priority to be loaded before most other PHP ↵Mathieu Arnold2016-08-093-3/+3
| | | | | | | | | | | | | | extensions. Many PHP extensions were adding a build dependency on session, so that it was loaded first. This is now no longer needed, we have a nice framework handle the extensions ordering. PR: 203741 Sponsored by: Absolight Notes: svn path=/head/; revision=419924
* - Fix licenseDmitry Marakasov2016-08-091-4/+9
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=419909
* textproc/groonga: Update version 6.0.5=>6.0.7Muhammad Moinur Rahman2016-08-083-5/+7
| | | | Notes: svn path=/head/; revision=419895