aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix numerous style issues, sort the knobs, kill EOL whitespace.Alexey Dokuchaev2017-03-152-22/+18
| | | | | | | PR: 217803 (modified) Notes: svn path=/head/; revision=436246
* Correct the specification of ssl. This doesn't fix the brokennessCy Schubert2017-03-152-2/+4
| | | | | | | | of this port when ssl is not specified but corrects the incorrect specification regerdless. Notes: svn path=/head/; revision=436245
* - Add NO_ARCHDmitry Marakasov2017-03-152-3/+4
| | | | | | | | | | - Fix WWW: - Cosmetic fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=436244
* - Fix LICENSEDmitry Marakasov2017-03-152-4/+6
| | | | | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Fix WWW: Approved by: portmgr blanket Notes: svn path=/head/; revision=436243
* Delete games/trigger-dataTobias Kortkamp2017-03-156-477/+1
| | | | | | | | | | | | It has been merged into games/trigger-rally with r435491. PR: 217781 Submitted by: alfix86@gmail.com (maintainer of trigger-rally) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10005 Notes: svn path=/head/; revision=436242
* multimon-ng a fork of multimon.Diane Bruce2017-03-155-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | It decodes the following digital transmission modes: POCSAG512 POCSAG1200 POCSAG2400 FLEX EAS UFSK1200 CLIPFSK AFSK1200 AFSK2400 AFSK2400_2 AFSK2400_3 HAPN4800 FSK9600 DTMF ZVEI1 ZVEI2 ZVEI3 DZVEI PZVEI EEA EIA CCIR MORSE CW As an example it can be used with rtl_sdr to decode radio amateurs packets: rtl_fm -f 144.390M -s 22050 | multimon-ng -v 10 -t raw -A - WWW: https://github.com/EliasOenal/multimon-ng/ PR: 206158 Submitted by: bsdports@kyle-evans.net Notes: svn path=/head/; revision=436241
* Do not patch configure script to pass correct values of JAVA and JAVACAlexey Dokuchaev2017-03-151-7/+2
| | | | | | | | | | variables, do it via CONFIGURE_ENV. Configure script modification time now does not get changed, which in turn does not force the rebuild of `kawa.info', so dependency on `print/texinfo' can be dropped (generated file was essentially the same modulo numeric indices). Notes: svn path=/head/; revision=436240
* devel/pear-PHPUnit_MockObject: update 1.2.2 -> 4.0.1Bartek Rutkowski2017-03-152-10/+18
| | | | | | | | | | - Change upstream location to GH PR: 217661 Submitted by: Jochen Neumeister <joneum@bsdproject.de> (maintainer) Notes: svn path=/head/; revision=436239
* math/p5-Math-Random-Secure: update 0.06 -> 0.080001Bartek Rutkowski2017-03-152-4/+4
| | | | | | | | PR: 217754 Submitted by: Dereckson <dereckson@gmail.com> (maintainer) Notes: svn path=/head/; revision=436238
* - Fix LICENSEDmitry Marakasov2017-03-152-5/+7
| | | | | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Fix WWW: Approved by: portmgr blanket Notes: svn path=/head/; revision=436237
* - Fix LICENSEDmitry Marakasov2017-03-152-3/+2
| | | | | | | - Fix WWW: Notes: svn path=/head/; revision=436236
* - Add LICENSE_FILEDmitry Marakasov2017-03-152-3/+7
| | | | | | | | | | | - Switch to options helpers - Cosmetic fixes - Fix WWW: Approved by: portmgr blanket Notes: svn path=/head/; revision=436235
* deskutils/fet: update 5.31.0 -> 5.31.2Bartek Rutkowski2017-03-152-4/+4
| | | | | | | | PR: 217788 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=436234
* - Fix LICENSEDmitry Marakasov2017-03-152-3/+3
| | | | | | | | | | - Add LICENSE_FILE - Fix WWW: Approved by: portmgr blanket Notes: svn path=/head/; revision=436233
* Fix build with libressl.Hajimu UMEMOTO2017-03-152-0/+43
| | | | | | | PR: 217793 Notes: svn path=/head/; revision=436232
* - Unbreak, update WWWDmitry Marakasov2017-03-152-6/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=436231
* - Fix WWW:Dmitry Marakasov2017-03-151-1/+1
| | | | Notes: svn path=/head/; revision=436230
* - Fix WWW:Dmitry Marakasov2017-03-151-1/+1
| | | | Notes: svn path=/head/; revision=436229
* - Fix WWW:Dmitry Marakasov2017-03-151-1/+1
| | | | Notes: svn path=/head/; revision=436228
* - Fix WWW:Dmitry Marakasov2017-03-151-1/+1
| | | | Notes: svn path=/head/; revision=436227
* Update tp 0.17.2Michael Gmelin2017-03-152-4/+4
| | | | | | | | | PR: 215929 Reported by: koue@chaosophia.net Approved by: maintainer timeout (9 weeks) Notes: svn path=/head/; revision=436226
* Update to 3.0.7Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=436225
* Update to 1.4.3Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: https://github.com/github/markup/blob/master/HISTORY.md Notes: svn path=/head/; revision=436224
* Update to 1.40.0Sunpoet Po-Chuan Hsieh2017-03-152-5/+5
| | | | | | | Changes: https://github.com/fog/fog/releases Notes: svn path=/head/; revision=436223
* Update to 2.8.7Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=436222
* Update to 2.8.7Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=436221
* - Fix WWW:Dmitry Marakasov2017-03-151-1/+1
| | | | Notes: svn path=/head/; revision=436220
* Update to 2.8.7Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=436219
* Update to 0.8.6Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: https://github.com/remiprev/her/commits/master Notes: svn path=/head/; revision=436218
* Update to 0.17.2Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=436217
* Update to 2.0129Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/XML-LibXML/Changes Notes: svn path=/head/; revision=436216
* Update to 0.809Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-SIP/Changes Notes: svn path=/head/; revision=436215
* Update to 6.03Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Minion/Changes Notes: svn path=/head/; revision=436214
* Update to 1.5.1Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst Notes: svn path=/head/; revision=436213
* Update to 6.24Sunpoet Po-Chuan Hsieh2017-03-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/libwww/Changes Notes: svn path=/head/; revision=436212
* Update to 3.0.47Sunpoet Po-Chuan Hsieh2017-03-152-4/+5
| | | | | | | Changes: https://github.com/fancyapps/fancybox/releases Notes: svn path=/head/; revision=436211
* Update to 2.6.1Michael Gmelin2017-03-152-4/+4
| | | | | | | | | PR: 215930 Reported by: koue@chaosophia.net Approved by: maintainer timeout (9 weeks) Notes: svn path=/head/; revision=436210
* - Add LICENSE_FILEDmitry Marakasov2017-03-152-1/+2
| | | | | | | | | - Fix WWW: Approved by: portmgr blanket Notes: svn path=/head/; revision=436209
* - Fix WWWDmitry Marakasov2017-03-151-1/+1
| | | | Notes: svn path=/head/; revision=436208
* - Update to 0.11.0Li-Wen Hsu2017-03-152-6/+6
| | | | | | | | | | - Add missing runtime dependency [1] PR: 217696 [1] Submitted by: grembo Notes: svn path=/head/; revision=436207
* - Add LICENSE_FILEDmitry Marakasov2017-03-152-1/+2
| | | | | | | | | - Fix WWW: Approved by: portmgr blanket Notes: svn path=/head/; revision=436206
* Upgrade to the cloudabi-utils v0.23.Ed Schouten2017-03-152-4/+4
| | | | | | | | | | This version of cloudabi-utils has some improvements to the emulator in the area of polling. On FreeBSD 11.x, there is no need to use the emulator, as you can just use the native support with no additional effort. Still, it makes it easier to use CloudABI on 10.x systems. Notes: svn path=/head/; revision=436205
* - Add LICENSECarlos J. Puga Medina2017-03-156-18/+61
| | | | | | | | | | | | | | | | | | | | | | | | - Remove reference to Linux base (Linux Compatibility not required) - Limit to architectures know to be able to enumerate serial ports on using RXTX port - Fix desktop entry - Links correct RXTX so library files depending on ARCH - Remove CHMOD usage in Makefile, and moved to pkg-plist - Fix Arduino wrapper to allow loading of sketches from the command line - Update RXTX enumeration to prevent scanning of LPT ports to increase startup speeds of Arduino IDE - Fix format of patch files - Remove bundled Linux libraries from the port prior to installation - Add support for Uarduno drivers - Fix links for java and lib files installed by port [comms/RXTX] - Update pkg-plist - Bump PORTREVISION PR: 200177 Submitted by: James Elstone, Craig Leres, swills Reported by: James Elstone Approved by: Craig Leres <leres@ee.lbl.gov> (maintainer) Notes: svn path=/head/; revision=436204
* - Add LICENSEDmitry Marakasov2017-03-151-1/+4
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=436203
* devel/openmp: update to 4.0.0Jan Beich2017-03-152-5/+5
| | | | | | | | Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_400/final/?view=log ABI: http://people.freebsd.org/~jbeich/compat_reports/openmp/3.9.0_to_4.0.0/compat_report.html Notes: svn path=/head/; revision=436202
* databases/pgpool: Add options DOCS and SSLTorsten Zuehlsdorff2017-03-151-1/+6
| | | | | | | | | | Reintegrate DOCS and SSL options already used in previous versions in the ports-tree. Submitted by: Adam Schumacher <adam.schumacher@flightaware.com> Notes: svn path=/head/; revision=436201
* databases/rubygem-redis-actionpack4: patch to unbreakTorsten Zuehlsdorff2017-03-152-0/+12
| | | | | | | | | After the update of devel/rubygem-redis-store to 1.2.0 this port need an patch to start again, since it requiered devel/rubygem-redis-store 1.1.0 but still works with 1.2.0 Notes: svn path=/head/; revision=436200
* databases/luadbi: unbreak postgres case after testsKurt Jaeger2017-03-151-1/+0
| | | | | | | Submitted by: Michael Pfeiffer <michael.pfeiffer@eichenstein.de> Notes: svn path=/head/; revision=436199
* Update to 1.58. Add NO_ARCH, and follow upstream switch to MakeMaker.Adam Weinberger2017-03-152-4/+6
| | | | Notes: svn path=/head/; revision=436198
* Update to 7.29.Adam Weinberger2017-03-152-4/+4
| | | | | | | | | | - Added support for overriding configuration files in applications tested with Test::Mojo. - Added html_attr_unescape function to Mojo::Util. - Fixed unescaping of HTML5 attribute values in Mojo::DOM::HTML. Notes: svn path=/head/; revision=436197