mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
De-lint recipe.
* openimageio Re-ordering blocks Adding formerly unreferenced patchset. Doesn't build anyway. * ordereddict Removed "." from SUMMARY Re-ordering blocks * oricutron Removed "." from SUMMARY Still a non-building BEP file * orphilia_dropbox Removed "." from SUMMARY Re-ordering blocks * pachi Removed "(C)" from COPYRIGHT Re-ordering blocks * pari Removed "." from SUMMARY Re-ordering blocks * pciutils Improved DESCRIPTION Re-ordering blocks * phantomlimb Improved SUMMARY Re-ordering blocks * photograbber Removed "." from SUMMARY Re-ordering blocks * piozone Improved DESCRIPTION Re-ordering blocks * plee_the_bear Removed "." and improved SUMMARY Re-ordering blocks * postgresql_server Removed "." from SUMMARY Re-ordering blocks * privoxy Removed "." and improved SUMMARY Re-ordering blocks * proj-4 Removed "." and improved SUMMARY Re-ordering blocks Changed the SOURCE_URI to the github where they moved Added $secondaryArchSuffix to the provided cmd * protobuf Re-ordering blocks Updating and referencing patch Removed out-of-date patch.
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
SUMMARY="An open-source Dropbox client"
|
||||
DESCRIPTION="Orphilia is an open-source Dropbox client written in Python. \
|
||||
Project's main goal is to provide an open-source desktop Dropbox client for \
|
||||
platforms, that aren't supported (for example, Haiku). Orphilia is \
|
||||
script-based which makes it platform-independent. It's written using \
|
||||
Dropbox SDK from here, which has been integrated \
|
||||
into Orphilia's source code and is not required for installation."
|
||||
SUMMARY="Open-source Dropbox client."
|
||||
Dropbox SDK from here, which has been integrated into Orphilia's source \
|
||||
code and is not required for installation."
|
||||
HOMEPAGE="https://github.com/ksiazkowicz/orphilia-dropbox"
|
||||
SOURCE_URI="git+https://github.com/ksiazkowicz/orphilia-dropbox.git#f692f26793a48e2742f12c20767f0f22a9ff39af"
|
||||
COPYRIGHT="2011-2014 Maciej Janiszewski"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SOURCE_URI="git+https://github.com/ksiazkowicz/orphilia-dropbox.git#f692f26793a48e2742f12c20767f0f22a9ff39af"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
# Should be called after activating package
|
||||
#POST_INSTALL_SCRIPTS="
|
||||
# \"orphilia.py --configuration\"
|
||||
@@ -20,7 +22,6 @@ PROVIDES="
|
||||
cmd:orphilia_haiku_notify = $portVersion
|
||||
cmd:orphilia.py = $portVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
@@ -28,12 +29,10 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
python_setuptools
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
pathtools
|
||||
python_setuptools
|
||||
@@ -42,9 +41,6 @@ REQUIRES="
|
||||
cmd:python
|
||||
"
|
||||
|
||||
COPYRIGHT="2011-2014 Maciej Janiszewski"
|
||||
LICENSE="MIT"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
python build.py
|
||||
|
||||
@@ -1,22 +1,19 @@
|
||||
SUMMARY="A program to generate tones, and test your discrimination of frequency deltas"
|
||||
DESCRIPTION="
|
||||
PhantomLimb is a little program to generate tones, and test your \
|
||||
discrimination of frequency deltas. I wrote it for a friend of mine who is \
|
||||
suffering from tinnitus ('ringing in the ears') due to an ear infection. \
|
||||
SUMMARY="Generate tones and test your discrimination of frequency deltas"
|
||||
DESCRIPTION="PhantomLimb is a little program to generate tones, and test \
|
||||
your discrimination of frequency deltas. I wrote it for a friend of mine who \
|
||||
is suffering from tinnitus ('ringing in the ears') due to an ear infection. \
|
||||
(the infection destroyed some nerve cells in his inner ear, and the lack of \
|
||||
signals from the destroyed nerve cells is what causes the ringing--similar to \
|
||||
the 'phantom limb' sensations experienced by amputees. Hence the name of this \
|
||||
program) By practicing discriminating between the sound of the tinnitus and \
|
||||
'nearby' sounds, he hopes to be able to train his brain to discriminate \
|
||||
between the 'phantom' sound and other, real sounds.
|
||||
"
|
||||
COPYRIGHT="
|
||||
2001 Ben Loftis
|
||||
between the 'phantom' sound and other, real sounds."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/PhantomLimb"
|
||||
COPYRIGHT="2001 Ben Loftis
|
||||
2013 Jeremy Friesner"
|
||||
LICENSE="Public Domain"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/PhantomLimb"
|
||||
SOURCE_URI="git+git://github.com/HaikuArchives/PhantomLimb.git#5444867ac9"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+git://github.com/HaikuArchives/PhantomLimb.git#5444867ac9"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -24,7 +21,6 @@ PROVIDES="
|
||||
phantomlimb = $portVersion
|
||||
app:PhantomLimb = $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
@@ -33,7 +29,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:g++
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
SUMMARY="An application that downloads/deletes pictures from USB digital cameras"
|
||||
DESCRIPTION="
|
||||
The first version of PhotoGrabber was called 'BeCam' and started out as a \
|
||||
small cli based application which could connect to your camera and download \
|
||||
the pictures to the computer. It was available for R5 together with the \
|
||||
experimental USB stack. Although it ran well, it was not that stable due to \
|
||||
the crappy USB stack. Haiku had no USB stack back then. Over the time you \
|
||||
could define the place where the pictures should be saved.
|
||||
SUMMARY="An tool to download/delete pictures from digital cameras"
|
||||
DESCRIPTION="The first version of PhotoGrabber was called 'BeCam' and \
|
||||
started out as a small cli based application which could connect to your \
|
||||
camera and download the pictures to the computer. It was available for R5 \
|
||||
together with the experimental USB stack. Although it ran well, it was not \
|
||||
that stable due to the crappy USB stack. Haiku had no USB stack back then. \
|
||||
Over the time you could define the place where the pictures should be saved.
|
||||
|
||||
'BeCam' grew from a cli application to a GUI app and was able to use all \
|
||||
default BDCP plugins of 'Exposure!'. After some time the development of \
|
||||
@@ -24,14 +23,12 @@ application into multiple parts (application core, interface, plugins \
|
||||
and extensions). With this step it was easier for other developers to \
|
||||
write their own plugins and extensions (add-ons) for the application. \
|
||||
After he was done with the main parts he opensourced the project and \
|
||||
attracted a small crew to help out with the developping.
|
||||
|
||||
"
|
||||
attracted a small crew to help out with the developping."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/PhotoGrabber"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/PhotoGrabber#1221b33"
|
||||
COPYRIGHT="2010 Jan-Rixt Van Hoye (Jixt)"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/PhotoGrabber#1221b33"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -43,11 +40,12 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
makefile_engine
|
||||
|
||||
Reference in New Issue
Block a user