Commit Graph

434279 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
b423db721d Update to 0.10.1
Changes:	https://github.com/arnau/ISO8601/blob/master/CHANGELOG.md
2017-12-31 22:23:14 +00:00
Sunpoet Po-Chuan Hsieh
38d3102d4e Extend EXPIRATION_DATE to 2018-01-31
- Add comment
2017-12-31 22:23:08 +00:00
Sunpoet Po-Chuan Hsieh
f7c81f867a Add PORTSCOUT
- Clean up Makefile
2017-12-31 22:23:04 +00:00
Sunpoet Po-Chuan Hsieh
250db8745b Update to 2.01.4
Changes:	http://tintin.sourceforge.net/news.php
2017-12-31 22:22:59 +00:00
Sunpoet Po-Chuan Hsieh
a06f3ec5bc Add rubygem-liquid-tag-parser 1.8.0
Liquid Tag parser provides a robust interface to parsing your tag syntax in a
way that makes sense, it uses Shellwords, along with escapes to allow users to
do extremely robust arguments, giving you back a hash, that you get to play
with. It also has the concept of argv1, deep hashes, and even defaults if you
give them to us.

WWW: https://github.com/envygeeks/liquid-tag-parser
2017-12-31 22:22:54 +00:00
Rene Ladan
97b84588d2 Update copyright of the ports tree to 2018 2017-12-31 22:20:04 +00:00
Steve Wills
efb4fe14fd databases/powerarchitect: update WWW site in pkg-descr file
PR:		224803
Submitted by:	jjuanino@gmail.com (maintainer)
2017-12-31 21:19:07 +00:00
Yuri Victorovich
c11d69b302 textproc/pdfsandwich: Correction of MASTER_SITES
Previous commit, sadly, had a wrong SF MASTER_SITES URL.
Now this is corrected. :-)

PR:		221737
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13708
2017-12-31 20:33:08 +00:00
Kurt Jaeger
b3d31d417e databases/datamodeler: update 4.1.5.907 -> 17.4.0.355.2121
- added desktop integration by adding a datamodeler.desktop file

PR:		224802
Submitted by:	jjuanino@gmail.com (maintainer)
Relnotes:	http://www.oracle.com/technetwork/developer-tools/datamodeler/downloads/dm-relnotes-174-4125878.html
2017-12-31 20:18:56 +00:00
Kurt Jaeger
e7835f697b security/webfwlog: update 1.01 -> 1.1.0
- unbreak, remove DEPRECATED, EXPIRATION_DATE
- PORTREVISION needed because 1.1.0 is not larger than 1.01

PR:		219755
Submitted by:	zeus@ix.netcom.com (maintainer)
Changes:	https://sourceforge.net/p/webfwlog/code/HEAD/tree/webfwlog/trunk/ChangeLog
Relnotes:	https://sourceforge.net/p/webfwlog/code/HEAD/tree/webfwlog/trunk/ReleaseNotes
2017-12-31 20:14:46 +00:00
Steve Wills
c794606f01 Connect rubygem-googleapis-common-protos-types
Pointyhat to:	swills
Reported by:	antoine
2017-12-31 20:10:39 +00:00
Sunpoet Po-Chuan Hsieh
85a723dd6f Document the removal of net/rubygem-fog-aws0, www/npm2 and www/npm3 2017-12-31 19:58:19 +00:00
Sunpoet Po-Chuan Hsieh
f5ce1e3838 Remove expired www/npm3 2017-12-31 19:57:49 +00:00
Sunpoet Po-Chuan Hsieh
17b4c795cd Remove expired www/npm2 2017-12-31 19:57:35 +00:00
Sunpoet Po-Chuan Hsieh
51b4514269 Remove expired net/rubygem-fog-aws0 2017-12-31 19:57:30 +00:00
Kurt Jaeger
3dfcc08314 New port: net-im/purple-hangouts
Hangouts Plugin for libpurple is a replacement purple for hangouts in
Pidgin/libpurple to support the proprietary protocol that Google
uses for its Hangouts service. So far it supports all the fun things
that aren't part of the XMPP interface, such as Group Chats,
synchronised history between devices and SMS support via Google
Voice.

WWW: https://bitbucket.org/EionRobb/purple-hangouts

PR:		217506
Submitted by:	Jose G. Juanino <jjuanino@gmail.com>
2017-12-31 19:30:35 +00:00
Kurt Jaeger
4c16423c3c databases/cego: update 2.38.14 -> 2.38.16
- Increased NETMNG_QUEUE_DELAY to 1000000 ( 1 ms ) to minimize CPU load
- Introduced QUEUEDELAY ( in usec ) config parameter to adjust queue
  delay in database xml file. This allows to throttle down database
  response time for incoming connection requests and minimize CPU
  load
- Added dbcheck/check072.sql. This implements the calculation of
  fibonacci numbers using stored procedures as a demonstration for
  massive recursive procedure calls
- Optimization for procedure load in CegoFunction::evalFieldValue
  ( case USERDEFINED ), procedure is just loaded as a dedicated
  instance ( via loadProcedure method ), if pMasterBlock is set. This
  avoids ( expensive ) dedicated load, if the procedure is still not
  in use by the corresponding thread. So just for recursive procedure
  calls, the dedicated load happens.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-12-31 19:28:20 +00:00
Kurt Jaeger
54ca4ab35d New port: chinese/ibus-cangjie
This is an IBus engine for users of the Cangjie and
Quick input methods.

It is primarily intended to Hong Kong people
who want to input Traditional Chinese,
as they are (by far) the majority of Cangjie and Quick users.

WWW: http://cangjians.github.io/projects/ibus-cangjie/

PR:		223565
Submitted by:	hello@blubee.me
2017-12-31 19:15:49 +00:00
Kurt Jaeger
7c35908087 New port: chinese/libcangjie
This is a C library implementing the Cangjie input method.
This library is based on Wan Leung Wong's original libcangjie
with some updated API.

WWW: https://github.com/Cangjians/libcangjie

PR:		223565
Submitted by:	hello@blubee.me
2017-12-31 19:14:12 +00:00
Kurt Jaeger
0be2c28b28 New port: chinese/pycangjie
This is a Python wrapper to libcangjie,
the library implementing the Cangjie input method.

WWW: http://cangjians.github.io/projects/pycangjie/

PR:		223565
Submitted by:	hello@blubee.me
2017-12-31 19:12:25 +00:00
Yuri Victorovich
eb97138327 New port: textproc/pdfsandwich: Command line tool generating "sandwich" OCR pdf files
PR:		221737
Submitted by:	myself
Requested by:	vermaden@interia.pl
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13708
2017-12-31 18:59:36 +00:00
Mikhail Teterin
89e8f44322 Upgrade from 1.4.6 to 1.4.7. Minor fixes and enhancements.
Bundled tests still partially broken.

Reported by:	portscout
2017-12-31 18:18:55 +00:00
Steve Wills
9e94d8d18a devel/rubygem-googleapis-common-protos-types: create port
Interface definitions for a small (but growing) set of Google APIs

WWW: https://github.com/googleapis/googleapis
2017-12-31 17:57:55 +00:00
Alexey Dokuchaev
ff5a23efaa Remove BROKEN_sparc64 statement: it builds fine now on 10.4-STABLE running
under QEMU 2.9.0.
2017-12-31 17:30:12 +00:00
Steve Wills
c5c9e1ecf6 net-mgmt/rubygem-oxidized-script: update to 0.5.0
PR:		224778
Approved by:	Nick Hilliard <nick@foobar.org> (maintainer)
2017-12-31 17:27:20 +00:00
Steve Wills
e06bc31bff devel/rubygem-rake-compiler-dock: update to 0.6.2
PR:		224766
Approved by:	Matthias Fechner <idefix@fechner.net> (maintainer)
2017-12-31 17:20:30 +00:00
Yuri Victorovich
776321ad1c devel/rapidjson: Fix clang warnings on 12
PR:		220388
Submitted by:	dim
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13599
2017-12-31 17:14:14 +00:00
Mark Felder
b7664d180a mail/sendmail: Add port option for SMTPUTF8 support, enabled by default.
Postfix has had support for quite some time, compiled in by default
http://www.postfix.org/SMTPUTF8_README.html

Exim has support but it's not a default build option
http://www.exim.org/exim-html-current/doc/html/spec_html/ch-internationalisation.html

Sendmail had no support until Arnt produced this patch.

As far as commercial access to SMTPUTF8 email goes:

GMail has support for SMTPUTF8 for 3 years
Outlook.com will have support shortly

The world is moving forward with SMPTUTF8 and if it does not get wider
distribution it will restrict the ability to self-host email as the only
solution to send and receive email from these users will be to use a
commercial cloud-hosted email platform.

This patch is a no-op unless you are sending mail that requires the
SMTPUTF8 extension. If you are running a Sendmail server and you did not
have this patch you would have received errors and the messages would
have been undeliverable.

More info: http://rant.gulbrandsen.priv.no/eai/one-minute-guide

PR:		224452
Reviewed by:	Gregory Shapiro, Claus Assmann (private mails from Arnt)
Obtained from:	Arnt Gulbrandsen
Sponsored by:	CNNIC
2017-12-31 16:42:39 +00:00
Antoine Brodin
642b5e5454 Update to 4.16.28 2017-12-31 16:26:46 +00:00
Jimmy Olgeni
485d983cf0 Fix some typos. 2017-12-31 16:24:53 +00:00
Antoine Brodin
61954e3fd9 New port: net/rubygem-mqtt
Pure Ruby gem that implements the MQTT protocol, a lightweight protocol for
publish/subscribe messaging.

WWW: http://github.com/njh/ruby-mqtt
2017-12-31 16:20:42 +00:00
Antoine Brodin
049c5ae26e Update to 0.1.10 2017-12-31 16:16:20 +00:00
Antoine Brodin
dc6868bc5f Update to 0.2.16 2017-12-31 16:15:23 +00:00
Antoine Brodin
2c035aa019 Update to 20171231 2017-12-31 16:09:43 +00:00
Antoine Brodin
6a89e12ef0 Update to 20171230 2017-12-31 16:00:36 +00:00
Antoine Brodin
b19ee2ac84 Update to 20171228 2017-12-31 15:57:33 +00:00
Mark Felder
74aca3ab1f databases/percona57-{client,pam-for-mysql,server}: Update to 5.7.20-18
Release notes: https://www.percona.com/doc/percona-server/5.7/release-notes/Percona-Server-5.7.20-18.html

MFH:		2017Q4
2017-12-31 15:28:55 +00:00
Danilo G. Baio
e074dce170 security/vuxml: Fix FreeBSD PR bugs references 2017-12-31 14:48:36 +00:00
Danilo G. Baio
15636c2890 net-mgmt/cacti: Update to 1.1.29
While here, update license.

Changes:	https://www.cacti.net/release_notes.php?version=1.1.29

PR:		224727
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2017-12-31 14:29:46 +00:00
Thomas Zander
41990c66a6 Update to upstream version 19.0.0 2017-12-31 14:28:07 +00:00
Danilo G. Baio
709cbe9394 www/rtv: Update to 1.21.0
- Fix order of variables in Makefile.

Changes:	https://github.com/michael-lazar/rtv/releases/tag/v1.21.0
2017-12-31 14:25:36 +00:00
Sunpoet Po-Chuan Hsieh
a177e9f5a8 Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31
PR:		224706
Submitted by:	sunpoet (myself)
Approved by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2017-12-31 14:19:20 +00:00
Olli Hauer
b935721958 - update to 2.5.0
ChangeLog:
--------------------------------
 Bugs fixed:
 * Handle non-ASCII, non-UTF8 filenames in .cvsignore files.
 * ExternalBlobGenerator: Don't fail if no revisions are needed for a file.
 * Fix the handling of symbol-matching regexps that include "|".
 * Handle excluded paths under Attic directories, too.
 * cvs2git: fix logging in process_post_commit().
 * Prefer to break internal cycles at the *largest* timestamp gaps.
 * Don't try to delete a supposed "revision 1.1" if it has a predecessor.

 Improvements and output changes:
 * Various small documentation fixes and improvements.
 * Make cvs2xxx runnable under PyPy.
 * Avoid some allusions to Subversion when converting to another VCS.
 * Use tempfile.mkdtemp() to choose the location for temporary files.
 * Write all progress information to stderr rather than stdout.
 * Write cvs2git and cvs2bzr output to stdout by default.
 * Improve build reproducibility by respecting $SOURCE_DATE_EPOCH.
 * cvs2git: don't add so much useless metadata to symbol commits.
 * cvs2git: allow a file to be set executable in Git via "svn:executable"

 Miscellaneous:
 * Use "co --version" rather than the deprecated "co -V".
2017-12-31 13:34:48 +00:00
Guido Falsi
0192484704 Add patches to fix pokerth build with upcoming boost 1.66.
This is a NOP with the current boost version.

PR:		224123
Submitted by:	jbeich@
Obtained from:	https://github.com/pokerth/pokerth/issues/338
2017-12-31 13:28:37 +00:00
Olli Hauer
20697b5730 - update to 3.41
ChangeLog:
 - print Open vSwitch datapath performance counters
 - print OpenFlow port structure
2017-12-31 13:02:01 +00:00
Olli Hauer
db9e1b7eee - update to 0.7.3 2017-12-31 12:57:29 +00:00
Olli Hauer
2f2ece61ae - s/ECHO/ECHO_CMD/
PR:		222988
Submitted by:	Franco Fichtner
2017-12-31 12:54:41 +00:00
Niclas Zeising
d252f710d2 Grab 2017-12-31 12:44:15 +00:00
Niclas Zeising
4c3d1cabe3 Properly fix when X11 option is off.
When the X11 option is off, there are still things in the Imlib2.h header
that uses X11, fix this by removing those bits when building without X11.

PR:		224354
Submitted by:	Dominik Honnef
2017-12-31 12:42:19 +00:00
Olli Hauer
39008da88d - update to 3.3-20171229
- s/ECHO/ECHO_CMD  [1]

PR:		222988 [1]
Submitted by:	Franco Fichtner [1]
2017-12-31 12:07:28 +00:00