FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 6:23 AM BST
Port details
openobex 1.4 comms on this many watch lists=7 search for ports that depend on this port
Open source implementation of the OBEX protocol
Maintained by: madpilot@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Mar 2004 19:59:02
Also Listed In: net
License: not specified in port


The overall goal of this project is to make an open source
implementation of the Object Exchange (OBEX) protocol. OBEX is a
session protocol and can best be described as a binary HTTP protocol.
It's used mainly for Infrared and Bluetooth communication.

WWW:	http://www.bluez.org/openobex/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake

Required by:
for Libraries

To install the port: cd /usr/ports/comms/openobex/ && make install clean
To add the package: pkg_add -r openobex


Configuration Options
===> The following configuration options are available for openobex-1.4:
     LIBUSB=no (default) "Enable OBEX over USB"
===> Use 'make config' to modify these settings

Master Sites:
http://kernel.org/pub/linux/bluetooth/
http://www.us.kernel.org/pub/linux/bluetooth/
http://www.no.kernel.org/pub/linux/bluetooth/
http://www.de.kernel.org/pub/linux/bluetooth/
http://www.it.kernel.org/pub/linux/bluetooth/
http://www.ru.kernel.org/pub/linux/bluetooth/
http://www.au.kernel.org/pub/linux/bluetooth/
http://ftp.ntu.edu.tw/linux/bluetooth/
http://ftp.sunet.se/pub/Linux/kernel.org/linux/bluetooth/
http://ftp.yandex.ru/pub/linux/bluetooth/
http://ftp.heanet.ie/pub/linux/bluetooth/
http://slackware.cs.utah.edu/pub/kernel.org/pub/linux/bluetooth/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 24

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Apr 2012 18:45:07
Original commit files touched by this commit  1.4
madpilot search for other commits by this committer
Change to my FreeBSD.org email address.

Approved by:    crees (mentor)
09 Nov 2011 15:26:04
Original commit files touched by this commit  1.4
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
29 Oct 2011 19:01:59
Original commit files touched by this commit  1.4
kwm search for other commits by this committer
Fix build with FreeBSD 10

Approved by:    portmgr (miwi)
24 Oct 2011 04:17:38
Original commit files touched by this commit  1.4
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.4
miwi search for other commits by this committer
- Get Rid MD5 support
01 Jun 2009 16:55:28
Original commit files touched by this commit  1.4
wxs search for other commits by this committer
- Switch to using new MASTER_SITE_KERNEL_ORG

PR:             ports/134566
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:    Guido Falsi <mad@madpilot.net> (maintainer)
26 Mar 2009 15:09:13
Original commit files touched by this commit  1.4
miwi search for other commits by this committer
- Mark MAKE_JOBS_SAFE for SMP compilation

PR:             133067
Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
09 Mar 2009 17:15:43
Original commit files touched by this commit  1.4
  Sanity Test Failure
stas search for other commits by this committer
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:    thompsa (old version), miwi
Tested by:      miwi
19 Nov 2008 22:44:31
Original commit files touched by this commit  1.4
amdmi3 search for other commits by this committer
- Update to 1.4
- Add USB support (adopted from ports/128776)

PR:             128979
Submitted by:   Alex Samorukov <samm at os2 dot kiev dot ua>
Approved by:    Guido Falsi <mad at madpilot dot net> (maintainer)
20 Aug 2008 00:57:32
Original commit files touched by this commit  1.3_1
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
30 Sep 2007 04:47:37
Original commit files touched by this commit  1.3_1
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
14 Mar 2007 17:32:09
Original commit files touched by this commit  1.3
pav search for other commits by this committer
- Patch Makefile.in pre-configure

Reported by:    pointyhat
06 Dec 2006 22:29:53
Original commit files touched by this commit  1.3
laszlof search for other commits by this committer
Restore patches to fix build.

PR:             ports/106357
Submitted by:   pluknet <pluknet@gmail.com>
Approved by:    Guido Falsi <mad@madpilot.net> (maintainer)
04 Dec 2006 16:13:09
Original commit files touched by this commit  1.3
laszlof search for other commits by this committer
Update to version 1.3
Patches applied upstream

PR:             ports/105854
Submitted by:   Matthew West <mwest@uct.ac.za>
Approved by:    Guido Falsi <mad@madpilot.net> (maintainer)
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.0.1_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:22:09
Original commit files touched by this commit  1.0.1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.0.1
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
24 Nov 2004 09:41:03
Original commit files touched by this commit  1.0.1
vs search for other commits by this committer
Respect CFLAGS

PR:             ports/74199
Submitted by:   Simon Barner via maintainer
21 Oct 2004 20:12:51
Original commit files touched by this commit  1.0.1
pav search for other commits by this committer
- Remove patch file which proved to not work [1]
- Portlint

Submitted by:   maintainer [1]
21 Oct 2004 19:57:17
Original commit files touched by this commit  1.0.1
pav search for other commits by this committer
- Try to fix build on amd64/6-CURRENT where openobex-config gets installed
  under long auto*tools name. This is untested as I'm unable to reproduce
  the problem on my 6-CURRENT jail.

Reported by:    pointyhat via kris
Suggested by:   ade
11 Oct 2004 22:30:43
Original commit files touched by this commit  1.0.1
pav search for other commits by this committer
- Avoid strange build failures by running of autoheader (which is the correct
  thing to do, since we patched config.h.in)

PR:             ports/71860
Reported by:    Matthias Andree <matthias.andree@web.de>
Submitted by:   maintainer
22 Jul 2004 15:29:22
Original commit files touched by this commit  1.0.1
vs search for other commits by this committer
Fix detection of the bluetooth stack
This is still untested on any architecture other than i386, so any
testing is encouraged!

PR:             ports/69340
Submitted by:   Guido Falsi (maintainer)
04 Jun 2004 17:29:38
Original commit files touched by this commit  1.0.1
ade search for other commits by this committer
Sync with new bsd.autotools.mk
23 Mar 2004 19:57:59
Original commit files touched by this commit  1.0.1
pav search for other commits by this committer
Add openobex, a library for OBEX (Object Exchange), a protocol to exchange
a data over infrared and Bluetooth.

This port is adapted to work with FreeBSD Bluetooth stack.

PR:             ports/64596
Submitted by:   Guido Falsi <mad@madpilot.net>

Number of commits found: 24

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 15
new 48 hours32
new 7 days60
new fortnight181
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.29 seconds.