aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Make libgnome and libgnomeui not implying esound dependencyBaptiste Daroussin2018-03-261-1/+1
| | | | | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase Notes: svn path=/head/; revision=465584
* - Update to 2.1.2TAKATSU Tomonari2018-03-262-4/+4
| | | | Notes: svn path=/head/; revision=465578
* - Update to 1.3-2TAKATSU Tomonari2018-03-262-5/+4
| | | | Notes: svn path=/head/; revision=465569
* - Update to 1.4.4TAKATSU Tomonari2018-03-262-5/+7
| | | | Notes: svn path=/head/; revision=465563
* - Add NO_ARCHDmitry Marakasov2018-03-261-0/+4
| | | | | | | | | - Add LICENSE Approved by: portmgr blanket Notes: svn path=/head/; revision=465562
* - Update to 0.12.16TAKATSU Tomonari2018-03-262-5/+4
| | | | Notes: svn path=/head/; revision=465559
* devel/py-jsonpatch: Update 1.9 -> 1.21Yuri Victorovich2018-03-263-8/+10
| | | | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Move RUN_DEPENDS to proper place * Add NO_ARCH=yes * Rename the target regression-test -> do-test * Change WWW to the real homepage PR: 226508 Approved by: harm@weites.com (maintainer timeout; 15 days) Notes: svn path=/head/; revision=465551
* Catchup with r465416 in some extra dependent portsAlexander Kabaev2018-03-252-6/+0
| | | | | | | PR: 226898 Notes: svn path=/head/; revision=465549
* Update to 1.2.15Matthew Seaman2018-03-252-4/+4
| | | | | | | ChangeLog: http://www.librelp.com/2018/03/librelp-1215.html Notes: svn path=/head/; revision=465548
* New port: devel/ga: Partitioned Global Address Space (PGAS) library for ↵Yuri Victorovich2018-03-255-0/+92
| | | | | | | distributed arrays Notes: svn path=/head/; revision=465545
* Update to 2.5.0.5Sunpoet Po-Chuan Hsieh2018-03-252-4/+4
| | | | | | | Changes: https://github.com/whitequark/parser/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=465542
* Add py-medikit 0.5.18Sunpoet Po-Chuan Hsieh2018-03-254-0/+44
| | | | | | | | | | | | | | | | | | Medikit automates keeping your projects' boilerplate files and directory sane and up to date. It (optionally) generates and maintains a bunch of files, updating them according to rules you define. It's not a dependency. All changes are commited in your source tree. You write amazing code, Medikit focuses on keeping it clean and ordered. WWW: https://python-medikit.github.io/ WWW: https://github.com/python-medikit/medikit Notes: svn path=/head/; revision=465538
* Add py-whistle 1.0.1Sunpoet Po-Chuan Hsieh2018-03-254-0/+34
| | | | | | | | | | | | | | | | | Whistle is a simple tool that allow your application components to communicate with each other by dispatching events and listening to them. Whistle is an Event Dispatcher library for the Python 3.5+ language. It's largely inspired from Symfony's EventDispatcher component. Using an event dispatcher is a great way to write loosely coupled extensible code, having each part only communicate using light events. WWW: https://python-whistle.github.io/ WWW: https://github.com/python-whistle/whistle Notes: svn path=/head/; revision=465537
* Add py-pip-tools 1.11.0Sunpoet Po-Chuan Hsieh2018-03-254-0/+37
| | | | | | | | | | | | | pip-tools = pip-compile + pip-sync It is a set of command line tools to help you keep your pip-based packages fresh, even when you've pinned them. WWW: https://pypi.python.org/pypi/pip-tools WWW: https://github.com/jazzband/pip-tools Notes: svn path=/head/; revision=465536
* Add py-mondrian 0.6.6Sunpoet Po-Chuan Hsieh2018-03-254-0/+39
| | | | | | | | | | | | | | | | | | | | Mondrian is a small library that will make you use python logging module, once and for all. Most python coders who avoids the systematic usage of logging in their projects does so because it feels complicated to setup, but it's not. Mondrian configures the python standard logging module with reasonable defaults, and enhance its default output formatters for better readability. Mondrian provides a one-call interface to its configuration, with pretty formatters that makes you feel great. WWW: https://python-mondrian.github.io/ WWW: https://github.com/python-mondrian/mondrian Notes: svn path=/head/; revision=465535
* Add py-git_semver 0.2.2Sunpoet Po-Chuan Hsieh2018-03-254-0/+30
| | | | | | | | | | git-semver is a tiny git addon to manage your project's version numbers. WWW: https://pypi.python.org/pypi/git_semver WWW: https://github.com/hartym/git-semver Notes: svn path=/head/; revision=465534
* Add py-first 2.0.1Sunpoet Po-Chuan Hsieh2018-03-254-0/+31
| | | | | | | | | | | | | first is an MIT licensed Python package with a simple function that returns the first true value from an iterable, or None if there is none. If you need more power, you can also supply a key function that is used to judge the truth value of the element or a default value if None doesn’t fit your use case. WWW: https://pypi.python.org/pypi/first WWW: https://github.com/hynek/first Notes: svn path=/head/; revision=465533
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2018-03-241-0/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=465486
* Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDNSunpoet Po-Chuan Hsieh2018-03-241-1/+1
| | | | | | | | PR: 225609 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=465484
* Update to 3.4.1Sunpoet Po-Chuan Hsieh2018-03-242-4/+4
| | | | | | | Changes: https://github.com/rails/webpacker/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=465477
* Update to 3.4.1Sunpoet Po-Chuan Hsieh2018-03-242-4/+4
| | | | | | | Changes: https://github.com/rails/webpacker/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=465476
* Update to 0.9.3Sunpoet Po-Chuan Hsieh2018-03-242-4/+4
| | | | | | | Changes: https://github.com/wyhaines/analogger/commits/master Notes: svn path=/head/; revision=465475
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2018-03-241-0/+1
| | | | Notes: svn path=/head/; revision=465472
* Update to 1.112Sunpoet Po-Chuan Hsieh2018-03-242-5/+6
| | | | | | | | | | - Update LICENSE - Add LICENSE_FILE Changes: http://search.cpan.org/dist/File-Find-Closures/Changes Notes: svn path=/head/; revision=465471
* Switch devel/meson back to fetching upstream release tarball instead ofDon Lewis2018-03-242-6/+4
| | | | | | | | | fetching from a GitHub branch tag and upgrade to version 0.45.1. Reported by: tobik Notes: svn path=/head/; revision=465428
* New port: devel/py-json_tricks: Extra features for Python's JSON: comments, ↵Yuri Victorovich2018-03-244-1/+36
| | | | | | | | | order, datetimes, etc While here, fixed a minor prdering problem in devel/Makefile Notes: svn path=/head/; revision=465426
* Fix --sysroot for cross-toolchain GCC packagesJohn Baldwin2018-03-237-32/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, GCC assumes that a cross compiler should not have any valid initial include or library paths aside from /usr/local/lib/gcc/<mumble>/. This means that one cannot use --sysroot to point to a system root for another architecture and have GCC automatically look for headers in ${sysroot}/usr/include, etc. Currently we workaround this in FreeBSD's build system with explicit -isystem, -B, and -L directives. However, this is cumbersome compared to clang (where a bare --sysroot DTRT) especially when using the compiler to build other software (such as test programs, etc.). One can override GCC's assumption and force it to assume that it should honor --sysroot by setting the '--with-sysroot' option to force GCC to assume a specific system root. By setting this to '/', this means that the cross-compiler will attempt to use the host's headers by default if --sysroot is not specified, but if --sysroot is specified then it is fully honored including for include paths and library paths. With this change I can now cross-compile both C and C++ binaries simply by using --sysroot without the need for -isystem, -B, or -L directives. Note that the base/gcc and devel/riscv64-gcc ports both use --with-sysroot='/' already. By default, GCC looks for headers in /usr/local/include (under the sysroot) before /usr/include. To disable this and only look for headers in /usr/include, patch gcc/Makefile.in to not define LOCAL_INCLUDE_DIR. Once -nostdinc is no longer required, the headers installed along with the compiler are now used for compiling worlds and test programs. The "fixed" headers in include-fixed are generally not helpful and are also derived from the host's headers which might not match the target --sysroot, so just delete them entirely. Even the stub limits.h headers GCC ships when using an empty build sysroot are not helpful and need to be removed. On a related note, I also fixed the name of the C++ include directory option to configure. By my reading it is 'with-gxx-include-dir' rather than 'with-gcc-include-dir'. Reviewed by: bapt, brooks, kan Sponsored by: DARPA / AFRL Differential Revision: https://reviews.freebsd.org/D14627 Notes: svn path=/head/; revision=465416
* Update devel/meson to version 0.45.Don Lewis2018-03-232-4/+6
| | | | | | | | | | Switch to USE_GITHUB. PR: 226879 Submitted by: cy Notes: svn path=/head/; revision=465415
* devel/git-modes: Update 1.2.6 -> 1.2.7Yuri Victorovich2018-03-232-9/+7
| | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Update LICENSE_FILE * Group USExx section PR: 226881 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=465404
* New port: devel/py-minio: Minio library for Amazon S3 compatible cloud storageYuri Victorovich2018-03-235-0/+42
| | | | | | | | PR: 226877 Submitted by: jhixson@gmail.com Notes: svn path=/head/; revision=465401
* Update included git to 2.16.3Adam Weinberger2018-03-232-5/+5
| | | | Notes: svn path=/head/; revision=465387
* Update to 0.3.0Sunpoet Po-Chuan Hsieh2018-03-232-6/+6
| | | | | | | | | | | | | - Allow concurrent installation (USE_PYTHON=concurrent) - Add NO_ARCH Changes: https://github.com/edwardgeorge/virtualenv-clone/blob/master/changelog.md PR: 226774 Submitted by: sunpoet (myself) Approved by: nivit (maintainer) Notes: svn path=/head/; revision=465382
* Update to 1.28.0Sunpoet Po-Chuan Hsieh2018-03-232-7/+8
| | | | | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH Changes: https://docs.openstack.org/stevedore/latest/user/history.html PR: 226772 Submitted by: sunpoet (myself) Approved by: nivit (maintainer) Notes: svn path=/head/; revision=465381
* Update to 20180301Sunpoet Po-Chuan Hsieh2018-03-232-6/+6
| | | | | | | | | | | | | - Add LICENSE_FILE - Take maintainership Changes: https://github.com/google/re2/commits/master PR: 226735 Submitted by: sunpoet (myself) Approved by: jlaffaye (maintainer) Notes: svn path=/head/; revision=465380
* Update to 12.3.1Sunpoet Po-Chuan Hsieh2018-03-232-4/+4
| | | | | | | Changes: https://github.com/ruby/rake/blob/master/History.rdoc Notes: svn path=/head/; revision=465374
* Update to 1.2.1Sunpoet Po-Chuan Hsieh2018-03-232-4/+4
| | | | | | | Changes: https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=465373
* Update to 0.9.2Sunpoet Po-Chuan Hsieh2018-03-232-5/+5
| | | | | | | Changes: https://github.com/wyhaines/analogger/commits/master Notes: svn path=/head/; revision=465372
* Update to 1.5.3Sunpoet Po-Chuan Hsieh2018-03-232-4/+4
| | | | | | | Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG Notes: svn path=/head/; revision=465371
* Update to 9.0.3Sunpoet Po-Chuan Hsieh2018-03-232-4/+4
| | | | | | | Changes: https://github.com/pypa/pip/blob/master/NEWS.rst Notes: svn path=/head/; revision=465370
* Update to 1.7.5Sunpoet Po-Chuan Hsieh2018-03-232-4/+4
| | | | | | | Changes: https://github.com/DaveGamble/cJSON/releases Notes: svn path=/head/; revision=465368
* Reset maintainerSteve Wills2018-03-233-3/+3
| | | | | | | Requested by: Jeremy Baggs <jeremybbaggs@gmail.com> (maintainer, via private email) Notes: svn path=/head/; revision=465366
* devel/git-cinnabar: rebuild after r465362Jan Beich2018-03-231-1/+1
| | | | Notes: svn path=/head/; revision=465365
* Update devel/git to 2.16.3Renato Botelho2018-03-233-8/+9
| | | | | | | Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=465362
* devel/awscli: Update 1.4.59 -> 1.4.62Bradley T. Hughes2018-03-232-5/+5
| | | | Notes: svn path=/head/; revision=465352
* devel/py-botocore: Update 1.9.12 -> 1.9.15Bradley T. Hughes2018-03-232-4/+4
| | | | Notes: svn path=/head/; revision=465351
* - Update to 1.1-2TAKATSU Tomonari2018-03-232-5/+4
| | | | Notes: svn path=/head/; revision=465344
* - Add LICENSEDmitry Marakasov2018-03-232-1/+4
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=465342
* Update devel/py-twilio to version 6.11.0.Jimmy Olgeni2018-03-232-4/+4
| | | | Notes: svn path=/head/; revision=465334
* Update to 4.5.2Sunpoet Po-Chuan Hsieh2018-03-223-4/+8
| | | | | | | | | Changes: https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes Differential Revision: https://reviews.freebsd.org/D14797 Submitted by: Gleb Popov <6yearold@gmail.com> (maintainer) Notes: svn path=/head/; revision=465326
* USES+=compiler:c++11-lib to unbreak devel/libical build on PowerPCDon Lewis2018-03-221-1/+1
| | | | | | | | | | | | | and other arches where gcc is the base compiler. No PORTREVISION bump because this is a no-op on arches with clang as the base compiler, and it unbreaks the build on the rest. PR: 221642, 215770 Reported by: Robin <solence AT zoho.eu> Notes: svn path=/head/; revision=465324