mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
help2man: bump version, cleanup older recipes (#1667)
This commit is contained in:
@@ -1,47 +0,0 @@
|
||||
SUMMARY="A tool to produce simple manual pages"
|
||||
DESCRIPTION="help2man is a tool for automatically generating simple manual \
|
||||
pages from program output. The program is intended to provide an easy way for \
|
||||
software authors to include a manual page in their distribution without \
|
||||
having to maintain that document.
|
||||
Given a program which produces reasonably standard ‘--help’ and ‘--version’ \
|
||||
outputs, help2man can re-arrange that output into something which resembles a \
|
||||
manual page."
|
||||
HOMEPAGE="http://www.gnu.org/software/help2man/"
|
||||
COPYRIGHT="1997-2013 Free Software Foundation"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftpmirror.gnu.org/help2man/help2man-1.43.3.tar.gz"
|
||||
CHECKSUM_SHA256="67978d118980ebd9f0c60be5db129527900a7b997b9568fc795ba9bdb341d303"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
help2man = $portVersion
|
||||
cmd:help2man$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
SUMMARY="A tool to produce simple manual pages"
|
||||
DESCRIPTION="help2man is a tool for automatically generating simple manual \
|
||||
pages from program output. The program is intended to provide an easy way for \
|
||||
software authors to include a manual page in their distribution without \
|
||||
having to maintain that document.
|
||||
Given a program which produces reasonably standard ‘--help’ and ‘--version’ \
|
||||
outputs, help2man can re-arrange that output into something which resembles a \
|
||||
manual page."
|
||||
HOMEPAGE="http://www.gnu.org/software/help2man/"
|
||||
HOMEPAGE="http://www.gnu.org/software/help2man/"
|
||||
COPYRIGHT="1997-2013 Free Software Foundation"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v3"
|
||||
SOURCE_URI="http://ftpmirror.gnu.org/help2man/help2man-1.44.1.tar.xz"
|
||||
CHECKSUM_SHA256="22de6846771921f455e389cdca07119d7f55b1877685b42dd5bbb9fc1377defb"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
help2man = $portVersion
|
||||
cmd:help2man$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:perl
|
||||
cmd:awk
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
@@ -1,48 +0,0 @@
|
||||
SUMMARY="A tool to produce simple manual pages"
|
||||
DESCRIPTION="help2man is a tool for automatically generating simple manual \
|
||||
pages from program output. The program is intended to provide an easy way for \
|
||||
software authors to include a manual page in their distribution without \
|
||||
having to maintain that document.
|
||||
Given a program which produces reasonably standard ‘--help’ and ‘--version’ \
|
||||
outputs, help2man can re-arrange that output into something which resembles a \
|
||||
manual page."
|
||||
HOMEPAGE="http://www.gnu.org/software/help2man/"
|
||||
COPYRIGHT="1997-2013 Free Software Foundation"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://ftpmirror.gnu.org/help2man/help2man-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="d4ecf697d13f14dd1a78c5995f06459bff706fd1ce593d1c02d81667c0207753"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
help2man = $portVersion
|
||||
cmd:help2man$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:perl
|
||||
cmd:awk
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
@@ -7,11 +7,11 @@ Given a program which produces reasonably standard ‘--help’ and ‘--version
|
||||
outputs, help2man can re-arrange that output into something which resembles a \
|
||||
manual page."
|
||||
HOMEPAGE="http://www.gnu.org/software/help2man/"
|
||||
COPYRIGHT="1997-2013 Free Software Foundation"
|
||||
COPYRIGHT="1997-2017 Free Software Foundation"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftpmirror.gnu.org/help2man/help2man-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="615ff5ac38369ddb3707c5fd71672ab122639fd9cf6870de172e0127ed632caf"
|
||||
CHECKSUM_SHA256="7ca60b2519fdbe97f463fe2df66a6188d18b514bfd44127d985f0234ee2461b1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
Reference in New Issue
Block a user