mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
More cosmetics. Mainly improved SUMMARY/DESCRIPTION and re-ordered blocks
This commit is contained in:
@@ -1,29 +1,13 @@
|
||||
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.
|
||||
SUMMARY="A tool to download/delete pictures from digital cameras"
|
||||
DESCRIPTION="Photograbber has a plugin system which is based on the BDCP2 \
|
||||
API created by Graham Wharton (Creator of 'Exposure!'). With this system \
|
||||
it is possible to add support to more cameras. If you have developed a \
|
||||
BCDP2 compatible plugin for your camera (or just found one somewhere), \
|
||||
just copy it into the 'plugins' folder and PhotoGrabber will detect \
|
||||
and use it.
|
||||
|
||||
'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 \
|
||||
'BeCam' moved to ZETA. 'BeCam' grew out to become 'BeDiGiCam'and after that \
|
||||
'PhotoGrabber'. 'PhotoGrabber' was a good name which didn't refer to BeOS. \
|
||||
Time went by and 'PhotoGrabber'became part of ZETA. Sources where still owned \
|
||||
by Jixt over the whole period. 'PhotoGrabber' started to use the locale kit \
|
||||
in ZETA and is since then translated into 14 different languages. After the \
|
||||
demise of ZETA, Jixt desided to opensource 'PhotoGrabber'. This because he \
|
||||
had less time to do the development and he didn't want 'PhotoGrabber' to end \
|
||||
together with ZETA.
|
||||
|
||||
As of version 2.x, 'PhotoGrabber' went opensource! Although Jixt had less \
|
||||
time to develop for it, he rewrote 'PhotoGrabber'. He broke up the \
|
||||
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."
|
||||
At this moment PhotoGrabber only supports PTP (Picture Transfer Protocol) \
|
||||
cameras. In the future Mass Storage and Bluethooth support may be added."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/PhotoGrabber"
|
||||
COPYRIGHT="2010 Jan-Rixt Van Hoye (Jixt)"
|
||||
LICENSE="MIT"
|
||||
@@ -37,16 +21,16 @@ PROVIDES="
|
||||
app:PhotoGrabber = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
haiku
|
||||
lib:libiconv
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
haiku_devel
|
||||
devel:libiconv
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:g++
|
||||
cmd:make
|
||||
makefile_engine
|
||||
"
|
||||
|
||||
@@ -1,28 +1,37 @@
|
||||
SUMMARY="A simple weather application"
|
||||
DESCRIPTION="A small weather application built for GCI."
|
||||
DESCRIPTION="This simple weather app was a project for the Google Code-In \
|
||||
2014/2015.
|
||||
After supplying a location it will gather data over the internet to display \
|
||||
a constantly updated forecast for the next days as icons (sunshine, clouds, \
|
||||
rain, etc.). As a Replicant, the app can be neatly integrated into the \
|
||||
Desktop."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Weather"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Weather.git#a337ad1"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="
|
||||
2014 George White
|
||||
COPYRIGHT="2014 George White
|
||||
2015 Przemysław Buczkowski
|
||||
2015 Janus
|
||||
"
|
||||
2015 Janus"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Weather.git#a337ad1"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
makefile_engine
|
||||
haiku_devel
|
||||
"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
weather
|
||||
app:Weather = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:g++
|
||||
makefile_engine
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
|
||||
Reference in New Issue
Block a user