aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/send/send-constants.js')
-rw-r--r--ui/app/components/send/send-constants.js33
1 files changed, 33 insertions, 0 deletions
diff --git a/ui/app/components/send/send-constants.js b/ui/app/components/send/send-constants.js
new file mode 100644
index 00000000..b3ee0899
--- /dev/null
+++ b/ui/app/components/send/send-constants.js
@@ -0,0 +1,33 @@
+const ethUtil = require('ethereumjs-util')
+const { conversionUtil, multiplyCurrencies } = require('../../conversion-util')
+
+const MIN_GAS_PRICE_HEX = (100000000).toString(16)
+const MIN_GAS_PRICE_DEC = '100000000'
+const MIN_GAS_LIMIT_DEC = '21000'
+const MIN_GAS_LIMIT_HEX = (parseInt(MIN_GAS_LIMIT_DEC)).toString(16)
+
+const MIN_GAS_PRICE_GWEI = ethUtil.addHexPrefix(conversionUtil(MIN_GAS_PRICE_HEX, {
+ fromDenomination: 'WEI',
+ toDenomination: 'GWEI',
+ fromNumericBase: 'hex',
+ toNumericBase: 'hex',
+ numberOfDecimals: 1,
+}))
+
+const MIN_GAS_TOTAL = multiplyCurrencies(MIN_GAS_LIMIT_HEX, MIN_GAS_PRICE_HEX, {
+ toNumericBase: 'hex',
+ multiplicandBase: 16,
+ multiplierBase: 16,
+})
+
+const TOKEN_TRANSFER_FUNCTION_SIGNATURE = '0xa9059cbb'
+
+module.exports = {
+ MIN_GAS_PRICE_GWEI,
+ MIN_GAS_PRICE_HEX,
+ MIN_GAS_PRICE_DEC,
+ MIN_GAS_LIMIT_HEX,
+ MIN_GAS_LIMIT_DEC,
+ MIN_GAS_TOTAL,
+ TOKEN_TRANSFER_FUNCTION_SIGNATURE,
+}
- Add NO_ARCH - Unsilence installation commands Approved by: portmgr blanket * Added new ports required for gitlab 10.6.x.Matthias Fechner2018-04-135-0/+48 | | | | | | Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15032 * Update to 0.97Sunpoet Po-Chuan Hsieh2018-04-122-4/+4 | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes * Upgrade to 1.5.36.Thierry Thomas2018-04-113-4/+640 | | | | Release notes at https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.36 * Upgrade to 0.5.4.Thierry Thomas2018-04-112-5/+4 | | | | Release notes at https://github.com/blatinier/pyhunspell/releases/tag/0.5.4 * Update to version 0.4.1Kirill Ponomarev2018-04-102-4/+4 | | | | | PR: 227417 Submitted by: maintainer * Pass maintainership of my ElasticSearch ports to elastic@.Jimmy Olgeni2018-04-104-4/+4 | * - Add LICENSEDmitry Marakasov2018-04-101-0/+4 | | | | | | - Add NO_ARCH Approved by: portmgr blanket * Update to 2018.04.08Sunpoet Po-Chuan Hsieh2018-04-102-4/+4 | * Add py-elasticsearch-async 6.0.0Sunpoet Po-Chuan Hsieh2018-04-104-0/+37 | | | | | | | | | This is an adapter for elasticsearch providing a transport layer based on Python's asyncio module. All API calls now return a future wrapping the response. WWW: https://pypi.python.org/pypi/elasticsearch-async WWW: https://github.com/elastic/elasticsearch-py-async * New ports: textproc/libkomparediff2, textproc/kompareTobias C. Berner2018-04-109-0/+188 | | | | | This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4. * textproc/py-elasticsearch-curator: Fix Python flavors in RUN_DEPENDSMark Felder2018-04-101-6/+6 | * Update ElasticSearch 6 ports to 6.2.3Mark Felder2018-04-104-9/+9 | * Deprecated End of Life releases of KibanaMark Felder2018-04-106-0/+18 | * Remove textproc/elasticsearch and related pluginsMark Felder2018-04-0929-2063/+0 | | | | The sun has set and these are all far beyond End of Life * Remove ElasticSearch X-Pack packagesMark Felder2018-04-097-82/+0 | | | | | | | | | | | | This is not a supported way to install the X-Pack plugins. The software comes with tools for installing and managing plugins. The plugins are a zip file with a payload that configures various system settings and a file/directory structure that does not match what these packages provide. The end result is a partially functional plugin with a myriad of issues due to files and configs missing from expected locations. Please use the elasticsearch-plugin and kibana-plugin commands to install X-Pack. * textproc/py-elasticsearch-curator: Update to 5.5.2Mark Felder2018-04-095-10/+13 | | | | | | | | - Rename port to match py-elasticsearch and remove trailing -py suffix that doesn't match any upstream naming convention - Change MAINTAINER to elastic@ team Approved by: maintainer * Create textproc/py-elasticsearch5Mark Felder2018-04-094-0/+33 | | | | | The 5.x version of the py-elasticsearch module is still required in situations where the newer 6.x module is not backwards compatible. * Update to 6.2.0Sunpoet Po-Chuan Hsieh2018-04-092-4/+4 | | | | Changes: https://github.com/leethomason/tinyxml2/commits/master * Update to 0.21.0Antoine Brodin2018-04-082-4/+4 | * devel/icu: update to 61.1Jan Beich2018-04-069-7/+9 | | | | | | | | 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) * Tablib is an format-agnostic tabular dataset library, written in Python. ItWen Heping2018-04-064-0/+37 | | | | | | | | | | | 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 * New port: textproc/py-mkdocs-nature: MkDocs theme, a clone of the "greenish" ↵Yuri Victorovich2018-04-064-0/+32 | | | | | | | Sphinx theme of the same name PR: 227309 Submitted by: Kai <freebsd_ports@k-worx.org> * New port: textproc/py-mkdocs: Project documentation with MarkdownYuri Victorovich2018-04-065-0/+42 | | | | | PR: 227301 Submitted by: Kai <freebsd_ports@k-worx.org> * www/webkit2-gtk3: Update to 2.20.0Tobias Kortkamp2018-04-061-0/+1 | | | | | | | | | | | | | | - 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 * - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkJose Alonso Cardenas Marquez2018-04-052-1/+2 | | | | | | | | | | - 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 * New port: textproc/py-textfsm: Parses semi-structured text into Python tablesYuri Victorovich2018-04-054-0/+42 | | | | | PR: 227076 Submitted by: Kai <freebsd_ports@k-worx.org> * New port: textproc/py-jtextfsm: Smaller fork of py-textfsm, a parser for ↵Yuri Victorovich2018-04-054-0/+44 | | | | | | | semi-structured text PR: 227077 Submitted by: Kai <freebsd_ports@k-worx.org> * Change RUN_DEPENDS from rubygem-escape_utils-rails4 to rubygem-escape_utilsSunpoet Po-Chuan Hsieh2018-04-051-1/+2 | | | | - Bump PORTREVISION for dependency change * Mark DEPRECATED and set EXPIRATION_DATE to 2018-04-30Sunpoet Po-Chuan Hsieh2018-04-051-0/+3 | * Update to 2.07Sunpoet Po-Chuan Hsieh2018-04-052-4/+4 | | | | Changes: http://search.cpan.org/dist/HTML-Packer/Changes * Fixed typo in Makefile for textproc/rubygem-escape_utils11.Matthias Fechner2018-04-051-1/+2 | | | | | | Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D14948 * Using hard-coded shlib versionSunpoet Po-Chuan Hsieh2018-04-042-2/+2 | | | | It helps remind maintainer to bump PORTREVISION of dependent ports. * textproc/zorba: unbreak with ICU 61Jan Beich2018-04-041-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) * textproc/rubygem-charlock_holmes: unbreak with ICU 61Jan Beich2018-04-042-0/+5 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 * - Update to 2.1.18TAKATSU Tomonari2018-04-042-5/+4 | * - Update to 0.4TAKATSU Tomonari2018-04-042-8/+8 | * Update textproc/elixir-earmark to version 1.2.5.Jimmy Olgeni2018-04-033-6/+4 | * Remove no-op DXVERSIONSSunpoet Po-Chuan Hsieh2018-04-031-25/+17 | | | | | | | | - Fix indent PR: 226739 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) * Update to 4.10Sunpoet Po-Chuan Hsieh2018-04-022-4/+4 | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master * Update to 2018.04.01Sunpoet Po-Chuan Hsieh2018-04-022-4/+4 | * - update to 0.8.5Dirk Meyer2018-04-023-15/+38 | | | | | | - added manpages, desktop file, icon, and NLS files. - reset maintainer PR: 208530 * Copy enchant to enchant2 for the new version with shared library bump.Koop Mast2018-04-0211-7/+121 | | | | | | | | 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 * textproc/py-numpydoc: Update to 0.8.0Carlos J. Puga Medina2018-04-012-4/+4 | * Update to 1.3.5Sunpoet Po-Chuan Hsieh2018-04-012-4/+4 | | | | Changes: https://github.com/hhatto/autopep8/releases * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2018-04-012-2/+2 | * Remove expired textproc/rubygem-fast_xs073Sunpoet Po-Chuan Hsieh2018-03-314-49/+0 | * textproc/py-pystache: Maintainer resetYuri Victorovich2018-03-311-1/+1 | | | | | | | | | | | 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) * textproc/py-pystache: Add USE_PYTHON=concurrent; Add LICENSE_FILE; Add NO_ARCHYuri Victorovich2018-03-311-2/+3 | | | | | PR: 221411 Approved by: culot (maintainer's timeout; 7.5 months) * Update to 4.9Sunpoet Po-Chuan Hsieh2018-03-312-4/+4 | | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master * Upgrade to 1.2.5Matthew Seaman2018-03-302-4/+4 | | | | ChangeLog: https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md * Update to 1.1.32Baptiste Daroussin2018-03-303-10/+8 | * Update textproc/multimarkdown to 6.3.2Fernando Apesteguía2018-03-302-4/+4 | | | | | | Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14894 * Fix permissions in installed Qt5 header filesTobias C. Berner2018-03-302-0/+2 | | | | | | | | | | | | | | | 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 * Update textproc/erlang-fast_xml to version 1.1.29.Jimmy Olgeni2018-03-293-8/+6 | * Update textproc/erlang-p1_utils to version 1.0.11.Jimmy Olgeni2018-03-292-4/+4 | * Fix build with Perl 5.26.Mathieu Arnold2018-03-294-0/+113 | | | | | | | | | | 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 * Add Yet Another YAML Framework, which aims to parse YAML 1.2 andDan Langille2018-03-285-0/+57 | | | | conform to the spc. * Update to 0.7.5Romain Tartière2018-03-282-4/+4 | * - Add LICENSEDmitry Marakasov2018-03-281-8/+12 | | | | | | | - Switch to options helpers - Switch to new test framework Approved by: portmgr blanket * Update to 1.04Sunpoet Po-Chuan Hsieh2018-03-283-6/+7 | | | | | | | - Sort *_DEPENDS - Sort PLIST Changes: http://search.cpan.org/dist/Test-Perl-Critic/Changes * Update textproc/erlang-yamerl to version 0.7.0.Jimmy Olgeni2018-03-272-4/+4 | * textproc/augeas: update to 1.10.1Steve Wills2018-03-273-11/+13 | | | | | While here, pass maintainership to puppet@ which this is primarily used by puppet. * Update to 2018.03.25Sunpoet Po-Chuan Hsieh2018-03-272-4/+4 | * Update to 0.04Sunpoet Po-Chuan Hsieh2018-03-272-4/+4 | | | | Changes: http://search.cpan.org/dist/String-CamelCase/Changes * Do not set DISTNAME when using USE_GITHUBMathieu Arnold2018-03-262-4/+3 | | | | Sponsored by: Absolight * Make libgnome and libgnomeui not implying esound dependencyBaptiste Daroussin2018-03-262-2/+2 | | | | | | | | | | | | | | | | 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 * Update to 0.6.12Baptiste Daroussin2018-03-262-3/+4 | * Update to 3.0.8Baptiste Daroussin2018-03-263-8/+7 | * Update to 5.4.4Baptiste Daroussin2018-03-263-5/+8 | * New port: textproc/py-gfm: Github-flavored Markdown for the py-markdown moduleYuri Victorovich2018-03-264-0/+43 | | | | Submitted by: Kai <freebsd_ports@k-worx.org> * Update to 2.04Sunpoet Po-Chuan Hsieh2018-03-263-5/+9 | | | | | | | | - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Text-SimpleTable/Changes * textproc/libqxp textproc/libepubgen: Add USES=compiler:c++11-langYuri Victorovich2018-03-252-2/+2 | | | | | | | | jhibbits reported that they are failng on powerpc64 because of c++11 issues. PR: 226861 226862 Reported by: jhibbits * Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDNSunpoet Po-Chuan Hsieh2018-03-251-1/+1 | | | | | PR: 225609 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> * Update to 1.0.4Sunpoet Po-Chuan Hsieh2018-03-252-4/+5 | | | | | | Changes: https://github.com/rails/rails-html-sanitizer/releases Security: 81946ace-6961-4488-a164-22d58ebc8d66 MFH: 2018Q1 * Add LICENSE setting (GPLv2) based on a check of the source code,Gerald Pfeifer2018-03-241-1/+3 | | | | README, etc. * textproc/libsass: Remove static librariesYuri Victorovich2018-03-242-18/+6 | | | | | | | Port changes: * Group USExx Approved by: portmgr blanket * textproc/libsass: Update 3.4.9->3.5.0; www/py-libsass: Update 0.13.7->0.14.0Yuri Victorovich2018-03-244-8/+7 | | | | | | | Bump textproc/sassc PR: 226414 Approved by: nivit (maintainer timeout for textproc/libsass; 16 days) * Update to 3.5.6Sunpoet Po-Chuan Hsieh2018-03-242-4/+4 | | | | Changes: https://github.com/sass/sass/blob/stable/doc-src/SASS_CHANGELOG.md * Update to 2.2.2Sunpoet Po-Chuan Hsieh2018-03-242-4/+4 | | | | | Changes: https://github.com/flavorjones/loofah/releases https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md * Update to 6.0.2Sunpoet Po-Chuan Hsieh2018-03-242-4/+4 | | | | Changes: https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md * Update to 6.0.2Sunpoet Po-Chuan Hsieh2018-03-242-4/+4 | | | | Changes: https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md * Update to 6.0.2Sunpoet Po-Chuan Hsieh2018-03-242-4/+4 | | | | Changes: https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md * Reset maintainerSteve Wills2018-03-243-3/+3 | | | | Requested by: Jeremy Baggs <jeremybbaggs@gmail.com> (maintainer, via private email) * Update to 4.6.4Sunpoet Po-Chuan Hsieh2018-03-232-4/+4 | | | | Changes: https://github.com/rgrove/sanitize/releases * Update to 8.2.0Sunpoet Po-Chuan Hsieh2018-03-232-4/+4 | | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md * - Update to 1.3.0TAKATSU Tomonari2018-03-222-7/+7 | * - Update to 3.98-1.10TAKATSU Tomonari2018-03-222-5/+4 | * Update to 4.6.3Sunpoet Po-Chuan Hsieh2018-03-222-4/+4 | | | | | | Changes: https://github.com/rgrove/sanitize/releases Security: 39a30e0a-0c34-431b-9dce-b87cab02412a MFH: 2018Q1 * Update to 1.5.6.2Sunpoet Po-Chuan Hsieh2018-03-222-5/+5 | | | | Changes: https://github.com/asciidoctor/asciidoctor/blob/v1.5.6.x/CHANGELOG.adoc * Update to 1.52Sunpoet Po-Chuan Hsieh2018-03-222-4/+4 | | | | Changes: http://search.cpan.org/dist/Text-Template/Changes * Update to 6.2.0Sunpoet Po-Chuan Hsieh2018-03-222-4/+4 | | | | Changes: https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst * - Update to 1.2.0TAKATSU Tomonari2018-03-212-9/+7 | * Update to 4.6.2Sunpoet Po-Chuan Hsieh2018-03-212-4/+4 | | | | Changes: https://github.com/rgrove/sanitize/releases * Update to 2.2.1Sunpoet Po-Chuan Hsieh2018-03-212-4/+4 | | | | | | | Changes: https://github.com/flavorjones/loofah/releases https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md Security: ba6d0c9b-f5f6-4b9b-a6de-3cce93c83220 MFH: 2018Q1 * Remove expired ports:Rene Ladan2018-03-218-81/+0 | | | | | | | | | | 2018-03-19 graphics/code-eli: Broken for more than 6 months 2018-03-19 databases/pg_rman: Broken for more than 6 months 2018-03-19 devel/elixir-simple_bayes: Broken for more than 6 months 2018-03-19 devel/elixir-stemmer: Broken for more than 6 months 2018-03-19 benchmarks/expedite: Broken for more than 6 months 2018-03-19 textproc/p5-HTML-CTPP2: Broken for more than 6 months 2018-03-19 textproc/rubygem-compass-rails: Broken for more than 6 months * textproc/elasticsearch5-search-guard: Update to 5.6.8Mark Felder2018-03-214-69/+49 | | | | - Automate pkg-plist as well * textproc/elasticsearch{5,6}: Pidfiles should be in a writable subdirectoryMark Felder2018-03-214-6/+6 | | | | | | This fixes issues Elastic has with starting/stopping in some situations PR: 226800 * Fix order of IGNORE_WITH_PHP variableDanilo G. Baio2018-03-204-8/+4 | | | | | | Related with `USES=php` so is better to keep them together Reported by: mat * Update to 2018.03.18Sunpoet Po-Chuan Hsieh2018-03-192-4/+4 | * devel/oniguruma: Update to 6.8.1Yuri Victorovich2018-03-191-1/+1 | | | | Only changed the shared object version (forgotten on the previous release). * - Update to 2.25Wen Heping2018-03-182-4/+4 | | | | Changes: http://cpansearch.perl.org/src/GRANTM/XML-Simple-2.25/Changes * Mark DEPRECATED and set EXPIRATION_DATE to 2018-03-31Sunpoet Po-Chuan Hsieh2018-03-181-0/+3 | * Add py-pylons-sphinx-themes 1.0.6Sunpoet Po-Chuan Hsieh2018-03-184-0/+30 | | | | | | | | | Pylons Sphinx Themes is a Python package that contains Sphinx themes for Pylons related projects. This project is based on Pylons Sphinx Theme (singular), but uses a package implementation instead of git submodules and manual steps. WWW: https://pypi.python.org/pypi/pylons-sphinx-themes WWW: https://github.com/Pylons/pylons_sphinx_theme * Made 14 Go ports respect MAKE_ENV. This is expected to unbreak them.Yuri Victorovich2018-03-181-1/+1 | | | | | | | | | Ports: www/fabio benchmarks/bombardier www/go-www net-mgmt/prometheus2 sysutils/immortal sysutils/docker-freebsd audio/pms-devel sysutils/consul-alerts net-mgmt/pushgateway net/nsq textproc/jid net-mgmt/alertmanager sysutils/nomad security/ssh-vault Approved by: portmgr (port compliance, infrastructure) * Mark these ports broken on armvX and mips: fail to package.Mark Linimon2018-03-182-0/+8 | | | | Approved by: portmgr (tier-2 blanket) * devel/oniguruma: Update to 6.8.0Yuri Victorovich2018-03-181-1/+1 | | | | | | | | | | | Changelog: https://github.com/kkos/oniguruma/releases/tag/v6.8.0 Bumping 9 depending ports because oniguruma's interface actually changed in an incompatible way, see https://github.com/kkos/oniguruma/issues/79 , while the shared library lib/libonig.so.4.0.0 didn't change the revision number. This is a bug in the upstream release. * New port: textproc/py-pypandoc: Thin wrapper for pandocYuri Victorovich2018-03-184-0/+31 | * Fix order of variablesDanilo G. Baio2018-03-179-17/+22 | | | | Ports maintained by me in categories: science security sysutils textproc * textproc/fzf: Fix patchesDanilo G. Baio2018-03-173-7/+5 | | | | | | | | | | The patches for this port got mangled in the last update. This patch corrects that so the completion for kill(1) works again if one is using the example shell completion files. PR: 226654 Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer) * Re-added port: textproc/ibus-table: Table-based input method framework for ↵Yuri Victorovich2018-03-175-0/+96 | | | | | | | IBus (existed 2009/11/22-2017/04/30, deleted in r439826) PR: 219638 Differential Revision: https://reviews.freebsd.org/D13547 * Update to 1.1.7Sunpoet Po-Chuan Hsieh2018-03-162-4/+4 | | | | Changes: https://github.com/zdavatz/spreadsheet/blob/master/History.md * Update to 4.6.1Sunpoet Po-Chuan Hsieh2018-03-162-4/+4 | | | | Changes: https://github.com/rgrove/sanitize/releases * Change MASTER_SITES to CHEESESHOPSunpoet Po-Chuan Hsieh2018-03-162-5/+7 | | | | | | | | - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Take maintainership The main content is functional identical. The tarball from PyPI contains classifiers. * textproc/freexl: Update to 1.0.5Yuri Victorovich2018-03-162-7/+6 | | | | | | | | | | Port changes: * Change to DISTVERSION * Remove CPPFLAGS/LIBS (not needed) * Add INSTALL_TARGET for stripping PR: 226643 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) * Stop touching the filesystem during build.Bryan Drewery2018-03-163-16/+22 | | | | | | The pkg-install handles the scrollkeeper-rebuild and xmlcatalog needs. This also avoids: Shared object "libscrollkeeper.so.0" not found, required by "scrollkeeper-update" * Fix plistBryan Drewery2018-03-162-1/+22 | * Update to 1.3.0Sunpoet Po-Chuan Hsieh2018-03-162-4/+4 | | | | | Changes: https://github.com/jekyll/jekyll-mentions/releases https://github.com/jekyll/jekyll-mentions/blob/master/History.markdown * textproc/p5-YAML: Update to 1.24Tobias Kortkamp2018-03-152-3/+7 | | | | | | | | | - Add LICENSE_FILE and NO_ARCH Changes: http://cpansearch.perl.org/src/TINITA/YAML-1.24/Changes PR: 223896 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Approved by: tobez (maintainer timeout, 3 months) * Update to 1.0.3Matthew Seaman2018-03-152-4/+4 | | | | ChangeLog: https://csvkit.readthedocs.io/en/1.0.3/changelog.html * Update to 1.6.1Matthew Seaman2018-03-152-4/+4 | | | | ChangeLog: https://agate.readthedocs.io/en/1.6.1/changelog.html * New port: textproc/py-bibtexparser: Bibtex parserYuri Victorovich2018-03-154-0/+30 | * textproc/kibana6: Fix ability to install pluginsMark Felder2018-03-152-10/+18 | | | | | | - Also update rc script to better match behavior of the stock "kibana" script which starts up the process in environments where you are not using a traditional rc / init script. * textproc/elasticsearch6: Fix ability to install pluginsMark Felder2018-03-153-8/+26 | | | | | | | - Update pkg-message to provide very useful info - Use login_class=root by default to help users avoid this issue (affects everyone) PR: 226301 * Update to 2.9.0Sunpoet Po-Chuan Hsieh2018-03-152-4/+4 | | | | Changes: https://github.com/ohler55/ox/blob/master/CHANGELOG.md * - Add LICENSEDmitry Marakasov2018-03-141-0/+3 | | | | Approved by: portmgr blanket * textproc/p5-XML-RSS: update to 1.60Steve Wills2018-03-143-7/+15 | | | | While here, sort plist * - Update to 1.1.7TAKATSU Tomonari2018-03-142-5/+4 | * - Update to 1.9TAKATSU Tomonari2018-03-142-7/+7 | * Update to 1.1.6Sunpoet Po-Chuan Hsieh2018-03-142-4/+4 | | | | Changes: https://github.com/zdavatz/spreadsheet/blob/master/History.md * Update to 0.17.9Sunpoet Po-Chuan Hsieh2018-03-142-4/+4 | | | | Changes: https://github.com/gjtorikian/commonmarker/commits/master * Update to 2018.03.11Sunpoet Po-Chuan Hsieh2018-03-132-4/+4 | * Add rubygem-chewy 5.0.0Sunpoet Po-Chuan Hsieh2018-03-134-0/+31 | | | | | | | Chewy provides functionality for Elasticsearch index handling, documents import mappings and chainable query DSL. WWW: https://github.com/toptal/chewy * Add rubygem-elasticsearch-dsl 0.1.5Sunpoet Po-Chuan Hsieh2018-03-134-0/+27 | | | | | | | The Elasticsearch::DSL library provides a Ruby API for the Elasticsearch Query DSL. WWW: https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-dsl * Add rubygem-commonmarker 0.17.8Sunpoet Po-Chuan Hsieh2018-03-134-0/+33 | | | | | | | | | | CommonMarker is a Ruby wrapper for libcmark-gfm, GitHub's fork of the reference parser for CommonMark. It passes all of the C tests, and is therefore spec-complete. It also includes extensions to the CommonMark spec as documented in the GitHub Flavored Markdown spec, such as support for tables, strikethroughs, and autolinking. WWW: https://github.com/gjtorikian/commonmarker * Update py-sip to 4.19.8 and qscintilla2 to 2.10.3Tobias C. Berner2018-03-134-4/+4 | | | | | PR: 226487 Exp-run by: antoine * Update KDE Frameworks to 5.44Tobias C. Berner2018-03-133-9/+9 | | | | | PR: 226498 Exp-run by: antoine * - Add new port: textproc/R-cran-utf8TAKATSU Tomonari2018-03-124-0/+25 | | | | | | | Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display. WWW: https://cran.r-project.org/web/packages/utf8/ * Update to 3.0.8Sunpoet Po-Chuan Hsieh2018-03-122-4/+4 | | | | Changes: https://github.com/envygeeks/jekyll-assets/blob/master/CHANGELOG.md * Update to 0.300Sunpoet Po-Chuan Hsieh2018-03-122-4/+4 | | | | Changes: http://search.cpan.org/dist/Hash-Merge/Changes * Expand _LICENSE_PERMS_DEFAULTSunpoet Po-Chuan Hsieh2018-03-121-1/+1 | | | | Approved by: portmgr (blanket) * Update YAML::Tiny to 1.73Adam Weinberger2018-03-112-3/+4 | | | | | | | Changes: https://metacpan.org/changes/distribution/YAML-Tiny PR: 226117 Approved by: maintainer timeout * Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-1133-15/+33 | | | | version 1.1.0 (via revision 464079). * Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4Carlos J. Puga Medina2018-03-101-1/+1 | | | | | | | PR: 225560 Submitted by: Yasuhiro KIMURA <yasu@utahime@org> Reviewed by: cpm Approved by: portmgr (antoine) * Introduce PHP flavors.Mathieu Arnold2018-03-0920-47/+37 | | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208 * Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.Yuri Victorovich2018-03-072-2/+2 | | | | | | | | | | | | | | | | Ports: benchmarks/hey benchmarks/vegeta databases/influxdb devel/arduino-builder devel/arduinoOTA devel/awless devel/git-codereview devel/git-town devel/gitlab-runner devel/grv devel/hub devel/jfrog-cli editors/micro finance/fixc misc/exercism net-mgmt/intel-snap net-mgmt/kapacitor net-mgmt/telegraf net/goreplay net/syncthing net/syncthing-cli net/syncthing-discosrv net/syncthing-inotify print/cups-connector security/sops security/vault sysutils/amazon-ssm-agent sysutils/circonus-agent sysutils/consul sysutils/consul_exporter sysutils/envconsul sysutils/serf textproc/consul-template textproc/spiff www/gobuffalo www/grafana2 www/grafana3 www/mattermost-server www/minio www/minio-client www/uchiwa Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) * textproc/py-qt5-xml:Jason E. Hale2018-03-072-2/+14 | | | | | | | | | | | - Install python bytecode to avoid build errors in ports depending on it [1] devel/py-qt[4|5]-core: - Fix python bytecode destdir location Reported by: yuri (via freebsd-ports mailing list) [1] Reviewed by: antoine, tcberner Differential Revision: https://reviews.freebsd.org/D14586 * Update to 2.8.4Sunpoet Po-Chuan Hsieh2018-03-072-4/+4 | | | | Changes: https://github.com/ohler55/ox/blob/master/CHANGELOG.md * Update to 1.06Sunpoet Po-Chuan Hsieh2018-03-072-6/+6 | | | | Changes: http://search.cpan.org/dist/XML-Compile-Cache/ChangeLog * Update to 1.60Sunpoet Po-Chuan Hsieh2018-03-072-4/+4 | | | | Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog * Update to 1.51Sunpoet Po-Chuan Hsieh2018-03-062-4/+6 | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Text-Template/Changes * Update to 2018.03.04Sunpoet Po-Chuan Hsieh2018-03-062-4/+4 | * Change MASTER_SITES to GitHubSunpoet Po-Chuan Hsieh2018-03-062-5/+4 | * textproc/kibana{5,6}: Change node dependency to www/node6Mark Felder2018-03-062-4/+4 | | | | | Kibana 5 and 6 currently requires the Node.js 6.x LTS branch for maximum compatibility. * textproc/py-mwparserfromhell: Update to 0.5.1Yuri Victorovich2018-03-052-4/+5 | | | | | | | | | | | Changelog: https://github.com/earwig/mwparserfromhell/releases/tag/v0.5.1 Port changes: * Changed to DISTVERSION * Added LICENSE_FILE Approved by: tcberner (mentor, implicit) * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2018-03-052-2/+2 | * - Update to 0.10.0Danilo Egea Gondolfo2018-03-052-4/+4 | * Update to 2.8.3Sunpoet Po-Chuan Hsieh2018-03-052-4/+4 | | | | Changes: https://github.com/ohler55/ox/blob/master/CHANGELOG.md * - Add LICENSEDmitry Marakasov2018-03-041-0/+4 | | | | | | - Add NO_ARCH Approved by: portmgr blanket * Update to 8.1.0Sunpoet Po-Chuan Hsieh2018-03-042-4/+4 | | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md * Update to 1.4.1Sunpoet Po-Chuan Hsieh2018-03-042-0/+2 | | | | | | | | | | - Change MASTER_SITES from SF to GitHub - Update LICENSE - Use PLIST - Update WWW - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/cheusov/libmaa/blob/master/doc/NEWS * Update MAINTAINER for Elastic related portsMark Felder2018-03-0313-13/+13 | | | | Approved by: private email * PyHamcrest is a framework for writing matcher objects, allowing youRichard Gallamore2018-03-034-0/+46 | | | | | | | | | | | | | | | | | | | | | | | to declaratively define "match" rules. There are a number of situations where matchers are invaluable, such as UI validation, or data filtering, but it is in the area of writing flexible tests that matchers are most commonly used. This tutorial shows you how to use PyHamcrest for unit testing. When writing tests it is sometimes difficult to get the balance right between overspecifying the test (and making it brittle to changes), and not specifying enough (making the test less valuable since it continues to pass even when the thing being tested is broken). Having a tool that allows you to pick out precisely the aspect under test and describe the values it should have, to a controlled level of precision, helps greatly in writing tests that are "just right." Such tests fail when the behavior of the aspect under test deviates from the expected behavior, yet continue to pass when minor, unrelated changes to the behaviour are made. WWW: https://github.com/hamcrest/PyHamcrest Differential Revision: https://reviews.freebsd.org/D13520 * textproc/elasticsearch6: Update pkg-messageMark Felder2018-03-032-8/+1 | | | | | "bootstrap.system_call_filter: false" does not need to be set on ElasticSearch 6.2.2 for a successful bootstrap on FreeBSD * Kibana is an open source (Apache Licensed), browser based analytics and searchMark Felder2018-03-036-0/+110 | | | | | | | | | | dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. Kibana 6.x is compatible with Elasticsearch 6.x WWW: https://www.elastic.co/products/kibana * Delete textproc/kibana6Mark Felder2018-03-036-110/+0 | | | | Addport did not preserve history from svn cp * Kibana is an open source (Apache Licensed), browser based analytics and searchMark Felder2018-03-036-0/+110 | | | | | | | | | | dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. Kibana 6.x is compatible with Elasticsearch 6.x WWW: https://www.elastic.co/products/kibana * textproc/elasticsearch{5,6}: Fix symlinkMark Felder2018-03-022-4/+4 | | | | | | | | | | | | Relative symlinks should only be used when both files are in the STAGEDIR. In this situation poudriere was producing usable packages because of the unique location of WRKSRC (/wrksrc/...) which caused the relative symlink to be deep enough "../../../../../" to hit the root of the filesystem and then point to the location of the file. However, users who were building the port directory with "make" or "portmaster" were getting symlinks that did not point to the right location. PR: 226234 226265 222261 * textproc/elasticsearch5: Fix buildMark Felder2018-03-021-1/+2 | | | | | | | | | devel/jca needs to be a BUILD_DEPEND or install fails to find the path for creating the symlink. Poudriere seemed to not notice as it had already installed devel/jca. PR: 222261 * textproc/elasticsearch6: Fix run issuesMark Felder2018-03-024-18/+29 | | | | | | | | | | | | | - Elastic no longer accepts -Epath.conf argument. Change to ES_PATH_CONF env - Elastic was not honoring the elasticsearch_tmpdir rc.conf variable. Remove. The default behavior is to use mktemp for a unique tmpdir in /tmp. This seems sane, especially when running multiple profiles. - Patch jvm.options to set a writable location for gc.log, which will be the tmpdir. There is not an easy way to automatically point this to the log dir, so it needs a unique location when running muliple profiles. - devel/jca is also a BUILD dependency to fix build outside poudriere PR: 226265 * Update to 0.12Sunpoet Po-Chuan Hsieh2018-02-282-6/+5 | | | | | | | - Remove TEST_DEPENDS: remove author/development/release dependencies - Add NO_ARCH Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes * Update to 0.20.2Antoine Brodin2018-02-282-4/+4 | * Update WWWSunpoet Po-Chuan Hsieh2018-02-281-1/+1 | * Add LICENSESunpoet Po-Chuan Hsieh2018-02-282-18/+22 | | | | | | | | - Sort *_DEPENDS - Remove USE_PERL5=patch - Add SHEBANG_GLOB - Convert to options target helper - Sort PLIST * Update to 0.57.0Sunpoet Po-Chuan Hsieh2018-02-272-5/+5 | | | | Changes: https://github.com/brigade/scss-lint/releases * Update to 0.7.0Sunpoet Po-Chuan Hsieh2018-02-273-7/+7 | | | | | | - Reformat pkg-descr Changes: https://github.com/jmcnevin/rubypants/commits/master * Switch some MASTER_SITES from http/ftp to https.Mathieu Arnold2018-02-275-9/+7 | | | | | | | | Also some cleanup of dead entries. PR: 226203 Submitted by: Sam H Sponsored by: Absolight * textproc/p5-XML-SAX: fix checksum mismatch for ParserDetails.iniKurt Jaeger2018-02-274-2/+24 | | | | | | | | | | | | | | | - The file %%SITE_PERL%%/XML/SAX/ParserDetails.ini is updated by ports that depending textproc/p5-XML-SAX. - For example, textproc/p5-XML-SAX-Expat, textproc/p5-XML-Simple and textproc/p5-XML-LibXML append something to the .ini file. - This causes checksum mismatch when executing `pkg check -s textproc/p5-XML-SAX` The fix provides a pkg-install program to handle the file in post-install. PR: 197011 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Reviewed by: John Hein, mat, Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> * textproc/elasticsearch{5,6}: Fix buildMark Felder2018-02-272-6/+6 | | | | | | | The JNA dependency was meant to be at runtime Pointyhat: me PR: 222261 * textproc/elasticsearch6: Fix JNA supportMark Felder2018-02-271-1/+4 | | | | | | | | JNA (Java Native Access) provides access to OS-native facilities in pure Java code. The JNA shipped with Elastic is meant for Linux so it does not function correctly. We will ship one built for FreeBSD instead. PR: 222261 * textproc/elasticsearch5: Fix JNA supportMark Felder2018-02-271-1/+4 | | | | | | | | | JNA (Java Native Access) provides access to OS-native facilities in pure Java code. The JNA shipped with Elastic is meant for Linux so it does not function correctly. We will ship one built for FreeBSD instead. PR: 222261 Approved by: portmgr (with hat) * Update to 1.8.1Sunpoet Po-Chuan Hsieh2018-02-272-4/+4 | | | | Changes: https://github.com/RDFLib/sparqlwrapper/blob/master/ChangeLog.txt * Update to 2018.02.25Sunpoet Po-Chuan Hsieh2018-02-272-4/+4 | * Update to 0.990118Adam Weinberger2018-02-264-13/+16 | | | | | | | | | | While here, clean up port, sort plist, and improve COMMENT. This PR has sat for over 3 months with no response. I'm assuming that kuriyama has abandoned this port, so I'm changing the maintainer to perl@. Changes: https://metacpan.org/source/VTI/Text-Haml-0.990118/Changes * New port: textproc/py-gambit-elasticsearch: Micro library for performing ↵Yuri Victorovich2018-02-264-0/+27 | | | | | | | multi queries in elasticsearch Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14509 * Canonicalize dependency on libpngAntoine Brodin2018-02-261-1/+1 | * textproc/link-grammar: Update to 5.4.3Yuri Victorovich2018-02-254-14/+32 | | | | | | | | | | | | | | Changelog: https://github.com/opencog/link-grammar/blob/master/ChangeLog Additional port changes: * Changed to DISTVERSION * Added LICENSE/LICENSE_FILE * Added USES=ncurses * Added port options SAT_SOLVER,TOKENIZER * Updated WWW with https URL Approved by: tcberner (mentor, implicit) * Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.orgYuri Victorovich2018-02-256-6/+6 | | | | | | 98 ports are affected. Approved by: tcberner (mentor, implicit) * Return pawel@'s ports to the pool after he resigned.Rene Ladan2018-02-252-2/+2 | | | | With hat: portmgr * textproc/ripgrep: Update to 0.8.1Tobias Kortkamp2018-02-252-28/+20 | | | | | | | | - Unconditionally install shell completion files Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.8.1 PR: 226185 Submitted by: petteri.valkonen@iki.fi (maintainer) * textproc/kibana5: Fix buildMark Felder2018-02-251-1/+1 | | | | | | We create the optimize dir in rc script now Pointyhat: me * textproc/elasticsearch6: Update to 6.2.2Mark Felder2018-02-245-202/+70 | | | | | | | - Take maintainership - Sync up with work done on textproc/elasticsearch5 port Approved by: maintainer (private email) * Deprecate old versions of ElasticSearchMark Felder2018-02-242-0/+6 | | | | Approved by: portmgr (with hat) * Explain unclear license situation (see Makefile); bump PORTREVISIONThomas Zander2018-02-241-1/+8 | | | | | | PR: 222577 Submitted by: yasu@utahime.org Reviewed by: riggs * Update ElasticSearch5 to 5.6.8Mark Felder2018-02-2418-29222/+107 | | | | | | | | | Notable changes: - automate pkg-plists - Kibana: data dir is now correctly writable by www user Differential Revision: https://reviews.freebsd.org/D14474 * Remove outdated post-configure:Sunpoet Po-Chuan Hsieh2018-02-241-3/+0 | * Fix build with clang 6Antoine Brodin2018-02-243-0/+88 | | | | Reported by: pkg-fallout * textproc/wv: Added license, dependencies, etc.Yuri Victorovich2018-02-241-6/+10 | | | | | | | | | | | | * Added LICENSE/LICENSE_FILE * Added missing dependencies to LIB_DEPENDS * Added USES=jpeg * Added USE_XORG=x11 * Removed CPPFLAGS/LDFLAGS (not needed) PR: 222584 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: tcberner (mentor, implicit) * Reset vg@'s ports after he resigned.Rene Ladan2018-02-244-4/+4 | | | | With hat: portmgr-secretary * textproc/multimarkdown: Upgrade to 6.3.0Luca Pizzamiglio2018-02-234-45/+70 | | | | | PR: 226045 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> * textproc/zorba: Fixed plistYuri Victorovich2018-02-232-3/+12 | | | | | | | | | | | | | | Additional port changes: * Added CATEGORIES=java * Added LICENSE_FILE * Added CONFLICTS_BUILD=bison * Added USES=libedit * Added MAKE_JOBS_UNSAFE * Bumped PORTREVISION (new dependency libedit) PR: 221998 Submitted by: groot@kde.org Approved by: tcberner (mentor, implicit) * textproc/elasticsearch5: Use native facilites for manging the processMark Felder2018-02-232-50/+4 | | | | | | | | | | | | | | | | | start/stop/status will behave correctly with procname set. This now prevents Elastic from starting when a process is already running, stops cleanly, and also handles multiple profiles correctly: if only some of the profile processes are running, a "service elasticsearch start" will only start the profiles that are not detected as running already. All of this comes with the caveat that Elastic is slow to start up and write its pidfile, so if you are too quick it will allow duplicate processes to start. Here be JVM dragons. Approved by: portmgr (with hat) MFH: 2018Q1 * Update to 2018.02.21Sunpoet Po-Chuan Hsieh2018-02-232-5/+5 | | | | | | | | - While I'm here, do not silence installation message Changes: https://bitbucket.org/mrabarnett/mrab-regex/commits/branch/default PR: 226113 Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer) * Update to 1.2Sunpoet Po-Chuan Hsieh2018-02-232-5/+5 | | | | Changes: http://search.cpan.org/dist/PDF-WebKit/Changes * Give the KDE SC4 applications ports a -kde4 suffixTobias C. Berner2018-02-239-5/+5 | | | | | | | | | | In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413 * textproc/elasticsearch5: rc script improvementMark Felder2018-02-223-48/+28 | | | | | | | | | - Fix behavior with multiple profiles - Correctly handle the individual config dirs - Prevent thundering herd at shutdown by using wait_for_pids Approved by: maintainer MFH: 2018Q1 * New port: textproc/py-CommonMark: Python parser for the CommonMark Markdown specRomain Tartière2018-02-224-0/+26 | * - Switch to options helpersDmitry Marakasov2018-02-22