De-linted recipes.

*	ltp
	Fixed typo. Thanks waddlesplash for noticing.

*	man
	Removed unused patch.
	Minor cosmetics.

*	mdocml
	Removed "." from SUMMARY
	Minor cosmetics.

*	milkytracker
	Minor cosmetics.
	Lint warning of not referenced PATCHES is a false positive.

*	minicom
	Removed "." from SUMMARY
	Minor cosmetics.

*	mtdev
	Removed "." from SUMMARY
	Minor cosmetics.

*	mtools
	Removed "." from SUMMARY
	Minor cosmetics.
This commit is contained in:
Humdinger
2015-07-22 14:15:26 +02:00
parent 9c861ba82c
commit 26f03fd740
8 changed files with 96 additions and 190 deletions

View File

@@ -1,12 +1,27 @@
SUMMARY="Fasttracker II inspired music tracker"
DESCRIPTION="
MilkyTracker is an open source, multi-platform music application for creating \
.MOD and .XM module files. It attempts to recreate the module replay and user \
experience of the popular DOS program Fasttracker II, with special playback \
modes available for improved Amiga ProTracker 2/3 compatibility.
"
DESCRIPTION="MilkyTracker is an open source, multi-platform music application \
for creating .MOD and .XM module files. It attempts to recreate the module \
replay and user experience of the popular DOS program Fasttracker II, with \
special playback modes available for improved Amiga ProTracker 2/3 \
compatibility."
HOMEPAGE="http://www.milkytracker.org/"
COPYRIGHT="1994-2013
LICENSE="
GNU GPL v3
New-BSD
"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="milkytracker-$portVersion.patchset"
if [ $effectiveTargetArchitecture != "x86_gcc2" ]; then
PATCHES="milkytracker-$portVersion-gcc4.patchset"
fi
SOURCE_URI="http://www.milkytracker.org/files/milkytracker-0.90.86.tar.bz2"
CHECKSUM_SHA256="eb93000ed4855e198dfb02df54f3e3536dc891084ca47cdd5393121137ba3bed"
COPYRIGHT="
1994-2013
Peter 'pailes' Barth,
Christopher 'Deltafire' O'Neill,
Antti S. Lankila,
@@ -17,25 +32,12 @@ COPYRIGHT="1994-2013
Claudio Matsuoka,
Julian 'jua' Harnath
"
LICENSE="GNU GPL v3
New-BSD"
SOURCE_URI="http://www.milkytracker.org/files/milkytracker-0.90.86.tar.bz2"
CHECKSUM_SHA256="eb93000ed4855e198dfb02df54f3e3536dc891084ca47cdd5393121137ba3bed"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="milkytracker-$portVersion.patchset"
if [ $effectiveTargetArchitecture != "x86_gcc2" ]; then
PATCHES="milkytracker-$portVersion-gcc4.patchset"
fi
PROVIDES="
milkytracker = $portVersion
app:MilkyTracker = $portVersion
app:MilkySettings = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix >= 1.2.3