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,13 +1,11 @@
|
||||
SUMMARY="Video editing software."
|
||||
DESCRIPTION="
|
||||
VirtualBeLive is a software for video editing. It supports basic transitions, \
|
||||
cutting and a few effects.
|
||||
"
|
||||
SUMMARY="A basic video editing software"
|
||||
DESCRIPTION="VirtualBeLive is a software for video editing. It supports basic \
|
||||
transitions, cutting and a few effects."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/VirtualBeLive"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/VirtualBeLive#23bea51"
|
||||
REVISION="1"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="Public Domain"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/VirtualBeLive#23bea51"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
@@ -15,11 +13,13 @@ PROVIDES="
|
||||
virtualbelive = $portVersion
|
||||
app:VirtualBeLive = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
@@ -28,10 +28,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:grep
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Lets you use your Haiku computer from anywhere there is an Internet connection"
|
||||
SUMMARY="Use your Haiku computer from anywhere with an internet connection"
|
||||
DESCRIPTION="A VNC client (available elsewhere for Windows, Mac, Linux, \
|
||||
others) shows you what's on the remote Haiku computer's screen and sends \
|
||||
keystrokes and mouse actions over the Internet. The VNCServer software \
|
||||
@@ -12,21 +12,23 @@ has an extremely well designed class structure, making it easy to do this \
|
||||
port). There are lots of VNC clients out there, but I can recommend the \
|
||||
RealVNC ones as working very well under Windows. You can get their clients, \
|
||||
servers and source code at http://www.realvnc.com/"
|
||||
|
||||
HOMEPAGE="http://web.ncf.ca/au829/resume.html#VNCServer"
|
||||
COPYRIGHT="2004 by Alexander G. M. Smith
|
||||
1988,1989,1990,1991,1992 Richard Outerbridge (Public domain DES software \
|
||||
copyright)
|
||||
1987, 1988, 1998 The Open Group and
|
||||
1987, 1988 Digital Equipment Corporation (Software from the X Window \
|
||||
System)
|
||||
1995-2002 Jean-loup Gailly and Mark Adler (Zlib compression software)
|
||||
1996 Widget Workshop, Inc, by Dave Zimmerman, Jef Poskanzer (Java DES \
|
||||
software)"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="
|
||||
2004 by Alexander G. M. Smith.
|
||||
Public domain DES software copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge.
|
||||
Software from the X Window System copyright 1987, 1988, 1998 by The Open Group, also copyright 1987, 1988 by Digital Equipment Corporation.
|
||||
Zlib compression software copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler.
|
||||
Java DES software copyright (c) 1996 Widget Workshop, Inc, by Dave Zimmerman, Jef Poskanzer.
|
||||
"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.agmsmith.ca/BeOS/VNCServer-4.0-BeOS-AGMS-1.26.zip"
|
||||
CHECKSUM_SHA256="2741819cfab1b547a9cf4d57d3ee0899b62351ec3830157902c47d69f4b1d4cc"
|
||||
SOURCE_DIR="VNCServer-4.0-BeOS-AGMS-$portVersion/Source Code"
|
||||
PATCHES="vncserver-1.26.patchset"
|
||||
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -39,6 +41,7 @@ REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz
|
||||
@@ -48,7 +51,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:jam
|
||||
cmd:ld
|
||||
"
|
||||
PATCHES="vncserver-1.26.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
SUMMARY="A visual version for GNU's wget."
|
||||
SUMMARY="A visual version for GNU's wget"
|
||||
DESCRIPTION="VWGet is a visual frontend for GNU wget. You can both run it from \
|
||||
the command line, passing the same arguments you would pass to wget or launch \
|
||||
it as a normal app and select the URL and destination in the GUI."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/VWGet"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/VWGet.git#29ff74d068526c01edf7e1c0ef887a8f4fac252f"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1999 Santiago Lema"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/VWGet.git#29ff74d068526c01edf7e1c0ef887a8f4fac252f"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -17,6 +17,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user