mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
De-lint recipes.
* v8 Removed "." from SUMMARY. Re-ordered blocks. * verilator 80-char limit of DESCRIPTION. Re-ordered blocks. * vim Removed "." from SUMMARY. Re-ordered blocks. * virtulbelive Removed "." from SUMMARY. Re-ordered blocks. * vl_gothic Shortened SUMMARY. Re-ordered blocks. * vlc Re-ordered blocks. Changed libgpg-error to libgpg_error. * vncserver Improved COPYRIGHT. Re-ordered blocks. * vwget Removed "." from SUMMARY. Re-ordered blocks. * wesnoth Removed "." from SUMMARY. Re-ordered blocks. * xerces Removed "." from SUMMARY. Re-ordered blocks. * zip Re-ordered blocks. Lint warning of non-declared patch can be ignored, as it doesn't grok: $portName-$portVersion.patchset
This commit is contained in:
@@ -1,36 +1,37 @@
|
||||
SUMMARY="A modern gothic font including Japanese, Latin and Greek glyphs"
|
||||
DESCRIPTION="This package includes the VL Gothic (monospace) and VL PGothic \
|
||||
(proportional) fonts. Originally developed for the Vine Linux project, they \
|
||||
include glyphs suitable for rendering Japanese text, as well as Latin and Greek \
|
||||
alphabets.
|
||||
The fonts are based on the M+ fonts and the Sazanami fonts.
|
||||
"
|
||||
include glyphs suitable for rendering Japanese text, as well as Latin and \
|
||||
Greek alphabets.
|
||||
The fonts are based on the M+ fonts and the Sazanami fonts."
|
||||
HOMEPAGE="http://vlgothic.dicey.org/"
|
||||
SOURCE_URI="http://sourceforge.jp/frs/redir.php?m=jaist&f=%2Fvlgothic%2F62375%2FVLGothic-20141206.tar.xz"
|
||||
CHECKSUM_SHA256="982040db2f9cb73d7c6ab7d9d163f2ed46d1180f330c9ba2fae303649bf8102d"
|
||||
LICENSE="
|
||||
BSD (3-clause)
|
||||
M+ Fonts Project
|
||||
Sazanami Gothic Font
|
||||
"
|
||||
COPYRIGHT="
|
||||
1990-2003 Wada Laboratory, the University of Tokyo
|
||||
2003-2004 Electronic Font Open Laboratory (/efont/)
|
||||
2002-2014 M+ FONTS PROJECT
|
||||
2006-2014 Daisuke SUZUKI
|
||||
2006-2014 Project Vine
|
||||
"
|
||||
2006-2014 Project Vine"
|
||||
LICENSE="
|
||||
BSD (3-clause)
|
||||
M+ Fonts Project
|
||||
Sazanami Gothic Font"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
SOURCE_URI="http://sourceforge.jp/frs/redir.php?m=jaist&f=%2Fvlgothic%2F62375%2FVLGothic-20141206.tar.xz"
|
||||
CHECKSUM_SHA256="982040db2f9cb73d7c6ab7d9d163f2ed46d1180f330c9ba2fae303649bf8102d"
|
||||
SOURCE_DIR="VLGothic"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="vl_gothic = $portVersion"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
ARCHITECTURES="any"
|
||||
|
||||
SOURCE_DIR="VLGothic"
|
||||
PROVIDES="
|
||||
vl_gothic = $portVersion
|
||||
"
|
||||
REQUIRES=""
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="
|
||||
coreutils
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user