aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
...
* devel/py-pycparser: Update to 2.18Kubilay Kocak2018-04-012-4/+14
| | | | | | | | | | | | | | * Update PORTVERSION and distinfo checksum (2.18) * Add version compatibility comment * Add LICENSE_FILE * Add test target * Enable architecture independence (NO_ARCH) Approved by: wg (maintainer) Differential Revision: D7301 Notes: svn path=/head/; revision=466114
* New port: devel/py-fastcache: C implementation of Python 3 functools.lru_cacheYuri Victorovich2018-04-014-0/+28
| | | | Notes: svn path=/head/; revision=466112
* Update to 5.1.2Sunpoet Po-Chuan Hsieh2018-03-312-4/+4
| | | | | | | Changes: https://github.com/mperham/sidekiq/blob/master/Changes.md Notes: svn path=/head/; revision=466093
* Update to 4.7.0Sunpoet Po-Chuan Hsieh2018-03-312-4/+4
| | | | | | | Changes: https://github.com/ambethia/recaptcha/commits/master Notes: svn path=/head/; revision=466092
* Update to 10.0.2Sunpoet Po-Chuan Hsieh2018-03-312-4/+4
| | | | | | | Changes: https://github.com/deivid-rodriguez/byebug/releases Notes: svn path=/head/; revision=466091
* Update to 0.5.29.2Sunpoet Po-Chuan Hsieh2018-03-312-4/+4
| | | | | | | | Changes: https://github.com/kayhayen/Nuitka/blob/develop/Changelog.rst https://github.com/kayhayen/Nuitka/commits/develop Notes: svn path=/head/; revision=466089
* Update to 1.302135Sunpoet Po-Chuan Hsieh2018-03-312-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Test-Simple/Changes Notes: svn path=/head/; revision=466088
* Update to 0.98Sunpoet Po-Chuan Hsieh2018-03-312-4/+5
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/IPC-Run/Changes Notes: svn path=/head/; revision=466087
* Update to 0.048Sunpoet Po-Chuan Hsieh2018-03-312-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Git-Wrapper/Changes Notes: svn path=/head/; revision=466086
* Upgrade to 0.30.Dag-Erling Smørgrav2018-03-313-5/+9
| | | | Notes: svn path=/head/; revision=466081
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultKirill Ponomarev2018-03-311-0/+1
| | | | | | | | | | | output target. PR: 226973 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) Notes: svn path=/head/; revision=466074
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2018-03-316-6/+6
| | | | Notes: svn path=/head/; revision=466070
* devel/RStudio: Update 1.1.443 -> 1.1.444Yuri Victorovich2018-03-312-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=466065
* devel/ga: Update 5.6.5 -> 5.7Yuri Victorovich2018-03-313-6/+6
| | | | | | | | | | | | * Also add CONFIGURE_ARGS=--with-blas4 because 4-byte blas is going to be picked up. Suggested by Edoardo Aprà <edoardo.apra@pnnl.gov> via the private message. Reported by: portscout Notes: svn path=/head/; revision=466064
* Remove expired devel/lua-lpeg51Sunpoet Po-Chuan Hsieh2018-03-312-13/+0
| | | | Notes: svn path=/head/; revision=466054
* New port: devel/py-PyUtilib: Collection of Python utilitiesYuri Victorovich2018-03-314-0/+31
| | | | Notes: svn path=/head/; revision=466030
* devel/llvm*: Fix wrapper scripts to support symlinking to themTobias Kortkamp2018-03-3118-17/+27
| | | | | | | | | | | | | | | | | The wrapper scripts currently do not resolve the real path to $0: $ install -l rs /usr/local/bin/clang50 gcc $ ./gcc ./gcc: /usr/local/llvm50/bin/gcc: not found Here /usr/local/llvm50/bin/clang should be called not /usr/local/llvm50/bin/gcc. Approved by: brooks (maintainer) Differential Revision: https://reviews.freebsd.org/D14727 Notes: svn path=/head/; revision=466018
* Update to 20180329Sunpoet Po-Chuan Hsieh2018-03-302-4/+4
| | | | | | | Changes: https://github.com/rbenv/ruby-build/releases Notes: svn path=/head/; revision=466016
* devel/ga: Update 5.6.4 -> 5.6.5Yuri Victorovich2018-03-304-6/+6
| | | | | | | Also change WWW to a more project-specific URL. Notes: svn path=/head/; revision=466010
* Restrict again to version 2.7, zbase32 is only available in py27 flavorAntoine Brodin2018-03-301-2/+2
| | | | Notes: svn path=/head/; revision=466000
* Remove CONFIGURE_ENV to set C++ include path.John Baldwin2018-03-301-2/+0
| | | | | | | | | | | | | | The previous change to fix the name of the argument passed to configure to set this path means that the setting is no longer required in the environment. Did not bump PORTREVISION since this should be a no-op. Reviewed by: bdrewery Differential Revision: https://reviews.freebsd.org/D14882 Notes: svn path=/head/; revision=465987
* - Update to 2.113Li-Wen Hsu2018-03-302-4/+4
| | | | Notes: svn path=/head/; revision=465977
* - Switch to new test frameworkDmitry Marakasov2018-03-301-5/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=465951
* Add new port devel/py-flex: Validation tooling for Swagger 2.0 specificationsCarlos J. Puga Medina2018-03-294-0/+42
| | | | | | | | | | | | | | | | | Features: - Validate swagger schemas. - JSON Schema Validation - Validation of request/response objects against schema. - Command Line Interface. WWW: https://github.com/pipermerriam/flex PR: 227040 Submitted by: Kai <freebsd_ports@k-worx.org> Notes: svn path=/head/; revision=465938
* Add new port devel/py-strict-rfc3339: Strict, simple, lightweight RFC3339 ↵Carlos J. Puga Medina2018-03-294-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | functions Simple and lightweight python module to validate, parse and generate RFC3339 time strings. It was initially created as a part of habitat in response to difficulty using other libraries. It can convert UNIX timestamps to and from RFC3339, either producing strings with a UTC offset (Z) or with the offset that the C time module reports is the local timezone offset. It has minimal dependencies (none beyond those that come with Python) and avoids the error-prone act of dealing with timezones as much as possible. Besides that, it's designed to be strict and stick closely to RFC3339, with a couple of very small caveats. It's also fully unit tested. WWW: http://www.danielrichman.co.uk/libraries/strict-rfc3339.html PR: 227031 Submitted by: Kai <freebsd_ports@k-worx.org> Notes: svn path=/head/; revision=465937
* New port: devel/py-strategies: Programmatic control flowYuri Victorovich2018-03-294-0/+30
| | | | Notes: svn path=/head/; revision=465930
* New port: devel/py-toolz: Functional standard library for PythonYuri Victorovich2018-03-294-0/+35
| | | | Notes: svn path=/head/; revision=465929
* Relax USES=pythonSunpoet Po-Chuan Hsieh2018-03-291-5/+6
| | | | | | | | | | | | | | - Fix version requirement of RUN_DEPENDS - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for dependency and package change PR: 226771 Submitted by: sunpoet (myself) Approved by: wen (maintainer) Notes: svn path=/head/; revision=465923
* Update to 39.0.1Sunpoet Po-Chuan Hsieh2018-03-292-4/+4
| | | | | | | | | Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst PR: 226733 Exp-run by: antoine Notes: svn path=/head/; revision=465919
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2018-03-292-2/+2
| | | | Notes: svn path=/head/; revision=465918
* Fix permissions in installed Qt5 header filesTobias C. Berner2018-03-2920-0/+20
| | | | | | | | | | | | | | | | | | For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and thereby does not get the normal default value of --no-same-owner --no-same-permissions passed when extracting. This lead to for example header files being installed (i.e. copied), with permissions group write permissions. Manually append that to the bsd.qt.mk shenanigans (also do the same in www/qt5-webchannel, which opts out of the bsd.qt.mk value) PR: 227027 Reported by: grarpamp@gmail.com Notes: svn path=/head/; revision=465911
* Use BINARY_ALIAS to make LLD_UNSAFE more widely applicableEd Maste2018-03-293-7/+2
| | | | | | | | | | | | | Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE is active to use ld.bfd for these ports. Approved by: portmgr (antoine) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14876 Notes: svn path=/head/; revision=465900
* Update to 1.10.3.Vanilla I. Shu2018-03-292-5/+5
| | | | Notes: svn path=/head/; revision=465894
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultKirill Ponomarev2018-03-291-0/+2
| | | | | | | | | | | output target. PR: 226984 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) Notes: svn path=/head/; revision=465883
* devel/aphpunit: Update from 1.3 to 1.4Torsten Zuehlsdorff2018-03-292-5/+8
| | | | | | | | | | | | | - Feature: Remove source-path of test-cases to make Testcase-Summary more readable Port-Changes: - set IGNORE_WITH_PHP because it needs at least PHP 7.0 - flavorize port Differential Revision: https://reviews.freebsd.org/D14693 Notes: svn path=/head/; revision=465873
* - Add LICENSEDmitry Marakasov2018-03-291-0/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=465872
* - Switch to new test frameworkDmitry Marakasov2018-03-291-4/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=465870
* devel/easyloggingpp: Update 9.96.1 -> 9.96.2Yuri Victorovich2018-03-292-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=465868
* Update to 0.62.0Sunpoet Po-Chuan Hsieh2018-03-282-4/+4
| | | | | | | Changes: https://github.com/excon/excon/blob/master/changelog.txt Notes: svn path=/head/; revision=465846
* Update to 0.52.4Sunpoet Po-Chuan Hsieh2018-03-282-4/+4
| | | | | | | | Changes: https://github.com/decalage2/oletools/releases https://github.com/decalage2/oletools/commits/master Notes: svn path=/head/; revision=465845
* Update to 0.5.29.1Sunpoet Po-Chuan Hsieh2018-03-282-4/+4
| | | | | | | | Changes: https://github.com/kayhayen/Nuitka/blob/develop/Changelog.rst https://github.com/kayhayen/Nuitka/commits/develop Notes: svn path=/head/; revision=465844
* devel/phpunit7: Update to 7.0.3Jochen Neumeister2018-03-282-4/+4
| | | | | | | Changelog: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.0.md Notes: svn path=/head/; revision=465831
* New port: devel/py-swagger-spec-validator: Validation of Swagger specificationsYuri Victorovich2018-03-284-0/+31
| | | | | | | | PR: 227038 Submitted by: Kai <freebsd_ports@k-worx.org> Notes: svn path=/head/; revision=465821
* devel/RStudio: Update 1.1.442 -> 1.1.443Yuri Victorovich2018-03-282-4/+4
| | | | Notes: svn path=/head/; revision=465817
* - Add missing USE_LDCONFIGDmitry Marakasov2018-03-281-0/+2
| | | | Notes: svn path=/head/; revision=465807
* Also set LLD_UNSAFE when using BINARY_ALIAS to choose ld.bfdEd Maste2018-03-282-2/+4
| | | | | | | | | | | | arm64 provides no /usr/bin/ld.bfd by default. LLD_UNSAFE automatically adds a dependency on binutils for this case, so is needed in addition to BINARY_ALIAS=ld=ld.bfd. Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=465804
* - Update to 1.07Frederic Culot2018-03-282-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/Test-Inter/Changes Notes: svn path=/head/; revision=465802
* - Update to 0.100005Frederic Culot2018-03-282-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/Pod-Coverage-TrustPod/Changes Notes: svn path=/head/; revision=465800
* - Update to 0.38Frederic Culot2018-03-282-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Future/Changes Notes: svn path=/head/; revision=465799
* - Update to 2.95Frederic Culot2018-03-282-4/+7
| | | | | | | Changes: https://metacpan.org/changes/distribution/Config-IniFiles Notes: svn path=/head/; revision=465796