mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
w3m: reorder sections, ARCHITECTURES += ?x86_64 ?arm ?ppc
Also fix DESCRIPTION formatting, switch SOURCE_URI to the short SourceForge redirector, use tabs for COPYRIGHT and use $portVersion instead of the hard-coded version.
This commit is contained in:
@@ -1,28 +1,25 @@
|
||||
SUMMARY="Text based WWW browser, supports tables and frames"
|
||||
DESCRIPTION="
|
||||
w3m is a text-based web browser as well as a pager like 'more' or 'less'. With \
|
||||
w3m you can browse web pages through a terminal emulator window (xterm, rxvt \
|
||||
or something like that). Moreover, w3m can be used as a text formatting tool \
|
||||
which typesets HTML into plain text.
|
||||
"
|
||||
DESCRIPTION="w3m is a text-based web browser as well as a pager like 'more' or \
|
||||
'less'. With w3m you can browse web pages through a terminal emulator window \
|
||||
(xterm, rxvt or something like that). Moreover, w3m can be used as a text \
|
||||
formatting tool which typesets HTML into plain text."
|
||||
HOMEPAGE="http://w3m.sourceforge.net/"
|
||||
SOURCE_URI="http://sourceforge.net/projects/w3m/files/w3m/w3m-0.5.3/w3m-0.5.3.tar.gz"
|
||||
CHECKSUM_SHA256="e994d263f2fd2c22febfbe45103526e00145a7674a0fda79c822b97c2770a9e3"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
LICENSE="W3M"
|
||||
COPYRIGHT="1994-2011 Akinori ITO
|
||||
2002-2011 Hironori SAKAMOTO
|
||||
2002-2011 Fumitoshi UKAI"
|
||||
2002-2011 Hironori SAKAMOTO
|
||||
2002-2011 Fumitoshi UKAI"
|
||||
LICENSE="W3M"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.sf.net/w3m/w3m-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e994d263f2fd2c22febfbe45103526e00145a7674a0fda79c822b97c2770a9e3"
|
||||
PATCHES="w3m-$portVersion.patch"
|
||||
|
||||
PATCHES="w3m-0.5.3.patch"
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64 ?arm ?ppc"
|
||||
|
||||
PROVIDES="
|
||||
w3m = $portVersion
|
||||
cmd:w3m = $portVersion
|
||||
cmd:w3mman = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgc
|
||||
@@ -39,7 +36,6 @@ BUILD_REQUIRES="
|
||||
devel:libssl
|
||||
devel:libintl
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:libtoolize
|
||||
|
||||
Reference in New Issue
Block a user