diff --git a/haiku-libs/ale/ale-0.9.recipe b/haiku-libs/ale/ale-0.9.recipe index 1f724a3a6..1711adedc 100644 --- a/haiku-libs/ale/ale-0.9.recipe +++ b/haiku-libs/ale/ale-0.9.recipe @@ -1,5 +1,19 @@ -SUMMARY="Auckland Layout Editor (ALE)" -DESCRIPTION="Auckland Layout Editor (ALE)" +SUMMARY="Auckland Layout Editor (ALE): \ +A GUI Editor to create and edit constraint-based layouts." +DESCRIPTION="The Auckland Layout Editor (ALE) is a constraint-based layout \ +editor that is based on the BALMLayout layout class. The constraint-based \ +layout model is very powerful and can describe layouts that can't be described \ +with other layout models, like for example, the grid-bag layout model. Layouts \ +created with ALE are automatically resizable and non-overlapping. This means \ +while editing a layout you can't create a layout that has two overlapping \ +views. Furthermore, layouts created with ALE have no conflicting constraints. +ALE provides a small but powerful set of edit operations. These edit \ +operations keep views automatically aligned to each other. This makes \ +creating and editing layouts very easy. +For more information read: +https://www.cs.auckland.ac.nz/~lutteroth/publications/ZeidlerEtAl2013-AucklandLayoutEditor.pdf +or watch: +http://www.youtube.com/watch?v=ZPv58AWWGRQ" HOMEPAGE="http://github.com/czeidler/ALEditor" SRC_URI="git://github.com/czeidler/ALEditor#b29909c70ccf6fe7078d267c196d5b03d67b7bff" COPYRIGHT="Copyright (C) 2009-2014 by UniAuckland Team"