aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-kivy/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-271-25/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378019
* Update x11-toolkits/py-kivy to 1.8.0.David Naylor2014-04-241-3/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Kivy now supports python 2 and 3 ChangeLog: - Python 3.3 support: It's finally here, using the same codebase! And we deliver also 3 portables for Windows, one that package Python 2.7 and another with Python 3.3! - New media player named GstPlayer, based on Gstreamer 1.0. This player is currently used as a implementation for Audio and Video core provider. This allow us to not only use the latest Gstreamer and all the improvements done by them, but also have a common player for both Python 2.7 and 3.3 on desktop platforms. - Scrollview has been slightly enhanced to support smoother scrolling utilizing Matrix transformation by default. It also now supports scrolling through bars or content or both. - Widgets now can be disabled simply by using `disabled` property. - Textinput now has support for selection handles. - New Widgets! - ActionBar: Mimics Android?s own ActionBar appearance and mechanisms - Behaviors: ButtonBehavior, ToggleButtonBehavior, DragBehavior, just subclass a behavior to an existing widgets, and you get the behavior! (eg. class ImageButton(ButtonBehavior, Image)) - PageLayout: A simple multi-page layout allowing flipping through pages using borders - SandBox (experimental): Runs itself and its children in an exception-catching sandbox Notes: svn path=/head/; revision=352060
* Move x11-toolkits/py-kivy to using auto-plist.David Naylor2013-12-191-945/+0
| | | | | | | | Although this port does not support python>=3, the next release is expected to do so. Notes: svn path=/head/; revision=336922
* Update x11-toolkits/py-kivy to 1.7.2.David Naylor2013-11-191-8/+7
| | | | Notes: svn path=/head/; revision=334281
* Add x11-toolkits/py-kivy 1.7.1.David Naylor2013-07-011-0/+1485
Kivy is a NUI (natural user interface) toolkit that can be used on Android, iOS, Windows, Linux, Mac and *BSD. Notes: svn path=/head/; revision=322115