Skip to content

Commit

Permalink
De-linted recipes.
Browse files Browse the repository at this point in the history
*	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.
  • Loading branch information
Humdinger committed Jul 22, 2015
1 parent 9c861ba commit 26f03fd
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 190 deletions.
2 changes: 1 addition & 1 deletion app-benchmarks/ltp/ltp-20140422.recipe
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUMMARY="A testsuit for the Linux kernel"
SUMMARY="A testsuite for the Linux kernel"
DESCRIPTION="The Linux Test Project is a joint project started by SGI, \
developed and maintained by IBM, Cisco, Fujitsu, SUSE, Red Hat and others, \
that has a goal to deliver test suites to the open source community that \
Expand Down
43 changes: 19 additions & 24 deletions app-text/mdocml/mdocml-1.12.2.recipe
Original file line number Diff line number Diff line change
@@ -1,49 +1,44 @@
SUMMARY="A suite of tools for compiling roff and man pages."
DESCRIPTION="
mdocml is a suite of tools compiling mdoc, the roff macro package of choice \
for BSD manual pages, and man, the predominant historical package for UNIX \
manuals. The mission of mdocml is to deprecate groff, the GNU troff \
SUMMARY="A suite of tools for compiling roff and man pages"
DESCRIPTION="mdocml is a suite of tools compiling mdoc, the roff macro package \
of choice for BSD manual pages, and man, the predominant historical package \
for UNIX manuals. The mission of mdocml is to deprecate groff, the GNU troff \
implementation, for displaying mdoc pages whilst providing token support for \
man.
"

man."
HOMEPAGE="http://mdocml.bsd.lv/"
SOURCE_URI="http://mdocml.bsd.lv/snapshots/mdocml-1.12.2.tar.gz"
CHECKSUM_SHA256="c4f37afbf823636f63e3cd0673ae6c2ffc6017558e86bdcc02dc825c62daa9d7"
COPYRIGHT="2008-2013 Ingo Schwarze, Kristaps Dzonsons"
LICENSE="ISC"
REVISION="1"

ARCHITECTURES="x86 x86_gcc2"

SOURCE_URI="http://mdocml.bsd.lv/snapshots/mdocml-1.12.2.tar.gz"
CHECKSUM_SHA256="c4f37afbf823636f63e3cd0673ae6c2ffc6017558e86bdcc02dc825c62daa9d7"
COPYRIGHT="2008-2013 Ingo Schwarze, Kristaps Dzonsons"
PATCHES="mdocml-1.12.2.patch"

PROVIDES="
mdocml = $portVersion
cmd:mandoc = $portVersion
cmd:preconv = $portVersion
cmd:demandoc = $portVersion
"

REQUIRES="
haiku
"

BUILD_REQUIRES=""
BUILD_PREREQUIRES="
haiku_devel
cmd:make
cmd:gcc
cmd:ld
"

PROVIDES_devel="
mdocml_devel = $portVersion compat >= 1.12
devel:libmandoc
"

REQUIRES_devel="
mdocml == $portVersion
"

PATCHES="mdocml-1.12.2.patch"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
cmd:ld
"

BUILD()
{
Expand Down
42 changes: 22 additions & 20 deletions media-sound/milkytracker/milkytracker-0.90.86.recipe
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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
Expand Down
25 changes: 11 additions & 14 deletions net-dialup/minicom/minicom-2.6.2.recipe
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
SUMMARY="Minicom is a menu driven communications program."
DESCRIPTION="
Minicom is a menu driven communications program. It emulates ANSI and VT102 \
terminals. It has a dialing directory and auto zmodem download.
"
SUMMARY="A menu driven communications program"
DESCRIPTION="Minicom is a menu driven communications program. It emulates \
ANSI and VT102 terminals. It has a dialing directory and auto zmodem download."
HOMEPAGE="https://alioth.debian.org/projects/minicom/"
SOURCE_URI="https://alioth.debian.org/frs/download.php/file/3869/minicom-2.6.2.tar.gz"
CHECKSUM_SHA256="f3cf215f7914ffa5528e398962176102ad74df27ba38958142f56aa6d15c9168"
COPYRIGHT="
1991,1992,1993,1994,1995,1996 Miquel van Smoorenburg."
LICENSE="GNU GPL v2"
REVISION="1"

ARCHITECTURES="x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
Expand All @@ -18,27 +13,29 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
fi

SOURCE_URI="https://alioth.debian.org/frs/download.php/file/3869/minicom-2.6.2.tar.gz"
CHECKSUM_SHA256="f3cf215f7914ffa5528e398962176102ad74df27ba38958142f56aa6d15c9168"
COPYRIGHT="
1991-1996 Miquel van Smoorenburg"

PROVIDES="
minicom$secondaryArchSuffix = $portVersion
cmd:minicom$secondaryArchSuffix = $portVersion
cmd:xminicom$secondaryArchSuffix = $portVersion
cmd:ascii_xfr$secondaryArchSuffix = $portVersion
cmd:runscript$secondaryArchSuffix = $portVersion
"

REQUIRES="
haiku$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix
"

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libiconv$secondaryArchSuffix
devel:libncurses$secondaryArchSuffix
"

"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:autoconf
cmd:make
cmd:gcc$secondaryArchSuffix
Expand Down
15 changes: 6 additions & 9 deletions sys-apps/man/man-1.6g.recipe
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
SUMMARY="Standard commands to read man pages"
DESCRIPTION="
Standard commands to read man pages.
"
DESCRIPTION="Standard commands to read man pages."
HOMEPAGE="http://primates.ximian.com/~flucifredi/man/"
SOURCE_URI="http://primates.ximian.com/~flucifredi/man/man-1.6g.tar.gz"
CHECKSUM_SHA256="ccdcb8c3f4e0080923d7e818f0e4a202db26c46415eaef361387c20995b8959f"
LICENSE="GNU GPL v2"
COPYRIGHT="1989-2012 Free Software Foundation, Inc."
REVISION="4"

ARCHITECTURES="x86_gcc2 x86 x86_64"

SOURCE_URI="http://primates.ximian.com/~flucifredi/man/man-1.6g.tar.gz"
CHECKSUM_SHA256="ccdcb8c3f4e0080923d7e818f0e4a202db26c46415eaef361387c20995b8959f"
COPYRIGHT="1989-2012 Free Software Foundation, Inc."
PATCHES="man-1.6g.patchset"

PROVIDES="
Expand All @@ -21,7 +20,6 @@ PROVIDES="
cmd:man2html = $portVersion compat >= 1.6
cmd:whatis = $portVersion compat >= 1.6
"

REQUIRES="
haiku
cmd:awk
Expand Down Expand Up @@ -62,8 +60,7 @@ BUILD_PREREQUIRES="

GLOBAL_WRITABLE_FILES="
settings/man.conf keep-old
"

"

BUILD()
{
Expand Down
82 changes: 0 additions & 82 deletions sys-apps/man/patches/man-1.6g.patch

This file was deleted.

17 changes: 9 additions & 8 deletions sys-fs/mtools/mtools-4.0.18.recipe
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUMMARY="utilities to access MS-DOS disks without mounting them."
SUMMARY="Utilities to access MS-DOS disks without mounting"
DESCRIPTION="Mtools is a collection of utilities to access MS-DOS disks from \
GNU and Unix without mounting them. It supports Win'95 style long file names, \
OS/2 Xdf disks and 2m disks (store up to 1992k on a high density 3 1/2 disk). \
Expand All @@ -7,10 +7,11 @@ labels, FAT-specific file attributes (hidden, system, ...), \"bad block\" map \
maintenance, access to remote floppy drives, Iomega ZIP disk protection, \
\"secure\" erase, display of file's on-disk layout, etc."
HOMEPAGE="http://www.gnu.org/software/mtools/"
LICENSE="GNU GPL v3"
REVISION="1"

ARCHITECTURES="x86_64"
COPYRIGHT="1997-2009 Alain Knaff"
LICENSE="GNU GPL v3"

SOURCE_URI="ftp://ftp.gnu.org/gnu/mtools/mtools-4.0.18.tar.bz2"
CHECKSUM_SHA256="59e9cf80885399c4f229e5d87e49c0c2bfeec044e1386d59fcd0b0aead6b2f85"
Expand Down Expand Up @@ -50,18 +51,18 @@ PROVIDES="
cmd:mzip
cmd:tgz
cmd:uz
"

"
REQUIRES="
haiku
"

BUILD_PREREQUIRES="
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:awk
cmd:gcc
cmd:make
"
"

BUILD()
{
Expand Down
Loading

0 comments on commit 26f03fd

Please sign in to comment.