mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
De-Lint recipes.
* tar Remove "." from SUMMARY. Re-ordered blocks. * testdisk Shortened SUMMARY. Re-ordered blocks. * the_silver_searcher Remove "." from SUMMARY. Re-ordered blocks. * torrentor Remove "." from SUMMARY. Re-ordered blocks. * trackergrep Remove "." from SUMMARY. Re-ordered blocks. * transmission Fixed COPYRIGHT. Re-ordered blocks. * tree Remove "." from SUMMARY. Re-ordered blocks. * unzip Remove "." from SUMMARY. Re-ordered blocks. * uqm Shortened SUMMARY. Re-ordered blocks. * urllib Remove "." from SUMMARY. Re-ordered blocks.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
SUMMARY="Transmission is a cross-platform open source BitTorrent client"
|
||||
DESCRIPTION="
|
||||
Transmission is an open source, volunteer-based project. Unlike some \
|
||||
BitTorrent clients, Transmission doesn't play games with its users to make \
|
||||
money:
|
||||
DESCRIPTION="Transmission is an open source, volunteer-based project. Unlike \
|
||||
some BitTorrent clients, Transmission doesn't play games with its users to \
|
||||
make money:
|
||||
- Transmission doesn't bundle toolbars, pop-up ads, flash ads, twitter tools, \
|
||||
or anything else.
|
||||
- It doesn't hold some feaures back for a payware version.
|
||||
- Its source code is available for anyone to review.
|
||||
- They don't track our users, and their website and forums have no third-party \
|
||||
ads or analytics.
|
||||
|
||||
Transmission is designed for easy, powerful use. They've set the defaults to \
|
||||
Just Work and it only takes a few clicks to configure advanced features like \
|
||||
watch directories, bad peer blocklists, and the web interface.
|
||||
@@ -17,6 +17,7 @@ to use less CPU than any other GUI client. It even used less CPU than some \
|
||||
non-GUI clients.
|
||||
Transmission also has the lowest memory footprint of any major BitTorrent \
|
||||
client.
|
||||
|
||||
Imageshack chose Transmission for its BitTorrent farms because the competition \
|
||||
requires amounts of memory several times greater than Transmission.
|
||||
Transmission's small footprint is one reason why many home device \
|
||||
@@ -26,16 +27,20 @@ let people who ran Vuze and owned a Belkin router keep sharing files even when \
|
||||
Vuze wasn't running, they decided to use Transmission -- not Vuze's own BitTorrent client -- on the router.
|
||||
Unlike many cross-platform applications, Transmission integrates seamlessly \
|
||||
with your operating system.
|
||||
|
||||
Transmission has the features you want from a BitTorrent client: encryption, a \
|
||||
web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port \
|
||||
forwarding, webseed support, watch directories, tracker editing, global and \
|
||||
per-torrent speed limits, and more.
|
||||
"
|
||||
per-torrent speed limits, and more."
|
||||
HOMEPAGE="http://www.transmissionbt.com/"
|
||||
COPYRIGHT="2005-2013 By the respective authors"
|
||||
LICENSE="Transmission
|
||||
MIT
|
||||
GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://transmission.cachefly.net/transmission-2.82.tar.xz"
|
||||
CHECKSUM_SHA256="3996651087df67a85f1e1b4a92b1b518ddefdd84c654b8df6fbccb0b91f03522"
|
||||
|
||||
REVISION="1"
|
||||
PATCHES="transmission-2.82.patch"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
@@ -48,56 +53,49 @@ fi
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
transmission = $portVersion
|
||||
cmd:transmission_cli$secondaryArchSuffix
|
||||
cmd:transmission_create$secondaryArchSuffix
|
||||
cmd:transmission_daemon$secondaryArchSuffix
|
||||
cmd:transmission_edit$secondaryArchSuffix
|
||||
cmd:transmission_remote$secondaryArchSuffix
|
||||
cmd:transmission_show$secondaryArchSuffix
|
||||
"
|
||||
transmission = $portVersion
|
||||
cmd:transmission_cli$secondaryArchSuffix
|
||||
cmd:transmission_create$secondaryArchSuffix
|
||||
cmd:transmission_daemon$secondaryArchSuffix
|
||||
cmd:transmission_edit$secondaryArchSuffix
|
||||
cmd:transmission_remote$secondaryArchSuffix
|
||||
cmd:transmission_show$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
lib:libevent$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
lib:libevent$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libevent$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libgettextlib$secondaryArchSuffix >= 0.14.1
|
||||
intltool >= 0.40
|
||||
"
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libevent$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libgettextlib$secondaryArchSuffix >= 0.14.1
|
||||
intltool >= 0.40
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
LICENSE="Transmission
|
||||
MIT
|
||||
GNU GPL v2
|
||||
"
|
||||
COPYRIGHT="2005-2013. All code is copyrighted by the respective authors."
|
||||
|
||||
PATCHES="transmission-2.82.patch"
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --without-gtk --datadir=$dataDir
|
||||
make
|
||||
runConfigure ./configure --without-gtk --datadir=$dataDir
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
make install
|
||||
}
|
||||
|
||||
@@ -1,19 +1,17 @@
|
||||
SUMMARY="Transmission is a cross-platform open source BitTorrent client"
|
||||
DESCRIPTION="
|
||||
Transmission has the features you want from a BitTorrent client: encryption, a \
|
||||
web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port \
|
||||
forwarding, webseed support, watch directories, tracker editing, global and \
|
||||
per-torrent speed limits, and more.
|
||||
"
|
||||
DESCRIPTION="Transmission has the features you want from a BitTorrent client: \
|
||||
encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and \
|
||||
NAT-PMP port forwarding, webseed support, watch directories, tracker editing, \
|
||||
global and per-torrent speed limits, and more."
|
||||
HOMEPAGE="http://www.transmissionbt.com/"
|
||||
COPYRIGHT="2005-2013 By the respective authors"
|
||||
LICENSE="Transmission
|
||||
MIT
|
||||
GNU GPL v2
|
||||
"
|
||||
COPYRIGHT="2005-2013. All code is copyrighted by the respective authors."
|
||||
MIT
|
||||
GNU GPL v2"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://transmission.cachefly.net/transmission-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="a9fc1936b4ee414acc732ada04e84339d6755cd0d097bcbd11ba2cfc540db9eb"
|
||||
REVISION="4"
|
||||
PATCHES="transmission-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
@@ -25,56 +23,55 @@ else
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
PATCHES="transmission-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
transmission$secondaryArchSuffix = $portVersion
|
||||
cmd:transmission_cli$secondaryArchSuffix
|
||||
cmd:transmission_create$secondaryArchSuffix
|
||||
cmd:transmission_daemon$secondaryArchSuffix
|
||||
cmd:transmission_edit$secondaryArchSuffix
|
||||
cmd:transmission_remote$secondaryArchSuffix
|
||||
cmd:transmission_show$secondaryArchSuffix
|
||||
"
|
||||
transmission$secondaryArchSuffix = $portVersion
|
||||
cmd:transmission_cli$secondaryArchSuffix
|
||||
cmd:transmission_create$secondaryArchSuffix
|
||||
cmd:transmission_daemon$secondaryArchSuffix
|
||||
cmd:transmission_edit$secondaryArchSuffix
|
||||
cmd:transmission_remote$secondaryArchSuffix
|
||||
cmd:transmission_show$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
lib:libevent$secondaryArchSuffix
|
||||
lib:libgcc_s$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
lib:libevent$secondaryArchSuffix
|
||||
lib:libgcc_s$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libevent$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libgettextlib$secondaryArchSuffix >= 0.14.1
|
||||
intltool >= 0.40
|
||||
"
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libevent$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libgettextlib$secondaryArchSuffix >= 0.14.1
|
||||
intltool >= 0.40
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:awk
|
||||
"
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:awk
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export CFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS"
|
||||
export CXXFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS"
|
||||
export LDFLAGS="-lposix_error_mapper"
|
||||
runConfigure ./configure --without-gtk --datadir=$dataDir
|
||||
make
|
||||
export CFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS"
|
||||
export CXXFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS"
|
||||
export LDFLAGS="-lposix_error_mapper"
|
||||
runConfigure ./configure --without-gtk --datadir=$dataDir
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
make install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user