mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -7,10 +7,10 @@ HOMEPAGE="https://github.com/HaikuArchives/Beezer"
|
||||
COPYRIGHT="2009 Ramshankar (aka Teknomancer)
|
||||
2011-2015 Chris Roberts"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Beezer/archive/v0.99.tar.gz"
|
||||
CHECKSUM_SHA256="d11009ab66031f48593c0abd3f4facd09baa9e01df83220022eb979faf5af751"
|
||||
SOURCE_DIR="Beezer-$portVersion"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ wget. BeGet can also accept more than one link at the same time. BeGet saves \
|
||||
your downloaded files to /home/Downloads
|
||||
"
|
||||
HOMEPAGE="http://github.com/HaikuArchives/BeGet"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/BeGet#fe8db7ccb6"
|
||||
REVISION="3"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1999-2001 Atsushi Takamatsu"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/BeGet#fe8db7ccb6"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
|
||||
@@ -17,7 +17,6 @@ PROVIDES="
|
||||
beget = $portVersion
|
||||
app:BeGet = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:wget$secondaryArchSuffix
|
||||
@@ -26,7 +25,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
|
||||
@@ -12,10 +12,11 @@ Find out more about about Conway's Game of Life:
|
||||
- http://www.math.com/students/wonders/life/life.html
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeLife"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/BeLife.git#aa35a935e55e9ee17fbb9d414534ba79798a95a1"
|
||||
REVISION="2"
|
||||
LICENSE="BeLife License"
|
||||
COPYRIGHT="2006 Studio-33"
|
||||
LICENSE="BeLife License"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/BeLife.git#aa35a935e55e9ee17fbb9d414534ba79798a95a1"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -25,15 +26,16 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++
|
||||
cmd:make
|
||||
cmd:xres
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -3,13 +3,14 @@ DESCRIPTION="BePhotoMagic is a resurrection of the abandoned Photon \
|
||||
project and is intended to be a Photoshop-quality paint and image \
|
||||
processor for BeOS."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BePhotoMagic"
|
||||
COPYRIGHT="2000 Santiago Lema
|
||||
2001 Jon Yoder (DarkWyrm)"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/BePhotoMagic/archive/3f4444736db5cc21856867b73c3bb1b6098caf88.tar.gz"
|
||||
CHECKSUM_SHA256="4b1d566f00aef68edb728d73a5810ceb2efce1db257f4532a3b23951779c301c"
|
||||
SOURCE_DIR="BePhotoMagic-3f4444736db5cc21856867b73c3bb1b6098caf88"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000 Santiago Lema
|
||||
2001 Jon Yoder (DarkWyrm)"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -7,20 +7,20 @@ BeScreenCapture can record either the entire screen, or just a section you \
|
||||
select.
|
||||
"
|
||||
HOMEPAGE="https://github.com/jackburton79/bescreencapture"
|
||||
SOURCE_URI="git://github.com/jackburton79/bescreencapture.git#fb7de7c5dec3768509072e3f3ee2a433bc9285bb"
|
||||
COPYRIGHT="2013 Stefano Ceccherini"
|
||||
LICENSE="
|
||||
BSD (3-clause)
|
||||
MIT
|
||||
"
|
||||
COPYRIGHT="2013 Stefano Ceccherini"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git://github.com/jackburton79/bescreencapture.git#fb7de7c5dec3768509072e3f3ee2a433bc9285bb"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
bescreencapture = $portVersion
|
||||
app:bescreencapture = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -28,7 +28,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
|
||||
@@ -3,10 +3,10 @@ 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."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeTeX/"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/BeTeX#ee4907"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2005 Tim de Jong, Brent Miszalski"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/BeTeX#ee4907"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
@@ -14,7 +14,6 @@ PROVIDES="
|
||||
betex = $portVersion
|
||||
app:BeTeX = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -22,7 +21,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
|
||||
@@ -3,12 +3,12 @@ DESCRIPTION="BurnItNow is a GUI frontend for CDRecord and mkisofs. \
|
||||
It supports Audio CD, MixCD (on the fly), Data CD (on the fly, multisession), \
|
||||
BootableCD and burning an BFS image."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BurnItNow"
|
||||
COPYRIGHT="2010-2014 BurnItNow Team"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/BurnItNow/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7db12d261ddebcbfe82e2ab5e7aed4227caef476f01488a1ccec4f58287833d2"
|
||||
SOURCE_DIR="BurnItNow-$portVersion"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2010-2014 BurnItNow Team"
|
||||
LICENSE="MIT"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -17,7 +17,6 @@ PROVIDES="
|
||||
burnitnow$secondaryArchSuffix = $portVersion
|
||||
app:BurnItNow = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:cdrecord
|
||||
@@ -27,7 +26,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
|
||||
@@ -5,10 +5,10 @@ bitmap images. It was inspired by Sea, a DOS picture browser.
|
||||
Its aim is to allow easy and fast browsing of an important number of pictures.
|
||||
"
|
||||
HOMEPAGE="http://oxben.free.fr/butterfly/Butterfly.html"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/Butterfly#45a5b62"
|
||||
COPYRIGHT="2006 Thomas Thery"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/Butterfly#45a5b62"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -20,6 +20,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
@@ -4,12 +4,13 @@ where your money is going. View reports, reconcile accounts and more! \
|
||||
Like other programs published by the same author, Capital Be focuses \
|
||||
on keeping easy jobs easy and making tough ones easier."
|
||||
HOMEPAGE="http://github.com/HaikuArchives/CapitalBe"
|
||||
COPYRIGHT="2009 DarkWyrm (Jon Yoder)"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/CapitalBe/archive/v1.1.tar.gz"
|
||||
CHECKSUM_SHA256="e6e5ab26a372e79bbc1ac2eb6d7018296b983409f65c0da634bb420de08adde9"
|
||||
SOURCE_DIR="CapitalBe-$portVersion"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2009 DarkWyrm (Jon Yoder)"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -20,6 +21,7 @@ REQUIRES="
|
||||
haiku
|
||||
lib:libsqlite3
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsqlite3
|
||||
|
||||
@@ -7,10 +7,10 @@ using the standard two-letter language code of your target, e.g. 'fr.catkeys'. \
|
||||
Then open it with CatKeysEditor and start translating.
|
||||
When you're done, you have to recompile the app making use of the new catkeys."
|
||||
HOMEPAGE="https://github.com/puckipedia/BeLocalized"
|
||||
SOURCE_URI="git+https://github.com/puckipedia/BeLocalized#3fa4f550ee83a4b64c27571eb518270f9500791b"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2014-2015 Puck Meerburg"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/puckipedia/BeLocalized#3fa4f550ee83a4b64c27571eb518270f9500791b"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -21,6 +21,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -7,10 +7,10 @@ using the standard two-letter language code of your target, e.g. 'fr.catkeys'. \
|
||||
Then open it with CatKeysEditor and start translating.
|
||||
When you're done, you have to recompile the app making use of the new catkeys."
|
||||
HOMEPAGE="https://github.com/puckipedia/BeLocalized"
|
||||
SOURCE_URI="git+https://github.com/puckipedia/BeLocalized#989904ff0181147e5fe7e205096f09e1cc4d8bdd"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2014-2015 Puck Meerburg"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/puckipedia/BeLocalized#989904ff0181147e5fe7e205096f09e1cc4d8bdd"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -21,6 +21,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -10,13 +10,14 @@ In that case you're better off mounting the CD in Tracker and use \
|
||||
MediaPlayer to play back the audio files in its wav folder.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/CDPlayer"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/CDPlayer#f7e839c39669be0f5119941eda30231be522ad97"
|
||||
LICENSE="Be Sample Code License
|
||||
MIT"
|
||||
COPYRIGHT="1992-2000, Be Incorporated
|
||||
2006-2009 by Haiku Inc.
|
||||
"
|
||||
LICENSE="Be Sample Code License
|
||||
MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/CDPlayer#f7e839c39669be0f5119941eda30231be522ad97"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -24,7 +25,6 @@ PROVIDES="
|
||||
CDPlayer$secondaryArchSuffix = $portVersion
|
||||
app:CDPlayer$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -32,7 +32,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++$secondaryArchSuffix
|
||||
|
||||
@@ -5,19 +5,18 @@ specific API’s for handling media, so if Haiku can play your media files, then
|
||||
Cherry Blossom will also be able to play your files.
|
||||
"
|
||||
HOMEPAGE="http://gitorious.org/cherry-blossom/"
|
||||
SOURCE_URI="git+http://gitorious.org/cherry-blossom/cherry-blossom.git"
|
||||
COPYRIGHT="2010 Bryce Groff"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+http://gitorious.org/cherry-blossom/cherry-blossom.git"
|
||||
PATCHES="cherry_blossom-1.0.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2010 Bryce Groff"
|
||||
|
||||
PROVIDES="
|
||||
cherry_blosom = $portVersion
|
||||
app:Cherry_Blossom = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -26,15 +25,12 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
taglib_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="cherry_blossom-1.0.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make OBJ_DIR=objects \
|
||||
|
||||
@@ -11,13 +11,13 @@ The Features:
|
||||
* With an eye-dropper tool you can pick a color from anywhere on your desktop.
|
||||
"
|
||||
HOMEPAGE="https://github.com/jscipione/Colors"
|
||||
SOURCE_URI="git://github.com/jscipione/Colors#9d832d2c995f822e6386223cb36840743c7e886a"
|
||||
COPYRIGHT="
|
||||
2001-2008 Werner Freytag
|
||||
2009-2013 John Scipione
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git://github.com/jscipione/Colors#9d832d2c995f822e6386223cb36840743c7e886a"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -27,8 +27,6 @@ PROVIDES="
|
||||
app:Colors = $portVersion
|
||||
"
|
||||
REQUIRES=""
|
||||
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
makefile_engine
|
||||
|
||||
@@ -6,13 +6,14 @@ Holding SHIFT copies just the file name, and holding CTRL \
|
||||
prints just one file name/path per line.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/CopyNameToClipboard"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/CopyNameToClipboard#1da1d52429db53f15c3debf817e982d9ce6346b4"
|
||||
REVISION="2"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="
|
||||
2000 Werner Freytag
|
||||
2012 Humdinger
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/CopyNameToClipboard#1da1d52429db53f15c3debf817e982d9ce6346b4"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -22,13 +23,14 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -5,10 +5,11 @@ Jabber, Google Talk, or Facebook Chat. It supports multi-use rchat, Psi \
|
||||
bookmarks, in-band registration and other features.
|
||||
"
|
||||
HOMEPAGE="http://synrc.com/client/chat/haiku/"
|
||||
SOURCE_URI="git+https://github.com/diger/dengon.git#aa5c1ecda7b2f087434df28f3b99cc4aaf6e199d"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2010-2014 Maxim Sokhatsky"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/diger/dengon.git#aa5c1ecda7b2f087434df28f3b99cc4aaf6e199d"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -20,6 +21,7 @@ REQUIRES="
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libexpat$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libssl$secondaryArchSuffix
|
||||
|
||||
@@ -7,12 +7,11 @@ as a replicant. This means that when you tear a note from the DeskNotes \
|
||||
application onto your desktop, it stays there! You don't have to save it \
|
||||
before rebooting, or fiddle with your UserBootscript.
|
||||
"
|
||||
|
||||
HOMEPAGE="https://github.com/HaikuArchives/DeskNotes"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/DeskNotes#e39a1cf"
|
||||
REVISION="4"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2000 Colin Stewart"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="4"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/DeskNotes#e39a1cf"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -23,6 +22,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -8,11 +8,12 @@ background/images, progressive loading, arithmetic coding, and lossy \
|
||||
compression for bitonal (monochrome) images. This allows for high-quality, \
|
||||
readable images to be stored in a minimum of space, so that they can be made \
|
||||
available on the web."
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2015 3dEyes**"
|
||||
HOMEPAGE="http://haikuware.ru/software/djvuviewer"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/DjVuViewer#1a55eaa"
|
||||
COPYRIGHT="2005-2015 3dEyes**"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/DjVuViewer#1a55eaa"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -20,7 +21,6 @@ PROVIDES="
|
||||
djvutranslator$secondaryArchSuffix = $portVersion
|
||||
addon:DjVuTranslator$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libdjvulibre$secondaryArchSuffix
|
||||
@@ -30,7 +30,6 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libdjvulibre$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
@@ -18,18 +18,18 @@ Translators
|
||||
* PgUp/PgDown navigation
|
||||
* Smooth scaling based on Haiku's ShowImage filter
|
||||
* Ability to go to specific page number"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2015 3dEyes**"
|
||||
HOMEPAGE="http://haikuware.ru/software/djvuviewer"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/DjVuViewer#524f235"
|
||||
COPYRIGHT="2005-2015 3dEyes**"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/DjVuViewer#524f235"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
djvuviewer = $portVersion
|
||||
app:DjVuViewer = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libdjvulibre
|
||||
@@ -39,7 +39,6 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libdjvulibre
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++
|
||||
cmd:make
|
||||
|
||||
@@ -2,11 +2,12 @@ SUMMARY="A translator for DOC documents"
|
||||
DESCRIPTION="This translator converts DOC files to plain text, PostScript or \
|
||||
PDF using antiword."
|
||||
HOMEPAGE="http://github.com/TwoFX/DOCTranslator"
|
||||
COPYRIGHT="2014 Markus Himmel"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/DOCTranslator/archive/7b8fa2b6d0ce027ce9e9b03cbdc21016190436de.zip"
|
||||
CHECKSUM_SHA256="ce271927e70e49a2c00eb46df785202bb7de9c7abdaf1f96ef533d827e346588"
|
||||
REVISION="2"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2014 Markus Himmel"
|
||||
SOURCE_DIR="DOCTranslator-7b8fa2b6d0ce027ce9e9b03cbdc21016190436de"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -19,6 +20,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
antiword >= 0.37
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -28,8 +30,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="DOCTranslator-7b8fa2b6d0ce027ce9e9b03cbdc21016190436de"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p bin
|
||||
|
||||
@@ -6,10 +6,10 @@ gather statistics on application usage and provide customizable ranked lists of
|
||||
applications.
|
||||
"
|
||||
HOMEPAGE="https://sourceforge.net/projects/esforhaiku/"
|
||||
SOURCE_URI="svn://svn.code.sf.net/p/esforhaiku/code/trunk#r79"
|
||||
REVISION="1"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2010-2013 Brian Hill"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="svn://svn.code.sf.net/p/esforhaiku/code/trunk#r79"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
@@ -19,7 +19,6 @@ PROVIDES="
|
||||
cmd:einsteinium_engine = $portVersion
|
||||
cmd:einsteinium_daemon = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsqlite3
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
SUMMARY="A tool to truncate files of any kind"
|
||||
DESCRIPTION="FileCropper is a GUI app which truncates files of any kind. It \
|
||||
cuts off everything from a given offset (bytes) to the end of the file."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/FileCropper"
|
||||
COPYRIGHT="2002 Maurice Michalski"
|
||||
LICENSE="MIT"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/FileCropper"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/FileCropper.git#0dde0f752a"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/FileCropper.git#0dde0f752a"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -16,6 +16,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -6,10 +6,11 @@ snap. Create a perfect folder, add it as a foldershaper template, then drop \
|
||||
your folders on FolderShaper and select the template from the pop-up menu.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/FolderShaper"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/FolderShaper.git"
|
||||
REVISION="1"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="2005 Jonas Sundström"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/FolderShaper.git"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -17,7 +18,6 @@ PROVIDES="
|
||||
app:FolderShaper = $portVersion
|
||||
addon:foldershaper = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -25,7 +25,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
|
||||
@@ -7,11 +7,10 @@ to install more, and you have to muck around with your UserBootScript. Lots of \
|
||||
messing around. Then again, you can use Fortuna, which has none of this.
|
||||
"
|
||||
HOMEPAGE="http://darkwyrm.beemulated.net/apps/fortuna.htm"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/Fortuna.git#51052ccef4643aef97f8a76b311c1aca0dc935bf"
|
||||
REVISION="2"
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2006 DarkWyrm"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/Fortuna.git#51052ccef4643aef97f8a76b311c1aca0dc935bf"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
@@ -19,20 +18,18 @@ PROVIDES="
|
||||
fortuna = $portVersion
|
||||
app:Fortuna = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
|
||||
@@ -3,11 +3,10 @@ DESCRIPTION="
|
||||
FtpPositive is a simple graphical FTP client.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/FtpPositive"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/FtpPositive#442f47a22f"
|
||||
COPYRIGHT="2007 momoziro"
|
||||
LICENSE="FtpPositive"
|
||||
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/FtpPositive#442f47a22f"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -15,7 +14,6 @@ PROVIDES="
|
||||
ftppositive = $portVersion
|
||||
app:FtpPositive = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -23,7 +21,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:jam"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
SUMMARY="A filemanager for Haiku"
|
||||
DESCRIPTION="Genesis Commander is a full featured file manager for Haiku"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/GenesisCommander"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/GenesisCommander#a5d4ef1"
|
||||
COPYRIGHT="2002-2004 Zsolt Prievara"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/GenesisCommander#a5d4ef1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 !x86_64"
|
||||
|
||||
|
||||
@@ -11,13 +11,13 @@ SOURCE_DIR="Globe-93b044c9e4eb2d12b18d138cec010507840c6836"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
PROVIDES="
|
||||
globe = $portVersion
|
||||
app:Globe = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
|
||||
@@ -5,8 +5,8 @@ HOMEPAGE="https://github.com/HaikuArchives/HaikuPlot"
|
||||
COPYRIGHT="2015 Vale Tolpegin"
|
||||
LICENSE="MIT"
|
||||
REVISION="3"
|
||||
CHECKSUM_SHA256="66f67cfdf45bb60e5ba5fca36c324ec36ec3c86c634bb76d27542a86f1d9e1c8"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/HaikuPlot/archive/6def19ed31aeed80ab9fbcd0abe70de975598de2.tar.gz"
|
||||
CHECKSUM_SHA256="66f67cfdf45bb60e5ba5fca36c324ec36ec3c86c634bb76d27542a86f1d9e1c8"
|
||||
SOURCE_DIR="HaikuPlot-6def19ed31aeed80ab9fbcd0abe70de975598de2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
SUMMARY="Native Twitter client for Haiku"
|
||||
DESCRIPTION="HaikuTwitter is an open-source Twitter client for Haiku. It's \
|
||||
based off the open-source TwitCurl library."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/HaikuTwitter"
|
||||
COPYRIGHT="2012 Martin Pedersen"
|
||||
LICENSE="MIT"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/HaikuTwitter"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/HaikuTwitter/archive/918dd954b6db3c5ed476b3a4826910992f3b4566.tar.gz"
|
||||
CHECKSUM_SHA256="bc330cb15c8e10362306eef7d85228f5dee08db667d16a15c0a5245f6013b1e1"
|
||||
SOURCE_DIR="HaikuTwitter-918dd954b6db3c5ed476b3a4826910992f3b4566"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -16,7 +16,6 @@ PROVIDES="
|
||||
haikutwitter$secondaryArchSuffix = $portVersion
|
||||
app:HaikuTwitter = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
@@ -26,7 +25,6 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
@@ -3,14 +3,13 @@ DESCRIPTION="
|
||||
Hare - Haiku Audio Ripper Encoder, formerly known as Flip-Side A.E.
|
||||
"
|
||||
HOMEPAGE="http://github.com/HaikuArchives/Hare"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/Hare.git#af69ba7b06"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2000 FlipSide Software
|
||||
2001-2003 BeUnited.org
|
||||
2009-2013 Hare Maintainers
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/Hare.git#af69ba7b06"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -19,7 +18,6 @@ PROVIDES="
|
||||
hare = $portVersion
|
||||
app:Hare = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:lame
|
||||
@@ -33,7 +31,6 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libtag$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:cmake
|
||||
|
||||
@@ -2,11 +2,11 @@ SUMMARY="Create GUI dialogs from shell scripts"
|
||||
DESCRIPTION="This tools is able to create various GUI dialogs. This allows \
|
||||
for shell scripts to easily integrate to the system and interact with the user."
|
||||
HOMEPAGE="https://github.com/atalax/hdialog"
|
||||
COPYRIGHT="2014-2015 Josef Gajdusek"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/atalax/hdialog/archive/v0.2.tar.gz"
|
||||
CHECKSUM_SHA256="77deae4e51f522eb6735d184372222e482edec83f93c8b3ace5d5d2c100e165d"
|
||||
REVISION="2"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2014-2015 Josef Gajdusek"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -17,6 +17,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -3,9 +3,9 @@ DESCRIPTION="Cdrecord GUI frontend."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Helios"
|
||||
COPYRIGHT="2000-2004 Maurice Michalski"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Helios.git#ffbbca7"
|
||||
CHECKSUM_SHA256="ce82ede4fd218d3f0c7e30cafc061d2a377e473dbc88512a61e286f21ae51925"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ HOMEPAGE="https://github.com/HaikuArchives/Jabber4Haiku"
|
||||
COPYRIGHT="19??-2009 John Blanco, Frank Paul Silye, Andrea Anzani, Daniel Fischer, zuMi"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Jabber4Haiku.git#013832c8c57458253eece71c45310a3103229f35"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
@@ -15,7 +14,6 @@ PROVIDES="
|
||||
jabber4haiku$secondaryArchSuffix = $portVersion
|
||||
app:jabber4haiku
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libexpat
|
||||
@@ -27,7 +25,6 @@ BUILD_REQUIRES="
|
||||
devel:libexpat
|
||||
devel:libssl
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
|
||||
@@ -7,8 +7,9 @@ features (and lacks some, for sure).
|
||||
HOMEPAGE="http://www.sf.net/projects/switcher"
|
||||
COPYRIGHT="1999-2003 Stas Maximov"
|
||||
LICENSE="BSD (4-clause)"
|
||||
SOURCE_URI="cvs://:pserver:anonymous@switcher.cvs.sourceforge.net:/cvsroot/switcher/keymapswitcher(haiku)#release_1_2_7_10"
|
||||
REVISION="1"
|
||||
SOURCE_URI="cvs://:pserver:anonymous@switcher.cvs.sourceforge.net:/cvsroot/switcher/keymapswitcher(haiku)#release_1_2_7_10"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -17,6 +18,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -27,7 +29,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
|
||||
PATCH()
|
||||
{
|
||||
# Fix makefile not to use BUILDHOME as an install dir variable.
|
||||
|
||||
@@ -7,8 +7,10 @@ features (and lacks some, for sure).
|
||||
HOMEPAGE="http://www.sf.net/projects/switcher"
|
||||
COPYRIGHT="1999-2003 Stas Maximov"
|
||||
LICENSE="BSD (4-clause)"
|
||||
SOURCE_URI="cvs://:pserver:anonymous@switcher.cvs.sourceforge.net:/cvsroot/switcher/keymapswitcher(haiku)#release_1_2_7_11"
|
||||
REVISION="1"
|
||||
SOURCE_URI="cvs://:pserver:anonymous@switcher.cvs.sourceforge.net:/cvsroot/switcher/keymapswitcher(haiku)#release_1_2_7_11"
|
||||
PATCHES="keymapswitcher-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -19,6 +21,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -29,8 +32,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
|
||||
PATCHES="keymapswitcher-$portVersion.patchset"
|
||||
PATCH()
|
||||
{
|
||||
# Fix makefile not to use BUILDHOME as an install dir variable.
|
||||
|
||||
@@ -7,8 +7,9 @@ features (and lacks some, for sure).
|
||||
HOMEPAGE="http://www.sf.net/projects/switcher"
|
||||
COPYRIGHT="1999-2003 Stas Maximov"
|
||||
LICENSE="BSD (4-clause)"
|
||||
SOURCE_URI="cvs://:pserver:anonymous@switcher.cvs.sourceforge.net:/cvsroot/switcher/keymapswitcher\(haiku\)#release_1_2_7_9"
|
||||
REVISION="2"
|
||||
SOURCE_URI="cvs://:pserver:anonymous@switcher.cvs.sourceforge.net:/cvsroot/switcher/keymapswitcher\(haiku\)#release_1_2_7_9"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -17,6 +18,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -27,7 +29,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
|
||||
PATCH()
|
||||
{
|
||||
# TODO: Remove once in Haiku PM is in sync with master!
|
||||
|
||||
@@ -4,10 +4,10 @@ Konfetti is a small screensaver which draws semi-transparent confetti on your \
|
||||
desktop.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Konfetti/"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/Konfetti.git#b667a6e39bc28300298c66bed6209c5141b04e71"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2001 Werner Freytag"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/Konfetti.git#b667a6e39bc28300298c66bed6209c5141b04e71"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -18,13 +18,14 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
SUMMARY="A disc burning suite for Haiku"
|
||||
DESCRIPTION="Lava is a disc burning suite for Haiku. It's a Tracker add-on."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Lava"
|
||||
COPYRIGHT="2007, 2010 Team MAUI
|
||||
2003-2006 Haiku Inc."
|
||||
LICENSE="Public Domain"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Lava/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0c1899141eac1fca086a554d56527f38baa70ae7bff0a6db37cd180084c01c71"
|
||||
SOURCE_DIR="Lava-$portVersion"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="2007, 2010 Team MAUI
|
||||
2003-2006 Haiku Inc."
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -9,12 +9,11 @@ then order the list of thoughts, images, tables, etc. into the correct order \
|
||||
and preview/publish their book.
|
||||
"
|
||||
HOMEPAGE="http://code.google.com/p/masterpiece/"
|
||||
SOURCE_URI="svn+http://masterpiece.googlecode.com/svn/trunk#r742"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2010-2012 Pasquale J. Rinaldi, Jr."
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="svn+http://masterpiece.googlecode.com/svn/trunk#r742"
|
||||
PATCHES="masterpiece-r742.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
|
||||
@@ -29,6 +28,7 @@ REQUIRES="
|
||||
lib:liblayout
|
||||
lib:libpython2.7
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsqlite3$secondaryArchSuffix
|
||||
@@ -41,8 +41,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="masterpiece-r742.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` \
|
||||
|
||||
@@ -3,10 +3,11 @@ DESCRIPTION="
|
||||
Microbe is a minimalistic programmers text and source code editor.
|
||||
"
|
||||
HOMEPAGE="https://github.com/aldeck/microbe"
|
||||
SOURCE_URI="git://github.com/aldeck/microbe#41f6ce8a5d96c96af9fb17eda1b466a5e9e0bfb1"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2011 Alexandre Deckner"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/aldeck/microbe#41f6ce8a5d96c96af9fb17eda1b466a5e9e0bfb1"
|
||||
PATCHES="microbe-20130728.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -14,7 +15,6 @@ PROVIDES="
|
||||
microbe = $portVersion
|
||||
app:Microbe = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -26,8 +26,6 @@ BUILD_REQUIRES="
|
||||
cmd:g++
|
||||
"
|
||||
|
||||
PATCHES="microbe-20130728.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
|
||||
@@ -6,16 +6,13 @@ standalone app that minimizes the whole app, and a replicant for your Deskbar. \
|
||||
Both do the same: Minimize all your apps!
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/MinimizeAll/"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/MinimizeAll.git#5afe6d4fab8f7e2a33727ef9152578b7d0c836ec"
|
||||
|
||||
REVISION="3"
|
||||
|
||||
COPYRIGHT="
|
||||
2001-2008 Werner Freytag
|
||||
2009 Haiku
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/MinimizeAll.git#5afe6d4fab8f7e2a33727ef9152578b7d0c836ec"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -23,20 +20,18 @@ PROVIDES="
|
||||
minimizeall = $portVersion
|
||||
app:MinimizeAll = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p bin
|
||||
|
||||
@@ -3,12 +3,13 @@ DESCRIPTION="\
|
||||
Moe is a program that displays a cute mascot on the active window. \
|
||||
How about mind cooler for your desktop?"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/moe"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2001 Okada Jun"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Moe/archive/68e18f359d114fbce2b0f4247a43c951becc87bc.tar.gz"
|
||||
CHECKSUM_SHA256="62aaefdd298e41d865d73ed092251469a0cc63b9ed5c2e1531d0a409513d5f46"
|
||||
SOURCE_DIR="Moe-68e18f359d114fbce2b0f4247a43c951becc87bc"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -16,7 +17,6 @@ PROVIDES="
|
||||
app:Moe = $portVersion
|
||||
cmd:moe = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
@@ -26,7 +26,6 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
|
||||
@@ -16,12 +16,13 @@ language and you can change languages quickly, if you so choose.
|
||||
* More Data: handles more types of data than even People v2 and \
|
||||
DeeperPeople, such as birthdays, anniversaries, and other personal data."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/MrPeeps"
|
||||
COPYRIGHT="2003 Jon Yoder (DarkWyrm)"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/MrPeeps/archive/v1.2.tar.gz"
|
||||
CHECKSUM_SHA256="5c8bc6dd0677497292fbd41a79fb29a66fe196a6028879b3cd33ac54a1d968aa"
|
||||
SOURCE_DIR="MrPeeps-$portVersion"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2003 Jon Yoder (DarkWyrm)"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -29,6 +30,7 @@ PROVIDES="
|
||||
app:MrPeeps = $portVersion"
|
||||
REQUIRES="
|
||||
haiku"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
@@ -10,11 +10,12 @@ SVG images and their behaviors are defined in XML text files. This means \
|
||||
that they can be searched, indexed, scripted, and compressed. As XML files, \
|
||||
SVG images can be created and edited with any text editor, but are more often \
|
||||
created with drawing software."
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2013-2015 3dEyes**"
|
||||
HOMEPAGE="https://github.com/threedeyes/NanoSVGTranslator"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/NanoSVGTranslator#2b1da77"
|
||||
COPYRIGHT="2013-2015 3dEyes**"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/NanoSVGTranslator#2b1da77"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -22,7 +23,6 @@ PROVIDES="
|
||||
nanosvgtranslator$secondaryArchSuffix = $portVersion
|
||||
addon:NanoSVGTranslator$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -30,7 +30,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
@@ -10,11 +10,12 @@ SVG images and their behaviors are defined in XML text files. This means \
|
||||
that they can be searched, indexed, scripted, and compressed. As XML files, \
|
||||
SVG images can be created and edited with any text editor, but are more \
|
||||
often created with drawing software."
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2013-2015 3dEyes**"
|
||||
HOMEPAGE="https://github.com/threedeyes/NanoSVGTranslator"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/NanoSVGTranslator#97666698908722e54d3a1746e03fd1f719438237"
|
||||
COPYRIGHT="2013-2015 3dEyes**"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/NanoSVGTranslator#97666698908722e54d3a1746e03fd1f719438237"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -22,7 +23,6 @@ PROVIDES="
|
||||
nanosvgtranslator$secondaryArchSuffix = $portVersion
|
||||
addon:NanoSVGTranslator$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -30,7 +30,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
@@ -10,11 +10,12 @@ SVG images and their behaviors are defined in XML text files. This means \
|
||||
that they can be searched, indexed, scripted, and compressed. As XML files, \
|
||||
SVG images can be created and edited with any text editor, but are more \
|
||||
often created with drawing software."
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2013-2015 3dEyes**"
|
||||
HOMEPAGE="https://github.com/threedeyes/NanoSVGTranslator"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/NanoSVGTranslator#603c353ba43a937e75f14bc1aabbffe374174f52"
|
||||
COPYRIGHT="2013-2015 3dEyes**"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/NanoSVGTranslator#603c353ba43a937e75f14bc1aabbffe374174f52"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -22,7 +23,6 @@ PROVIDES="
|
||||
nanosvgtranslator$secondaryArchSuffix = $portVersion
|
||||
addon:NanoSVGTranslator$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -30,7 +30,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
@@ -6,8 +6,8 @@ COPYRIGHT="2001 Carlos Hasan"
|
||||
LICENSE="MIT"
|
||||
REVISION="6"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/NetPulse/archive/3170b71.zip"
|
||||
SOURCE_DIR="NetPulse-3170b71ab9819bb38b3a5ea33f801600747a520f"
|
||||
CHECKSUM_SHA256="eb56823efba39b4be9637441a49c56fa31038a7c78e7e260670438bcd56aeeb2"
|
||||
SOURCE_DIR="NetPulse-3170b71ab9819bb38b3a5ea33f801600747a520f"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
SUMMARY="An easy to use but powerful development environment"
|
||||
DESCRIPTION="Niue is an easy to use but powerful development environment for \
|
||||
Haiku. It supports project management, syntax highlighting, GUI builder and more."
|
||||
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Niue"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Niue#6745dcca121799572d0b4c98f9a006b6a657aac2"
|
||||
REVISION="1"
|
||||
LICENSE="Niue"
|
||||
COPYRIGHT="2008 T. Lansbergen"
|
||||
LICENSE="Niue"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Niue#6745dcca121799572d0b4c98f9a006b6a657aac2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
@@ -17,6 +16,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -8,11 +8,12 @@ systems. Each PDF file encapsulates a complete description of a fixed-layout \
|
||||
flat document, including the text, fonts, graphics, and other information \
|
||||
needed to display it. In 1991, Adobe Systems co-founder John Warnock outlined \
|
||||
a system called \"Camelot\" that evolved into PDF."
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2012-2015 3dEyes**"
|
||||
HOMEPAGE="https://github.com/threedeyes/PDFTranslator"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/PDFTranslator#b888404"
|
||||
COPYRIGHT="2012-2015 3dEyes**"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/PDFTranslator#b888404"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -20,7 +21,6 @@ PROVIDES="
|
||||
pdftranslator$secondaryArchSuffix = $portVersion
|
||||
addon:PDFTranslator$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libmupdf$secondaryArchSuffix
|
||||
@@ -30,7 +30,6 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libmupdf$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
@@ -20,10 +20,10 @@ Whenever you have to rename some or many files the same way, this is YOUR \
|
||||
program!
|
||||
"
|
||||
HOMEPAGE="http://www.maybe.de/software/pecorename"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/PecoRename#ac7e6b511b1a24866e4a34fa170023e9a89448fb"
|
||||
COPYRIGHT="2008 Werner Freytag"
|
||||
LICENSE="MIT"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/PecoRename#ac7e6b511b1a24866e4a34fa170023e9a89448fb"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
|
||||
@@ -35,6 +35,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
@@ -13,11 +13,13 @@ PROVIDES="
|
||||
peek = $portVersion
|
||||
app:Peek = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
@@ -25,10 +27,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:g++
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd source
|
||||
|
||||
@@ -4,10 +4,11 @@ Decrypts PowerPacker encrypted files using Stuart Caie's ppcrack 0.1 \
|
||||
decrypting routines.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/PPViewer"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/PPViewer#ce572506ca6e69c888898abf5b958701e068122b"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2002 Maurice Michalski"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/PPViewer#ce572506ca6e69c888898abf5b958701e068122b"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -17,6 +18,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -4,21 +4,21 @@ This is a tiny little GUI application that monitors any regular Tracker \
|
||||
queries and displays miniature indicator lights for the presence of results.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/QueryWatcher"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/QueryWatcher.git#006614d8faf8b2b650aab1e8919b87920496a8c7"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="
|
||||
2003-2004 Michael Armida
|
||||
2004 Mikael Eiman
|
||||
2004 Michael Davidson
|
||||
"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/QueryWatcher.git#006614d8faf8b2b650aab1e8919b87920496a8c7"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
querywatcher = $portVersion
|
||||
app:QueryWatcher = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -26,7 +26,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
|
||||
@@ -4,12 +4,12 @@ uses the Rijndael Algorithm, a 128-bit block cipher, to encrypt. Since the \
|
||||
encryption requires 16-byte blocks, rawaes will pad any uneven blocks with 0s, \
|
||||
possibly increasing the size of the file up to 15 bytes."
|
||||
HOMEPAGE="https://github.com/bbjimmy/rawaes"
|
||||
COPYRIGHT="2000 Matthew Badger"
|
||||
LICENSE="Rawaes"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/bbjimmy/rawaes/archive/Final.tar.gz"
|
||||
CHECKSUM_SHA256="b60d5c7af7f8952d47d8d212f504ec550ae44bf65290e10971af81084ed22e80"
|
||||
SOURCE_DIR="rawaes-Final"
|
||||
REVISION="1"
|
||||
LICENSE="Rawaes"
|
||||
COPYRIGHT="2000 Matthew Badger"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -17,7 +17,6 @@ PROVIDES="
|
||||
rawaes$secondaryArchSuffix = $portVersion
|
||||
cmd:rawaes = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -25,7 +24,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -44,4 +42,4 @@ INSTALL()
|
||||
cp rawaes.cpp rawaes.h -t $developDir/sources/rawaes/
|
||||
cp -r aes $developDir/sources/rawaes/
|
||||
cp objects/rawaes $binDir
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,14 +4,13 @@ Remember is a small app for Haiku, which allows you to get notifications about \
|
||||
events easily, by adding files into an Events folder. It will automatically \
|
||||
find those and, when the time you chose has arrived, it will pop up with a \
|
||||
notification, warning you about the event."
|
||||
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Remember"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Remember/archive/1a794865a438563ea4ce1fc9188679444cd115ef.tar.gz"
|
||||
SOURCE_DIR="Remember-1a794865a438563ea4ce1fc9188679444cd115ef"
|
||||
CHECKSUM_SHA256="ce1a7f0e05437a6ae069e642d234ddbf5916f58425692ab7dbb88d75ead6a29f"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2005 Michael Lotz"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Remember/archive/1a794865a438563ea4ce1fc9188679444cd115ef.tar.gz"
|
||||
CHECKSUM_SHA256="ce1a7f0e05437a6ae069e642d234ddbf5916f58425692ab7dbb88d75ead6a29f"
|
||||
SOURCE_DIR="Remember-1a794865a438563ea4ce1fc9188679444cd115ef"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -22,6 +21,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -6,14 +6,13 @@ view what's on the screen, or also control the computer. This package contains \
|
||||
the RCClient client and RCServer server. Both are to be run in the terminal.
|
||||
"
|
||||
HOMEPAGE="http://thomas.thiriez.free.fr/beos/RemoteControl/index.html"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/RemoteControl#c59e89e3643e4693a75e5b5456596533d068cc29"
|
||||
REVISION="1"
|
||||
LICENSE="RemoteControl Unknown"
|
||||
COPYRIGHT="2001 Thomas Thiriez"
|
||||
LICENSE="RemoteControl Unknown"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/RemoteControl#c59e89e3643e4693a75e5b5456596533d068cc29"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
|
||||
PROVIDES="
|
||||
remotecontrol = $portVersion
|
||||
cmd:rcserver = $portVersion
|
||||
@@ -24,15 +23,16 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++
|
||||
cmd:xres
|
||||
cmd:make
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -2,12 +2,12 @@ SUMMARY="Graphical RSRC resource editor"
|
||||
DESCRIPTION="An editor for binary resource files (.rsrc) that get compiled \
|
||||
into an application and can then be used within the application."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/ResourceEdit"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2012-2013 Tri-Edge AI"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/ResourceEdit/archive/8c3f779d08525ed1e607627213278436a0502125.tar.gz"
|
||||
CHECKSUM_SHA256="848b4e6d8a30737793d858d95360d33219efa615635b0b79c845bc4b78f6a64b"
|
||||
SOURCE_DIR="ResourceEdit-8c3f779d08525ed1e607627213278436a0502125"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -15,7 +15,6 @@ PROVIDES="
|
||||
resourceedit = $portVersion
|
||||
app:ResourceEdit = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
@@ -4,13 +4,13 @@ Resourcer is an all-purpose resource and attribute editor with a full-featured \
|
||||
interface editor. It also contains plug-in editors for 31 other data types, \
|
||||
including images, cursors, sounds, movies, text, and icons.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Resourcer"
|
||||
COPYRIGHT="2000 Nathan Whitehorn"
|
||||
LICENSE="BSD (3-clause)"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Resourcer"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Resourcer/archive/bd16d3419d18d881c2a906eecbc28705100b808e.tar.gz"
|
||||
CHECKSUM_SHA256="4482d87f707c8499e61b23c88bab1d98c76cf56de9084fe55f1187fd0eb6d96f"
|
||||
SOURCE_DIR="Resourcer-bd16d3419d18d881c2a906eecbc28705100b808e"
|
||||
REVISION="3"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -18,21 +18,19 @@ PROVIDES="
|
||||
resourcer = $portVersion
|
||||
app:Resourcer = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd main
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
SUMMARY="The Rez resource compiler"
|
||||
DESCRIPTION="Rez is a resource compiler similar to rc. Its main use is compiling\
|
||||
the Sum-it spreadsheet. New applications should consider using rc instead, but\
|
||||
Rez may still be useful to compile some old apps from the BeOS days"
|
||||
SUMMARY="The Rez resource compiler"
|
||||
|
||||
LICENSE="BSD (4-clause)"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Rez/archive/v1.0"
|
||||
COPYRIGHT="1996-1998, 2000 Hekkelman Programmatuur B.V. All rights reserved.
|
||||
1999-2000 Tim Vernum. All rights reserved."
|
||||
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Rez/archive/v1.0"
|
||||
LICENSE="BSD (4-clause)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Rez/archive/v1.0.tar.gz"
|
||||
CHECKSUM_SHA256="a2e41044ad34302abef5ccaf2f86b16e7bf658c96ab337935cee5b6228597afa"
|
||||
SOURCE_DIR="Rez-1.0"
|
||||
|
||||
REVISION="2"
|
||||
ARCHITECTURES="!x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
rez = $portVersion
|
||||
cmd:rez = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -21,7 +25,6 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:flex
|
||||
@@ -29,15 +32,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:cc
|
||||
"
|
||||
|
||||
CHECKSUM_SHA256="a2e41044ad34302abef5ccaf2f86b16e7bf658c96ab337935cee5b6228597afa"
|
||||
|
||||
ARCHITECTURES="!x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
rez = $portVersion
|
||||
cmd:rez = $portVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
|
||||
@@ -6,17 +6,17 @@ If bound to a key combination via Shortcuts, commands can be run without even \
|
||||
touching the mouse.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/RunProgram"
|
||||
SOURCE_URI="git+git://github.com/HaikuArchives/RunProgram.git#a8fe29319e8dde884d8634a0c5a82838a3706563"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2008 DarkWyrm"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+git://github.com/HaikuArchives/RunProgram.git#a8fe29319e8dde884d8634a0c5a82838a3706563"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
runprogram = $portVersion
|
||||
app:RunProgram = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -24,7 +24,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:xres
|
||||
|
||||
@@ -3,13 +3,13 @@ DESCRIPTION="ScriptureGuide is a Bible study tool. It supports all of the \
|
||||
features you'd expect: search, setting the font, taking notes, etc. Through \
|
||||
the accompanying ScriptureGuideManager app, you can download hundereds of free \
|
||||
copies of various Bibles, commentaries, and related books."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/ScriptureGuide"
|
||||
COPYRIGHT="2014 ScriptureGuide Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/ScriptureGuide"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/ScriptureGuide/archive/v0.9.0.tar.gz"
|
||||
CHECKSUM_SHA256="63b36186eaf4be130f333e62fa0fb283dbff90149a14763e96c157d9950777b5"
|
||||
SOURCE_DIR="ScriptureGuide-$portVersion"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -19,7 +19,6 @@ PROVIDES="
|
||||
app:ScriptureGuide = $portVersion
|
||||
app:ScriptureGuideManager = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:awk
|
||||
@@ -36,7 +35,6 @@ BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
icu${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
@@ -17,7 +17,6 @@ PROVIDES="
|
||||
seeker = $portVersion
|
||||
app:Seeker = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsanta
|
||||
@@ -26,7 +25,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
devel:libsanta
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
makefile_engine
|
||||
|
||||
@@ -22,7 +22,6 @@ ARCHITECTURES="x86_gcc2"
|
||||
PROVIDES="
|
||||
app:SimplyVorbis = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libogg
|
||||
@@ -37,7 +36,6 @@ BUILD_REQUIRES="
|
||||
devel:libvorbis
|
||||
devel:libvorbisenc
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:g++
|
||||
|
||||
@@ -19,13 +19,13 @@ REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -18,6 +18,9 @@ REVISION="3"
|
||||
SOURCE_URI="https://github.com/disreali/SystemInfo/archive/ae36df9999.tar.gz"
|
||||
CHECKSUM_SHA256="cfe6443148eebf4cdc651a6a6f8e23e384e261800245643ae00fce996da4e309"
|
||||
SOURCE_DIR="SystemInfo-ae36df9999e7f209c4d0e9484f1156656c5731f4"
|
||||
PATCHES="
|
||||
systeminfo-2-2.patchset
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -25,7 +28,6 @@ PROVIDES="
|
||||
systeminfo = $portVersion
|
||||
app:SystemInfo = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -33,16 +35,11 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
PATCHES="
|
||||
systeminfo-2-2.patchset
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
echo "const uint32 CP_CHANGE_BG = 'CPBG'; const uint32 CP_CHANGE_FG = 'CPFG';" > ./DigitalView.h
|
||||
|
||||
@@ -11,10 +11,10 @@ main window. These are:\
|
||||
only available if you have a LM78 motherboard sensor installed).
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/TaskManager"
|
||||
SOURCE_URI="git+git://github.com/HaikuArchives/TaskManager#7b3f1afe03230a9548cc0670c9bf95d146b49a48"
|
||||
COPYRIGHT="2000 Thomas Krammer"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git+git://github.com/HaikuArchives/TaskManager#7b3f1afe03230a9548cc0670c9bf95d146b49a48"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
|
||||
@@ -9,17 +9,17 @@ COPYRIGHT="Michael Pieper"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/TimeCop.git#ee79c42895"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 !ppc"
|
||||
CHECKSUM_SHA256="d384c22c8768298fb1d9ea60fbdb8e7f7e440c00bae44c37e7507f20c4fe6a94"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
ARCHITECTURES="x86_gcc2 x86 !ppc"
|
||||
|
||||
PROVIDES="
|
||||
cmd:TimeCop_daemon = $portVersion
|
||||
app:TimeCop = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
|
||||
@@ -5,8 +5,8 @@ HOMEPAGE="https://github.com/HaikuArchives/Tipster"
|
||||
COPYRIGHT="2015 Vale Tolpegin"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
CHECKSUM_SHA256="648f681cb80dfaf879e79f5d99676c03925abafcf61cc47764e6ece83a329cca"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Tipster/archive/9cf96df980d6d4feea8a5793737e1687c4620249.tar.gz"
|
||||
CHECKSUM_SHA256="648f681cb80dfaf879e79f5d99676c03925abafcf61cc47764e6ece83a329cca"
|
||||
SOURCE_DIR="Tipster-9cf96df980d6d4feea8a5793737e1687c4620249"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
@@ -12,17 +12,18 @@ DepositFiles, Vimeo.com, blip.tv, Facebook video and Escapist magazine.
|
||||
It may also work on videos from other sites...
|
||||
"
|
||||
HOMEPAGE="http://sourceforge.net/projects/ubertuber/"
|
||||
SOURCE_URI="git://git.code.sf.net/p/ubertuber/code#7971df0e58a145d7357261600442116321257065"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2013 Humdinger"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git://git.code.sf.net/p/ubertuber/code#7971df0e58a145d7357261600442116321257065"
|
||||
PATCHES="ubertuber-0.9.7.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
ubertuber = $portVersion
|
||||
app:ubertuber = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
@@ -32,7 +33,6 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
makefile_engine
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
@@ -41,8 +41,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
PATCHES="ubertuber-0.9.7.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make OBJ_DIR=objects \
|
||||
|
||||
Reference in New Issue
Block a user