1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

423762 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
47dc7b31bf Update to 0.56
Changes:	http://search.cpan.org/dist/List-SomeUtils/Changes
2017-07-23 13:12:30 +00:00
Sunpoet Po-Chuan Hsieh
82640f002e Update to 4.0.1
Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2017-07-23 13:12:24 +00:00
Wen Heping
a63a0b29d4 - Update to 6.5.26 2017-07-23 12:04:22 +00:00
Nicola Vitale
49fdb19f97 - Update to 3.10.2
- Remove ftp/py-pycurl from dependencies
- Sort variables
- Use shebangfix
- Remove patch/patch-urlgrabber__grabber.py
2017-07-23 11:42:10 +00:00
Koop Mast
eb026a4beb Update libudev-devd to 0.3.
The only change is a patch to allow libudev.h to be included in
c++ programs [1]

Submitted by:	tcberner@ [1]
2017-07-23 11:41:13 +00:00
Tobias C. Berner
f909924636 Fix QStorageInfo in devel/qt5-core.
QStorageInfo did not return any valid data on FreeBSD.

Add upstreamed patch:
   getmntinfo() was wrongly called with flag 0. This changes it to use MNT_NOWAIT.

PR:		220941
2017-07-23 10:56:02 +00:00
Carlos J. Puga Medina
c6a9fc08d5 www/py-requests: Allow urllib3 1.22 dependency
- Backport an upstream patch to setup.py allowing urllib3 1.22 dependency
- Bump PORTREVISION

PR:		220927
Submitted by:	cpm
Reported by:	P. Chevalier<chevalier@dspnet.fr>
Reviewed by:	jbeich, koobs
Approved by:	koobs (maintainer)
Obtained from:	8d1228cd19
2017-07-23 09:20:08 +00:00
Dmitry Marakasov
297ae01568 - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2017-07-23 09:01:03 +00:00
Dmitry Marakasov
0e7bd9b6a2 - Add LICENSE
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2017-07-23 09:01:03 +00:00
Wen Heping
26ae2e86f9 - Update to 1.53 2017-07-23 08:15:07 +00:00
Kurt Jaeger
ec561ec189 New port: devel/bear
Bear is a tool that generates a compilation database for clang
tooling. The JSON compilation database is used in the clang project
to provide information on how a single compilation unit is processed.
With this, it is easy to re-run the compilation with alternate
programs. One way to get a compilation database is to use cmake as
the build tool. Passing -DCMAKE_EXPORT_COMPILE_COMMANDS=ON to cmake
generates the compile_commands.json file into the current directory.
For non-cmake projects, Bear generates the JSON file during the
build process.

The concept behind Bear is: to execute the original build command
and intercept the exec calls issued by the build tool. To achieve
that, Bear uses the LD_PRELOAD or DYLD_INSERT_LIBRARIES mechanisms
provided by the dynamic linker.

WWW: https://github.com/rizsotto/Bear

PR:		220475
Submitted by:	Jov <amutu@amutu.com>
2017-07-23 08:05:00 +00:00
Wen Heping
5e4a535e44 - Update to 1.7.2.0 2017-07-23 07:29:06 +00:00
Nicola Vitale
df58c384b1 - Update to 1.0.6
- Add LICENSE_FILE

ChangeLog:	https://github.com/sivel/speedtest-cli/releases/tag/v1.0.6
2017-07-23 07:19:06 +00:00
Wen Heping
ad8b5a1d97 - Update to 1.0.7 2017-07-23 07:01:25 +00:00
Wen Heping
c01f832f2b - Update to 0.09
Changes: http://cpansearch.perl.org/src/SPROUT/PDF-Tiny-0.09/Changes
2017-07-23 06:46:04 +00:00
Jimmy Olgeni
679fcea78f Update devel/elixir-hex to version 0.16.1. 2017-07-23 06:26:54 +00:00
Jose Alonso Cardenas Marquez
0beb0c1ab2 - Fix D_LIB_DIR path on patch file 2017-07-23 05:40:49 +00:00
Jose Alonso Cardenas Marquez
b91179cd4c - Add new RUN_DEPENDS (dfmt and dlang-tools )
- Fix a problem detecting compiler path.
- Fix typos
- Bump PORTREVISION
2017-07-23 05:38:08 +00:00
Jose Alonso Cardenas Marquez
8d5d6c50aa - New port: lang/dlang-tools
This repository hosts various tools redistributed with DMD or used internally
during various build tasks.

WWW: https://github.com/dlang/tools
2017-07-23 05:25:09 +00:00
Jose Alonso Cardenas Marquez
35537a31e9 - New port: devel/dfmt
dfmt is a formatter for D source code. dfmt is beta quality. Make backups of
your files or use source control when using the --inplace option.

WWW: https://github.com/dlang-community/dfmt
2017-07-23 05:14:10 +00:00
Wen Heping
c044c1fca4 - Adjust CONFLICTS 2017-07-23 04:49:17 +00:00
Wen Heping
51709990c8 - Repocopy mediawiki128 --> mediawiki129 and update to 1.29.0 2017-07-23 04:45:46 +00:00
Roman Bogorodskiy
612a6c8675 net/py-libcloud: update to 2.1.0 2017-07-23 04:31:54 +00:00
Jose Alonso Cardenas Marquez
afeb485b93 - Fix INDEX 2017-07-23 03:21:15 +00:00
Jose Alonso Cardenas Marquez
09a1664d85 - New port: editors/dlangide
Cross platform D language IDE written using DlangUI library.
- Uses DUB (dub.json or dub.sdl) project format
- Shows tree with project source files
- Can open and edit source files from project or file system in multi-tab editor
- Build and run project with DUB
- Build log highlight and navigation to place of error or warning by clicking on
  log line (contributed by Extrawurst)
- DUB dependencies update
- DUB package configuration selection (contributed by NCrashed)
- Dependency projects are shown in workspace tree
- New project wizard
- Toolchain settings for DMD, LDC, GDC
- Project specific settings
- Basic debugger support using GDB (work in progress)
- D language source code, json, dml syntax highlight
- Indent / unindent text with Tab and Shift+Tab or Ctrl+[ and Ctrl+]
- Toggle line or block comments by Ctrl+/ and Ctrl+Shift+/
- D source code autocompletion by Ctrl+Space or Ctrl+Shift+G (using DCD)
- D source code Go To Definition by Ctrl+G or F12 (using DCD)
- D source Doc comments display on mouse hover (using DCD)
- D source code Smart Indents
- Select word by mouse double click

WWW: https://github.com/buggins/dlangui
2017-07-23 02:54:33 +00:00
Jose Alonso Cardenas Marquez
4f83a0eee1 - Fix build on dcd-client
- Add dcd-server d files
- Install dcd-client/dcd-server library
- Bump PORTREVISION (server)
2017-07-23 02:53:47 +00:00
Jose Alonso Cardenas Marquez
2d365da352 - New port: devel/dlangui
Cross platform GUI for D. Widgets, layouts, styles, themes, unicode, i18n,
OpenGL based acceleration

- Crossplatform (Win32, OSX, Linux, FreeBSD and Android are supported in
  current version)
- Mostly inspired by Android UI API (layouts, styles, two phase layout, ...)
- Supports highly customizable UI themes and styles
- Supports internationalization
- Hardware acceleration using OpenGL (when built with version USE_OPENGL)
- Fallback to pure Win32 API / SDL / X11 when OpenGL is not available (e.g.
  opengl dynamic library cannot be loaded)
- Actually it's a port (with major refactoring) of GUI library for cross
  platform OpenGL based implementation of Cool Reader app project from C++.
- Non thread safe - all UI operations should be preformed in single thread
- Simple 3d engine - allows to embed 3D scenes within GUI

WWW: https://github.com/buggins/dlangui
2017-07-23 02:47:41 +00:00
Jose Alonso Cardenas Marquez
9338de8b28 - New port: print/derelict-ft
A dynamic binding to version 2.6 and 2.7 of the FreeType library for the D
Programming Language

WWW: https://github.com/DerelictOrg/DerelictFT
2017-07-23 02:43:37 +00:00
Jose Alonso Cardenas Marquez
c7b624cb33 - New port: derelict-grl3
A dynamic binding to OpenGL for the D Programming Language

WWW: https://github.com/DerelictOrg/DerelictGL3
2017-07-23 02:42:03 +00:00
Jose Alonso Cardenas Marquez
0a1c22c648 - New port: devel/derelict-sdl2
Dynamic bindings to SDL 2 version 2.0.5, SDL2_image, SDL2_mixer, SDL2_ttf, and
SDL2_net for the D Programming Language.

WWW: https://github.com/DerelictOrg/DerelictSDL2
2017-07-23 02:34:07 +00:00
Jose Alonso Cardenas Marquez
521c31bd69 - New port: devel/derelict-util
The base library for all Derelict packages

WWW: https://github.com/DerelictOrg/DerelictUtil
2017-07-23 02:33:04 +00:00
Jose Alonso Cardenas Marquez
1267fc6636 - New port: devel/dlib
dlib is a growing collection of native D language libraries useful for various
higher-level projects - such as game engines, rendering pipelines and
multimedia applications. It is written in D2 and has no external dependencies
aside D's standard library, Phobos.

WWW: https://github.com/gecko0307/dlib
2017-07-23 02:31:33 +00:00
Jose Alonso Cardenas Marquez
c0aae3e12d - Fix build 2017-07-23 02:29:31 +00:00
Jose Alonso Cardenas Marquez
4221486f6b - Fix build 2017-07-23 02:28:50 +00:00
Bernard Spil
ae7e75f0f8 databases/mariadb-server: Security update to 5.5.57
Security:	cda2f3c2-6c8b-11e7-867f-b499baebfeaf
2017-07-22 22:28:13 +00:00
Tobias Kortkamp
7de7dddc28 java/openjfx8-devel: Update to a more recent snapshot
- Add new default options MEDIA and WEBKIT to enable building of the
  media and web modules
- Take back maintainership

Running e.g. AsciidocFX on FreeBSD should be possible now.

PR:		218014
Reported by:	Dr. Jochen Raßler <jochen.rassler@gmail.com>, mr (via mail)
2017-07-22 22:05:21 +00:00
Nicola Vitale
2b0773624d - Update to 1.0
- Add LICENSE_FILE
- Remove GN_TAGNAME
2017-07-22 21:01:14 +00:00
Nicola Vitale
6215302f1a - Update to 17.05.0
- Fix paths for man page, DOCSDIR and locales via patches
- Use CMake instead of GNU configure to build the port
- Remove patch/patch-data_Makefile.am

ChangeLog:	https://github.com/andrejv/wxmaxima/releases/tag/Version-17.05.0
2017-07-22 20:41:06 +00:00
Jan Beich
6bedd27250 multimedia/assimp: add patches for 4.0.0 forgotten in r446390
PR:		220889
Reported by:	vvd@unislabs.com
Pointy hat to:	jbeich
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-07-22 19:33:39 +00:00
Richard Gallamore
723fc8fc65 * Updated to 1.11
* Sorted Uses section

Changelog: https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.11

PR:		220748
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11694
2017-07-22 19:26:37 +00:00
Richard Gallamore
50d02491bc * Updated to 6.1.6
Affected ports: www/py-seafdav www/py-seafobj www/seahub

Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11689
2017-07-22 19:22:23 +00:00
Sunpoet Po-Chuan Hsieh
769a43a6cf Update to 0.89
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/Net-GitHub/Changes
2017-07-22 18:40:53 +00:00
Sunpoet Po-Chuan Hsieh
af4c940853 Update to 5.4.0
Changes:	https://opennebula.org/software/release/
2017-07-22 18:40:48 +00:00
Sunpoet Po-Chuan Hsieh
4f38096195 Update to 0.000013
Changes:	https://github.com/gonzus/http-xscookies/commits/master
2017-07-22 18:40:42 +00:00
Sunpoet Po-Chuan Hsieh
c7889e1472 Update to 1.0.1
- Update LICENSE_FILE

Changes:	https://gitlab.dkrz.de/k202009/libaec/blob/master/CHANGELOG.md
2017-07-22 18:40:37 +00:00
Jimmy Olgeni
e1c3e6feb9 Update textproc/miller to version 5.2.2.
PR:		220878
Submitted by:	olgeni
Approved by:	maintainer
2017-07-22 17:40:25 +00:00
Mark Felder
854e70dc5e multimedia/plexmediaserver-plexpass: Update to 1.7.6
Changelog:	http://forums.plex.tv/discussion/comment/1476678/#Comment_1476678
2017-07-22 17:39:39 +00:00
Koop Mast
2a6b2add6e Record x11-toolkits/gstreamer1-plugins-gtksink -> -gtk rename 2017-07-22 17:36:09 +00:00
Sunpoet Po-Chuan Hsieh
0cb7feb3af Update to 0.5.3
Changes:	https://github.com/google/google-auth-library-ruby/blob/master/CHANGELOG.md
2017-07-22 17:08:27 +00:00
Sunpoet Po-Chuan Hsieh
fe0f62bede Update to 0.15.6
Changes:	https://github.com/jnunemaker/httparty/blob/master/Changelog.md
2017-07-22 17:08:01 +00:00