diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-10-09 19:22:15 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-10-09 19:22:15 +0000 |
commit | 6517e6f90db2721d58b39c02253a4c4493f4bc83 (patch) | |
tree | b4a2f703731ab07e635cd27e4ea731b78d781c9f /net-wireless/blueproxy | |
parent | Stable on x86 and alpha. (diff) | |
download | historical-6517e6f90db2721d58b39c02253a4c4493f4bc83.tar.gz historical-6517e6f90db2721d58b39c02253a4c4493f4bc83.tar.bz2 historical-6517e6f90db2721d58b39c02253a4c4493f4bc83.zip |
intial release
Diffstat (limited to 'net-wireless/blueproxy')
-rw-r--r-- | net-wireless/blueproxy/ChangeLog | 9 | ||||
-rw-r--r-- | net-wireless/blueproxy/Manifest | 4 | ||||
-rw-r--r-- | net-wireless/blueproxy/blueproxy-1.1.ebuild | 24 | ||||
-rw-r--r-- | net-wireless/blueproxy/files/digest-blueproxy-1.1 | 1 | ||||
-rw-r--r-- | net-wireless/blueproxy/metadata.xml | 15 |
5 files changed, 53 insertions, 0 deletions
diff --git a/net-wireless/blueproxy/ChangeLog b/net-wireless/blueproxy/ChangeLog new file mode 100644 index 000000000000..98ab124ce7b0 --- /dev/null +++ b/net-wireless/blueproxy/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-wireless/blueproxy +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueproxy/ChangeLog,v 1.1 2004/10/09 19:22:15 liquidx Exp $ + +*blueproxy-1.1 (09 Oct 2004) + + 09 Oct 2004; Alastair Tse <liquidx@gentoo.org> +blueproxy-1.1.ebuild: + initial release. + diff --git a/net-wireless/blueproxy/Manifest b/net-wireless/blueproxy/Manifest new file mode 100644 index 000000000000..9ca8f5e4894b --- /dev/null +++ b/net-wireless/blueproxy/Manifest @@ -0,0 +1,4 @@ +MD5 20f6484436268304c7686d2f2cc61a5a blueproxy-1.1.ebuild 655 +MD5 fe6ff20776e855c37fd8abed8fe1b161 ChangeLog 340 +MD5 c0b64d12708cf84ec01edab5eb92b8bc metadata.xml 689 +MD5 0df936c2522d5816a2135ed28ea073ea files/digest-blueproxy-1.1 64 diff --git a/net-wireless/blueproxy/blueproxy-1.1.ebuild b/net-wireless/blueproxy/blueproxy-1.1.ebuild new file mode 100644 index 000000000000..c5183808f757 --- /dev/null +++ b/net-wireless/blueproxy/blueproxy-1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueproxy/blueproxy-1.1.ebuild,v 1.1 2004/10/09 19:22:15 liquidx Exp $ + +inherit eutils + +DESCRIPTION="Bluetooth RFCOMM to TCP proxy" +HOMEPAGE="http://anil.recoil.org/projects/blueproxy.html" +SRC_URI="http://anil.recoil.org/projects/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND=">=net-wireless/bluez-libs-2.10" + +src_compile() { + emake OS=linux SDPFLAGS=-lbluetooth || die "make failed" +} + +src_install() { + dobin blueproxy bluepinger bluelistener + doman blueproxy.1 + dodoc README +}
\ No newline at end of file diff --git a/net-wireless/blueproxy/files/digest-blueproxy-1.1 b/net-wireless/blueproxy/files/digest-blueproxy-1.1 new file mode 100644 index 000000000000..9b76fae85d56 --- /dev/null +++ b/net-wireless/blueproxy/files/digest-blueproxy-1.1 @@ -0,0 +1 @@ +MD5 0afb5f0ee2b8765ff19370955e25c7e3 blueproxy-1.1.tar.gz 11465 diff --git a/net-wireless/blueproxy/metadata.xml b/net-wireless/blueproxy/metadata.xml new file mode 100644 index 000000000000..452eb28d8c6b --- /dev/null +++ b/net-wireless/blueproxy/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>mobile</herd> +<maintainer><email>liquidx@gentoo.org</email></maintainer> +<longdescription> +Blueproxy is a simple proxy server to convert Bluetooth RFCOMM +connections into TCP connections. This frees Bluetooth application +programmers from having to worry about getting Bluetooth bindings for +their language of choice. Notable features include sending preambles +to allow a single TCP server to aggregrate multiple Bluetooth sensors, +and a scanning mode to continuously detect Bluetooth devices entering +into range of a sensor. +</longdescription> +</pkgmetadata> |