anthy: code style.

This commit is contained in:
Jerome Duval
2018-08-03 07:03:24 +02:00
parent f07d00b3fd
commit 38172e870f

View File

@@ -6,10 +6,45 @@ a library and stores private information securely in ~/.anthy/. Thus, \
Anthy is simple and secure (information is protected from spoofing and snooping). Anthy is simple and secure (information is protected from spoofing and snooping).
" "
HOMEPAGE="http://anthy.sourceforge.jp/" HOMEPAGE="http://anthy.sourceforge.jp/"
COPYRIGHT="2000-2007 TABATA Yusuke, UGAWA Tomoharu
2004-2006 YOSHIDA Yuichi
2000-2007 KMC(Kyoto University Micro Computer Club)
2001-2002 TAKAI Kosuke, Nobuoka Takahiro"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="http://sourceforge.jp/frs/redir.php?f=%2Fanthy%2F37536%2Fanthy-9100h.tar.gz" SOURCE_URI="http://sourceforge.jp/frs/redir.php?f=%2Fanthy%2F37536%2Fanthy-9100h.tar.gz"
CHECKSUM_SHA256="d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547" CHECKSUM_SHA256="d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 ?x86_64" ARCHITECTURES="x86_gcc2 x86 ?x86_64"
GLOBAL_WRITABLE_FILES="
settings/anthy-conf auto-merge
"
PROVIDES="
anthy = $portVersion
cmd:anthy_agent = $portVersion
cmd:anthy_dic_tool = $portVersion
cmd:anthy_morphological_analyzer = $portVersion
lib:libanthy = 0.1.0 compat >= 0
lib:libanthydic = 0.1.0 compat >= 0
lib:libanthyinput = 0.0.0 compat >= 0
"
REQUIRES="
haiku
"
PROVIDES_devel="
anthy_devel = $portVersion
devel:libanthy = 0.1.0 compat >= 0
devel:libanthydic = 0.1.0 compat >= 0
devel:libanthyinput = 0.0.0 compat >= 0
"
REQUIRES_devel="
haiku_devel
anthy == $portVersion base
"
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku_devel haiku_devel
" "
@@ -22,31 +57,7 @@ BUILD_PREREQUIRES="
cmd:make cmd:make
cmd:sed cmd:sed
" "
REQUIRES="
haiku
"
REQUIRES_devel="
haiku_devel
anthy == $portVersion base
"
PROVIDES="
anthy = $portVersion
cmd:anthy_agent = $portVersion
cmd:anthy_dic_tool = $portVersion
cmd:anthy_morphological_analyzer = $portVersion
lib:libanthy = 0.1.0 compat >= 0
lib:libanthydic = 0.1.0 compat >= 0
lib:libanthyinput = 0.0.0 compat >= 0
"
PROVIDES_devel="
anthy_devel = $portVersion
devel:libanthy = 0.1.0 compat >= 0
devel:libanthydic = 0.1.0 compat >= 0
devel:libanthyinput = 0.0.0 compat >= 0
"
GLOBAL_WRITABLE_FILES="
settings/anthy-conf auto-merge
"
PATCH() PATCH()
{ {
sed -i 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' configure.ac sed -i 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' configure.ac
@@ -73,8 +84,3 @@ INSTALL()
packageEntries devel \ packageEntries devel \
$developDir $developDir
} }
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2000-2007 TABATA Yusuke, UGAWA Tomoharu
2004-2006 YOSHIDA Yuichi
2000-2007 KMC(Kyoto University Micro Computer Club)
2001-2002 TAKAI Kosuke, Nobuoka Takahiro"