| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- added query filter plugin framework
- added regex, string and pattern filters
- added normalization translation
- added reformatdatetime result set translation
- fixed error in sqlrconfigfile class that could cause sqlr-start to
- crash if one instance defines addresses but the next doesn't
- added query status flag to sqlrservercursor
- tweaked odbc driver's SQLGetTypeInfo()
- field name is passed into runResultSetTranslations() now
- added support for maxitembuffersize, maxselectlistsize,
- and maxbindcount for firebird
- added native api for node.js
- added recognition of bigint, ubigint and uniqueidentifier fields in
- freetds/sybase
- added nullsasnulls command to sqlrsh
- added workaround for freetds empty (but non-null) text fields not
getting properly converted to null-terminated empty strings
- fetchatonce, maxitembuffersize and maxselectlistsize are set to
defaulting values if invalid values are given for them
- added lazyconnect option to PHP PDO and Perl DBI drivers (defaults to 1)
- direct Transact SQL which returns a result set is now supported with
Sybase/SAP/MSSQLServer/FreeTDS
- added docs for authentication, query translation, query filter and
result set translation modules
- added -fPIC to sqlrserver-config --cflags, if supported
- the "default" auth module is now called "userlist"
- added database auth module that is analagous to authtier="database"
- replaced passwordencryption attribute with passwordencryptionid
- added --disable-postgresql8-api configure option
- tweaked -Werror detection in configure script
- refactored sqlr-bench build to work on windows
Notes:
svn path=/head/; revision=393725
|
|
|
|
|
|
|
|
|
|
| |
Add patch to fix the build with gcc 5 [1]
Submitted by: marino@ [1]
Obtained from: debian [1]
Notes:
svn path=/head/; revision=393724
|
|
|
|
|
|
|
| |
Minor under-the-hood changes
Notes:
svn path=/head/; revision=393723
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- tweaked codetree's recursive break logic a bit
- added compiler class
- added case-insensitive methods to xmldomnode
- added methods to xmldomnode that operate on descendents (as opposed to
just operating on direct children)
- added methods to xmldomnode for deleting, wrapping, unwrapping
- fixed dynamiclib::getError() bug on windows
- tweaked -Werror detection in configure script
- removed rpcentry class
- added file::setPermissions() methods
Notes:
svn path=/head/; revision=393722
|
|
|
|
|
|
|
|
|
|
| |
Provides a general-purpose tool for dynamic report generation in R
using Literate Programming techniques.
WWW: https://cran.r-project.org/web/packages/knitr/
Notes:
svn path=/head/; revision=393721
|
|
|
|
|
|
|
|
|
| |
libpeas python bindings in.
Submitted by: antoine@
Notes:
svn path=/head/; revision=393720
|
|
|
|
|
|
|
|
|
| |
This is a routine bug-fix update.
Change Log: https://www.phpmyadmin.net/files/4.4.13/
Notes:
svn path=/head/; revision=393719
|
|
|
|
|
|
|
|
|
|
|
| |
Provides syntax highlighting for R source code. Currently it supports
LaTeX and HTML output. Source code of other languages is supported
via Andre Simon's highlight package.
WWW: https://cran.r-project.org/web/packages/highr/
Notes:
svn path=/head/; revision=393718
|
|
|
|
|
|
|
|
|
|
|
| |
is currently broken on FreeBSD and pusleaudio tries to build it when it finds
Xen libraries on the host, so build fails in this case.
PR: 202170
Approved by: kwm
Notes:
svn path=/head/; revision=393717
|
|
|
|
|
|
|
|
|
|
| |
Parsing and evaluation tools that make it easy to recreate the
command line behaviour of R.
WWW: https://cran.r-project.org/web/packages/evaluate/
Notes:
svn path=/head/; revision=393716
|
|
|
|
|
|
|
|
|
|
|
|
| |
Provides a function tidy_source() to format R source code. Spaces
and indent will be added to the code automatically, and comments
will be preserved under certain conditions, so that R code will be
more human-readable and tidy.
WWW: https://cran.r-project.org/web/packages/formatR/
Notes:
svn path=/head/; revision=393715
|
|
|
|
| |
Notes:
svn path=/head/; revision=393714
|
|
|
|
|
|
|
|
|
|
|
| |
Provides R bindings to the 'Sundown' 'Markdown' rendering library
(https://github.com/vmg/sundown). 'Markdown' is a plain-text
formatting syntax that can be converted to 'XHTML' or other formats.
WWW: https://cran.r-project.org/web/packages/markdown/
Notes:
svn path=/head/; revision=393713
|
|
|
|
|
|
|
|
|
|
| |
Guesses the MIME type from a filename extension using the data
derived from /etc/mime.types in UNIX-type systems.
WWW: https://cran.r-project.org/web/packages/mime/
Notes:
svn path=/head/; revision=393712
|
|
|
|
|
|
|
|
|
|
| |
This package implements the libyaml YAML 1.1 parser and emitter for
R.
WWW: https://cran.r-project.org/web/packages/yaml/
Notes:
svn path=/head/; revision=393711
|
|
|
|
| |
Notes:
svn path=/head/; revision=393710
|
|
|
|
|
|
|
|
|
| |
Tools for HTML generation and output
WWW: http://cran.r-project.org/web/packages/htmltools/
Notes:
svn path=/head/; revision=393709
|
|
|
|
|
|
|
| |
PR: 202030
Notes:
svn path=/head/; revision=393708
|
|
|
|
| |
Notes:
svn path=/head/; revision=393707
|
|
|
|
| |
Notes:
svn path=/head/; revision=393706
|
|
|
|
|
|
|
|
|
|
| |
On platforms where the system compiler isn't clang (including 9.x),
USES=compiler:c++11-lib uses gcc48 as the compiler. Unfortunatly, gcc48
does not provide a sufficently complient c++11 environment to build LLDB
when compiled on 9.x and possiably on other platforms.
Notes:
svn path=/head/; revision=393705
|
|
|
|
| |
Notes:
svn path=/head/; revision=393704
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Notes:
svn path=/head/; revision=393703
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its
goal in life is to route DNS traffic to the best DNS server,
delivering top performance to legitimate users while shunting or
blocking abusive traffic.
WWW: http://dnsdist.org
PR: 202156
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
Requested by: pi
Notes:
svn path=/head/; revision=393702
|
|
|
|
| |
Notes:
svn path=/head/; revision=393701
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use new mirror
- Adjust dependencies
- Rewrite options helper (remove DOCS and PYCONF options)
- Update WWW entry (pkg-descr), project is now hosted on GitLab.com
PR: 202137
Submitted by: myself
Approved by: yamagi (maintainer)
Notes:
svn path=/head/; revision=393700
|
|
|
|
|
|
|
|
| |
2015-08-07 net/py-xmlrpclib: This is part of standard library since python 2.2
2015-08-07 net-p2p/py-kenosis: Fails to run with modern python
Notes:
svn path=/head/; revision=393699
|
|
|
|
|
|
|
|
| |
PR: 202106
Reported by: lantw44@gmail.com
Notes:
svn path=/head/; revision=393698
|
|
|
|
|
|
|
|
| |
PR: 201740
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=393697
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
symlink itself, and this would cause problem for portsnap builder
(addressed differently by including the header file).
Make the test more consistent with port version of ncurses by checking
the shared library instead. (the location is the same on all supported
versions of FreeBSD).
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D3326
Notes:
svn path=/head/; revision=393696
|
|
|
|
|
|
|
|
|
|
|
| |
Pass flags to syncthing to set db dir instead of using HOME. While here, pick a
better location.
PR: 202131
Submitted by: wraul@dbox.se (partly)
Notes:
svn path=/head/; revision=393695
|
|
|
|
|
|
|
| |
Approved by: bapt (mentor, implicit)
Notes:
svn path=/head/; revision=393694
|
|
|
|
| |
Notes:
svn path=/head/; revision=393693
|
|
|
|
|
|
|
|
|
| |
LLVM 3.7 will be the first release to offer CloudABI support out of the
box. Instead of depending on devel/llvm-devel, switch over to using
devel/llvm37.
Notes:
svn path=/head/; revision=393692
|
|
|
|
|
|
|
|
|
|
| |
- Move RUN_DEPENDS to proper place in Makefile
Submitted by: mat
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=393691
|
|
|
|
|
|
|
|
|
|
|
| |
- Update Firefox ESR and libxul to 38.2.0
Changes: https://www.mozilla.org/firefox/40.0/releasenotes/
Changes: https://www.mozilla.org/firefox/38.2.0/releasenotes/
MFH: 2015Q3
Notes:
svn path=/head/; revision=393690
|
|
|
|
|
|
|
|
|
|
|
| |
- Set aspcud as default solver, add a dependency to campl4 required
to use the system compiler as per upstream request.
PR: 202148
Submitted by: Joris Giovannangeli <joris@giovannangeli.fr> (maintainer)
Notes:
svn path=/head/; revision=393689
|
|
|
|
| |
Notes:
svn path=/head/; revision=393688
|
|
|
|
|
|
|
|
|
| |
PR: 201257
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Sponsored by: DK Hostmaster A/S
Notes:
svn path=/head/; revision=393687
|
|
|
|
| |
Notes:
svn path=/head/; revision=393686
|
|
|
|
|
|
|
|
|
| |
PR: 201257
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com>
Sponsored by: DK Hostmaster A/S
Notes:
svn path=/head/; revision=393685
|
|
|
|
|
|
|
|
| |
PR: 201687
Submitted by: Loïc BLOT <loic.blot at unix-experience dot fr>
Notes:
svn path=/head/; revision=393684
|
|
|
|
| |
Notes:
svn path=/head/; revision=393683
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for use with Bitcoin
AuthServiceProxy is an improved version of python-jsonrpc.
It includes the following generic improvements:
- HTTP connections persist for the life of the AuthServiceProxy object
- sends protocol 'version', per JSON-RPC 1.1
- sends proper, incrementing 'id'
- uses standard Python json lib
- can optionally log all RPC calls and results
- JSON-2.0 batch support
It also includes the following bitcoin-specific details:
- sends Basic HTTP authentication headers
- parses all JSON numbers that look like floats as Decimal,
and serializes Decimal values to JSON-RPC connections.
WWW: https://github.com/jgarzik/python-bitcoinrpc
Approved by: koobs
Differential Revision: https://reviews.freebsd.org/D3317
Notes:
svn path=/head/; revision=393682
|
|
|
|
|
|
|
|
|
|
|
| |
Fix out-of-order sysutils/libzeitgeist entry
7751: date going backwards from 2015-08-01 to 2015-07-26
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=393681
|
|
|
|
| |
Notes:
svn path=/head/; revision=393680
|
|
|
|
| |
Notes:
svn path=/head/; revision=393679
|
|
|
|
| |
Notes:
svn path=/head/; revision=393678
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
building with gcc from ports on FreeBSD. Remove the REINPLACE_CMD
patches in the ports Makefile and $FBSD_LDFLAGS from do-build that
are no longer needed for building with gcc in the general case.
Add a patch to disable optimization when compiling one source file
with base clang 3.4 on FreeBSD 10 amd64 to avoid tripping on a compiler
code generation bug. This allows us to build with base clang on
FreeBSD 10 amd64 instead of using the clang35 port.
Fine tune compiler optimization flags when using clang 3.6 on FreeBSD 11
i386 or gcc 4.9 instead of totally disabling optimization. Unbreak
the build with gcc 4.9 on amd64.
A few Makefile cleanups without functional change:
* Combine two .if ${ARCH} == amd64 sections of Makefile
* Merge the pre-configure target into post-extract
* Simplify the code in the do-build target
Approved by: mat (mentor, implicit)
Notes:
svn path=/head/; revision=393676
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter
- Mark mail/p5-Mail-OpenDKIM as broken, and deprecate it, please
use mail/p5-Mail-DKIM instead
While here:
- Sort USES
- Make IGNORE text start with lower case
- Regenerate some patches
PR: 200900
Submitted by: Daniel Austin <freebsd-ports at dan.me.uk>
Approved by: Maintainer timeout
Notes:
svn path=/head/; revision=393675
|