Merge pull request #445 from fbrosson/patch-2

qrencode: reformatting and/or cosmetic changes
This commit is contained in:
diversys
2016-01-28 11:50:02 +03:00
2 changed files with 23 additions and 21 deletions

View File

@@ -9,15 +9,16 @@ symbol as a bitmap array. While other QR Code applications generate an image \
file, using libqrencode allows applications to render QR Code symbols from raw \
bitmap data directly. This library also contains a command-line utility to \
output a QR Code symbol as PNG image. This helps light-weight CGI programs."
HOMEPAGE="http://fukuchi.org/works/qrencode/"
COPYRIGHT="2006-2012 Kentaro Fukuchi"
HOMEPAGE="https://fukuchi.org/works/qrencode/"
COPYRIGHT="2006-2014 Kentaro Fukuchi
2002, 2003, 2004, 2006 Phil Karn, KA9Q (Reed-Solomon code encoder)"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="http://fukuchi.org/works/qrencode/qrencode-$portVersion.tar.gz"
SOURCE_URI="https://fukuchi.org/works/qrencode/qrencode-$portVersion.tar.gz"
CHECKSUM_SHA256="e794e26a96019013c0e3665cb06b18992668f352c5553d0a553f5d144f7f2a72"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm ?ppc"
SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?arm ?ppc"
PROVIDES="
qrencode$secondaryArchSuffix = $portVersion

View File

@@ -9,19 +9,30 @@ This version of qrencode is build specifically for use in Haiku's Kernel \
Debugger. It can be used as a way to export kernel messages when you don't \
have a serial port on the debugged machine.
"
HOMEPAGE="http://fukuchi.org/works/qrencode/"
COPYRIGHT="2006-2012 Kentaro Fukuchi"
HOMEPAGE="https://fukuchi.org/works/qrencode/"
COPYRIGHT="2006-2014 Kentaro Fukuchi
2002, 2003, 2004, 2006 Phil Karn, KA9Q (Reed-Solomon code encoder)"
LICENSE="GNU LGPL v2.1"
SOURCE_URI="http://fukuchi.org/works/qrencode/qrencode-$portVersion.tar.gz"
REVISION="1"
SOURCE_URI="https://fukuchi.org/works/qrencode/qrencode-$portVersion.tar.gz"
CHECKSUM_SHA256="e794e26a96019013c0e3665cb06b18992668f352c5553d0a553f5d144f7f2a72"
SOURCE_DIR="qrencode-$portVersion"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="qrencode_kdl-3.4.4.patchset"
PATCHES="qrencode_kdl-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm ?ppc"
PROVIDES="
qrencode_kdl = $portVersion
"
PROVIDES_devel="
qrencode_kdl_devel = $portVersion compat >= 3
devel:libqrencode_kdl = 3.4.4 compat >= 3
"
REQUIRES_devel="
haiku
"
BUILD_PREREQUIRES="
haiku_devel
cmd:gcc
@@ -51,13 +62,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
qrencode_kdl_devel = $portVersion compat >= 3
devel:libqrencode_kdl = 3.4.4 compat >= 3
"
REQUIRES_devel="
haiku
"