mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
De-lint recipes.
* libfreehand Removed e-mail from COPYRIGHT. Re-ordered blocks. * libmspub Removed e-mail from COPYRIGHT. Re-ordered blocks. * libmtp Removed e-mail from COPYRIGHT. Re-ordered blocks. * libmwaw Removed e-mail from COPYRIGHT. Re-ordered blocks. * libodfgen Removed e-mail from COPYRIGHT. Re-ordered blocks. * libprefs Removed e-mail from COPYRIGHT. Improved DESCRIPTION. Re-ordered blocks. * librevenge Removed e-mail from COPYRIGHT. Re-ordered blocks. * librsync Removed e-mail from COPYRIGHT. Re-ordered blocks. * libssh2 Removed e-mail from COPYRIGHT. Re-ordered blocks. * libupnp Removed e-mail from COPYRIGHT. Re-ordered blocks. * libvisio Removed e-mail from COPYRIGHT. Re-ordered blocks. * libwps Removed e-mail from COPYRIGHT. Re-ordered blocks. * mda_vst Removed e-mail from COPYRIGHT. Re-ordered blocks. * mtr Removed e-mail from COPYRIGHT. Re-ordered blocks. * ragel Removed e-mail from COPYRIGHT. Re-ordered blocks. * soxr Improved SUMMARY/DESCRIPTION Removed e-mail from COPYRIGHT. Re-ordered blocks. * waveview Removed e-mail from COPYRIGHT. Removed duplicate REQUIRES. Re-ordered blocks. * whisper Removed e-mail from COPYRIGHT. Added REQUIRES. Re-ordered blocks.
This commit is contained in:
@@ -1,43 +1,37 @@
|
||||
SUMMARY="My TraceRoute, an Excellent network diagnostic tool"
|
||||
DESCRIPTION="
|
||||
mtr combines the functionality of the 'traceroute' and 'ping' programs in a \
|
||||
single network diagnostic tool
|
||||
SUMMARY="My TraceRoute, an excellent network diagnostic tool"
|
||||
DESCRIPTION="mtr combines the functionality of the 'traceroute' and 'ping' \
|
||||
programs in a single network diagnostic tool.
|
||||
As mtr starts, it investigates the network connection between the host mtr \
|
||||
runs on and a user-specified destination host. After it determines the \
|
||||
address of each network hop between the machines, it sends a sequence ICMP ECHO\
|
||||
requests to each one to determine the quality of the link to each machine.\
|
||||
As it does this, it prints running statistics about each machine.
|
||||
"
|
||||
As it does this, it prints running statistics about each machine."
|
||||
HOMEPAGE="http://www.bitwizard.nl/mtr"
|
||||
CHECKSUM_SHA256="30bdf752ac048dd160aa28d5caff1ffe0986dd4df046c397087fa1d8c8e1ab51"
|
||||
COPYRIGHT="1997,1998 Matt Kimball
|
||||
1999-2008 R.E.Wolff"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1997,1998 Matt Kimball, 1999 - 2008 R.E.Wolff@BitWizard.nl"
|
||||
|
||||
SOURCE_URI="ftp://ftp.bitwizard.nl/mtr/mtr-0.73.tar.gz"
|
||||
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.bitwizard.nl/mtr/mtr-0.73.tar.gz"
|
||||
CHECKSUM_SHA256="30bdf752ac048dd160aa28d5caff1ffe0986dd4df046c397087fa1d8c8e1ab51"
|
||||
PATCHES="mtr-0.73.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="mtr-0.73.patch"
|
||||
|
||||
PROVIDES="
|
||||
mtr$secondaryArchSuffix = $portVersion compat >= $portVersion
|
||||
cmd:mtr$secondaryArchSuffix = $portVersion compat >= $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
|
||||
Reference in New Issue
Block a user