summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* databases/sqlrelay: 0.60 -> 0.62Kurt Jaeger2015-08-085-34/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Update agryllcms to 1.7.0.Koop Mast2015-08-084-6/+28
| | | | | | | | | | Add patch to fix the build with gcc 5 [1] Submitted by: marino@ [1] Obtained from: debian [1] Notes: svn path=/head/; revision=393724
* biology/seqtools: 4.35 -> 4.36Kurt Jaeger2015-08-082-3/+3
| | | | | | | Minor under-the-hood changes Notes: svn path=/head/; revision=393723
* devel/rudiments: 0.51 -> 0.52Kurt Jaeger2015-08-084-13/+17
| | | | | | | | | | | | | | | | - 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
* - Add new port: print/R-cran-knitrTAKATSU Tomonari2015-08-084-0/+32
| | | | | | | | | | 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
* Totem uses python2. No need to attempt to also include the python3 version ofKoop Mast2015-08-081-2/+2
| | | | | | | | | libpeas python bindings in. Submitted by: antoine@ Notes: svn path=/head/; revision=393720
* Update to 4.4.13Matthew Seaman2015-08-082-3/+3
| | | | | | | | | This is a routine bug-fix update. Change Log: https://www.phpmyadmin.net/files/4.4.13/ Notes: svn path=/head/; revision=393719
* - Add new port: textproc/R-cran-highrTAKATSU Tomonari2015-08-084-0/+25
| | | | | | | | | | | 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
* Disable xen option by adding '--disable-xen' to CONFIGURE_ARGS. Xen extensionRoman Bogorodskiy2015-08-081-0/+1
| | | | | | | | | | | 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
* - Add new port: devel/R-cran-evaluateTAKATSU Tomonari2015-08-084-0/+26
| | | | | | | | | | 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
* - Add new port: textproc/R-cran-formatRTAKATSU Tomonari2015-08-084-0/+26
| | | | | | | | | | | | 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
* - Update to 1.6-7TAKATSU Tomonari2015-08-083-4/+4
| | | | Notes: svn path=/head/; revision=393714
* - Add new port: textproc/R-cran-markdownTAKATSU Tomonari2015-08-084-0/+26
| | | | | | | | | | | 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
* - Add new port: misc/R-cran-mimeTAKATSU Tomonari2015-08-084-0/+23
| | | | | | | | | | 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
* - Add new port: textproc/R-cran-yamlTAKATSU Tomonari2015-08-084-0/+23
| | | | | | | | | | 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
* Add missing dependency.Hiroki Sato2015-08-081-0/+6
| | | | Notes: svn path=/head/; revision=393710
* - Add new port: textproc/R-cran-htmltoolsTAKATSU Tomonari2015-08-084-0/+25
| | | | | | | | | Tools for HTML generation and output WWW: http://cran.r-project.org/web/packages/htmltools/ Notes: svn path=/head/; revision=393709
* - Fix a build problem in devel/gcc-arm-embedded on FreeBSD 9 due the old gccDanilo Egea Gondolfo2015-08-082-0/+12
| | | | | | | PR: 202030 Notes: svn path=/head/; revision=393708
* Fix a distinfo botch resulting from rolling back the date in PORTVERSION.Brooks Davis2015-08-081-2/+2
| | | | Notes: svn path=/head/; revision=393707
* Update to the latest commits on the mirror (2015-08-06).Brooks Davis2015-08-084-29/+29
| | | | Notes: svn path=/head/; revision=393706
* Disable LLDB when the chosen compiler is gcc.Brooks Davis2015-08-071-4/+10
| | | | | | | | | | 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
* Update to 1.8.4Guido Falsi2015-08-073-7/+9
| | | | Notes: svn path=/head/; revision=393704
* - Add LICENSEDmitry Marakasov2015-08-071-0/+6
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=393703
* New port: dns/dnsdistKurt Jaeger2015-08-074-0/+38
| | | | | | | | | | | | | | | | 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
* Update to 1.6Olivier Duchateau2015-08-073-9/+9
| | | | Notes: svn path=/head/; revision=393701
* - Update to 0.12.1Olivier Duchateau2015-08-076-205/+63
| | | | | | | | | | | | | | - 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
* Remove expired ports:Rene Ladan2015-08-0712-351/+2
| | | | | | | | 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
* - address python issue with Uses shebangJason Helfman2015-08-071-2/+2
| | | | | | | | PR: 202106 Reported by: lantw44@gmail.com Notes: svn path=/head/; revision=393698
* benchmarks/tsung: update 1.5.1 -> 1.6.0Bartek Rutkowski2015-08-073-4/+23
| | | | | | | | PR: 201740 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=393697
* Previously, ncurses.mk tests for header instead of the shared libraryXin LI2015-08-071-1/+1
| | | | | | | | | | | | | | | 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
* net/syncthing-discosrv: update db dirSteve Wills2015-08-072-5/+4
| | | | | | | | | | | 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
* Update libobjc2 to the latest release.David Chisnall2015-08-072-5/+4
| | | | | | | Approved by: bapt (mentor, implicit) Notes: svn path=/head/; revision=393694
* - Switch to pulling from the main iocage GH accountKris Moore2015-08-072-3/+3
| | | | Notes: svn path=/head/; revision=393693
* Let lang/cloudabi-clang follow a stable release.Ed Schouten2015-08-071-7/+9
| | | | | | | | | 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
* devel/ocaml-opam: fix _DEPENDS declarationBartek Rutkowski2015-08-071-8/+8
| | | | | | | | | | - Move RUN_DEPENDS to proper place in Makefile Submitted by: mat Approved by: portmgr (blanket) Notes: svn path=/head/; revision=393691
* - Update Firefox to 40.0Jan Beich2015-08-0721-821/+433
| | | | | | | | | | | - 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
* devel/ocaml-opam: change default optionsBartek Rutkowski2015-08-071-2/+4
| | | | | | | | | | | - 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
* - Update to 1.623Li-Wen Hsu2015-08-072-3/+3
| | | | Notes: svn path=/head/; revision=393688
* Move dns/knot to knot1 now knot2 no longer is in beta.Erwin Lansing2015-08-078-3/+5
| | | | | | | | | PR: 201257 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=393687
* Remove the SLAVE_PORT setting which does not have a function actually.Gerald Pfeifer2015-08-071-2/+0
| | | | Notes: svn path=/head/; revision=393686
* Update to 2.0.0Erwin Lansing2015-08-073-3/+13
| | | | | | | | | PR: 201257 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=393685
* Update to 8.1.0Kevin Lo2015-08-073-1018/+1509
| | | | | | | | PR: 201687 Submitted by: Loïc BLOT <loic.blot at unix-experience dot fr> Notes: svn path=/head/; revision=393684
* Document recent mozilla vulnerabilitiesJan Beich2015-08-071-0/+35
| | | | Notes: svn path=/head/; revision=393683
* [NEW] net/py-python-bitcoinrpc: Enhanced version of python-jsonrpcFukang Chen2015-08-074-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* MOVED: Fix out-of-order libzeitgeist entryKubilay Kocak2015-08-071-1/+1
| | | | | | | | | | | 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
* - Update to 0.20150803Danilo Egea Gondolfo2015-08-072-3/+3
| | | | Notes: svn path=/head/; revision=393680
* - Update to 1.3.4Danilo Egea Gondolfo2015-08-072-3/+3
| | | | Notes: svn path=/head/; revision=393679
* sysutils/mate-system-monitor: Unbreak DragonFly with USES=aliasJohn Marino2015-08-061-1/+1
| | | | Notes: svn path=/head/; revision=393678
* Update to SVN revision 1694132, which contains some changes to aidDon Lewis2015-08-063-55/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update mail/opendkim to 2.10.3Guido Falsi2015-08-067-22/+31
| | | | | | | | | | | | | | | | | | | - 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