mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix a lot of lint failures.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Bonnie++ is a benchmark and test suite for filesystems"
|
||||
SUMMARY="A benchmark and test suite for filesystems"
|
||||
DESCRIPTION="
|
||||
Bonnie++ is a benchmark suite that is aimed at performing a number of simple \
|
||||
tests of hard drive and file system performance. Then you can decide which \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="binchunker converts CD .bin/.cue formats to .iso and .cdr"
|
||||
SUMMARY="Converts CD .bin/.cue formats to .iso and .cdr"
|
||||
DESCRIPTION="
|
||||
binchunker converts a CD image in a '.bin / .cue' format (sometimes '.raw / \
|
||||
.cue') to a set of .iso and .cdr tracks. The bin/cue format is used by some \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="ARAnyM (Atari Running on Any Machine)"
|
||||
SUMMARY="Atari Running on Any Machine"
|
||||
DESCRIPTION="
|
||||
ARAnyM (Atari Running on Any Machine) is a multiplatform virtual machine for \
|
||||
running Atari ST/TT/Falcon operating systems and applications.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Bochs The Open Source IA-32 Emulation"
|
||||
SUMMARY="The open-source IA-32 emulator"
|
||||
DESCRIPTION="Bochs IA-32 Emulator provides a virtual PC that can run operating systems such as Windows, Linux, and BSD"
|
||||
HOMEPAGE="http://bochs.org/"
|
||||
COPYRIGHT="2001-2006 The Bochs Project"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="A free word processing program similar to Microsoft® Word."
|
||||
SUMMARY="A free word processing program similar to Microsoft® Word"
|
||||
DESCRIPTION="AbiWord is a free word processing program similar to Microsoft® \
|
||||
Word. It is suitable for a wide variety of word processing tasks.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="aspell - a free and open source spell checker"
|
||||
SUMMARY="A free and open source spell checker"
|
||||
DESCRIPTION="
|
||||
GNU Aspell is a Free and Open Source spell checker designed to eventually \
|
||||
replace Ispell. It can either be used as a library or as an independent spell \
|
||||
@@ -9,8 +9,7 @@ easily check documents in UTF-8 without having to use a special dictionary. \
|
||||
Aspell will also do its best to respect the current locale setting. Other \
|
||||
advantages over Ispell include support for using multiple dictionaries at once \
|
||||
and intelligently handling personal dictionaries when more than one Aspell \
|
||||
process is open at once.
|
||||
"
|
||||
process is open at once."
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2000-2006 Kevin Atkinson"
|
||||
HOMEPAGE="http://aspell.net"
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
SUMMARY="Open-source electronic prototyping platform allowing to create interactive electronic objects"
|
||||
SUMMARY="IDE for the Arduino embedded hardware family"
|
||||
DESCRIPTION="The open-source Arduino Software (IDE) makes it easy to write code \
|
||||
and upload it to the board. It runs on Windows, Mac OS X, and Linux. \
|
||||
The environment is written in Java and based on Processing and other \
|
||||
open-source software. \
|
||||
"
|
||||
open-source software."
|
||||
HOMEPAGE="http://arduino.cc"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="Arduino team"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Open-source electronic prototyping platform allowing to create interactive electronic objects"
|
||||
SUMMARY="IDE for the Arduino embedded hardware family"
|
||||
DESCRIPTION="Arduino is an open-source tool used for building electronics projects.
|
||||
Arduino consists of a physical programmable circuit board (often referred to as a micro-controller) \
|
||||
and a development environment, or IDE (Integrated Development Environment) that runs on your computer, \
|
||||
|
||||
@@ -7,35 +7,13 @@ Together, avr-binutils, avr-gcc, and avr-libc form the heart of the Free
|
||||
Software toolchain for the Atmel AVR microcontrollers.
|
||||
"
|
||||
HOMEPAGE="http://www.nongnu.org/avr-libc/"
|
||||
LICENSE="
|
||||
BSD (3-clause)
|
||||
"
|
||||
COPYRIGHT="
|
||||
Portions of avr-libc are Copyright (c) 1999-2005
|
||||
Keith Gudger,
|
||||
Bjoern Haase,
|
||||
Steinar Haugen,
|
||||
Peter Jansen,
|
||||
Reinhard Jessich,
|
||||
Magnus Johansson,
|
||||
Artur Lipowski,
|
||||
Marek Michalkiewicz,
|
||||
Colin O'Flynn,
|
||||
Bob Paddock,
|
||||
Reiner Patommel,
|
||||
Michael Rickman,
|
||||
Theodore A. Roth,
|
||||
Juergen Schilling,
|
||||
Philip Soeberg,
|
||||
Anatoly Sokolov,
|
||||
Nils Kristian Strom,
|
||||
Michael Stumpf,
|
||||
Stefan Swanepoel,
|
||||
Eric B. Weddington,
|
||||
Joerg Wunsch,
|
||||
Dmitry Xmelkov,
|
||||
The Regents of the University of California.
|
||||
"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="1999-2005 Keith Gudger, Bjoern Haase, Steinar Haugen, Peter Jansen, \
|
||||
Reinhard Jessich, Magnus Johansson, Artur Lipowski, Marek Michalkiewicz, \
|
||||
Colin O'Flynn, Bob Paddock, Reiner Patommel, Michael Rickman, \
|
||||
Theodore A. Roth, Juergen Schilling, Philip Soeberg, Anatoly Sokolov, \
|
||||
Nils Kristian Strom, Michael Stumpf, Stefan Swanepoel, Eric B. Weddington, \
|
||||
Joerg Wunsch, Dmitry Xmelkov, The Regents of the University of California."
|
||||
SOURCE_URI="http://download.savannah.gnu.org/releases/avr-libc/avr-libc-1.8.0.tar.bz2"
|
||||
CHECKSUM_SHA256="67a36bdb43a16f9b0512ba09584d4785f9bce6c057393f1020a5552e096e34ce"
|
||||
REVISION="2"
|
||||
|
||||
@@ -1,15 +1,11 @@
|
||||
SUMMARY="AVRDUDE - AVR Downloader/UploaDEr"
|
||||
SUMMARY="AVR Downloader/UploaDEr"
|
||||
DESCRIPTION="
|
||||
AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM contents \
|
||||
of AVR microcontrollers using the in-system programming technique (ISP).
|
||||
"
|
||||
HOMEPAGE="http://www.nongnu.org/avrdude/"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
"
|
||||
COPYRIGHT="
|
||||
2003-2013 Brian S. Dean <bsd@bdmicro.com>
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2003-2013 Brian S. Dean <bsd@bdmicro.com>"
|
||||
SOURCE_URI="http://download.savannah.gnu.org/releases/avrdude/avrdude-6.0.1.tar.gz"
|
||||
CHECKSUM_SHA256="c6804668dfa96b23185dfe2e8239089af4e4ae0b11aa7435bebb28c3260ede41"
|
||||
REVISION="2"
|
||||
|
||||
@@ -4,7 +4,7 @@ subversion functions."
|
||||
HOMEPAGE="http://search.cpan.org/~mschwern/Alien-SVN-v1.7.17.1/src/subversion/subversion/bindings/swig/perl/native/Core.pm"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2010-2014 Apache Software Foundation"
|
||||
LICENSE="Artistic (Perl)"
|
||||
LICENSE="Artistic"
|
||||
|
||||
SOURCE_URI="http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Alien-SVN-v1.7.17.1.tar.gz"
|
||||
CHECKSUM_SHA256="35ae83fda2ef9a5b48012ac8317ec063058d1e9fc5f2719fa141eecedf6baef8"
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
SUMMARY="binary & source-level backwards compatibility checker"
|
||||
SUMMARY="Binary & source-level backwards compatibility checker"
|
||||
DESCRIPTION="
|
||||
ABI Compliance Checker (ACC) is a tool for checking backward binary and \
|
||||
source-level compatibility of aC/C++ library. The tool checks header files \
|
||||
and shared libraries of old and new versions and analyzes changes in API and \
|
||||
ABI (ABI=API+compiler ABI) that may break binary and/or source compatibility.
|
||||
"
|
||||
HOMEPAGE="ispras.linuxbase.org/index.php/ABI_compliance_checker"
|
||||
HOMEPAGE="http://ispras.linuxbase.org/index.php/ABI_compliance_checker"
|
||||
SOURCE_URI="https://github.com/downloads/lvc/abi-compliance-checker/abi-compliance-checker-1.98.3.tar.gz"
|
||||
CHECKSUM_SHA256="d397530027ec781d53d80287a77f18a872b35720fbb1e559e0bda7e715607013"
|
||||
SOURCE_DIR="abi-compliance-checker-1.98.3"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2009-2010 The Linux Foundation
|
||||
2009-2011 Institute for System Programming, RAS
|
||||
@@ -36,8 +37,6 @@ BUILD_PREREQUIRES="
|
||||
perl
|
||||
"
|
||||
|
||||
SOURCE_DIR="abi-compliance-checker-1.98.3"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
sed -i 's/linux|freebsd|openbsd|netbsd/linux|freebsd|openbsd|netbsd|haiku/' Makefile.pl
|
||||
|
||||
@@ -9,7 +9,7 @@ SOURCE_URI="http://sourceforge.net/projects/bakefile/files/bakefile/0.2.8/bakefi
|
||||
CHECKSUM_SHA256="e262b5edff1c9126cc32de7d3fcef5b24e997156f91f5a6eeccb45d29522fd1c"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2003-2007 (c) Vaclav Slavik"
|
||||
COPYRIGHT="2003-2007 Vaclav Slavik"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Bam is a fast and flexible build system."
|
||||
SUMMARY="A fast and flexible build system"
|
||||
DESCRIPTION="Bam uses Lua to describe the build process. It's takes its \
|
||||
inspiration for the script files from scons. While scons focuses on being \
|
||||
100% correct when building, bam makes a few sacrifices to acquire fast. \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Barrage is a destructive shooting game"
|
||||
SUMMARY="A destructive shooting game"
|
||||
DESCRIPTION="Barrage is a rather destructive action game that puts you on a \
|
||||
shooting range with the objective to hit as many dummy targets as possible \
|
||||
within 3 minutes. You control a gun that may either fire small or large \
|
||||
|
||||
@@ -1,18 +1,14 @@
|
||||
SUMMARY="unofficial MAME version with an advanced video support"
|
||||
DESCRIPTION="
|
||||
AdvanceMAME is unofficial MAME version with an \
|
||||
advanced video support for helping the use with TVs, Arcade \
|
||||
monitors, PC monitors and LCD screens.
|
||||
"
|
||||
SUMMARY="Unofficial MAME version with advanced video support"
|
||||
DESCRIPTION="\
|
||||
AdvanceMAME is unofficial MAME version with advanced video support
|
||||
for better use with TVs, Arcade monitors, PC monitors and LCD screens."
|
||||
HOMEPAGE="http://advancemame.sourceforge.net"
|
||||
#SOURCE_URI="http://downloads.sourceforge.net/projects/advancemame/files/advancemame/$portVersion/advancemame-$portVersion.tar.gz"
|
||||
SOURCE_URI="http://advancemame.sourceforge.net/beta/advancemame-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f8c30408d64617f1b737a05c9d3e06cdafc3824e66eee68a2888d63c4e1ecf74"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="
|
||||
1996-2006, Nicola Salmoria and the MAME Team
|
||||
"
|
||||
COPYRIGHT="1996-2006, Nicola Salmoria and the MAME Team"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Abe's Amazing Adventure!!"
|
||||
SUMMARY="A simple platformer game for children"
|
||||
DESCRIPTION="This is a very simple platformer game for children. \
|
||||
It's a worthwhile adventure, no doubt. Find treasures as you go! \
|
||||
In addition, this game also comes with a Map Editor.
|
||||
@@ -7,6 +7,7 @@ HOMEPAGE="http://abe.sourceforge.net/"
|
||||
SOURCE_URI="http://superb-dca3.dl.sourceforge.net/project/abe/abe/abe-1.1/abe-1.1.tar.gz"
|
||||
CHECKSUM_SHA256="dfc4ea74c04c92175abc5c9d65cfa6aad218209854d87d87758878e303b677f7"
|
||||
SOURCE_DIR="abe-1.1"
|
||||
PATCHES="abe-1.1.patch"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2001-2013 Gabor Torok"
|
||||
@@ -19,16 +20,16 @@ PROVIDES="
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsdl
|
||||
lib:libsdl_mixer
|
||||
"
|
||||
haiku
|
||||
lib:libsdl
|
||||
lib:libsdl_mixer
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
devel:libsdl_mixer
|
||||
"
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
devel:libsdl_mixer
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
@@ -37,23 +38,21 @@ BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:automake
|
||||
cmd:autoconf
|
||||
"
|
||||
|
||||
PATCHES="abe-1.1.patch"
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in
|
||||
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I $sourceDir
|
||||
autoconf
|
||||
./autogen.sh
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I $sourceDir
|
||||
autoconf
|
||||
./autogen.sh
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Abandoned Bricks is a tetris like cross-platform puzzle game."
|
||||
SUMMARY="Abandoned Bricks is a tetris like cross-platform puzzle game"
|
||||
DESCRIPTION="The goal of the game is to reach the highest possible score. \
|
||||
Shapes fall from the top of the screen. You can move them sideways and \
|
||||
rotate them in order to get the best fit when they reach the bottom. \
|
||||
@@ -8,16 +8,15 @@ Therefore, it's better to fill as many lines you can at once. That way you \
|
||||
can reach higher levels with the same speed."
|
||||
HOMEPAGE="http://www.abrick.sourceforge.net"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2004, 2005 Milan Babuskov "
|
||||
COPYRIGHT="2004-2005 Milan Babuskov"
|
||||
SOURCE_URI="http://sourceforge.net/projects/abrick/files/abrick/abrick-1.12/abrick-1.12-src.tar.gz"
|
||||
CHECKSUM_SHA256="75113463cb8cdbcd0ed251865253c1124ae493b5c1a35393e901b3337c9d0c74"
|
||||
SOURCE_DIR="abrick-1.12-src"
|
||||
PATCHES="abrick-1.12.patch"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
SOURCE_DIR="abrick-1.12-src"
|
||||
PATCHES="abrick-1.12.patch"
|
||||
|
||||
PROVIDES="
|
||||
abrick = $portVersion
|
||||
app:abrick = $portVersion
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Metal Blob Solid is a 2D platform game."
|
||||
SUMMARY="Metal Blob Solid is a 2D platform game"
|
||||
DESCRIPTION="Since their world was invaded by an alien race, the Blobs have \
|
||||
faced a lifetime of war. But now they have a chance to win the war once and \
|
||||
for all. In Blob Wars: Metal Blob Solid, you take on the role of a fearless \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY="A free, single-player dungeon exploration game"
|
||||
HOMEPAGE="http://rephial.org/"
|
||||
SUMMARY="a free, single-player dungeon exploration game."
|
||||
DESCRIPTION="
|
||||
Angband is a free, single-player dungeon exploration game. You play an \
|
||||
adventurer: seeking riches, fighting monsters, and preparing for a final \
|
||||
@@ -8,16 +8,13 @@ battle with Morgoth, the Lord of Darkness.
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="
|
||||
Robert Alan Koeneke (1985).
|
||||
James E. Wilson (1989).
|
||||
1990, Alex Cutler and Andy Astrand
|
||||
1991-1992 Sean Marsh, Geoff Hill, Charles Teague
|
||||
1993 Charles Swiger
|
||||
1994-1999 Ben Harrison
|
||||
2000-2014 Robert Ruehlmann
|
||||
"
|
||||
|
||||
COPYRIGHT="1985 Robert Alan Koeneke
|
||||
1989 James E. Wilson
|
||||
1990 Alex Cutler and Andy Astrand
|
||||
1991-1992 Sean Marsh, Geoff Hill, Charles Teague
|
||||
1993 Charles Swiger
|
||||
1994-1999 Ben Harrison
|
||||
2000-2014 Robert Ruehlmann"
|
||||
SOURCE_URI="http://rephial.org/downloads/3.5/angband-v3.5.0.tar.gz"
|
||||
CHECKSUM_SHA256="3d3c3a8839ef97613d5e29c116c5e88c93b913485768106ad4906c75069085ec"
|
||||
SOURCE_DIR="angband-v3.5.0"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="A Tracker add-on to encrypt files using AES cipher."
|
||||
SUMMARY="Tracker add-on to encrypt files using AES cipher"
|
||||
DESCRIPTION="AESAddOn is a Tracker add-on which adds the functionality of encrypting files \
|
||||
with AES 128, 192, and 256 bit. It works only as a Tracker add-on."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/AESAddOn"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="A file manager for Haiku."
|
||||
SUMMARY="A file manager for Haiku"
|
||||
DESCRIPTION="BAfx is a file manager for BeOS/Haiku. It uses a single window \
|
||||
with two panes for source and destination folder. \
|
||||
The file manager is still in early stages of development. \
|
||||
|
||||
@@ -7,7 +7,7 @@ BeScreenCapture can record either the entire screen, or just a section you \
|
||||
select.
|
||||
"
|
||||
|
||||
SUMMARY_inputfilter="BeScreenCapture shortcut handler"
|
||||
SUMMARY_inputfilter="Shortcut handler for BeScreenCapture"
|
||||
DESCRIPTION_inputfilter="
|
||||
Input Server Addon for BeScreenCapture. Allows the user to launch BeScreenCapture \
|
||||
and start/stop recording using a keyboard combination (CTRL-COMMAND-SHIFT + R).
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="LaTeX editor for Haiku."
|
||||
SUMMARY="LaTeX editor for Haiku"
|
||||
DESCRIPTION="BeTeX is the premier TeX/LaTeX editor for BeOS/Haiku. With it you \
|
||||
can create, compile and preview your latex documents all from within a single \
|
||||
user-friendly interface."
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="aalib is an ASCII rendering 2D library"
|
||||
SUMMARY="An ASCII rendering 2D library"
|
||||
DESCRIPTION="
|
||||
aalib is a software library which allows applications to automatically convert \
|
||||
still and moving images into ASCII art.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION="a modern open-source, cross-platform toolkit for graphical applications"
|
||||
DESCRIPTION="A modern open-source, cross-platform toolkit for graphical applications"
|
||||
HOMEPAGE="http://libagar.org/index.html.en"
|
||||
SOURCE_URI="http://stable.hypertriton.com/agar/agar-1.4.1.tar.gz"
|
||||
REVISION="1"
|
||||
|
||||
@@ -1,6 +1,16 @@
|
||||
SUMMARY="Allegro game programming library"
|
||||
DESCRIPTION="
|
||||
Allegro game programming library.
|
||||
SUMMARY="Game programming library"
|
||||
DESCRIPTION="\
|
||||
The Allegro library provides C/C++ programmers low-level routines commonly
|
||||
needed in game programing, such as input, graphics, midi, sound effects,
|
||||
and timing. It is cross platform and works with many different compilers.
|
||||
Originally developed by Shawn Hargreaves, it is now a group project with
|
||||
contributions from all over the world! Some of its key features include:
|
||||
|
||||
* Ease of Use - comes with comprehensive documentation and examples
|
||||
* Extensibility - if the built-in functionality isn't enough, there are many add-ons available
|
||||
* Cross Platform - without changing a single line of code, you can create versions for Windows, OS X, Linux, DOS, and others! Works with many compilers, including DJGPP and VC++
|
||||
* Open Source - anyone can contribute, including you!
|
||||
* Free - it won't cost you a dime, and there are no restrictions on its usage.
|
||||
"
|
||||
HOMEPAGE="http://alleg.sourceforge.net/"
|
||||
SOURCE_URI="http://sourceforge.net/projects/alleg/files/allegro/4.4.1.1/allegro-4.4.1.1.tar.gz/download"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="BeRDP is a project dedicated to bringing the RDP protocol to the BeOS"
|
||||
SUMMARY="A native GUI for RDesktop"
|
||||
DESCRIPTION="
|
||||
BeRDP is a project dedicated to bringing the RDP protocol to the BeOS platform \
|
||||
utilizing the rdesktop project. RDP is a protocol designed by Microsoft to \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="A simple assember and linker for 8086 - 80386 machine code."
|
||||
SUMMARY="A simple assember and linker for 8086 - 80386 machine code"
|
||||
DESCRIPTION="
|
||||
as86 is an assembler for the 8086..80386 processors, it's syntax is closer \
|
||||
to the intel/microsoft form rather than the more normal generic form of \
|
||||
@@ -7,10 +7,8 @@ The linker understands only the object files produced by the as86 assembler, \
|
||||
it can link them into either an impure or a separate I&D executable.
|
||||
"
|
||||
HOMEPAGE="http://v3.sk/~lkundrak/dev86/"
|
||||
COPYRIGHT="
|
||||
1994 Bruce Evans
|
||||
1999 Robert de Bath
|
||||
"
|
||||
COPYRIGHT="1994 Bruce Evans
|
||||
1999 Robert de Bath"
|
||||
LICENSE="GNU GPL v2"
|
||||
SOURCE_URI="http://v3.sk/~lkundrak/dev86/bin86-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="021e37cde3a20632c4c9000993cb4aa9f58cb82b1d3c26b9aeb62d6566925738"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Bezilla is a version of Firefox 2 for Haiku"
|
||||
SUMMARY="A version of Firefox 2 for Haiku"
|
||||
DESCRIPTION="Bezilla is an open source web browser. \
|
||||
It achieves balance between ease of use and customization, catering to the \
|
||||
needs of both casual and power users."
|
||||
|
||||
Reference in New Issue
Block a user