Commit graph

20753 commits

Author SHA1 Message Date
Steve Wills
c87499a335 textproc/ffe: Update to 0.3.8
PR:		230992
Submitted by:	Nathan <ndowens@yahoo.com>
2018-08-29 20:19:32 +00:00
Sunpoet Po-Chuan Hsieh
148f6589e5 Update to 0.30
Changes:	https://metacpan.org/changes/distribution/Lingua-EN-Tagger
2018-08-29 19:11:12 +00:00
Dmitry Marakasov
022c36de97 - Add LICENSE
- Add NO_ARCH
- Add WWW

Approved by:	portmgr blanket
2018-08-29 09:08:11 +00:00
Sunpoet Po-Chuan Hsieh
296d5249f2 Update to 0.722
Changes:	https://metacpan.org/changes/distribution/XML-Parser-Lite
PR:		230982
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2018-08-28 23:59:10 +00:00
Sunpoet Po-Chuan Hsieh
11dae56c4f Update to 2018.08.26 2018-08-28 00:00:01 +00:00
Carlos J. Puga Medina
d39f2e711b textproc/expat2: configure fails when texproc/docbook-utils has been installed
- Build --without-docbook to skip XML to man page compilation
- Bump PORTREVISION

PR:		230957
Submitted by:	cpm
Approved by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2018-08-27 23:45:15 +00:00
Tobias Kortkamp
cbe7ab2537 textproc/randlm: Fix build with Clang 6
In file included from RandLMBuilder.cpp:17:
In file included from ./RandLMBuilder.h:21:
In file included from ./RandLMPipelineTool.h:20:
In file included from ./RandLMPipeline.h:20:
In file included from ./RandLMPreproc.h:25:
In file included from ./RandLM.h:23:
./RandLMQuantiser.h:41:24: error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init]
    static const float kFloatErr = 0.00001f;
                       ^           ~~~~~~~~
./RandLMQuantiser.h:41:5: note: add 'constexpr'
    static const float kFloatErr = 0.00001f;
    ^
    constexpr

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/randlm-0.2.5_13.log

PR:		230892
Submitted by:	tobik
Approved by:	demon (maintainer)
2018-08-27 17:13:43 +00:00
Steve Wills
fc59989bed textproc/expat2: update to 2.2.6
PR:		230653
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
Exp-run by:	antoine
2018-08-27 15:11:57 +00:00
Yuri Victorovich
15cc87fbfe textproc/py-pyphen: Update 0.9.4 -> 0.9.5
Port changes:
* Update description
* Update WWW

Reported by:	portscout
2018-08-27 06:14:21 +00:00
Sunpoet Po-Chuan Hsieh
752e3f9cc8 Update pkg-descr 2018-08-26 18:41:32 +00:00
Tobias Kortkamp
3819dc82f2 textproc/htdig: Fix build with Clang 6
In file included from Configuration.cc:24:
In file included from ./Configuration.h:107:
In file included from ./Dictionary.h:22:
./htString.h:28:10: fatal error: 'iostream.h' file not found
#include <iostream.h>
         ^~~~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/htdig-3.2.0.b6_6.log

- Fix WWW; htdig.org seems to be gone
2018-08-26 11:19:21 +00:00
Xin LI
6b1e8d6ab7 textproc/htmldoc: Do not use arc4random_stir.
(Note that there is an updated version which will solve this too, but I
am committing this one and will rebase the patch in bug 223721 as it still
needs maintainer approval).

PR:		230831, 230756
Approved by:	portmgr (antoine)
2018-08-26 08:26:41 +00:00
Tobias Kortkamp
bfce657e25 textproc/soothsayer: Fix build with Clang 6
../../../src/lib/core/charsets.h:108:5: error: constant expression evaluates to 192 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
    Agrave  ,
    ^~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/soothsayer-0.6.3_3.log
2018-08-25 14:28:28 +00:00
Tobias C. Berner
6517ccec6c Update KDE Applications to 18.08
Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php
2018-08-25 05:15:02 +00:00
Adriaan de Groot
7d1b26ed85 Update KDE Frameworks to the latest monthly, 5.49
https://www.kde.org/announcements/kde-frameworks-5.49.0.php

Thanks Antoine for the exp-run.

PR:		230596
Submitted by:	tcberner
2018-08-23 18:49:16 +00:00
Sunpoet Po-Chuan Hsieh
77c1b8e3be Update to 9.1.3
Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2018-08-23 17:58:40 +00:00
Mark Felder
2cd7b19663 ElasticSearch: Update to 6.3.2
Differential Revision:	https://reviews.freebsd.org/D16597
2018-08-23 16:27:11 +00:00
Edward Tomasz Napierala
5ee21729b3 LaserHammer is a simple DocBook to mdoc(7) ("UNIX man page syntax")
converter.

The command line utility resides in the scripts/ subdirectory; use
it like this:

	$ laserhammer book.parsed.xml book.7

The 7 above stands for section 7 of man pages, "miscellaneous
documentation".  The 'book.parsed.xml' is a processed XML source
of the FreeBSD Handbook; you can use it as test sample.  The
'book.7' is the example translated into mdoc.

There's also a rudimentary Python module.  Use it like this:

	import laserhammer
	mdoc = laserhammer.laserhammer(file_path) print(mdoc)

WWW: https://github.com/trasz/laserhammer
2018-08-23 10:01:54 +00:00
Luca Pizzamiglio
157b94aa96 textproc/bat: Update to version 0.5.0
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.5.0
2018-08-22 16:43:17 +00:00
Sunpoet Po-Chuan Hsieh
a5e2bed3ef Update to 1.1.8
Changes:	https://github.com/zdavatz/spreadsheet/blob/master/History.md
2018-08-21 18:25:05 +00:00
Sunpoet Po-Chuan Hsieh
cc7f40c131 Update to 0.09
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/Text-WordDiff
2018-08-21 18:24:34 +00:00
TAKATSU Tomonari
335248fdcc - Update to 3.98-1.16 2018-08-21 09:24:48 +00:00
Sunpoet Po-Chuan Hsieh
d4c8ea69b0 Update to 0.31
Changes:	https://metacpan.org/changes/distribution/Lingua-EN-Sentence
2018-08-20 22:14:59 +00:00
Sunpoet Po-Chuan Hsieh
262b8fc919 Update to 2018.08.19 2018-08-20 22:14:49 +00:00
Sunpoet Po-Chuan Hsieh
933ff85a6a Update to 9.1.2
Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2018-08-20 22:14:39 +00:00
Tobias Kortkamp
eb1045b3a2 textproc/tinyxml: Link with ${CXX}
tinyxml is a C++ library but currently does not link with libc++.
2018-08-19 21:14:12 +00:00
Sunpoet Po-Chuan Hsieh
6893413fde Sort *_DEPENDS
Notified by:	mat
2018-08-19 20:32:32 +00:00
Sunpoet Po-Chuan Hsieh
1962f6e7d5 Update MAINTAINER: use @FreeBSD.org 2018-08-18 20:42:46 +00:00
Sunpoet Po-Chuan Hsieh
60270e3e75 Update to 1.37
Changes:	https://metacpan.org/changes/distribution/Lingua-EN-NameParse
2018-08-18 20:42:22 +00:00
Sunpoet Po-Chuan Hsieh
5852c83875 Update to 0.03
- Change the way *_DEPENDS are set

Changes:	https://metacpan.org/changes/distribution/String-Tagged-Terminal
2018-08-18 20:41:23 +00:00
MANTANI Nobutaka
17cd811681 Remove BROKEN_aarch64 since it builds fine on 11.1 and current.
PR:		230411
Submitted by:	mikael.urankar@gmail.com
2018-08-18 06:05:09 +00:00
Wen Heping
b6d6d8a6ba - Update to 1.97
Changes: https://metacpan.org/changes/distribution/Text-CSV
2018-08-18 03:38:05 +00:00
Antoine Brodin
97e5090e7f Update to 1.0.7 2018-08-17 13:31:48 +00:00
Steve Wills
a4b948f564 textproc/libunibreak: Update to 4.0
While here, assign maintainer

PR:		230539 (with modifications)
Submitted by:	Nathan <ndowens@yahoo.com>
2018-08-17 12:37:01 +00:00
Sunpoet Po-Chuan Hsieh
6412d81432 Update to 1.0007
- Add LICENSE_FILE

Changes:	https://metacpan.org/changes/distribution/XML-SemanticDiff
2018-08-16 23:42:31 +00:00
Wen Heping
4a86e17315 - Update to 2.1.1
- Add option to enable or disable Perl expressions

PR:		230309
Submitted by:	ndowens@yahoo.com
Approved by:	maintainer
2018-08-16 23:01:37 +00:00
Brooks Davis
372cb6e14f Add textproc/py-recommonmark:
Recommonmark is a a docutils-compatibility bridge to CommonMark.

This allows you to write CommonMark inside of Docutils & Sphinx
projects.

Sponsored by:	DARPA, AFRL
2018-08-16 21:14:09 +00:00
Rene Ladan
048dda0400 Remove expired ports:
2018-08-16 net/traceroute: Upstream gone
2018-08-15 net/e169-stats: unknown license
2018-08-15 net/l4ip: unknown license
2018-08-15 net/dhcprelay: unknown license
2018-08-15 emulators/m2000: unknown license
2018-08-15 textproc/ant-xinclude-task: unknown license
2018-08-15 textproc/bomstrip: unknown license
2018-08-15 x11-fonts/ecofont: unknown license
2018-08-15 mail/roundcube-groupvice: unknown license
2018-08-15 security/pft: unknown license
2018-08-15 devel/kickassembler: unknown license
2018-08-15 devel/gdbmods: unknown license
2018-08-15 devel/as31: unknown license
2018-08-15 databases/dbf2mysql: unknown license
2018-08-15 misc/xpns: unknown license
2018-08-15 misc/amfm: unknown license
2018-08-15 games/smashbattle: unknown license
2018-08-15 games/syobon: unknown license
2018-08-15 games/optimax: unknown license
2018-08-15 games/xgospel: unknown license
2018-08-15 biology/blat: unknown license
2018-08-15 x11-clocks/swisswatch: unknown license
2018-08-15 palm/ppmtoTbmp: unknown license
2018-08-15 dns/ghtool: unknown license
2018-08-15 x11-themes/beastie: unknown license
2018-08-15 converters/uudx: unknown license
2018-08-15 sysutils/areca-cli: unknown license
2018-08-16 20:28:32 +00:00
Martin Wilke
705f98781b - Update to 5.3.0
PR:		230415
Sponsored by:	iXsystems Inc.
2018-08-16 13:07:44 +00:00
Wen Heping
773da635b3 - Update 0.061 -> 0.062
Changes: https://metacpan.org/changes/distribution/PPIx-Regexp
- Limit portscout to only stable versions

PR:		230638
Submitted by:	svysh.fbsd@gmail.com(maintainer)
2018-08-16 00:03:14 +00:00
Sunpoet Po-Chuan Hsieh
2f2f642929 Update WWW 2018-08-15 19:34:07 +00:00
Sunpoet Po-Chuan Hsieh
991458c66a Update to 1.96
Changes:	https://metacpan.org/changes/distribution/Text-CSV
2018-08-15 19:33:42 +00:00
Jung-uk Kim
7814c55c41 Update to 0.4.10.
https://sourceforge.net/p/libwps/code/ci/0.4.10/tree/CHANGES
2018-08-14 22:34:12 +00:00
Kirill Ponomarev
10726afe78 Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2018-08-14 07:53:09 +00:00
Ulrich Spörlein
e40751c58c Update mandoc to 1.14.4 2018-08-13 20:21:00 +00:00
Sunpoet Po-Chuan Hsieh
9d0f8fbaaf Update to 2018.08.12 2018-08-13 18:20:35 +00:00
Sunpoet Po-Chuan Hsieh
8eaa21e545 Update to 0.9.16
Changes:	https://github.com/lsegal/yard/releases
		https://github.com/lsegal/yard/blob/master/CHANGELOG.md
2018-08-13 18:20:20 +00:00
Sunpoet Po-Chuan Hsieh
f349d557d5 Update to 9.1.1
Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2018-08-13 18:20:15 +00:00
Sunpoet Po-Chuan Hsieh
5dd1ad6800 Add TEST_DEPENDS 2018-08-13 18:20:05 +00:00
Yuri Victorovich
d70c383116 textproc/pdfsandwich: Update 0.1.6 -> 0.1.7
Reported by:	portscout
2018-08-12 05:49:24 +00:00