exiftool: move from media-gfx to media-libs, drop old, add new. (#603)

* Drop 10.13 and 10.14, which were in media-gfx/exiftool.
* Add 10.15 and 10.16 in media-libs/exiftool to follow Gentoo.
* Switch to ARCHITECTURES="any".
* Use "cmd:perl" (in REQUIRES) instead of just "perl".
This commit is contained in:
fbrosson
2016-05-19 13:58:10 +00:00
committed by Jérôme Duval
parent 75ee3e369e
commit 61e3c4c3ff
2 changed files with 6 additions and 6 deletions

View File

@@ -1,43 +0,0 @@
SUMMARY="A Perl library and a command-line tool for editing image metdata"
DESCRIPTION="ExifTool is both a Perl library and a command-line script that \
enables editing of the metadata of a large variety of files. This includes all \
major image formats which support metadata as well as the vendor-specific \
metadata of numerous digital cameras."
HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/"
COPYRIGHT="2003-2016 Phil Harvey"
LICENSE="GNU GPL v1
Artistic"
REVISION="1"
SOURCE_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$portVersion.tar.gz"
CHECKSUM_SHA256="830ad5e28bc049ec69950c2a48e5703aff2cb05956b80ed21aa65167afab56a9"
SOURCE_DIR="Image-ExifTool-$portVersion"
ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
exiftool = $portVersion
cmd:exiftool = $portVersion
"
REQUIRES="
haiku
perl >= 5.0.0
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:make
cmd:perl
"
BUILD()
{
perl Makefile.PL PREFIX=$prefix
make
}
INSTALL()
{
make install
}

View File

@@ -1,43 +0,0 @@
SUMMARY="A Perl library and a command-line tool for editing image metdata"
DESCRIPTION="ExifTool is both a Perl library and a command-line script that \
enables editing of the metadata of a large variety of files. This includes all \
major image formats which support metadata as well as the vendor-specific \
metadata of numerous digital cameras."
HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/"
COPYRIGHT="2003-2016 Phil Harvey"
LICENSE="GNU GPL v1
Artistic"
REVISION="1"
SOURCE_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$portVersion.tar.gz"
CHECKSUM_SHA256="26ef376283de7321a155bdf402afd7f0dcd046b6f5461d99e8c6729f9ac107b5"
SOURCE_DIR="Image-ExifTool-$portVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
exiftool = $portVersion
cmd:exiftool = $portVersion
"
REQUIRES="
haiku
perl >= 5.0.0
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:make
cmd:perl
"
BUILD()
{
perl Makefile.PL PREFIX=$prefix
make
}
INSTALL()
{
make install
}