Add python2 and python3 flavors.
USE_GSTREAMER1 entries will be made when I figure out how adapt
bsd.gstreamer.mk to the dual python flavors.
PR: ports/187647 (merged/based on)
Submitted by: Olivier Duchateau
While here, fix stage-qa warnings about unstripped binaries. Also
the maintainer should have been reset due to lack of staging, but the
presence of this PR prevented it. Due to this and the lack of response
on this old PR, reset the maintainer too.
PR: 179989
Submitted by: Dan Lukes
PR: 190575
Submitted by: Torsten Zuehlsdorff
================================================================
DDDBL is a Definition Driven DataBase Layer written in PHP. It uses PDO to
support the work on all supported database systems and eases the handling
of the query-results.
Popular WebDAV framework for PHP. Use it to create WebDAV, CalDAV and
CardDAV servers. It supports a wide range of internet standards related to
these protocols. The most relevant are:
WebDAV
CalDAV
CardDAV
vCard 2.1, 3.0, 4.0 and jCard
iCalendar 2.0 and jCal
current-user-principal
Extended MKCOL
WebDAV-sync
CardDAV directories
CalDAV delegation
CalDAV sharing
WWW: http://sabre.io/
Submitted by: meyser@xenet.de
Changes:
- Fix crash on i386 (thanks to antoine@)
- Ignore duplicates in require/provide
- Add missed call to pkg_list_free for PKG_PROVIDES (thanks to Maxim Ignatenko)
- Print error if we cannot parse manifest
- Select the newest possible package to satisfy dependency
- Check shared libraries architecture and ignore incompatible ones
With hat: pkg@
Reworked Chord Selector into new tab widget
Moved all icons to tabbar
Fixed some CoreMIDI dynamic attach/detach bugs
Allow tabbar to be placed on top or bottom
Use QSplitter() for right and left widget.
Submitted by: maintainer
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.
CR: D511
Approved by: portmgr (bapt)
The CuraEngine is a C++ console application for 3D printing GCode generation.
It has been made as better and faster alternative to the old Skeinforge engine.
The CuraEngine is pure C++ and uses Clipper from
http://www.angusj.com/delphi/clipper.php. There are no external dependences
and Clipper is included in the source code without modifications.
This is just a console application for GCode generation. For a full graphical
application look at https://github.com/daid/Cura with is the graphical
frontend for CuraEngine.
The CuraEngine can be used seperately or in other applications.
Feel free to add it to your application. But to take note of the License.
WWW: http://wiki.ultimaker.com/Cura
PR: 192486
Submitted by: cederom tlen pl
Python library that allows you get current power source type (AC, Battery or
UPS), warning level (none, <22%, <10min) and remaining minutes.
You can also observe changes of power source and remaining time.
WWW: https://github.com/Kentzo/Power
PR: 192494
Submitted by: cederom tlen pl