mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Recipe cosmetics.
* nano
Single quotes (') mustn't be escaped (\')
Re-orderd blocks
* ahem
Single quotes (') mustn't be escaped (\')
No tabs allowed
Re-orderd blocks
* mpeg123
Improved spelling
Re-orderd blocks
This commit is contained in:
@@ -7,20 +7,22 @@ meaning that it can be exactly aligned with padding, borders, margins, \
|
||||
and so forth.
|
||||
The font's alphabetic baseline is 0.2em above its bottom, and 0.8em \
|
||||
below its top. The font has an x-height of 0.8em.
|
||||
|
||||
The font has four glyphs:
|
||||
\'X\' U+0058 A square exactly 1em in height and width.
|
||||
\'p\' U+0070 A rectangle exactly 0.2em high, 1em wide, and aligned so \
|
||||
that its top is flush with the baseline.
|
||||
\'É\' U+00C9 A rectangle exactly 0.8em high, 1em wide, and aligned so \
|
||||
that its bottom is flush with the baseline.
|
||||
\' \' U+0020 A transparent space exactly 1em high and wide.
|
||||
- 'X' U+0058 A square exactly 1em in height and width.
|
||||
- 'p' U+0070 A rectangle exactly 0.2em high, 1em wide, and aligned so \
|
||||
that its top is flush with the baseline.
|
||||
- 'É' U+00C9 A rectangle exactly 0.8em high, 1em wide, and aligned so \
|
||||
that its bottom is flush with the baseline.
|
||||
- ' ' U+0020 A transparent space exactly 1em high and wide.
|
||||
|
||||
Most other US-ASCII characters in the font have the same glyph as X."
|
||||
HOMEPAGE="http://github.com/Kozea/Ahem"
|
||||
COPYRIGHT="Late-90s Todd Fahrner"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/Kozea/Ahem/archive/1.0.tar.gz"
|
||||
CHECKSUM_SHA256="bae33954780217ea0e8e517f51e5a84c525ff22b39a508d50ab49e2d5cef7530"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="Late-90s Todd Fahrner"
|
||||
REVISION="2"
|
||||
SOURCE_DIR="Ahem-1.0"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -29,7 +31,6 @@ DISABLE_SOURCE_PACKAGE="yes"
|
||||
PROVIDES="
|
||||
ahem = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
Reference in New Issue
Block a user