Commit graph

268733 commits

Author SHA1 Message Date
schmonz
4603537ba1 Avoid unportable "rm -v". 2017-08-21 18:45:35 +00:00
schmonz
0865ead95a Build on systems without O_DIRECTORY. 2017-08-21 18:16:29 +00:00
adam
b0913032e1 Updated graphics/gnuplot, textproc/py-tinycss2; Added devel/py-test-cache, devel/py-test-isort, devel/py-test-flake8, databases/py-unicodecsv, www/py-django-sql-explorer 2017-08-21 15:52:48 +00:00
adam
6340b7f1e4 SQL Explorer aims to make the flow of data between people fast, simple, and
confusion-free.

Quickly write and share SQL queries for any Django app in a simple, usable SQL
editor, preview the results in the browser, share links to download CSV files,
and keep the information flowing!

Explorer values simplicity, intuitive use, unobtrusiveness, stability, and the
principle of least surprise.

Django SQL Explorer is inspired by any number of great query and reporting
tools out there.
2017-08-21 15:49:09 +00:00
adam
328222c5ed The unicodecsv is a drop-in replacement for Python 2.7's csv module which
supports unicode strings without a hassle.
2017-08-21 15:44:40 +00:00
adam
9a68d3dc6f Revert wrong import 2017-08-21 15:43:40 +00:00
adam
8c1a1fe35a Removed unused patch-src_SquidNew.cc 2017-08-21 15:42:21 +00:00
adam
b8657e04b4 The unicodecsv is a drop-in replacement for Python 2.7's csv module which
supports unicode strings without a hassle.
2017-08-21 15:40:17 +00:00
adam
19bb29ee94 Version 0.6
* Don't allow identifiers starting with two dashes.
* Don't use Tox for tests.
* Follow semantic versioning.
2017-08-21 15:35:43 +00:00
adam
7f64b807d2 pytest plugin to check FLAKE8 requirements.
After installing it, when you run tests with the option:
    py.test --flake8
every file ending in .py will be discovered and checked with flake8.
2017-08-21 15:35:11 +00:00
adam
22b6ed2c96 py.test plugin to check import ordering using isort. 2017-08-21 15:30:27 +00:00
adam
ed78f4d26b The plugin provides two options to rerun failures, namely --lf to only re-run
the failures and --ff to run all tests but the failures from the last run
first. For cleanup (usually not needed), a --clearcache option allows to
remove all cross-session cache contents ahead of a test run.
2017-08-21 15:10:48 +00:00
adam
8d71198354 Changes in 5.0.7
NEW set term {pngcairo|pdfcairo} pointscale <factor>
NEW "save fit" back-ported from version 5.2 as a replacement for "update"
CHANGE deprecate "update" command (but do not remove it)
CHANGE allow placement of circles in 3D plots using axis coordinates
CHANGE ignore invalid z coordinate for 3D objects placed in "set view map"
CHANGE distinguish 'bind "shift-Button1"' from 'bind "Button1"'
CHANGE use Mingw-w64 and MSVC popen rather than built-in "fake" popen
FIX rangelimited y2 axis could produce spurious diagonal line across plot
FIX assignment of x/y dimensions in "binary record=(a,b) ... with image"
FIX negative array index caused by hidden3d degenerate polygon
FIX object clipping in "set view map"
FIX cairo terminals: scale textbox border linewidth by terminal linewidth
FIX canvas terminal: initialization of plot dimensions (affects first zoom)
FIX crash in stats if no usable data is found
FIX do not use LaTeX formatting in tabular output
FIX additional sanity checks for input data format
FIX more consistent handling of plot 'with table'
FIX incorrect, possibly empty, command string was saved for previous fit
FIX 2D images with logscale axes could fail (segfault)
FIX nested iteration containing an empty range
2017-08-21 15:06:53 +00:00
jmcneill
d46b1c1ff5 Set HAS_SYSTEM_ASPRINTF in make env to fix build on NetBSD 8 2017-08-21 14:53:58 +00:00
jperkin
8d807318ac Fix build on SunOS. Patches submitted by Thomas Merkel in NetBSD/pkgsrc#9 2017-08-21 14:39:05 +00:00
mef
cd3f1f3f7e Updated devel/p5-Config-GitLike to 1.17 2017-08-21 13:32:10 +00:00
mef
0a9018d871 Updated devel/p5-Config-GitLike to 1.17
---------------------------------------
1.17 2017-07-16
 - Read and write files with non-UNIX-newlines
 - Filter multiple values correctly when using `get_regexp`
 - Throw an error when `get` is passed no section
 - Perl 5.28.0 compatibility, by pushing '.' into @INC in Makefile.PL
   for Module::Install
2017-08-21 13:31:56 +00:00
nils
e1e4935752 Added devel/ruby-ronn version 0.7.3 2017-08-21 13:28:45 +00:00
nils
37e3aedbbd Add & enable ruby-ronn 2017-08-21 13:27:22 +00:00
nils
8a73ff91e5 Initial import of ruby-ronn, version 0.7.3, into pkgsrc.
Ronn builds manuals. It converts simple, human readable textfiles
to roff for terminal display, and also to HTML for the web.
The source format includes all of Markdown but has a more rigid
structure and syntax extensions for features commonly found in
manpages (definition lists, link notation, etc.).
The ronn-format(7) manual page defines the format in detail.
2017-08-21 13:26:14 +00:00
mef
ed7ea615f0 Updated devel/p5-Config-AutoConf to 0.315 2017-08-21 13:26:01 +00:00
mef
dc285ff298 Updated devel/p5-Config-Autoconf to 0.315
-----------------------------------------
0.315   2017-08-02
        - add check_builtin
        - perltidy code and add perltidy test (taken from MooX::Options)
        - ensure for many check_* methods that externally controlled
          ac_av_* environment variables are correctly passed into config.h
        - fix check_dirent_header to cache proving header and proving
          availability of 'DIR *' in such a header separately

(pkgsrc changes)
- Remove tweak lines for configure
| ALL_ENV+=     TMPDIR=${WRKDIR}/tmp
|
| pre-configure:
|        ${MKDIR} ${WRKDIR}/tmp
2017-08-21 13:25:53 +00:00
jlam
b8ee74f354 mk/emulator: Move Linux shlibs task settings to package Makefiles.
Move the definitions of LDCONFIG_ADD_CMD and LDCONFIG_REMOVE_CMD
into suse_linux/emulator.mk.  The commands are specific to the
Linux installed, including the path to ldconfig(8), so localize
them to the package that provides it.

Move the definition of RUN_LDCONFIG out of the emulator framework
and into the packages that use them as RUN_LDCONFIG is meant to be
a package-settable variable.

Fix the path to the Linux ldconfig(8) that was used on FreeBSD to
brand the ELF format that has been incorrect for over 10 years.

In the suse_base packages, explicitly set LDCONFIG_REMOVE_CMD to
${TRUE} since the ldconfig(8) command is provided by that package
and can't be invoked at the postremove stage because it has already
been deleted from the system by then.

Bump the PKGREVISION of all the suse_base packages because the
install scripts have changed.

Bump the PKGREVISIONs of the darwin_lib and osf1_lib packages
because the install scripts no longer try to run ldconfig(8),
which is not provided in either OpenDarwin or OSF/1.
2017-08-21 12:49:16 +00:00
jlam
efa81dcfaa mk/pkgformat: Support INSTALL scripts that rely on UNPACK.
The pkginstall framework had an UNPACK action invoked early
in the PRE-INSTALL stage to unpack scriplets that were invoked
in later stages to perform extra work for installation, removal,
or both.

Add an UNPACK action that is a no-op for any scripts that don't
support the action.
2017-08-21 12:48:25 +00:00
nils
0502569a7b Added textproc/ruby-rdiscount version 2.2.0.1 2017-08-21 12:02:41 +00:00
nils
19760fca65 add & enable ruby-rdiscount 2017-08-21 12:01:12 +00:00
nils
1f25d229dd Initial import of ruby-rdiscount, version 2.2.0.1, into pkgsrc.
RDiscount converts documents in Markdown syntax to HTML.
It uses the excellent Discount processor by David Loren Parsons
for this purpose, and thereby inherits Discount's numerous useful
extensions to the Markdown language.
2017-08-21 11:56:15 +00:00
nils
da35543713 Added devel/ruby-mustache version 1.0.5 2017-08-21 11:52:49 +00:00
nils
a9496edae1 add & enable ruby-mustache 2017-08-21 11:50:35 +00:00
nils
d609336505 Initial import of ruby-mustache, version 1.0.5, into pkgsrc.
Inspired by ctemplate and et, Mustache is a framework-agnostic way
to render logic-free views.
As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template language."
For a list of implementations (other than Ruby) and tips, see
http://mustache.github.io/.
2017-08-21 11:49:31 +00:00
adam
e7b4179ff9 Updated www/py-django-reversion to 2.0.10 2017-08-21 11:40:47 +00:00
adam
87966c76cb 2.0.10:
- Bugfix: Handling case of `None` user in request (@pawelad).
- Documentation corrections (@danielquinn).
- Bugfix: "invalid literal for int() with base 10: 'None'" for unversioned admin inline relations.

  If, after updating, you still experience this issue, run the following in a Django shell:

  .. code::

      from reversion.models import Version
      Version.objects.filter(object_id="None").delete()

  **Important:** Ensure that none of your versioned models contain a string primary key where `"None"` is a valid value
  before running this snippet!
2017-08-21 11:39:46 +00:00
he
1b7f33fdba Note update of net/unbound to 1.6.5. 2017-08-21 11:14:54 +00:00
jperkin
0979aaa1ff Improve patch comment, requested by joerg. 2017-08-21 11:14:26 +00:00
he
a31868b633 Upgrade unbound to version 1.6.5.
Upstream changes:
  21 Aug 2017: Wouter
    - Fix install of trust anchor when two anchors are present, makes both
      valid.  Checks hash of DS but not signature of new key.  This fixes
      installs between sep11 and oct11 2017.
    - Tag 1.6.5
2017-08-21 11:14:18 +00:00
sborrill
e8892a9502 Updated sysutils/salt to 2017.7.1 2017-08-21 10:32:12 +00:00
sborrill
db0d61b44f Update to 2017.7.1. Changelog here:
https://docs.saltstack.com/en/latest/topics/releases/2017.7.1.html

Includes a fix for CVE-2017-12791
2017-08-21 10:28:29 +00:00
jperkin
38f10a174a Fix -Wreserved-user-defined-literal failure using patch from Gentoo. 2017-08-21 10:15:21 +00:00
adam
3fec9a2431 Updated www/nghttp2 to 1.25.0, archivers/zstd to 1.3.1, www/squid3 to 3.5.27 2017-08-21 09:19:45 +00:00
adam
7fae947b58 Squid 3.5.27:
Fix build on FreeBSD after rev.14180
Bug 4464: Reduce "!Comm::MonitorsRead(serverConnection->fd)" assertions.
Fix mgr query handoff from the original recipient to Coordinator.
Fix message packing error handling in mgr and snmp SMP Forwarders.
basic_ncsa_auth: fix hash listing wrap in man(8) page
Bug 4687: Wrong names of components in man page, section SEE ALSO
Bug 4112: ssl_engine does not accept cryptodev
Bug 4671 pt3: various GCC 7 compile errors
Replace new/delete operators using modern C++ rules.
Bug 4671 pt2: GCC 7: raise FTP Gateway CTRL channel buffer to 16KB
SourceFormat Enforcement
Bug 2833 pt3: Do not respond with HTTP/304 to unconditional requests
Bug 2833 pt2: Collapse internal revalidation requests (SMP-unaware caches), again.
2017-08-21 09:19:12 +00:00
adam
918874ca84 Zstandard v1.3.1
New license : BSD + GPLv2
perf: substantially decreased memory usage in Multi-threading mode
perf: Multi-threading supports up to 256 threads. Cap at 256 when more are requested
cli : improved and fixed --list command
cli : command -vV lists supported formats
build : fixed binary variants
build : fix Visual compilation for non x86/x64 targets
API exp : breaking change : ZSTD_getframeHeader() provides more information
API exp : breaking change : pinned down values of error codes
doc : fixed huffman example
new : contrib/adaptive-compression, I/O driven compression strength
new : contrib/long_distance_matching
updated : contrib/linux-kernel
2017-08-21 09:17:04 +00:00
adam
32853bbdbb nghttp2 v1.25.0
lib: add nghttp2_rcbuf_is_static()
nghttpx: Fix bug that forwarded for is not affected by proxy protocol
nghttpx: Update mruby to 1.3.0
2017-08-21 08:16:58 +00:00
jlam
5cdb5a51c4 print/cups{,15}: Don't make ${CUPS_CONFDIR} with INSTALLATION_DIRS.
${CUPS_CONFDIR} (${PKG_SYSCONFDIR}) may be located outside of
${PREFIX}, which causes a installation failure due to the checks
added in mk/install/install.mk.

Remove ${CUPS_CONFDIR} from INSTALLATION_DIRS since it is created
by the package install script at PRE-INSTALL time.

Fixes pkg/52481 reported by Hauke Fath.
2017-08-20 23:55:54 +00:00
jlam
eff8866573 databases/percona-toolkit: Remove ${WRKDIR} references in scripts.
Several Perl-generated scripts were installed with the interpreter
being in the tools directory.  Use subst.mk to fix the interpreter
path at the head of these scripts.  Add "sh" as a run-time tool
dependency since several of the scripts installed require a POSIX
shell.

Bump the PKGREVISION due to changes in the installed scripts.
2017-08-20 23:54:33 +00:00
joerg
d88796ea43 Never use writable text segments on i386. Bump revision. 2017-08-20 19:41:13 +00:00
fhajny
7a89c3f4f7 Updated chat/ejabberd to 17.08 2017-08-20 12:58:15 +00:00
fhajny
cbe6c9a6f4 Update chat/ejabberd to 17.08.
Core
- Erlang/OTP 17.5 or higher is required, and 20 is now supported
- Make ejabberd_cluster modular
- Replace gen_fsm with p1_fsm to avoid warnings in OTP20+
- Fix clustering table reg_users_counter
- ext_mod: Update spec from custom and allow modules dependencies
- extauth.py: Fix to support : in passwords
- Set high water mark in lager for all backends
- Fix old route record in mnesia’s route table haven’t been remove
  when restarting in some cases
- ejabberd_cluster*.erl: Add copyright and fix description
- Add support of rfc6120 section 4.9.3.16 on node shutdown

Configuration
- ejabberd_c2s: Fix priority of ‘certfile’ option
- Introduce ‘hosts’ modules option
- Fix ERLANG_OPTS, INET_DIST_INTERFACE and FIREWALL_WINDOW option
- Remove unused ‘managers’ option, related to the deferred XEP-0321

Commands
- Fix errors when running ejabberdctl as root
- Fix set_presence command to work in recent ejabberd
- Rename stop_all_connections to stop_s2s_connections for consistency
- Change policy of user_resources command, from user to admin
- Remove old command calling interface
- Describe more command arguments and results

Modules
- mod_http_api: Use hide_sensitive_log_data option when registering
  users
- mod_http_fileserver: Request basic auth dialog from browser
- mod_muc: Fix nick bug with MUC on riak
- mod_muc: new hooks
- mod_push: Support XEP-0357: Push Notifications
- mod_push_keepalive: New module

PubSub/PEP
- Keep disco#info on PEP compatible with XEP-0060
- Preliminary export PubSub data from Mnesia tables to SQL file
- Fix PubSub send last published items
- Fix PEP node removal
- Fix PEP node identity
- Fix disco#items on PEP service
- Fix getting cached last item
- Add import of PEP from prosody
2017-08-20 12:58:04 +00:00
fhajny
e282767483 Updated devel/erlang-cache_tab to 1.0.10 2017-08-20 12:40:40 +00:00
fhajny
33822c69c9 Update devel/erlang-cache_tab to 1.0.10.
- Fix hex packaging
2017-08-20 12:40:28 +00:00
fhajny
a206f0814f Updated net/erlang-esip to 1.0.15 2017-08-20 12:38:12 +00:00