20266 Commits

Author SHA1 Message Date
Jan Beich
ae60358af5 devel/icu: update to 61.1
Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
2018-04-06 15:53:16 +00:00
Wen Heping
031a825de3 Tablib is an format-agnostic tabular dataset library, written in Python. It
allows one to import, export, and manipulate tabular data sets. Advanced
features include, segregation, dynamic columns, tags & filtering, and seamless
format import & export.

WWW: http://python-tablib.org

PR:		227295
Submitted by:	freebsd_ports@k-worx.org
2018-04-06 10:47:03 +00:00
Yuri Victorovich
e96dda7563 New port: textproc/py-mkdocs-nature: MkDocs theme, a clone of the "greenish" Sphinx theme of the same name
PR:		227309
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-04-06 08:29:09 +00:00
Yuri Victorovich
d7ba7667b3 New port: textproc/py-mkdocs: Project documentation with Markdown
PR:		227301
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-04-06 08:21:25 +00:00
Tobias Kortkamp
c4df193039 www/webkit2-gtk3: Update to 2.20.0
- Add WAYLAND option
- Bump PORTREVISION of dependents
- Fix build of epiphany 3.24.2 with newer WebKit versions

PR:		223733
Submitted by:	Greg V <greg@unrelenting.technology> (initial update to 2.18.3)
Reviewed by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	gnome (maintainer timeout, too long)
Security:	1ce95bc7-3278-11e8-b527-00012e582166
MFH:		2018Q2
Differential Revision:	https://reviews.freebsd.org/D14872
2018-04-05 20:13:48 +00:00
Jose Alonso Cardenas Marquez
5ab881a5d9 - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc

PR:             227210
Reviewed by:    portmgr
Approved by:    portmgr
Exp-run by:     antoine
Differential Revision:  https://reviews.freebsd.org/D14617
2018-04-05 04:52:36 +00:00
Yuri Victorovich
b223666a53 New port: textproc/py-textfsm: Parses semi-structured text into Python tables
PR:		227076
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-04-05 04:45:13 +00:00
Yuri Victorovich
b6231eced9 New port: textproc/py-jtextfsm: Smaller fork of py-textfsm, a parser for semi-structured text
PR:		227077
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-04-05 04:21:55 +00:00
Sunpoet Po-Chuan Hsieh
393aa20156 Change RUN_DEPENDS from rubygem-escape_utils-rails4 to rubygem-escape_utils
- Bump PORTREVISION for dependency change
2018-04-04 18:54:29 +00:00
Sunpoet Po-Chuan Hsieh
2be3820a89 Mark DEPRECATED and set EXPIRATION_DATE to 2018-04-30 2018-04-04 18:54:24 +00:00
Sunpoet Po-Chuan Hsieh
39187123a0 Update to 2.07
Changes:	http://search.cpan.org/dist/HTML-Packer/Changes
2018-04-04 18:52:26 +00:00
Matthias Fechner
2fbbb005c4 Fixed typo in Makefile for textproc/rubygem-escape_utils11.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D14948
2018-04-04 16:25:30 +00:00
Sunpoet Po-Chuan Hsieh
2b2564831a Using hard-coded shlib version
It helps remind maintainer to bump PORTREVISION of dependent ports.
2018-04-04 10:57:22 +00:00
Jan Beich
07f01c0c21 textproc/zorba: unbreak with ICU 61
In file included from src/functions/func_any_uri.cpp:27:
In file included from src/functions/func_any_uri.h:30:
In file included from src/functions/function_impl.h:25:
In file included from src/context/static_context.h:43:
In file included from src/zorbautils/hashmap_zstring.h:23:
src/util/utf8_util.h:784:22: error: unknown type name 'Collator'; did you mean 'UCollator'?
  return static_cast<Collator*>( collation->getCollator() )->compare(us1, us2);
                     ^~~~~~~~
                     UCollator
/usr/local/include/unicode/ucol.h:58:26: note: 'UCollator' declared here
typedef struct UCollator UCollator;
                         ^
In file included from src/runtime/full_text/default_tokenizer.cpp:25:
src/runtime/full_text/icu_tokenizer.h:56:27: error: unknown type name 'RuleBasedBreakIterator'; did you mean 'icu::RuleBasedBreakIterator'?
  typedef std::unique_ptr<RuleBasedBreakIterator> rbbi_ptr;
                          ^~~~~~~~~~~~~~~~~~~~~~
                          icu::RuleBasedBreakIterator
/usr/local/include/unicode/rbbi.h:53:20: note: 'icu::RuleBasedBreakIterator' declared here
class U_COMMON_API RuleBasedBreakIterator /*U_FINAL*/ : public BreakIterator {
                   ^

https://ssl.icu-project.org/trac/changeset/40705

PR:		227042
Reported by:	antoine (via exp-run)
2018-04-04 10:11:48 +00:00
Jan Beich
29eba89b44 textproc/rubygem-charlock_holmes: unbreak with ICU 61
transliterator.cpp:39:3: error: unknown type name 'StringEnumeration'; did you mean 'icu::StringEnumeration'?
  StringEnumeration *id_list;
  ^~~~~~~~~~~~~~~~~
  icu::StringEnumeration
/usr/local/include/unicode/strenum.h:57:20: note: 'icu::StringEnumeration' declared here
class U_COMMON_API StringEnumeration : public UObject {
                   ^
transliterator.cpp:47:13: error: use of undeclared identifier 'Transliterator'; did you mean 'icu::Transliterator'?
  id_list = Transliterator::getAvailableIDs(status);
            ^~~~~~~~~~~~~~
            icu::Transliterator
/usr/local/include/unicode/translit.h:243:18: note: 'icu::Transliterator' declared here
class U_I18N_API Transliterator : public UObject {
                 ^
transliterator.cpp:81:3: error: unknown type name 'Transliterator'; did you mean 'UTransliterator'?
  Transliterator *trans;
  ^~~~~~~~~~~~~~
  UTransliterator
/usr/local/include/unicode/utrans.h:70:15: note: 'UTransliterator' declared here
typedef void* UTransliterator;
              ^
transliterator.cpp:86:3: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'?
  UnicodeString *u_txt;
  ^~~~~~~~~~~~~
  icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here
class U_COMMON_API UnicodeString : public Replaceable
                   ^
transliterator.cpp:101:11: error: use of undeclared identifier 'Transliterator'; did you mean 'icu::Transliterator'?
  trans = Transliterator::createInstance(UnicodeString(id, id_len), UTRANS_FORWARD, p_error, status);
          ^~~~~~~~~~~~~~
          icu::Transliterator
/usr/local/include/unicode/translit.h:243:18: note: 'icu::Transliterator' declared here
class U_I18N_API Transliterator : public UObject {
                 ^
transliterator.cpp:101:42: error: use of undeclared identifier 'UnicodeString'
  trans = Transliterator::createInstance(UnicodeString(id, id_len), UTRANS_FORWARD, p_error, status);
                                         ^
transliterator.cpp:106:15: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'?
  u_txt = new UnicodeString(txt, txt_len);
              ^~~~~~~~~~~~~
              icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here
class U_COMMON_API UnicodeString : public Replaceable
                   ^
transliterator.cpp:107:8: error: member reference base type 'UTransliterator' (aka 'void *') is not a structure or union
  trans->transliterate(*u_txt);
  ~~~~~^ ~~~~~~~~~~~~~
transliterator.cpp:108:3: error: no template named 'StringByteSink'; did you mean 'icu::StringByteSink'?
  StringByteSink<std::string> sink(&result);
  ^~~~~~~~~~~~~~
  icu::StringByteSink
/usr/local/include/unicode/bytestream.h:232:7: note: 'icu::StringByteSink' declared here
class StringByteSink : public ByteSink {
      ^

https://ssl.icu-project.org/trac/changeset/40705

PR:		227042
Reported by:	antoine (via exp-run)
Obtained from:	upstream
2018-04-04 08:21:13 +00:00
TAKATSU Tomonari
44ec5e4cad - Update to 2.1.18 2018-04-04 08:02:01 +00:00
TAKATSU Tomonari
f93fc2dfbf - Update to 0.4 2018-04-04 07:06:28 +00:00
Jimmy Olgeni
7d68826abc Update textproc/elixir-earmark to version 1.2.5. 2018-04-03 14:56:49 +00:00
Sunpoet Po-Chuan Hsieh
8539033509 Remove no-op DXVERSIONS
- Fix indent

PR:		226739
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2018-04-03 09:46:54 +00:00
Sunpoet Po-Chuan Hsieh
bcf6f03a73 Update to 4.10
Changes:	https://github.com/xolox/python-humanfriendly/commits/master
2018-04-02 11:59:20 +00:00
Sunpoet Po-Chuan Hsieh
3277390694 Update to 2018.04.01 2018-04-02 11:59:10 +00:00
Dirk Meyer
eb419e9fa5 - update to 0.8.5
- added manpages, desktop file, icon, and NLS files.
- reset maintainer
PR:		208530
2018-04-02 05:46:20 +00:00
Koop Mast
c2bbf93dfc Copy enchant to enchant2 for the new version with shared library bump.
Fix typo in ZEMBEREK lib depends line and add missing dependancy.
Rename sorting file in textproc/enchant to fix conflict with textproc/enchant2.

PR:		215083 (based on)
Submitted by:	thierry@FreeBSD.org
2018-04-01 18:50:52 +00:00
Carlos J. Puga Medina
017e3f1d5c textproc/py-numpydoc: Update to 0.8.0 2018-04-01 12:36:59 +00:00
Sunpoet Po-Chuan Hsieh
1bc30fde94 Update to 1.3.5
Changes:	https://github.com/hhatto/autopep8/releases
2018-03-31 22:47:03 +00:00
Kirill Ponomarev
7c1295793d Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2018-03-31 17:50:55 +00:00
Sunpoet Po-Chuan Hsieh
26f6bba8d1 Remove expired textproc/rubygem-fast_xs073 2018-03-31 15:38:07 +00:00
Yuri Victorovich
f4ec681016 textproc/py-pystache: Maintainer reset
Based on 7.5 months timeout in bug#221411.
PHB Section 5.5: If the maintainer does not respond within three months,
... then that maintainer is considered absent
... and can be replaced as the maintainer of the particular port in question.

PR:		221411
Reported by:	tobik
Approved by:	culot (maintainer's timeout; 7.5 months)
2018-03-31 04:36:42 +00:00
Yuri Victorovich
13cfe1beb1 textproc/py-pystache: Add USE_PYTHON=concurrent; Add LICENSE_FILE; Add NO_ARCH
PR:		221411
Approved by:	culot (maintainer's timeout; 7.5 months)
2018-03-31 03:59:42 +00:00
Sunpoet Po-Chuan Hsieh
2e7338d994 Update to 4.9
Changes:	https://github.com/xolox/python-humanfriendly/commits/master
2018-03-30 23:46:24 +00:00
Matthew Seaman
f28afcd1b5 Upgrade to 1.2.5
ChangeLog: https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md
2018-03-30 13:16:26 +00:00
Baptiste Daroussin
13bd23951f Update to 1.1.32 2018-03-30 11:37:02 +00:00
Fernando Apesteguía
36c66c1b39 Update textproc/multimarkdown to 6.3.2
Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14894
2018-03-29 20:19:36 +00:00
Tobias C. Berner
dc579c4cc2 Fix permissions in installed Qt5 header files
For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and
thereby does not get the normal default value of
      --no-same-owner --no-same-permissions
passed when extracting. This lead to for example header files
being installed (i.e. copied), with permissions group write
permissions.

Manually append that to the bsd.qt.mk shenanigans (also do the
same in www/qt5-webchannel, which opts out of the bsd.qt.mk value)

PR:		227027
Reported by:	grarpamp@gmail.com
2018-03-29 19:03:17 +00:00
Jimmy Olgeni
5c1b9d82e1 Update textproc/erlang-fast_xml to version 1.1.29. 2018-03-29 13:04:06 +00:00
Jimmy Olgeni
d4af0c10b2 Update textproc/erlang-p1_utils to version 1.0.11. 2018-03-29 13:03:30 +00:00
Mathieu Arnold
8ca44828b2 Fix build with Perl 5.26.
Unescaped left brace in regex is illegal in regex when not used as a
quantifier.
- /foo{3}/ will match foofoofoo.
- /\\new{bar}/ is illegal and should be written as /\\new\{bar}/.

PR:		226817
Sponsored by:	Absolight
2018-03-28 16:52:54 +00:00
Dan Langille
0da7c1e2bc Add Yet Another YAML Framework, which aims to parse YAML 1.2 and
conform to the spc.
2018-03-28 13:09:43 +00:00
Romain Tartière
2e392444ff Update to 0.7.5 2018-03-28 11:07:59 +00:00
Dmitry Marakasov
9f12c9b88e - Add LICENSE
- Switch to options helpers
- Switch to new test framework

Approved by:	portmgr blanket
2018-03-28 09:03:24 +00:00
Sunpoet Po-Chuan Hsieh
dfe4220c77 Update to 1.04
- Sort *_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/Test-Perl-Critic/Changes
2018-03-27 18:55:50 +00:00
Jimmy Olgeni
08e0d7cc03 Update textproc/erlang-yamerl to version 0.7.0. 2018-03-27 08:57:31 +00:00
Steve Wills
05cdab7a37 textproc/augeas: update to 1.10.1
While here, pass maintainership to puppet@ which this is primarily used by
puppet.
2018-03-26 17:05:00 +00:00
Sunpoet Po-Chuan Hsieh
3806700edc Update to 2018.03.25 2018-03-26 16:35:45 +00:00
Sunpoet Po-Chuan Hsieh
232c7524c3 Update to 0.04
Changes:	http://search.cpan.org/dist/String-CamelCase/Changes
2018-03-26 16:35:21 +00:00
Mathieu Arnold
a945ac78f1 Do not set DISTNAME when using USE_GITHUB
Sponsored by:	Absolight
2018-03-26 13:40:16 +00:00
Baptiste Daroussin
3147bb6c6b Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.

While here:

- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
  * update to 2.4.5
  * use USES=localbase
2018-03-26 12:38:56 +00:00
Baptiste Daroussin
46a1d33e1a Update to 0.6.12 2018-03-26 10:03:00 +00:00
Baptiste Daroussin
4c07ba9930 Update to 3.0.8 2018-03-26 10:01:16 +00:00
Baptiste Daroussin
b26257d6a2 Update to 5.4.4 2018-03-26 09:13:27 +00:00