mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
De-lint recipes.
* pygments SUMMARY must start with capital letter Re-ordered blocks * texlive SUMMARY must have at least 3 words Re-ordered blocks Simplified ARCHITECTURES/SECONDARY_ARCHITECTURES * tiff4 SUMMARY must have at least 3 words Re-ordered blocks * u_boot_tools SUMMARY must start with capital letter Re-ordered blocks * unifont SUMMARY must have at least 3 words Re-ordered blocks * util_macros Improved SUMMARY an DESCRIPTION Re-ordered blocks * vcdimager SUMMARY must start with capital letter Re-ordered blocks * wings SUMMARY must have at least 3 words Re-ordered blocks * xproto SUMMARY must have at least 3 words Re-ordered blocks
This commit is contained in:
@@ -1,27 +1,23 @@
|
||||
SUMMARY="TeX Live"
|
||||
DESCRIPTION="
|
||||
TeX Live is an easy way to get up and running with the TeX document production system. It provides a
|
||||
comprehensive TeX system. It includes all the major TeX-related programs, macro packages, and fonts
|
||||
that are free software, including support for many languages around the world.
|
||||
"
|
||||
SUMMARY="A comprehensive TeX system"
|
||||
DESCRIPTION="TeX Live is an easy way to get up and running with the TeX \
|
||||
document production system. It provides a comprehensive TeX system. It \
|
||||
includes all the major TeX-related programs, macro packages, and fonts that \
|
||||
are free software, including support for many languages around the world."
|
||||
HOMEPAGE="http://tug.org/texlive/"
|
||||
COPYRIGHT="1996 by collaboration between the TeX user groups."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://tug.org/historic/systems/texlive/2014/texlive-20140525-source.tar.xz"
|
||||
SOURCE_URI_2="ftp://tug.org/historic/systems/texlive/2014/texlive-20140525-texmf.tar.xz"
|
||||
CHECKSUM_SHA256="08bb4eb02923ac65ce1183612c6b64da185904f26a1660f5ca4f902d055795be"
|
||||
CHECKSUM_SHA256_2="e0227251c5aa23f8b88973c298cc80b03bd238c645f7f82a6ce888a06b295963"
|
||||
SOURCE_DIR="texlive-20140525-source"
|
||||
SOURCE_DIR_2="texlive-20140525-texmf"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="texlive-2014.patchset"
|
||||
|
||||
ARCHITECTURES="x86 !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
texlive = $portVersion compat >= 2014
|
||||
cmd:a2ping
|
||||
@@ -411,6 +407,16 @@ REQUIRES="
|
||||
lib:libicuuc$secondaryArchSuffix
|
||||
lib:libicui18n$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
texlive${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libkpathsea$secondaryArchSuffix = $portVersion
|
||||
devel:libptexenc$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
texlive$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
haiku_devel
|
||||
@@ -696,14 +702,3 @@ TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
texlive${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libkpathsea$secondaryArchSuffix = $portVersion
|
||||
devel:libptexenc$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
texlive$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user