Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -4,12 +4,12 @@ close vectors. It tries to replicate the image as close as possible while \
still being usable to edit manually. It is made to compete with other \
commercial products that do the same."
HOMEPAGE="http://autotrace.sourceforge.net"
SOURCE_URI="http://sourceforge.net/projects/autotrace/files/AutoTrace/0.31.1/autotrace-0.31.1.tar.gz/download"
SOURCE_DIR="autotrace-0.31.1"
CHECKSUM_SHA256="5a1a923c3335dfd7cbcccb2bbd4cc3d68cafe7713686a2f46a1591ed8a92aff6"
REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="2000-2002 AutoTrace contributors"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/autotrace/files/AutoTrace/0.31.1/autotrace-0.31.1.tar.gz/download"
CHECKSUM_SHA256="5a1a923c3335dfd7cbcccb2bbd4cc3d68cafe7713686a2f46a1591ed8a92aff6"
SOURCE_DIR="autotrace-0.31.1"
PATCHES="autotrace-0.31.1.patchset"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
@@ -21,14 +21,14 @@ PROVIDES="
cmd:autotrace$secondaryArchSuffix = $portVersion
cmd:autotrace_config$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
autotrace${secondaryArchSuffix}_devel = $portVersion
devel:libautotrace$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
REQUIRES_devel="
haiku${secondaryArchSuffix}_devel
autotrace$secondaryArchSuffix == $portVersion base

View File

@@ -3,18 +3,19 @@ DESCRIPTION="
dcraw decodes raw photos, displays metadata, and extracts thumbnails.
"
HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/"
COPYRIGHT="1997-2015 Dave Coffin"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-$portVersion.tar.gz"
CHECKSUM_SHA256="85791d529e037ad5ca09770900ae975e2e4cc1587ca1da4192ca072cbbfafba3"
REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="1997-2015 Dave Coffin"
SOURCE_DIR="dcraw"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PROVIDES="
dcraw = $portVersion compat >= 9
cmd:dcraw = $portVersion compat >= 9
"
REQUIRES="
haiku
lib:libjasper
@@ -28,14 +29,11 @@ BUILD_REQUIRES="
devel:libjpeg
devel:liblcms2
"
BUILD_PREREQUIRES="
cmd:gcc
coreutils
"
SOURCE_DIR="dcraw"
BUILD()
{
gcc -O3 -o dcraw dcraw.c -llcms2 -ljasper -ljpeg

View File

@@ -14,7 +14,6 @@ PATCHES="exiv2-0.24.patch"
ARCHITECTURES="!x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
exiv2$secondaryArchSuffix = $portVersion
cmd:exiv2$secondaryArchSuffix = $portVersion

View File

@@ -8,9 +8,9 @@ developers."
HOMEPAGE="http://www.gphoto.org/"
COPYRIGHT="The gphoto2 team"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/gphoto/files/gphoto/$portVersion/gphoto2-$portVersion.tar.gz"
CHECKSUM_SHA256="1950542253d42fa9898028879b04fdbf09393c095f2c0273b062e897d10790ad"
REVISION="1"
ARCHITECTURES="?x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86"

View File

@@ -4,20 +4,19 @@ Deluxe Paint and Brilliance. Specialized in 256-color drawing, it includes a \
very large number of tools and effects that make it particularly suitable for \
pixel art, game graphics, and generally any detailed graphics painted with a \
mouse."
ARCHITECTURES="x86_gcc2"
HOMEPAGE="http://pulkomandy.tk/projects/GrafX2"
REVISION="2"
COPYRIGHT="1995-1999 Sunset Design
2008-2015 GrafX2 project team"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="svn://pulkomandy.tk/GrafX2/trunk#2127"
ARCHITECTURES="x86_gcc2"
PROVIDES="
grafx2
cmd:grafx2
"
REQUIRES="
haiku
lib:libsdl
@@ -41,7 +40,6 @@ BUILD_REQUIRES="
devel:libz
devel:libfreetype
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:make

View File

@@ -1,13 +1,23 @@
SUMMARY="Collection of image processing tools"
DESCRIPTION="GraphicsMagick provides a set of command-line applications to manipulate\
image files. It is a fork of the ImageMagick project and therefore offers\
a similar set of features, but puts a larger emphasis on stability.
The tools support a large variety of image formats from the widely used\
jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image\
formats found on some photo CDs. They can convert between formats,\
concatenate several images into one, annotate and distort them, create\
thumbnails or manipulate the colormap."
HOMEPAGE="http://www.graphicsmagick.org"
COPYRIGHT="2002-2014 GraphicsMagick Group"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.20/GraphicsMagick-1.3.20.tar.gz"
CHECKSUM_SHA256="0f7463318f5d9a4b429655dd43642a7a93dae561360637093182fbf5ac4fdc88"
REVISION="1"
SOURCE_DIR="GraphicsMagick-1.3.20"
ARCHITECTURES="x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
SOURCE_DIR="GraphicsMagick-1.3.20"
PROVIDES="graphicsmagick$secondaryArchSuffix = $portVersion
cmd:gm$secondaryArchSuffix
@@ -24,6 +34,17 @@ REQUIRES="
lib:liblcms2$secondaryArchSuffix
lib:libwebp$secondaryArchSuffix
"
PROVIDES_devel="
graphicsmagick${secondaryArchSuffix}_devel
devel:libGraphicsMagick++$secondaryArchSuffix
devel:libGraphicsMagick$secondaryArchSuffix
devel:libGraphicsMagickWand$secondaryArchSuffix
"
REQUIRES_devel="
graphicsmagick$secondaryArchSuffix == $portVersion
"
BUILD_REQUIRES="
devel:libtiff$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
@@ -39,18 +60,6 @@ BUILD_PREREQUIRES="
cmd:awk
"
PROVIDES_devel="
graphicsmagick${secondaryArchSuffix}_devel
devel:libGraphicsMagick++$secondaryArchSuffix
devel:libGraphicsMagick$secondaryArchSuffix
devel:libGraphicsMagickWand$secondaryArchSuffix
"
REQUIRES_devel="
graphicsmagick$secondaryArchSuffix == $portVersion
"
BUILD()
{
runConfigure ./configure
@@ -63,13 +72,3 @@ INSTALL()
prepareInstalledDevelLibs libGraphicsMagick++ libGraphicsMagickWand libGraphicsMagick
packageEntries devel $developDir
}
DESCRIPTION="GraphicsMagick provides a set of command-line applications to manipulate\
image files. It is a fork of the ImageMagick project and therefore offers\
a similar set of features, but puts a larger emphasis on stability.
The tools support a large variety of image formats from the widely used\
jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image\
formats found on some photo CDs. They can convert between formats,\
concatenate several images into one, annotate and distort them, create\
thumbnails or manipulate the colormap."

View File

@@ -12,16 +12,16 @@ Graphviz has many useful features for concrete diagrams, such as options for \
colors, fonts, tabular node layouts, line styles, hyperlinks, rolland custom \
shapes."
HOMEPAGE="http://www.graphviz.org/"
LICENSE="CPL v1.0"
COPYRIGHT="1994-2010 AT&T Corp."
LICENSE="CPL v1.0"
REVISION="3"
SOURCE_URI="http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.26.3.tar.gz"
CHECKSUM_SHA256="f410996e69b1095237c2128deae5fc7b6ce99055b095271abb14447bc2f37fa1"
REVISION="3"
PATCHES="graphviz-2.26.3.patch"
ARCHITECTURES="x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PATCHES="graphviz-2.26.3.patch"
PROVIDES="
graphviz$secondaryArchSuffix = $portVersion compat >= 2
cmd:acyclic$secondaryArchSuffix
@@ -76,6 +76,16 @@ PROVIDES="
lib:libxdot$secondaryArchSuffix = $portVersion compat >= 2
lib:libxdot$secondaryArchSuffix = $portVersion compat >= 2
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libexpat$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libfontconfig$secondaryArchSuffix
"
PROVIDES_devel="
graphviz${secondaryArchSuffix}_devel = $portVersion
devel:libcdt$secondaryArchSuffix = $portVersion
@@ -86,18 +96,10 @@ PROVIDES_devel="
devel:libpathplan$secondaryArchSuffix = $portVersion
devel:libxdot$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libexpat$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libfontconfig$secondaryArchSuffix
"
REQUIRES_devel="
graphviz$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libexpat$secondaryArchSuffix

View File

@@ -25,6 +25,11 @@ REQUIRES="
lib:libfreetype$secondaryArchSuffix
"
BUILD_REQUIRES="
libqt4${secondaryArchSuffix}_devel >= 4.8.0
boost${secondaryArchSuffix}_devel
devel:libfreetype$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:qmake$secondaryArchSuffix
@@ -32,11 +37,6 @@ BUILD_PREREQUIRES="
cmd:g++$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
"
BUILD_REQUIRES="
libqt4${secondaryArchSuffix}_devel >= 4.8.0
boost${secondaryArchSuffix}_devel
devel:libfreetype$secondaryArchSuffix
"
BUILD()
{

View File

@@ -21,7 +21,6 @@ PROVIDES="
pngcrush = $portVersion compat >= 1.7
cmd:pngcrush = $portVersion compat >= 1.7
"
REQUIRES="
haiku
lib:libpng16
@@ -32,7 +31,6 @@ BUILD_REQUIRES="
devel:libpng16
devel:libz
"
BUILD_PREREQUIRES="
haiku_devel
cmd:make