mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Merged in humdinger/haikuports/description (pull request #459)
Changes in SUMMARY, DESCRIPTION and whitespace.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="A small calendar application with reminders."
|
||||
SUMMARY="A small calendar application with reminders"
|
||||
DESCRIPTION="You can use this application to organize upcoming events that \
|
||||
you have scheduled. You can add tasks to any day and schedule reminders at \
|
||||
particular times for them."
|
||||
@@ -13,15 +13,12 @@ PROVIDES="
|
||||
a_book = $portVersion
|
||||
app:A_Book = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
SUMMARY="An image viewer/organiser designed for BeOS-compatible systems."
|
||||
SUMMARY="An image viewer/organiser designed for BeOS-compatible systems"
|
||||
DESCRIPTION="Album is a file browsing and tagging utility for Haiku. It \
|
||||
started out with a goal of the ultimate image organiser (code named \
|
||||
Aberration), but ended up as something much more modest and BeOS-specific. The \
|
||||
idea is to have a work pad for pictures from different locations where they \
|
||||
can be previewed and tagged in one place. The program is not limited to \
|
||||
picture files and BFS volumes, although this further limits usefulness \
|
||||
since much of the functionality has to do with file attributes."
|
||||
can be previewed and tagged in one place.
|
||||
The program is not limited to picture files and BFS volumes, although this \
|
||||
further limits usefulness since much of the functionality has to do with file \
|
||||
attributes."
|
||||
HOMEPAGE="http://users.volja.net/mkovac1/proj/album/"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/Album#cbabd25282"
|
||||
LICENSE="MIT"
|
||||
@@ -17,17 +18,14 @@ PROVIDES="
|
||||
Album = $portVersion
|
||||
app:Album = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libiptcdata$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libiptcdata$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY="Well featured audio editor for Haiku."
|
||||
DESCRIPTION="BeAE is an audio editor for Haiku, with features like silencing, \
|
||||
fading in/out, analyzing, etc."
|
||||
SUMMARY="A well featured audio editor"
|
||||
DESCRIPTION="BeAE is an audio editor with features like silencing, fading \
|
||||
in/out, analyzing, etc."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeAE"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/BeAE.git#7b8ec80082"
|
||||
REVISION="2"
|
||||
@@ -13,15 +13,12 @@ PROVIDES="
|
||||
beae = $portVersion
|
||||
app:BeAE = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:cmake
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
SUMMARY="An e-mail client."
|
||||
SUMMARY="An e-mail client"
|
||||
DESCRIPTION="
|
||||
Beam (BEware, Another Mailer) is an open source e-mail client for BeOS (R5 and \
|
||||
onwards) that aims to be fast, stable and feature-complete.
|
||||
"
|
||||
HOMEPAGE="http://beam.sourceforge.net"
|
||||
SRC_URI="git://beam.git.sourceforge.net/gitroot/beam/beam#95dc769db2f9090a038bc5a2c46f009379b2d57b"
|
||||
REVISION="5"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000-2012 Oliver Tappe"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
PROVIDES="
|
||||
beam = $portVersion
|
||||
@@ -11,7 +17,7 @@ REQUIRES="
|
||||
liblayout >= 1.4.0
|
||||
libpcre >= 8.00
|
||||
lib:libssl
|
||||
"
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
devel:liblayout >= 1.4.0
|
||||
devel:libpcre
|
||||
@@ -44,9 +50,3 @@ INSTALL()
|
||||
|
||||
addAppDeskbarSymlink ${appsDir}/Beam/Beam
|
||||
}
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000-2012 Oliver Tappe"
|
||||
DESCRIPTION="
|
||||
Beam (BEware, Another Mailer) is an open source e-mail client for BeOS (R5 and \
|
||||
onwards) that aims to be fast, stable and feature-complete.
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="The Game of Life."
|
||||
SUMMARY="Conway's Game of Life"
|
||||
DESCRIPTION="
|
||||
The Game of Life is not a game in the conventional sense. There are no \
|
||||
players, and no winning or losing. Once the \"pieces\" are placed in the \
|
||||
@@ -6,6 +6,10 @@ starting position, the rules determine everything that happens later. \
|
||||
Nevertheless, Life is full of surprises! In most cases, it is impossible to \
|
||||
look at a starting position (or pattern) and see what will happen in the \
|
||||
future. The only way to find out is to follow the rules of the game.
|
||||
|
||||
Find out more about about Conway's Game of Life:
|
||||
- http://en.wikipedia.org/wiki/Conway's_Game_of_Life
|
||||
- http://www.math.com/students/wonders/life/life.html
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeLife"
|
||||
SRC_URI="git://github.com/HaikuArchives/BeLife.git#aa35a935e55e9ee17fbb9d414534ba79798a95a1"
|
||||
@@ -18,11 +22,9 @@ PROVIDES="
|
||||
belife = $portVersion
|
||||
app:BeLife = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++
|
||||
@@ -30,7 +32,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:mkdepend
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY="More than a near-exact clone of the classic Windows game."
|
||||
SUMMARY="More than a near-exact clone of the classic Windows game"
|
||||
DESCRIPTION="
|
||||
It's about time we had more than a near-exact clone of the classic Windows game,
|
||||
It's about time for a more than a near-exact clone of the classic Windows game, \
|
||||
Minesweeper.
|
||||
|
||||
Controls
|
||||
@@ -8,11 +8,11 @@ Controls
|
||||
- Right click: Change a box to either unmarked, flagged as a mine, or a question mark.
|
||||
- Middle click: Sonar ping which reveals all mines in a 3x3 square without the \
|
||||
danger of setting them off. It comes with a 20 second cost added to your \
|
||||
time. Left clicking while holding down the Alt key will also will do this.
|
||||
time. Left clicking while holding down ALT will also will do this.
|
||||
- Click with both buttons: If the tile is a number and the appropriate number \
|
||||
of mines around it have been flagged, it will clear all the other squares \
|
||||
around the number. Of course, if you've made a mistake, you'll probably \
|
||||
set off a mine. Left clicking while holding down the Shift key will also \
|
||||
set off a mine. Left clicking while holding down SHIFT will also \
|
||||
do this."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeMines"
|
||||
SRC_URI="git+https://github.com/haikuarchives/bemines#be29173f854c82f5b312ed31b5245b807a5afe0f"
|
||||
@@ -26,19 +26,20 @@ PATCHES="bemines-$portVersion.patchset"
|
||||
PROVIDES="
|
||||
bemines = $portVersion
|
||||
app:bemines
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
"
|
||||
"
|
||||
|
||||
BUILD() {
|
||||
BUILD()
|
||||
{
|
||||
gcc src/*.cpp -o BeMines -lbe -ltranslation -lmedia
|
||||
xres -o BeMines src/BeMines.rsrc
|
||||
}
|
||||
|
||||
INSTALL() {
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/BeMines
|
||||
cp BeMines $appsDir/BeMines
|
||||
cp -r src/themes $appsDir/BeMines
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
SUMMARY="The PDF viewer for Haiku."
|
||||
DESCRIPTION="BePDF is a PDF viewer for Haiku. \
|
||||
Besides viewing, it supports annotating and user-defined bookmarking for \
|
||||
unencrypted PDFs. It's fully localized for 20 languages at the moment with \
|
||||
additional languages being easily added via text files."
|
||||
SUMMARY="The PDF viewer for Haiku"
|
||||
DESCRIPTION="BePDF is a PDF viewer for Haiku. Besides viewing, it supports \
|
||||
annotating and user-defined bookmarking for unencrypted PDFs. It's fully \
|
||||
localized for 20 languages at the moment with additional languages being \
|
||||
easily added via text files."
|
||||
HOMEPAGE="http://haikuarchives.github.io/BePDF/"
|
||||
SRC_URI="https://github.com/HaikuArchives/BePDF/archive/v1.2.0.tar.gz"
|
||||
CHECKSUM_SHA256="663c8819db01b49227165cfd3f68ba1f659ae004b96f0bac5a7e52f773aed405"
|
||||
@@ -11,7 +11,8 @@ COPYRIGHT="
|
||||
1997 Benoit Triquet
|
||||
1999-2000 Hubert Figuiere
|
||||
2000-2011 Michael Pfeiffer
|
||||
2013-2014 Augustin Cavalier"
|
||||
2013-2014 Augustin Cavalier
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -29,7 +30,6 @@ PROVIDES="
|
||||
bepdf = $portVersion
|
||||
app:BePDF = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:liblayout
|
||||
@@ -39,7 +39,6 @@ REQUIRES="
|
||||
lib:libbz2
|
||||
lib:libpng
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:liblayout
|
||||
@@ -49,7 +48,6 @@ BUILD_REQUIRES="
|
||||
devel:libbz2
|
||||
devel:libpng
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
|
||||
@@ -1,16 +1,14 @@
|
||||
SUMMARY="Native file sharing and chat application"
|
||||
SUMMARY="A native file sharing and chat application"
|
||||
DESCRIPTION="BeShare is a BeOS/Haiku-native file sharing program. \
|
||||
It operates similarly to other such programs (Napster, Hotline, etc) \
|
||||
but with a few advantages:
|
||||
|
||||
- BeShare allows you to upload or download any type \
|
||||
of file, not just mp3.
|
||||
- When browsing files, you can see their attributes \
|
||||
(similar to Be's Tracker view)
|
||||
- Your query is always \"live\", so if new files that \
|
||||
match your query become available, you will see them \
|
||||
added to the results list right away (you won't have to \
|
||||
click \"refresh\" or anything first)
|
||||
- BeShare allows you to upload or download any type of file, not just mp3.
|
||||
- When browsing files, you can see their attributes (similar to Be's Tracker \
|
||||
view)
|
||||
- Your query is always \"live\", so if new files that match your query become \
|
||||
available, you will see them added to the results list right away (you won't \
|
||||
have to click \"refresh\" or anything first)
|
||||
- BeShare includes a rudimentary chat mechanism for you social types.
|
||||
- BeShare supports any number of simultaneous uploads and downloads \
|
||||
in parallel, but will serialize simultaneous file requests to any \
|
||||
@@ -41,18 +39,15 @@ PROVIDES="
|
||||
beshare$secondaryArchSuffix = $portVersion
|
||||
app:BeShare = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
#lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
#devel:libz$secondaryArchSuffix
|
||||
#devel:muscle$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="A finance manager for Haiku"
|
||||
SUMMARY="A finance manager"
|
||||
DESCRIPTION="CapitalBe is a finance manager for Haiku. Easily track \
|
||||
where your money is going. View reports, reconcile accounts and more! \
|
||||
Like other programs published by the same author, Capital Be focuses \
|
||||
@@ -16,17 +16,14 @@ PROVIDES="
|
||||
capitalbe = $portVersion
|
||||
app:CapitalBe = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsqlite3
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsqlite3
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
|
||||
@@ -1,16 +1,27 @@
|
||||
SUMMARY="Caya is a multiprotocol IM client."
|
||||
SUMMARY="Caya is a multiprotocol IM client"
|
||||
DESCRIPTION="
|
||||
Caya is a multiprotocol chat client for Haiku. It supports msn, aim, jabber, \
|
||||
google talk, and facebook.
|
||||
"
|
||||
HOMEPAGE="http://www.versut.com/caya/"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
SRC_URI="git+https://github.com/Barrett17/Caya.git#0746cacb94f78b656226d8679baa3a4d968a03e6"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="
|
||||
2009-2011 Andrea Anzani
|
||||
2009-2011 Pierluigi Fiorini
|
||||
2010-2011 Oliver Ruiz Dorantes
|
||||
2011-2012 Casalinuovo Dario
|
||||
"
|
||||
|
||||
PATCHES="caya-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
caya = $portVersion
|
||||
app:Caya
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
@@ -61,15 +72,3 @@ INSTALL()
|
||||
|
||||
addAppDeskbarSymlink $appsDir/Caya/Caya
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="
|
||||
2009-2011 Andrea Anzani
|
||||
2009-2011 Pierluigi Fiorini
|
||||
2010-2011 Oliver Ruiz Dorantes
|
||||
2011-2012 Casalinuovo Dario
|
||||
"
|
||||
DESCRIPTION="
|
||||
Caya is a multiprotocol chat client for Haiku. It supports msn, aim, jabber, \
|
||||
google talk, and facebook.
|
||||
"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
SUMMARY="XMPP client for Haiku Operating System."
|
||||
SUMMARY="A XMPP client"
|
||||
DESCRIPTION="
|
||||
Haiku Chat is tiny, about 300KB XMPP client. It supports core XMPP protocol, \
|
||||
multi-user chat, Google accounts, Psi bookmarks, In-band registration and \
|
||||
other features. It is written for Haiku, free open-source operating system \
|
||||
inspired by BeOS. Haiku Chat is simplest and smallest client that supports \
|
||||
XMPP Advanced Client 2009 profile.
|
||||
"
|
||||
Haiku Chat is tiny, about 300KB XMPP client. It supports core XMPP protocol, \
|
||||
multi-user chat, Google accounts, Psi bookmarks, In-band registration and \
|
||||
other features. It is written for Haiku, free open-source operating system \
|
||||
inspired by BeOS. Haiku Chat is simplest and smallest client that supports \
|
||||
XMPP Advanced Client 2009 profile.
|
||||
"
|
||||
HOMEPAGE="http://synrc.com/client/chat/haiku/"
|
||||
SRC_URI="git+https://github.com/devaspot/chat.git"
|
||||
LICENSE="MIT"
|
||||
@@ -17,19 +17,16 @@ PROVIDES="
|
||||
chat = $portVersion
|
||||
app:Chat = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libexpat$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libexpat$SecondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Yet another launcher app."
|
||||
SUMMARY="Yet another launcher app"
|
||||
DESCRIPTION="Yet another launcher app. This one docks to the screen edge, and \
|
||||
has a neat drag n drop interface.
|
||||
|
||||
@@ -8,8 +8,8 @@ the tiny handle.
|
||||
Various localization files can be downloaded from the homepage, and if you \
|
||||
want to add your own just mail it to me and I'll put it up with the rest!
|
||||
|
||||
The latest version, 1.1.2, was adapted for Haiku by Daniel Weber - thank you! \
|
||||
This means it won't work on R5, so use the old versions for that."
|
||||
The latest version, 1.1.2, was adapted for Haiku by Daniel Weber - thank you!
|
||||
"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2000-2014 Mikael Eiman"
|
||||
HOMEPAGE="http://einman.tv/LnLauncher"
|
||||
@@ -23,14 +23,13 @@ SOURCE_DIR=""
|
||||
PROVIDES="
|
||||
lnlauncher = $portVersion
|
||||
app:LnLauncher
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
cmd:jam
|
||||
cmd:unzip
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY="NetPulse by Carlos Hasan"
|
||||
SUMMARY="A Replicant showing the network status"
|
||||
DESCRIPTION="
|
||||
Network status replicant that gives an indication of data being sent \
|
||||
Netpulse is status replicant that gives an indication of data being sent \
|
||||
or received over the network.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/NetPulse"
|
||||
@@ -16,9 +16,9 @@ PROVIDES="
|
||||
netpulse = $portVersion
|
||||
app:NetPulse = $portVersion
|
||||
"
|
||||
REQUIRES=""
|
||||
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
makefile_engine
|
||||
|
||||
@@ -1,14 +1,18 @@
|
||||
SUMMARY="A programmer's editor."
|
||||
DESCRIPTION="\
|
||||
SUMMARY="A programmer's editor"
|
||||
DESCRIPTION="
|
||||
Pe is a native programmer's editor for Haiku. It features syntax highlighting \
|
||||
and a structural view for several programming language, as well as basic \
|
||||
support for Makefile and Jamfile project management."
|
||||
support for Makefile and Jamfile project management.
|
||||
"
|
||||
HOMEPAGE="https://github.com/olta/pe"
|
||||
LICENSE="BSD (4-clause)
|
||||
MIT"
|
||||
COPYRIGHT="1996-2002 Maarteen Hekkelman
|
||||
2003-2014 Team Pe"
|
||||
|
||||
LICENSE="
|
||||
BSD (4-clause)
|
||||
MIT
|
||||
"
|
||||
COPYRIGHT="
|
||||
1996-2002 Maarteen Hekkelman
|
||||
2003-2014 Team Pe
|
||||
"
|
||||
srcrev="0f29ad9bd84c14c99a16ebc57f49661e55254ca2"
|
||||
SRC_URI="https://github.com/olta/pe/archive/$srcrev.tar.gz"
|
||||
CHECKSUM_SHA256="f76b70a1b444582ee537f4a190b788bc63a25d7cd6c759f427c744dbf861b342"
|
||||
@@ -25,19 +29,16 @@ PROVIDES="
|
||||
app:Pe = $portVersion compat >= 2
|
||||
cmd:lpe = $portVersion compat >= 2
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libpcre
|
||||
lib:libpcreposix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libpcre
|
||||
devel:libpcreposix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:bison
|
||||
cmd:flex
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY="Screensaver drawing interesting city-like structures."
|
||||
SUMMARY="Screensaver drawing interesting city-like structures"
|
||||
DESCRIPTION="
|
||||
Substrate is a screensaver which creates interesting images from lines and circles. \
|
||||
Inspired by xscreensaver's Substrate.
|
||||
Substrate is a screensaver which creates interesting images from lines and \
|
||||
circles. Inspired by xscreensaver's Substrate.
|
||||
"
|
||||
HOMEPAGE="https://github.com/atalax/haiku-substrate"
|
||||
SRC_URI="git+https://github.com/atalax/haiku-substrate.git#1bd0a5"
|
||||
@@ -14,18 +14,15 @@ ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
PROVIDES="
|
||||
substrate = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:mkdepend
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Sum-It is a native spreadsheet for BeOS"
|
||||
SUMMARY="Sum-It is a native spreadsheet"
|
||||
DESCRIPTION="
|
||||
Sum-It is a spreadsheet for BeOS (Download BeOS for free). This is Open \
|
||||
Sum-It, the open source version of Maarten Hekkelman's Sum-It application. \
|
||||
@@ -6,8 +6,10 @@ Sum-It has many features, including a plug-in architecture for formulas and \
|
||||
graphs. This product includes software developed by Hekkelman Programmatuur B.V.
|
||||
"
|
||||
LICENSE="BSD (4-clause)"
|
||||
COPYRIGHT="1996-1998, 2000 Hekkelman Programmatuur B.V. All rights reserved.
|
||||
1999-2000 Tim Vernum. All rights reserved."
|
||||
COPYRIGHT="
|
||||
1996-1998, 2000 Hekkelman Programmatuur B.V. All rights reserved.
|
||||
1999-2000 Tim Vernum. All rights reserved.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/OpenSumIt"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/OpenSumIt.git#cdab184a27"
|
||||
REVISION="3"
|
||||
@@ -17,11 +19,9 @@ PROVIDES="
|
||||
sum_it = $portVersion
|
||||
app:Sum_It = $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
SUMMARY="TimeCop helps you collect statistics about your computer working"
|
||||
SUMMARY="TimeCop helps you collect statistics about your computer usage"
|
||||
DESCRIPTION="
|
||||
You want to know, how much time you spend in front of your computer?
|
||||
You want to know, how often your computer crashes?
|
||||
|
||||
So you can use TimeCop to write a protocol of your computer sessions.
|
||||
You can use TimeCop to write a protocol of your computer sessions.
|
||||
"
|
||||
HOMEPAGE="http://www.augusta.de/michael/BeOS/TimeCop/index.us.html"
|
||||
SRC_URI="git://github.com/HaikuArchives/TimeCop.git#ee79c42895"
|
||||
@@ -15,22 +15,19 @@ CHECKSUM_SHA256="d384c22c8768298fb1d9ea60fbdb8e7f7e440c00bae44c37e7507f20c4fe6a9
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
"
|
||||
PROVIDES="
|
||||
cmd:TimeCop_daemon = $portVersion
|
||||
app:TimeCop = $portVersion
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="integrated development environment for yab."
|
||||
SUMMARY="An integrated development environment for yab"
|
||||
DESCRIPTION="
|
||||
Yab allows fast prototyping with simple and clean code. yab contains a large \
|
||||
number of BeAPI specific commands for GUI creation and much, much more.
|
||||
@@ -14,19 +14,19 @@ CHECKSUM_SHA512="a74edcf9718ee9a13a16ab0a99fbbed3cceebf1ea4bfac714b098d51531de7f
|
||||
SOURCE_DIR="Yab-1.7.3"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
LICENSE="Artistic"
|
||||
COPYRIGHT="1995-2006 Marc-Oliver Ihm (yabasic)
|
||||
COPYRIGHT="
|
||||
1995-2006 Marc-Oliver Ihm (yabasic)
|
||||
2006-2009 Jan Bungeroth (yab improvements)
|
||||
2013 Jim Saxton (yab improvements)"
|
||||
2013 Jim Saxton (yab improvements)
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
yab_ide$secondaryArchSuffix = $portVersion
|
||||
app:yab_IDE = $portVersion
|
||||
"
|
||||
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
@@ -34,13 +34,11 @@ REQUIRES="
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:bison
|
||||
cmd:flex
|
||||
|
||||
Reference in New Issue
Block a user