Use safe SOURCE_URIs

This commit is contained in:
Humdinger
2016-09-01 18:51:29 +02:00
parent 5b07abaf7f
commit e880e1a25b
3 changed files with 28 additions and 22 deletions

View File

@@ -1,33 +1,35 @@
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.
When minimized the app shouldn't get in your way, the only thing you see is \
SUMMARY="A tool to launch applications"
DESCRIPTION="LnLauncher is yet another launcher app. This one docks to the \
screen edge, and has a neat drag'n'drop interface.
When minimized, the app shouldn't get in your way, the only thing you see is \
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!"
LICENSE="MIT"
COPYRIGHT="2000-2015 Mikael Eiman"
HOMEPAGE="http://eiman.tv/LnLauncher"
REVISION="5"
ARCHITECTURES="x86_gcc2"
SOURCE_URI="git+https://bitbucket.org/m_eiman/lnlauncher/commits/c74acd4"
COPYRIGHT="2000-2015 Mikael Eiman"
LICENSE="MIT"
REVISION="6"
commit="ccb19f1e8780"
SOURCE_URI="https://bitbucket.org/m_eiman/lnlauncher/get/$commit.zip"
CHECKSUM_SHA256="a4cd316b70e7469c83363bc04fded506960efaaae90364f66780e3ff5133f320"
SOURCE_DIR="m_eiman-lnlauncher-$commit"
PATCHES="lnlauncher-$portVersion.patchset"
ARCHITECTURES="x86_gcc2"
PROVIDES="
lnlauncher = $portVersion
app:LnLauncher
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
makefile_engine
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:make
"

View File

@@ -13,8 +13,11 @@ often created with drawing software."
HOMEPAGE="https://github.com/threedeyes/NanoSVGTranslator"
COPYRIGHT="2013-2015 3dEyes**"
LICENSE="MIT"
REVISION="2"
SOURCE_URI="git+https://github.com/threedeyes/NanoSVGTranslator#603c353ba43a937e75f14bc1aabbffe374174f52"
REVISION="3"
commit="603c353ba43a937e75f14bc1aabbffe374174f52"
SOURCE_URI="https://github.com/threedeyes/NanoSVGTranslator/archive/$commit.tar.gz"
CHECKSUM_SHA256="a8fe27231900990f8e324438e487ed6dc6b658f9326447e3eb6a458a77e39de1"
SOURCE_DIR="NanoSVGTranslator-$commit"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"

View File

@@ -1,12 +1,13 @@
SUMMARY="A utility to read and write to network connections"
DESCRIPTION="
Netcat is a simple utility which reads and writes data across network connections, \
using the TCP or UDP protocol."
DESCRIPTION="Netcat is a simple utility which reads and writes data across \
network connections, using the TCP or UDP protocol."
HOMEPAGE="http://nc110.sourceforge.net"
COPYRIGHT="1996 hobbit"
LICENSE="Public Domain"
REVISION="1"
SOURCE_URI="svn://svn.code.sf.net/p/nc110/code/nc110#22"
REVISION="2"
SOURCE_URI="http://downloads.sf.net/nc110/unix%20netcat%201.10%20by%20_Hobbit_/%5BUnnamed%20release%5D/nc110.tgz"
SOURCE_DIR=""
CHECKSUM_SHA256="5b3fda14e972d908896a605293f4634a72e2968278117410e12d8b3faf9a3976"
PATCHES="netcat-1.10.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"