mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
@@ -1,7 +1,24 @@
|
||||
SUMMARY="Auckland Layout Editor (ALE)"
|
||||
DESCRIPTION="Auckland Layout Editor (ALE)"
|
||||
SUMMARY="ALE: 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"
|
||||
srcGitRef="52a5a621e3c28fc04d46402fae263b9693bd68ab"
|
||||
CHECKSUM_SHA256="cda6bc713485c058b326bc79231a99c24abad36e7d0b68a9cbbc2b292092e683"
|
||||
SRC_FILENAME="ALEditor-52a5a621e3c28fc04d46402fae263b9693bd68ab.tar.gz"
|
||||
SOURCE_DIR="ALEditor-$srcGitRef"
|
||||
SRC_URI="https://github.com/czeidler/ALEditor/archive/$srcGitRef.tar.gz"
|
||||
COPYRIGHT="Copyright (C) 2009-2014 by UniAuckland Team"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
Reference in New Issue
Block a user