More ordering & layout fixes

This commit is contained in:
Vale
2016-02-26 10:33:51 -05:00
parent cfe8d82c32
commit f8aeb53372
257 changed files with 375 additions and 561 deletions

View File

@@ -4,8 +4,7 @@ Hugen is a simply python script for generating code for Haiku \
applications. It is based on templates. You can define your own \
one and quick generate some files with adequate names and content \
instead creating it manually. Templates for class and simple \
application with Makefile and Jamfile are provided by default.
"
application with Makefile and Jamfile are provided by default."
HOMEPAGE="https://github.com/aldeck/hugen"
COPYRIGHT="2009 Alexandre Deckner"
LICENSE="MIT"

View File

@@ -16,11 +16,11 @@ SECONDARY_ARCHITECTURES=""
PROVIDES="
mxml$secondaryArchSuffix = $portVersion
lib:mxml$secondaryArchSuffix = 1.4 compat >= 1
"
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
"
PROVIDES_devel="
mxml${secondaryArchSuffix}_devel = $portVersion
@@ -28,7 +28,7 @@ PROVIDES_devel="
"
REQUIRES_devel="
mxml$secondaryArchSuffix == $portVersion base
"
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel